[45226] trunk/dports/multimedia/xine-lib/Portfile

jmr at macports.org jmr at macports.org
Sun Jan 11 06:49:07 PST 2009


Revision: 45226
          http://trac.macports.org/changeset/45226
Author:   jmr at macports.org
Date:     2009-01-11 06:49:06 -0800 (Sun, 11 Jan 2009)
Log Message:
-----------
xine-lib: update to 1.1.16 (includes fix for #17952)

Modified Paths:
--------------
    trunk/dports/multimedia/xine-lib/Portfile

Modified: trunk/dports/multimedia/xine-lib/Portfile
===================================================================
--- trunk/dports/multimedia/xine-lib/Portfile	2009-01-11 12:52:14 UTC (rev 45225)
+++ trunk/dports/multimedia/xine-lib/Portfile	2009-01-11 14:49:06 UTC (rev 45226)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		xine-lib
-version		1.1.15
+version		1.1.16
 description	xine-lib is a free multimedia engine, released under the GPL.
 long_description        ${description}
 maintainers	nomaintainer
@@ -12,12 +12,31 @@
 homepage	http://xine.sf.net/
 master_sites    sourceforge:xine
 use_bzip2   yes
-checksums   md5     42a2b4893b7f892eb334de2fc36d49c8 \
-            sha1    bcb567ea2a11c5f26b2384d5400b8466ea9048c6 \
-            rmd160  5c64dd51c05a6e17cb6dfcbb8a9009ba8571c75f
-depends_lib	lib:libX11.6:XFree86 port:esound \
-		port:aalib	port:libvorbis \
-		port:libogg port:flac
-configure.env-append   LIBTOOL=glibtool
+checksums   md5     acd1a210c5a6444e8fd44696469352bb \
+            sha1    b7a8d159ac81befe2a2cc0df20a4c0a00cef4ad7 \
+            rmd160  2fc35e0c5f6dc3f00be0396fecd40e5a2fb388f5
+depends_lib lib:libX11.6:XFree86 \
+            port:aalib	\
+            port:esound \
+            port:faad2 \
+            port:ffmpeg \
+            port:flac \
+            port:libogg \
+            port:libvorbis \
+            port:zlib
 
+configure.env-append    LIBTOOL=glibtool
+configure.args  --with-external-libfaad \
+                --with-external-ffmpeg
+post-configure {
+    # See #17952
+    reinplace "s|#define HAVE_FFMPEG_AVUTIL_H 1|#undef HAVE_FFMPEG_AVUTIL_H|" \
+        ${worksrcpath}/include/configure.h
+}
+
 livecheck.distname	${name} (xine core)
+
+platform macosx {
+    configure.args-append   --enable-macosx-video \
+                            --enable-coreaudio
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090111/a4a7b7c0/attachment.html>


More information about the macports-changes mailing list