summaryrefslogtreecommitdiff
path: root/audio/libao (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
|
* 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.
* portlint (whitespace cleanup)Kris Kennaway2003-10-271-3/+3
|
* Install pkgconfig .pc file to correct placeChristian Weisgerber2003-10-092-2/+4
| | | | | PR: 57802 Submitted by: Ports Fury
* * 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.
* Remove dead mirror.Christian Weisgerber2003-06-071-1/+0
| | | | Submitted by: fenner (portsurvey)
* Remove the USE_GNOMENG macro.Joe Marcus Clarke2003-04-081-1/+0
|
* pkg-comment -> COMMENTChristian Weisgerber2003-02-212-1/+1
|
* Update master sites.Christian Weisgerber2003-01-301-2/+3
| | | | | PR: 47676, 47677 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
* 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.
* Fix packaging list.Christian Weisgerber2002-09-062-1/+3
|
* Use USE_GNOMENG.Joe Marcus Clarke2002-08-311-1/+1
| | | | | PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* * Use GNOMENG for ESounD.Christian Weisgerber2002-08-233-17/+22
| | | | * Kill .la files.
* Make sure the esd module is only built if wanted.Christian Weisgerber2002-07-201-0/+3
| | | | Submitted by: David Magda <dmagda@ee.ryerson.ca>
* Welcome to the long-awaited release of Ogg Vorbis 1.0!Christian Weisgerber2002-07-204-20/+22
|
* Update the arts dependency to the audio/arts port for kde3.Christian Weisgerber2002-06-241-1/+2
| | | | | PR: 39725 Submitted by: alane
* machine/soundcard.h -> sys/soundcard.hChristian Weisgerber2002-04-101-0/+14
| | | | | PR: 36966 Submitted by: Motoyuki Konno <motoyuki@bsdclub.org>
* There is no static libao.Christian Weisgerber2002-02-231-1/+0
| | | | Submitted by: dinoex
* fix typo in master site URLChristian Weisgerber2002-01-211-1/+1
|
* oops, missed oneChristian Weisgerber2002-01-161-0/+1
|
* Upgrade to Ogg Vorbis RC3.Christian Weisgerber2002-01-163-8/+17
| | | | PR: 33727, 33728, 33729, 33731
* Update my MAINTAINER address.Christian Weisgerber2001-11-031-1/+1
| | | | Approved by: trevor
* 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)
* 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
* minor changes to documentationTrevor Johnson2001-04-091-6/+8
| | | | Submitted by: maintainer
* Fix PLIST. The correct PLIST_SUB variable is PORTDOCS, not NOPORTDOCS.Will Andrews2001-03-241-5/+5
| | | | Found by: bento
* Change "name <mailaddress>" to "mailaddress" in MAINTAINER, it isSatoshi Asami2001-03-241-1/+1
| | | | | | confusing the hell out of make. Submitted by: bento
* 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)
* Fix plistKris Kennaway2001-03-111-0/+1
|
* bump PORTREVISION due to pkg-plist addition.FUJISHIMA Satsuki2001-03-031-0/+1
| | | | Submitted by: maintainer
* 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
* upgrade to 0.6.0Ying-Chieh Liao2001-02-284-29/+13
| | | | | PR: 25412 Submit by: maintainer
* 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
* Add USE_AUTOMAKERoger Hardiman2000-11-131-0/+1
| | | | Submitted by: bento
* 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>