[34286] trunk/dports/audio/vorbis-tools/Portfile
ram at macports.org
ram at macports.org
Wed Feb 20 17:46:32 PST 2008
Revision: 34286
http://trac.macosforge.org/projects/macports/changeset/34286
Author: ram at macports.org
Date: 2008-02-20 17:46:31 -0800 (Wed, 20 Feb 2008)
Log Message:
-----------
audio/vorbis-tools: build ogg123
Modified Paths:
--------------
trunk/dports/audio/vorbis-tools/Portfile
Modified: trunk/dports/audio/vorbis-tools/Portfile
===================================================================
--- trunk/dports/audio/vorbis-tools/Portfile 2008-02-20 23:36:03 UTC (rev 34285)
+++ trunk/dports/audio/vorbis-tools/Portfile 2008-02-21 01:46:31 UTC (rev 34286)
@@ -4,7 +4,7 @@
name vorbis-tools
version 1.1.1
-revision 3
+revision 4
categories audio
platforms darwin
maintainers ram openmaintainer
@@ -34,24 +34,19 @@
depends_lib port:libogg \
port:libvorbis \
- port:curl
+ port:curl \
+ port:libao
configure.cppflags-append "-no-cpp-precomp"
configure.args --mandir=${prefix}/share/man \
- --without-ao \
- --disable-ogg123 \
+ --with-ao \
+ --enable-ogg123 \
--without-flac \
--without-speex \
--enable-vcut
use_parallel_build yes
-variant player description "Build ogg123" {
- depends_lib-append port:libao
- configure.args-delete --without-ao --disable-ogg123
- configure.args-append --with-ao --enable-ogg123
-}
-
variant flac description "Enable FLAC support" {
depends_lib-append port:flac
configure.args-delete --without-flac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080220/ee96dedd/attachment.html
More information about the macports-changes
mailing list