[101233] trunk/dports/multimedia/VLC

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 6 11:30:07 PST 2013


Revision: 101233
          https://trac.macports.org/changeset/101233
Author:   jeremyhu at macports.org
Date:     2013-01-06 11:30:06 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
VLC: Bump to 2.0.5 and fix building with automake 1.13

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

Added Paths:
-----------
    trunk/dports/multimedia/VLC/files/automake.patch

Modified: trunk/dports/multimedia/VLC/Portfile
===================================================================
--- trunk/dports/multimedia/VLC/Portfile	2013-01-06 19:04:47 UTC (rev 101232)
+++ trunk/dports/multimedia/VLC/Portfile	2013-01-06 19:30:06 UTC (rev 101233)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                VLC
-version             2.0.4
-revision            6
+version             2.0.5
 
 categories          multimedia
 
@@ -23,23 +22,19 @@
 
 homepage            http://www.videolan.org
 
-# The tarball is missing a bunch of files
-# https://trac.videolan.org/vlc/ticket/6739
-# https://trac.videolan.org/vlc/ticket/6743
-
 # http://git.videolan.org/?p=vlc.git;a=forks
-fetch.type      git
-git.url         git://git.videolan.org/vlc/vlc-2.0.git
-git.branch      a4e92ec8b5ed0cd01478111a80c8f2be19503e92
+#fetch.type      git
+#git.url         git://git.videolan.org/vlc/vlc-2.0.git
+#git.branch      a4e92ec8b5ed0cd01478111a80c8f2be19503e92
 
-#master_sites        http://download.videolan.org/pub/videolan/vlc/${version}/
-#distname            vlc-${version}
-#use_xz              yes
-#
-#checksums           md5     5ad114755670e4881a2b35354e2f79bc \
-#                    sha1    40d0ed360dd3fa7dc3ff4fbc9c319553ebb22538 \
-#                    rmd160  9d932e1be72b65cf47057191d9e84deeedea282c
+master_sites        http://download.videolan.org/pub/videolan/vlc/${version}/
+distname            vlc-${version}
+use_xz              yes
 
+checksums           md5     4f959c0766ada8cea5a72c65fce94ebe \
+                    sha1    31bd518f4edd03ea394305176e5df3478e251cc0 \
+                    rmd160  7956c1abb34fda73533019c67010faba9efcbf7e
+
 depends_build   port:pkgconfig
 
 depends_lib     port:lame port:a52dec port:libogg port:flac \
@@ -65,7 +60,8 @@
     buildfix-package.mak.patch \
     configure.ac-no-arch.patch \
     PR-34741-no__clang_version__.patch \
-    no-sparkle.patch
+    no-sparkle.patch \
+    automake.patch
 
 post-patch {
     reinplace "s:librsvg-2/librsvg:librsvg:" \

Added: trunk/dports/multimedia/VLC/files/automake.patch
===================================================================
--- trunk/dports/multimedia/VLC/files/automake.patch	                        (rev 0)
+++ trunk/dports/multimedia/VLC/files/automake.patch	2013-01-06 19:30:06 UTC (rev 101233)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2013-01-06 11:18:47.000000000 -0800
++++ configure.ac	2013-01-06 11:19:02.000000000 -0800
+@@ -25,7 +25,7 @@ AC_CANONICAL_HOST
+ AC_PRESERVE_HELP_ORDER
+ 
+ AM_INIT_AUTOMAKE(tar-ustar color-tests)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ 
+ # Disable with "./configure --disable-silent-rules" or "make V=1"
+ AM_SILENT_RULES([yes])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130106/6de85835/attachment-0001.html>


More information about the macports-changes mailing list