summaryrefslogtreecommitdiffstats
path: root/audio/libao
Commit message (Collapse)AuthorAgeFilesLines
* Remove .a files from pkg-plist.nork2006-03-122-4/+1
| | | | Approved by: portmgr(marcus), naddy(maintainer)
* Conversion to a single libtool environment.ade2006-02-232-2/+10
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Maintenance update to 0.8.5. No notable changes.naddy2004-10-224-22/+4
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-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
* Add size data, approved by maintainers.trevor2004-03-181-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-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)kris2003-10-271-3/+3
|
* Install pkgconfig .pc file to correct placenaddy2003-10-092-2/+4
| | | | | PR: 57802 Submitted by: Ports Fury
* * Maintenance update to 0.8.4.naddy2003-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.naddy2003-06-071-1/+0
| | | | Submitted by: fenner (portsurvey)
* Remove the USE_GNOMENG macro.marcus2003-04-081-1/+0
|
* pkg-comment -> COMMENTnaddy2003-02-212-1/+1
|
* Update master sites.naddy2003-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,edwin2002-12-261-3/+1
| | | | xiph.stratius.com is unreachable for a long time.
* Fix packaging list.naddy2002-09-062-1/+3
|
* Use USE_GNOMENG.marcus2002-08-311-1/+1
| | | | | PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* * Use GNOMENG for ESounD.naddy2002-08-233-17/+22
| | | | * Kill .la files.
* Make sure the esd module is only built if wanted.naddy2002-07-201-0/+3
| | | | Submitted by: David Magda <dmagda@ee.ryerson.ca>
* Welcome to the long-awaited release of Ogg Vorbis 1.0!naddy2002-07-204-20/+22
|
* Update the arts dependency to the audio/arts port for kde3.naddy2002-06-241-1/+2
| | | | | PR: 39725 Submitted by: alane
* machine/soundcard.h -> sys/soundcard.hnaddy2002-04-101-0/+14
| | | | | PR: 36966 Submitted by: Motoyuki Konno <motoyuki@bsdclub.org>
* There is no static libao.naddy2002-02-231-1/+0
| | | | Submitted by: dinoex
* fix typo in master site URLnaddy2002-01-211-1/+1
|
* oops, missed onenaddy2002-01-161-0/+1
|
* Upgrade to Ogg Vorbis RC3.naddy2002-01-163-8/+17
| | | | PR: 33727, 33728, 33729, 33731
* Update my MAINTAINER address.naddy2001-11-031-1/+1
| | | | Approved by: trevor
* Update libao to 0.8.0, which breaks mpg321. Update libogg, libvorbis,trevor2001-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.sf2001-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 documentationtrevor2001-04-091-6/+8
| | | | Submitted by: maintainer
* Fix PLIST. The correct PLIST_SUB variable is PORTDOCS, not NOPORTDOCS.will2001-03-241-5/+5
| | | | Found by: bento
* Change "name <mailaddress>" to "mailaddress" in MAINTAINER, it isasami2001-03-241-1/+1
| | | | | | confusing the hell out of make. Submitted by: bento
* Change maintainer for libao, libogg, libvorbis, and vorbis. Improvetrevor2001-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 plistkris2001-03-111-0/+1
|
* bump PORTREVISION due to pkg-plist addition.sf2001-03-031-0/+1
| | | | Submitted by: maintainer
* o respect CFLAGS (libao, libogg, libvorbis)sf2001-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.0ijliao2001-02-284-29/+13
| | | | | PR: 25412 Submit by: maintainer
* Add AUTO{CONF,MAKE}_{ENV,ARGS}. Among other things, this will fixasami2000-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_AUTOMAKEroger2000-11-131-0/+1
| | | | Submitted by: bento
* Add new port of libao, a portable sound library used by some vorbistrevor2000-11-026-0/+63
tools. PR: 22094 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
OpenPOWER on IntegriCloud