[49525] trunk/dports/multimedia/VLC

raimue at macports.org raimue at macports.org
Sat Apr 11 11:40:13 PDT 2009


Revision: 49525
          http://trac.macports.org/changeset/49525
Author:   raimue at macports.org
Date:     2009-04-11 11:40:11 -0700 (Sat, 11 Apr 2009)
Log Message:
-----------
multimedia/VLC:
Maintainer update to version 0.9.9a, VLC-x264.c.diff has been incorporated
upstream. Also adds livecheck. Closes #19278.

Modified Paths:
--------------
    trunk/dports/multimedia/VLC/Portfile

Removed Paths:
-------------
    trunk/dports/multimedia/VLC/files/VLC-x264.c.diff

Modified: trunk/dports/multimedia/VLC/Portfile
===================================================================
--- trunk/dports/multimedia/VLC/Portfile	2009-04-11 17:52:51 UTC (rev 49524)
+++ trunk/dports/multimedia/VLC/Portfile	2009-04-11 18:40:11 UTC (rev 49525)
@@ -3,7 +3,7 @@
 PortSystem			1.0
 
 name				VLC
-version				0.9.9
+version				0.9.9a
 revision			0
 
 categories			multimedia
@@ -23,9 +23,9 @@
 distname			vlc-${version}
 use_bzip2			yes
 
-checksums           md5     b7c2a75194ad5c73979c3d880aebbe38 \
-                    sha1    288afb5916c12f1bbffd36d3b897cb7e9b3da2b3 \
-					rmd160  eba9309d3594bcb8f2ae793f969e3ad05c74f7f6
+checksums           md5     c8d832deeef7f4072a73506f8d033198 \
+                    sha1    c72a3aa7854292356c0c5149cbb732da7d46b163 \
+					rmd160  c185b5e8dae8e8aacb6e1c03f14eae24cb805648
 
 # Remove LLVM for now. Only required for upcoming VLC 1.0.0
 #depends_build-append port:llvm-gcc42
@@ -36,7 +36,7 @@
 					port:libdvdplay port:libdvdnav port:ffmpeg \
 					port:gnutls port:taglib
 
-patchfiles			VLC-Makefile.in.diff VLC-x264.c.diff
+patchfiles			VLC-Makefile.in.diff 
 
 # VLC needs to be compiled with llvm-gcc frontend
 #configure.cc		${prefix}/bin/llvm-gcc-4.2
@@ -47,6 +47,9 @@
 build.target		all
 destroot.target		install VLC.app
 
+livecheck.url		http://download.videolan.org/pub/videolan/vlc/
+livecheck.regex		<a href=\"(\\d\[\\d|\.|\\w\]+).*/\">
+
 configure.args-append	--disable-macosx-defaults \
 	--disable-debug --disable-x11 --disable-xvideo --disable-glx \
 	--disable-skins2 --disable-notify --disable-telepathy --disable-twolame \

Deleted: trunk/dports/multimedia/VLC/files/VLC-x264.c.diff
===================================================================
--- trunk/dports/multimedia/VLC/files/VLC-x264.c.diff	2009-04-11 17:52:51 UTC (rev 49524)
+++ trunk/dports/multimedia/VLC/files/VLC-x264.c.diff	2009-04-11 18:40:11 UTC (rev 49525)
@@ -1,16 +0,0 @@
---- modules/codec/x264.c.orig	2009-04-04 02:07:20.000000000 +0200
-+++ modules/codec/x264.c	2009-04-04 02:09:00.000000000 +0200
-@@ -957,9 +957,12 @@
-         p_sys->param.i_scenecut_threshold = val.i_int;
- #endif
- 
--#if X264_BUILD >= 55 /* r607 */
-+#if X264_BUILD >= 55 /* r607 */ && X264_BUILD < 67 /* r1117 */
-     var_Get( p_enc, SOUT_CFG_PREFIX "pre-scenecut", &val );
-     p_sys->param.b_pre_scenecut = val.b_bool;
-+#endif
-+
-+#if X264_BUILD >= 55 /* r607 */
-     var_Get( p_enc, SOUT_CFG_PREFIX "non-deterministic", &val );
-     p_sys->param.b_deterministic = val.b_bool;
- #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090411/153e134f/attachment.html>


More information about the macports-changes mailing list