summaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 2.0.1kevlo2000-12-126-44/+62
|
* Update version number of smpeg shared library.sobomax2000-12-112-2/+2
|
* - Fix MASTER_SITESsteve2000-12-117-104/+239
| | | | | | | | | - Support CC properly - Change location of data files from lib/ to share/ - gets() -> fgets() PR: 23270 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Support PREFIX properlysteve2000-12-116-26/+28
| | | | | | | - Update WWW: line PR: 22808 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* No longer needed in 2000.12.10roam2000-12-103-80/+0
| | | | | PR: 23418 Submitted by: maintainer
* Update to 2000.12.10roam2000-12-103-13/+10
| | | | | PR: 23418 Submitted by: maintainer
* Upgrade to 2.8kevlo2000-12-092-3/+4
| | | | | | PR: 23383 Submitted by: Ports Fury Approved by: MAINTAINER
* Release maintainership.nsayer2000-12-091-1/+1
|
* No longer needed in 0.9.7-1.roam2000-12-081-14/+0
| | | | | PR: 23369 Submitted by: maintainer
* Update to 0.9.7-1.roam2000-12-082-2/+3
| | | | | PR: 23369 Submitted by: maintainer
* Add GSI. GSI is an easy to use audio system which can be used over a networksobomax2000-12-0730-0/+497
| | | | | | and which gives applications, through a very simple API, sample playing with stereo, 3D, doppler effects, music playing (MIDI, HMP, MUS), cd playing and ejecting/changing.
* - new master site (works for me)trevor2000-12-0612-21/+57
| | | | | | | - new home page - update to 0.1.7 - add a patch needed for compilation - in pkg-descr, fix typo and update my address
* Update to 0.3kevlo2000-12-042-3/+4
| | | | | PR: 23243 Submitted by: MAINTAINER
* Nuke databases/p5-ApacheDBI and audio/ripit-atapi.sobomax2000-12-047-130/+0
| | | | | | | | | | | | databases/p5-ApacheDBI Redundant; we already have a ports/www/p5-Apache-DBI that is the same program. Maintainer did not know this when submitting the port. audio/ripit-atapi The functionality of this port has been incorporated into ports/audio/ripit. This port is no longer necessary. PR: 23259 Submitted by: maintainer
* Update to 0.2.22ade2000-12-013-21/+17
|
* Update to version 0.6kevlo2000-12-014-3/+5
| | | | | PR: 23208 Submitted by: MAINTAINER
* Update to 1.2.4sobomax2000-11-297-35/+57
| | | | | PR: 23160 Submitted by: maintainer
* - Add pre-generated aclocal.m4, because aclocal sucks if several versions ofsobomax2000-11-292-10/+523
| | | | | | | | m4 macros for the same software installed (for example sld.m4 & sdl11.m4); - eliminate duplicate calls to automake and friends; - remove redundant GNU_CONFIGURE; - tweak CPPFLAGS instead of CFLAGS; - fix pthread detection.
* - Add pre-generated aclocal.m4, because aclocal sucks if several versions ofsobomax2000-11-292-6/+518
| | | | | m4 macros for the same software installed (for example sld.m4 & sdl11.m4); - use AUTOMAKE_ARGS.
* Fix tmpnam() warnings, using KTempfile instead of mkstemp.kevlo2000-11-272-0/+60
| | | | | Fix kde -HEAD as well: http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdemultimedia/kscd/CDDialog.cpp
* Clean the last commit upcpiazza2000-11-242-7/+8
| | | | | | (....I hate gnome and wish it would go away) Submitted by: reg
* - Enable kscd. That means it can run on FreeBSD :)kevlo2000-11-248-16/+252
| | | | | - Add BUILD_DEPENDS - Fix pkg-plist
* Make gnome optionalcpiazza2000-11-244-11/+40
| | | | | PR: 23049 Submitted by: Jeremy Norris <ishmael27@home.com>
* Fix build with LOCALBASE != /usr/local - tell configure where to lookroam2000-11-221-1/+2
| | | | | | | for the pccts binaries. PR: ports/22777 Submitted by: maintainer
* Update version number of gtkextra shared library.sobomax2000-11-221-1/+1
|
* Fix breakage due to disappearance of __byte_swap_* on 5-CURRENT.sobomax2000-11-201-27/+3
| | | | Submitted by: bento
* Upgrade to opennap 0.37dburr2000-11-192-2/+2
|
* Update to 1.4.1acpiazza2000-11-193-3/+21
| | | | | | Submitted by: Jeremy Norris <ishmael27@home.com> and Submitted by: kris
* Resign as maintainer of KDE2 ports, having brought them up from inceptionwill2000-11-172-2/+2
| | | | | | | | | to the final release of KDE 2.0. Kevin Lo <kevlo@FreeBSD.org> will continue as the new maintainer. He has commit privileges on the KDE tree, making him an excellent candidate for this job. I'll be behind the scenes for awhile, since there are some structural changes I'd like to make but I'd rather have Kevin do the work. Please, people, direct your patches at Kevin and watch his "freetime deprivation process" _really_ start. :-P
* Remove do-package target that was running "make package" inasami2000-11-161-5/+0
| | | | dependencies -- you can do that by setting DEPENDS_TARGET to "package".
* Depend on ncurses.5 after the upgrade of devel/ncurses.tg2000-11-161-1/+1
|
* Add AUTO{CONF,MAKE}_{ENV,ARGS}. Among other things, this will fixasami2000-11-164-3/+7
| | | | | | | | audio/libao, audio/libogg, audio/libvorbis and audio/vorbis-tools which need --add-missing to be passed to automake. PR: 22610 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>, roger, sobomax
* Fix delete files from the complete directory.kevlo2000-11-142-0/+15
| | | | | PR: 22822 Submitted by: MAINTAINER
* We're defining TRUE, might as well FALSE alongside it to make thisasami2000-11-141-1/+4
| | | | | | port compile. Submitted by: bento
* Add USE_AUTOMAKEroger2000-11-141-0/+1
|
* Use USE_PYTHON.asami2000-11-141-1/+2
|
* Change explicit RUN_DEPENDS to python1.5 to USE_PYTHON.asami2000-11-141-1/+1
| | | | Hinted by: bento and tg
* Add USE_AUTOMAKE.asami2000-11-131-0/+1
| | | | Submitted by: bento
* Fix build error, requested by the port maintainerroger2000-11-131-1/+1
| | | | PR: ports/22603
* Update to FreeAMP 2.1 Release Candidate 4roger2000-11-134-4/+4
|
* Change MAINTAINER field.demon2000-11-131-1/+1
| | | | | | I am now at FreeBSD dot org Approved by: sobomax
* Re-order the master sites.roger2000-11-131-3/+3
| | | | | | | | | | | www.soren.org is the master site for wmtune but contains a broken and out of date wmtune.diff.gz file. So by moving www.soren.org to the end of the list we hopefully will never pick up this broken file. Also fix a portlint ordering warning Submitted by: bento
* Add USE_AUTOMAKEroger2000-11-131-0/+1
| | | | Submitted by: bento
* Add USE_AUTOMAKE.asami2000-11-131-0/+1
| | | | Submitted by: bento
* Bandage alert - make this thing understand FreeBSD 4.2 the same wayasami2000-11-132-0/+4
| | | | | | it handles 4.1. Submitted by: bento
* - Fix setting of $(CFLAGS) and $(CC) variables in Makefilekevlo2000-11-122-4/+13
| | | | | | | - Updated package source location on FTP server PR: 22772 Submitted by: MAINTAINER
* BUILD_DEPENDS on xmms_config.fenner2000-11-121-0/+1
|
* - Update to 1.0.1;sobomax2000-11-117-58/+47
| | | | | | | - bump PORTEPOCH to ensure correct upgrade path from the old 1999.07.21 version. PR: 22766 Submitted by: maintainer
* Remove directories on deinstallkris2000-11-111-0/+2
|
* Remove unnecessery blank lines.kevlo2000-11-111-2/+0
|
OpenPOWER on IntegriCloud