summaryrefslogtreecommitdiff
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add GSI. GSI is an easy to use audio system which can be used over a networkMaxim Sobolev2000-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. Notes: svn path=/head/; revision=35752
* - new master site (works for me)Trevor Johnson2000-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 Notes: svn path=/head/; revision=35732
* Update to 0.3Kevin Lo2000-12-042-3/+4
| | | | | | | | PR: 23243 Submitted by: MAINTAINER Notes: svn path=/head/; revision=35654
* Nuke databases/p5-ApacheDBI and audio/ripit-atapi.Maxim Sobolev2000-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 Notes: svn path=/head/; revision=35640
* Update to 0.2.22Ade Lovett2000-12-013-21/+17
| | | | Notes: svn path=/head/; revision=35589
* Update to version 0.6Kevin Lo2000-12-014-3/+5
| | | | | | | | PR: 23208 Submitted by: MAINTAINER Notes: svn path=/head/; revision=35585
* Update to 1.2.4Maxim Sobolev2000-11-297-35/+57
| | | | | | | | PR: 23160 Submitted by: maintainer Notes: svn path=/head/; revision=35506
* - Add pre-generated aclocal.m4, because aclocal sucks if several versions ofMaxim Sobolev2000-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. Notes: svn path=/head/; revision=35505
* - Add pre-generated aclocal.m4, because aclocal sucks if several versions ofMaxim Sobolev2000-11-292-6/+518
| | | | | | | | m4 macros for the same software installed (for example sld.m4 & sdl11.m4); - use AUTOMAKE_ARGS. Notes: svn path=/head/; revision=35504
* Fix tmpnam() warnings, using KTempfile instead of mkstemp.Kevin Lo2000-11-272-0/+60
| | | | | | | | Fix kde -HEAD as well: http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdemultimedia/kscd/CDDialog.cpp Notes: svn path=/head/; revision=35459
* Clean the last commit upChris Piazza2000-11-242-7/+8
| | | | | | | | | (....I hate gnome and wish it would go away) Submitted by: reg Notes: svn path=/head/; revision=35390
* - Enable kscd. That means it can run on FreeBSD :)Kevin Lo2000-11-248-16/+252
| | | | | | | | - Add BUILD_DEPENDS - Fix pkg-plist Notes: svn path=/head/; revision=35388
* Make gnome optionalChris Piazza2000-11-244-11/+40
| | | | | | | | PR: 23049 Submitted by: Jeremy Norris <ishmael27@home.com> Notes: svn path=/head/; revision=35387
* Fix build with LOCALBASE != /usr/local - tell configure where to lookPeter Pentchev2000-11-221-1/+2
| | | | | | | | | | for the pccts binaries. PR: ports/22777 Submitted by: maintainer Notes: svn path=/head/; revision=35349
* Update version number of gtkextra shared library.Maxim Sobolev2000-11-221-1/+1
| | | | Notes: svn path=/head/; revision=35341
* Fix breakage due to disappearance of __byte_swap_* on 5-CURRENT.Maxim Sobolev2000-11-201-27/+3
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=35278
* Upgrade to opennap 0.37Donald Burr2000-11-192-2/+2
| | | | Notes: svn path=/head/; revision=35272
* Update to 1.4.1aChris Piazza2000-11-193-3/+21
| | | | | | | | | Submitted by: Jeremy Norris <ishmael27@home.com> and Submitted by: kris Notes: svn path=/head/; revision=35267
* Resign as maintainer of KDE2 ports, having brought them up from inceptionWill Andrews2000-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 Notes: svn path=/head/; revision=35229
* Remove do-package target that was running "make package" inSatoshi Asami2000-11-161-5/+0
| | | | | | | dependencies -- you can do that by setting DEPENDS_TARGET to "package". Notes: svn path=/head/; revision=35206
* Depend on ncurses.5 after the upgrade of devel/ncurses.Thomas Gellekum2000-11-161-1/+1
| | | | Notes: svn path=/head/; revision=35188
* Add AUTO{CONF,MAKE}_{ENV,ARGS}. Among other things, this will fixSatoshi Asami2000-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 Notes: svn path=/head/; revision=35187
* Fix delete files from the complete directory.Kevin Lo2000-11-142-0/+15
| | | | | | | | PR: 22822 Submitted by: MAINTAINER Notes: svn path=/head/; revision=35144
* We're defining TRUE, might as well FALSE alongside it to make thisSatoshi Asami2000-11-141-1/+4
| | | | | | | | | port compile. Submitted by: bento Notes: svn path=/head/; revision=35140
* Add USE_AUTOMAKERoger Hardiman2000-11-141-0/+1
| | | | Notes: svn path=/head/; revision=35131
* Use USE_PYTHON.Satoshi Asami2000-11-141-1/+2
| | | | Notes: svn path=/head/; revision=35120
* Change explicit RUN_DEPENDS to python1.5 to USE_PYTHON.Satoshi Asami2000-11-141-1/+1
| | | | | | | Hinted by: bento and tg Notes: svn path=/head/; revision=35112
* Add USE_AUTOMAKE.Satoshi Asami2000-11-131-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=35103
* Fix build error, requested by the port maintainerRoger Hardiman2000-11-131-1/+1
| | | | | | | PR: ports/22603 Notes: svn path=/head/; revision=35099
* Update to FreeAMP 2.1 Release Candidate 4Roger Hardiman2000-11-134-4/+4
| | | | Notes: svn path=/head/; revision=35094
* Change MAINTAINER field.Dmitry Sivachenko2000-11-131-1/+1
| | | | | | | | | I am now at FreeBSD dot org Approved by: sobomax Notes: svn path=/head/; revision=35074
* Re-order the master sites.Roger Hardiman2000-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 Notes: svn path=/head/; revision=35073
* Add USE_AUTOMAKERoger Hardiman2000-11-131-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=35065
* Add USE_AUTOMAKE.Satoshi Asami2000-11-131-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=35061
* Bandage alert - make this thing understand FreeBSD 4.2 the same waySatoshi Asami2000-11-132-0/+4
| | | | | | | | | it handles 4.1. Submitted by: bento Notes: svn path=/head/; revision=35058
* - Fix setting of $(CFLAGS) and $(CC) variables in MakefileKevin Lo2000-11-122-4/+13
| | | | | | | | | | - Updated package source location on FTP server PR: 22772 Submitted by: MAINTAINER Notes: svn path=/head/; revision=35044
* BUILD_DEPENDS on xmms_config.Bill Fenner2000-11-121-0/+1
| | | | Notes: svn path=/head/; revision=35023
* - Update to 1.0.1;Maxim Sobolev2000-11-117-58/+47
| | | | | | | | | | - bump PORTEPOCH to ensure correct upgrade path from the old 1999.07.21 version. PR: 22766 Submitted by: maintainer Notes: svn path=/head/; revision=35005
* Remove directories on deinstallKris Kennaway2000-11-111-0/+2
| | | | Notes: svn path=/head/; revision=34996
* Remove unnecessery blank lines.Kevin Lo2000-11-111-2/+0
| | | | Notes: svn path=/head/; revision=34983
* Change MASTER_SITES to SourceForge.Kevin Lo2000-11-111-9/+11
| | | | | | | | PR: 22738 Submitted by: MAINTAINER Notes: svn path=/head/; revision=34982
* - Add RESTRICTED lineKevin Lo2000-11-113-49/+71
| | | | | | | | | | | - Support CC/CFLAGS/PREFIX properly - Change location of data files from lib/ to share/ PR: 22740 Submitted by: Ports Fury Notes: svn path=/head/; revision=34975
* Update to version 0.9.6Kevin Lo2000-11-102-2/+2
| | | | | | | | PR: 22724 Submitted by: MAINTAINER Notes: svn path=/head/; revision=34961
* Add ${.CURDIR} to RUN_DEPENDS because we need the whole path. This willSteve Price2000-11-081-1/+1
| | | | | | | | keep the make_index script from hacking tiny, barely noticable hairballs over this port. Notes: svn path=/head/; revision=34925
* Update to 2.30.Maxim Sobolev2000-11-082-2/+2
| | | | | | | Submitted by: Bill "distfiles" Fenner Notes: svn path=/head/; revision=34911
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledSatoshi Asami2000-11-074-4/+4
| | | | | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days. Notes: svn path=/head/; revision=34892
* Drop old FTP site and home page; change whitespace on adjacent line.Trevor Johnson2000-11-072-4/+2
| | | | Notes: svn path=/head/; revision=34886
* Current maintainer requests a new one be assignedDoug Barton2000-11-071-1/+1
| | | | | | | | PR: ports/22657 Submitted by: Yasuhito FUTATSUKI, futatuki@debug.gr.jp Notes: svn path=/head/; revision=34870
* New MASTER_SITESJames E. Housley2000-11-071-1/+1
| | | | | | | | PR: 22607 Submitted by: David Lebel <lebel@lebel.org> Notes: svn path=/head/; revision=34866
* * Bump port versionDoug Barton2000-11-0510-15/+20
| | | | | | | | | | * Improve RELENG_3 support via use of USE_NEWGCC PR: ports/22609 Submitted by: Roman Shterenzon, roman@xpert.com (maintainer) Notes: svn path=/head/; revision=34817