aboutsummaryrefslogtreecommitdiff
path: root/audio/libao
Commit message (Collapse)AuthorAgeFilesLines
* Maintenance update to 0.8.5. No notable changes.Christian Weisgerber2004-10-224-22/+4
| | | | Notes: svn path=/head/; revision=119977
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104535
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* portlint (whitespace cleanup)Kris Kennaway2003-10-271-3/+3
| | | | Notes: svn path=/head/; revision=92312
* Install pkgconfig .pc file to correct placeChristian Weisgerber2003-10-092-2/+4
| | | | | | | | PR: 57802 Submitted by: Ports Fury Notes: svn path=/head/; revision=90719
* * Maintenance update to 0.8.4.Christian Weisgerber2003-10-086-71/+116
| | | | | | | | | * Support for the aRts plugin now must be explicitly enabled by defining WITH_ARTS. * NAS plugin available by defining WITH_NAS. Consider experimental. Notes: svn path=/head/; revision=90645
* Remove dead mirror.Christian Weisgerber2003-06-071-1/+0
| | | | | | | Submitted by: fenner (portsurvey) Notes: svn path=/head/; revision=82486
* Remove the USE_GNOMENG macro.Joe Marcus Clarke2003-04-081-1/+0
| | | | Notes: svn path=/head/; revision=78566
* pkg-comment -> COMMENTChristian Weisgerber2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76039
* Update master sites.Christian Weisgerber2003-01-301-2/+3
| | | | | | | | PR: 47676, 47677 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=74315
* Updated mastersites: ftp.linuxpowered.com is an empty ftp-site,Edwin Groothuis2002-12-261-3/+1
| | | | | | | xiph.stratius.com is unreachable for a long time. Notes: svn path=/head/; revision=71864
* Fix packaging list.Christian Weisgerber2002-09-062-1/+3
| | | | Notes: svn path=/head/; revision=65729
* Use USE_GNOMENG.Joe Marcus Clarke2002-08-311-1/+1
| | | | | | | | PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65340
* * Use GNOMENG for ESounD.Christian Weisgerber2002-08-233-17/+22
| | | | | | | * Kill .la files. Notes: svn path=/head/; revision=64888
* Make sure the esd module is only built if wanted.Christian Weisgerber2002-07-201-0/+3
| | | | | | | Submitted by: David Magda <dmagda@ee.ryerson.ca> Notes: svn path=/head/; revision=63290
* Welcome to the long-awaited release of Ogg Vorbis 1.0!Christian Weisgerber2002-07-204-20/+22
| | | | Notes: svn path=/head/; revision=63274
* Update the arts dependency to the audio/arts port for kde3.Christian Weisgerber2002-06-241-1/+2
| | | | | | | | PR: 39725 Submitted by: alane Notes: svn path=/head/; revision=61850
* machine/soundcard.h -> sys/soundcard.hChristian Weisgerber2002-04-101-0/+14
| | | | | | | | PR: 36966 Submitted by: Motoyuki Konno <motoyuki@bsdclub.org> Notes: svn path=/head/; revision=57547
* There is no static libao.Christian Weisgerber2002-02-231-1/+0
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=55143
* fix typo in master site URLChristian Weisgerber2002-01-211-1/+1
| | | | Notes: svn path=/head/; revision=53463
* oops, missed oneChristian Weisgerber2002-01-161-0/+1
| | | | Notes: svn path=/head/; revision=53176
* Upgrade to Ogg Vorbis RC3.Christian Weisgerber2002-01-163-8/+17
| | | | | | | PR: 33727, 33728, 33729, 33731 Notes: svn path=/head/; revision=53173
* Update my MAINTAINER address.Christian Weisgerber2001-11-031-1/+1
| | | | | | | Approved by: trevor Notes: svn path=/head/; revision=49545
* Update libao to 0.8.0, which breaks mpg321. Update libogg, libvorbis,Trevor Johnson2001-08-278-46/+61
| | | | | | | | | | | vorbis-tools and the vorbis meta-port to 1.0rc2. This version supports "channel coupling" for more efficient compression of stereo material. Submitted by: Christian Weisgerber (maintainer) Notes: svn path=/head/; revision=46948
* o update to 1.0 RC1.FUJISHIMA Satsuki2001-07-195-20/+58
| | | | | | | | | | | | | PORTEPOCH bumped due to PKGNAME now strictly follows handbook. (1.0b4,1 > 1.0.r1,1 vs. 1.0b4,1 < 1.0.r1,2) o support NOPORTDOCS. o remove stale MASTER_SITES. PR: 29036 Submitted by: maintainer Notes: svn path=/head/; revision=45236
* minor changes to documentationTrevor Johnson2001-04-091-6/+8
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=41157
* Fix PLIST. The correct PLIST_SUB variable is PORTDOCS, not NOPORTDOCS.Will Andrews2001-03-241-5/+5
| | | | | | | Found by: bento Notes: svn path=/head/; revision=40310
* Change "name <mailaddress>" to "mailaddress" in MAINTAINER, it isSatoshi Asami2001-03-241-1/+1
| | | | | | | | | confusing the hell out of make. Submitted by: bento Notes: svn path=/head/; revision=40309
* Change maintainer for libao, libogg, libvorbis, and vorbis. ImproveTrevor Johnson2001-03-236-28/+50
| | | | | | | | | | | | | use of autoconf and automake. Support NOPORTDOCS. Respect CFLAGS. Fix libvorbis encoder on Alpha. Install documentation in proper places. Approved by: Theo van Klaveren <t.vanklaveren@student.utwente.nl> (outgoing maintainer), Christian Weisgerber <naddy@mips.inka.de> (new maintainer) Notes: svn path=/head/; revision=40296
* Fix plistKris Kennaway2001-03-111-0/+1
| | | | Notes: svn path=/head/; revision=39505
* bump PORTREVISION due to pkg-plist addition.FUJISHIMA Satsuki2001-03-031-0/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=39017
* o respect CFLAGS (libao, libogg, libvorbis)FUJISHIMA Satsuki2001-03-023-1/+32
| | | | | | | | | | | o add ESOUND and KDE2 knob. (libao) o add WWW. (libogg) o get rid of xmms dependency. (vorbis) Approved by: maintainer Notes: svn path=/head/; revision=38998
* upgrade to 0.6.0Ying-Chieh Liao2001-02-284-29/+13
| | | | | | | | PR: 25412 Submit by: maintainer Notes: svn path=/head/; revision=38904
* Add AUTO{CONF,MAKE}_{ENV,ARGS}. Among other things, this will fixSatoshi Asami2000-11-161-0/+1
| | | | | | | | | | | 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
* Add USE_AUTOMAKERoger Hardiman2000-11-131-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=35065
* Add new port of libao, a portable sound library used by some vorbisTrevor Johnson2000-11-026-0/+63
tools. PR: 22094 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl> Notes: svn path=/head/; revision=34666