Modified: trunk/dports/multimedia/transcode/Portfile (39705 => 39706)
--- trunk/dports/multimedia/transcode/Portfile 2008-09-01 00:19:17 UTC (rev 39705)
+++ trunk/dports/multimedia/transcode/Portfile 2008-09-01 01:26:36 UTC (rev 39706)
@@ -3,9 +3,9 @@
PortSystem 1.0
name transcode
-version 1.1.0beta0
+version 1.1.0beta1
categories multimedia
-maintainers cremes@mac.com liontooth@cogweb.net
+maintainers liontooth@cogweb.net
description Video and audio processing tools
long_description transcode is a suite of tools, all of which are \
command line utilities, for transcoding various \
@@ -30,9 +30,12 @@
use_bzip2 yes
checksums ${distname}${extract.suffix} \
- md5 6f188b74c64595c30df82fcbc0bb22f3 \
- sha1 e0d146278937da76682ba88c2719726f20ab9493
+ md5 b84566b618f2b667ce048993692e69db \
+ sha1 e68f65b6558c97ffc4fef3aaae9fc35a01af4390
+
+depends_build port:pkgconfig
+
depends_lib port:automake \
port:autoconf \
port:libtool \
@@ -94,6 +97,11 @@
configure.args-append --enable-ogg --with-ogg-prefix=${prefix}
}
+variant libquicktime {
+ depends_lib-append port:libquicktime
+ configure.args-append --enable-libquicktime --with-libquicktime-prefix=${prefix}
+}
+
variant libsdl {
depends_lib-append port:libsdl
configure.args-append --enable-sdl --with-sdl-prefix=${prefix}
@@ -114,6 +122,11 @@
configure.args-append --enable-libxml2 --with-libxml2-prefix=${prefix}
}
+variant lzo {
+ depends_lib-append port:lzo2
+ configure.args-append --enable-lzo --with-lzo-prefix=${prefix}
+}
+
variant x264 {
depends_lib-append port:x264
configure.args-append --enable-x264 --with-x264-prefix=${prefix}