summaryrefslogtreecommitdiff
path: root/audio/adplay (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we supportEmanuel Haupt2008-07-071-1/+0
| | | | | via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the system compiler.
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
|
* Update to 1.6Emanuel Haupt2007-04-214-109/+7
|
* Cleanup non-supported FreeBSD versionsEmanuel Haupt2007-04-161-4/+0
| | | | | PR: 111645 Submitted by: edwin
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+1
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* Mark it BROKEN on 4.x, it depends on audio/libadplugEmanuel Haupt2006-09-031-5/+4
|
* Chase audio/libadplug updateEmanuel Haupt2006-08-151-2/+2
|
* Add optional SDL output support.Emanuel Haupt2006-05-221-1/+8
|
* Implement the official adplug database which contains additional, essentialEmanuel Haupt2006-05-192-4/+19
| | | | | | replay information about problematic files. Some file formats contain too few information about a song for it to be correctly replayed. To counter this, the AdPlug database was created.
* - Update to 1.5Emanuel Haupt2006-05-182-6/+5
| | | | - Chase audio/libadplug update
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-301-0/+1
|
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | Approved by: novel (mentor)
* devel/libbinio:Renato Botelho2005-09-222-8/+5
| | | | | | | | | | | | - Update to 1.4 all: - Cleanup Makefile Header - Remove signature from pkg-descr - Adjustments to build with libbinio 1.4 PR: ports/86431 Submitted by: maintainer
* - Use USE_GCC=3.4+ for upcoming audio/ocp release.Florent Thoumie2005-05-312-1/+86
| | | | | PR: ports/81703 Submitted by: maintainer
* Chase the libadplug update.Jean-Yves Lefort2005-05-151-1/+2
| | | | | PR: ports/81009 Submitted by: maintainer
* Adplay is a command line AdLib player using the adplug library. It supportsJean-Yves Lefort2005-05-094-0/+74
many AdLib formats such as HSP and HSC. WWW: http://adplug.sourceforge.net/ PR: ports/80727 Submitted by: Emanuel Haupt <ehaupt@critical.ch>