summaryrefslogtreecommitdiff
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Use libtool appropriatelyDoug Barton2000-11-0510-35/+25
| | | | | | | | | PR: ports\22581 Submitted by: Espen Skoglund, esk@ira.uka.de Approved by: maintainer Notes: svn path=/head/; revision=34808
* Revert unintended local change in previous commit.Kris Kennaway2000-11-032-3/+4
| | | | | | | SUbmitted by: asami Notes: svn path=/head/; revision=34791
* Mark FORBIDDEN: remotely exploitable vulnerabilities.Kris Kennaway2000-11-031-3/+5
| | | | | | | Submitted by: gregory duchemin <c3rb3r@HOTMAIL.COM> via Bugtraq Notes: svn path=/head/; revision=34787
* Add xmms-shn, an xmms plugin that allows playing of shorten-compressedBill Fenner2000-11-038-0/+258
| | | | | | | audio. Notes: svn path=/head/; revision=34764
* Update to 0.9.5.Maxim Sobolev2000-11-032-2/+2
| | | | | | | | PR: 22327 Submitted by: maintainer Notes: svn path=/head/; revision=34735
* Remove pre-compiled i386 executables that come with the distfileTrevor Johnson2000-11-031-0/+1
| | | | | | | | | (especially important on the Alpha). Submitted by: steve Notes: svn path=/head/; revision=34707
* Add port for shntool, a utility for working with WAV files andBill Fenner2000-11-026-0/+54
| | | | | | | shorten-compressed (SHN) files Notes: svn path=/head/; revision=34685
* Update to shorten 3.1Bill Fenner2000-11-023-11/+9
| | | | | | | Reviewed by: sec@42.org (MAINTAINER) Notes: svn path=/head/; revision=34683
* Mark this broken.Trevor Johnson2000-11-023-5/+6
| | | | | | | | | | | | | | | | | Mention conflict with audio/gmixer. Set maintainer to ports@FreeBSD.org. (gdb) bt #0 0x280eeaf6 in _XtCountVaList () from /usr/X11R6/lib/libXt.so.6 #1 0x280ee07f in XtVaSetValues () from /usr/X11R6/lib/libXt.so.6 #2 0x804ae1a in CbMute () #3 0x280c2815 in XtCallCallbackList () from /usr/X11R6/lib/libXt.so.6 #4 0x8051f97 in Notify () Submitted by: Frederik Meerwaldt <frederik@freddym.org> Notes: svn path=/head/; revision=34682
* Turn audio/vorbis into a meta-port for the new Vorbis sub-ports.Trevor Johnson2000-11-023-46/+28
| | | | | | | | | Submitted by: maintainer (changed by me to eliminate warning about missing distinfo, to allow package-building, to eliminate unnecessary pkg-plist file, and to retain most of pkg-descr) Notes: svn path=/head/; revision=34677
* Add new port vorbis-xmms, a Vorbis plugin for XMMS.Trevor Johnson2000-11-026-0/+50
| | | | | | | | PR: 22098 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl> Notes: svn path=/head/; revision=34671
* Add new port of vorbis-tools, a collection of utilities to encode,Trevor Johnson2000-11-028-0/+92
| | | | | | | | | | play and tag Vorbis files. PR: 22095 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl> Notes: svn path=/head/; revision=34670
* Add new port of libvorbis, a library for handling Vorbis-encodedTrevor Johnson2000-11-027-0/+161
| | | | | | | | | | Ogg streams. PR: 22097 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl> Notes: svn path=/head/; revision=34669
* Add new port of libogg, a library for handling Ogg streams.Trevor Johnson2000-11-027-0/+66
| | | | | | | | PR: 22096 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl> Notes: svn path=/head/; revision=34667
* Add new port of libao, a portable sound library used by some vorbisTrevor Johnson2000-11-027-0/+64
| | | | | | | | | | tools. PR: 22094 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl> Notes: svn path=/head/; revision=34666
* End without a periodTrevor Johnson2000-11-021-1/+1
| | | | Notes: svn path=/head/; revision=34665
* newpcm reports the mixer vol control as an input, but it is an outputMaxim Sobolev2000-11-021-0/+20
| | | | | | | | | | | | | control. There are some configurations of rat that will set vol to zero thinking it's an input, resulting in the user not hearing audio being received. This patch removes vol from the driver reported inputs. PR: 22082 Submitted by: maintainer Notes: svn path=/head/; revision=34649
* Update to 1.98.Maxim Sobolev2000-11-023-20/+18
| | | | | | | | PR: 22276 Submitted by: maintainer Notes: svn path=/head/; revision=34645
* Update to 2.36.Yukihiro Nakai2000-11-012-3/+3
| | | | | | | Just windows fix update, so no difference from 2.35. Notes: svn path=/head/; revision=34568
* Whitespace-only:Maxim Sobolev2000-11-013-5/+5
| | | | | | | Make indentation uniform across my ports. Notes: svn path=/head/; revision=34558
* Update to version 1.0James E. Housley2000-11-014-12/+14
| | | | | | | | PR: 22471 Submitted by: Thomas Runge <runge@rostock.zgdv.de> MAINTAINER Notes: svn path=/head/; revision=34547
* Update MASTER_SITEJames E. Housley2000-11-011-1/+1
| | | | | | | | PR: 22472 Submitted by: Thomas Runge <runge@rostock.zgdv.de> MAINTAINER Notes: svn path=/head/; revision=34546
* Upgraded to version 1.1.4James E. Housley2000-11-014-81/+214
| | | | | | | | PR: 22155 Submitted by: David Lebel <lebel@lebel.org> Notes: svn path=/head/; revision=34518
* Update MASTER_SITES to reflect reorganization of ${MASTER_SITE_KDE} sinceWill Andrews2000-10-301-1/+1
| | | | | | | | | they moved 1.1.2 into the attic to discourage use of it. Submitted by: Carl Johan Madestrand <cj@vallcom.net> Notes: svn path=/head/; revision=34432
* Add NO_LATEST_LINK=yes to facilitate use of KDE 2.0 instead of 1.1.2.Will Andrews2000-10-301-0/+1
| | | | | | | Submitted by: imura, steve Notes: svn path=/head/; revision=34431
* Code is now under GPL, remove the RESTRICTED flag.Mario Sergio Fujikawa Ferreira2000-10-301-1/+0
| | | | | | | Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=34430
* New fetch arrangements. Patch no longer needed.Mario Sergio Fujikawa Ferreira2000-10-292-10/+3
| | | | | | | | | | Approved by: maintainer Submitted by: Palle Girgensohn <girgen@partitur.se> PR: ports/22079 Notes: svn path=/head/; revision=34399
* At his request, remove Joel Sutton as maintainer of 8 ports. Thank you forDoug Barton2000-10-291-1/+1
| | | | | | | | | | | your efforts on these ports, and thank you for also taking the responsibility to let us know your time now has other priorities. PR: ports/22384 Submitted by: Joel Sutton, jsutton@bbcon.com.au Notes: svn path=/head/; revision=34387
* Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow peopleWill Andrews2000-10-292-4/+4
| | | | | | | | | to compile on X4.0.1. Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl> Notes: svn path=/head/; revision=34381
* Oops, fix DISTNAME/PORTVERSION with a kludge. This will at least allowWill Andrews2000-10-295-0/+5
| | | | | | | people to fetch musicbrainz. Notes: svn path=/head/; revision=34379
* Implement fix for configure scripts in regards to finding X libs onWill Andrews2000-10-282-6/+6
| | | | | | | | | XFree86 4.0.1. Submitted by: PW (thanks) Notes: svn path=/head/; revision=34376
* Add freeamp 2.1rc3, another attempt at an excellent audio player.Will Andrews2000-10-2811-0/+491
| | | | | | | | PR: 22322 Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=34345
* Add musicbrainz 1.0.0pre4, the second generation incarnation of the CDWill Andrews2000-10-2826-0/+216
| | | | | | | | | | Index. Also required for freeamp. PR: 22321 Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=34344
* Add id3lib 3.7.13, a software library for manipulating ID3v1/v1.1 andWill Andrews2000-10-287-0/+103
| | | | | | | | | | ID3v2 tags. It is required for freeamp. PR: 22320 Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=34342
* Add p5-Audio-CD 0.04, a perl interface to libcdaudio.Will Andrews2000-10-287-0/+63
| | | | | | | | PR: 22215 Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=34339
* Update to 0.7.Hajimu UMEMOTO2000-10-274-4/+4
| | | | Notes: svn path=/head/; revision=34287
* Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...Will Andrews2000-10-256-64/+78
| | | | | | | All KDE2 ports now use default USE_QT2. Still todo: Merge in MTREE stuff. Notes: svn path=/head/; revision=34208
* Oops, forgot the new patch....Chris D. Faulhaber2000-10-251-0/+96
| | | | | | | | | Update port to 0.13 Submitted by: David K. Phinney <dave@insinc.ca> Notes: svn path=/head/; revision=34204
* Update port to 0.13Chris D. Faulhaber2000-10-252-2/+2
| | | | | | | Submitted by: David K. Phinney <dave@insinc.ca> Notes: svn path=/head/; revision=34203
* Fix compilation problem with -current for 9 days 19 hours.R. Imura2000-10-241-6/+23
| | | | Notes: svn path=/head/; revision=34185
* Touch src/Makefile.in, so autoconf won't run.Trevor Johnson2000-10-241-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=34161
* Update to version 0.65James E. Housley2000-10-234-26/+42
| | | | | | | | PR: 22246 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=34149