[106476] trunk/dports/multimedia/VLC
jeremyhu at macports.org
jeremyhu at macports.org
Mon May 27 12:28:35 PDT 2013
Revision: 106476
https://trac.macports.org/changeset/106476
Author: jeremyhu at macports.org
Date: 2013-05-27 12:28:35 -0700 (Mon, 27 May 2013)
Log Message:
-----------
VLC: Bump to 2.0.7
Modified Paths:
--------------
trunk/dports/multimedia/VLC/Portfile
Removed Paths:
-------------
trunk/dports/multimedia/VLC/files/automake.patch
Modified: trunk/dports/multimedia/VLC/Portfile
===================================================================
--- trunk/dports/multimedia/VLC/Portfile 2013-05-27 19:27:17 UTC (rev 106475)
+++ trunk/dports/multimedia/VLC/Portfile 2013-05-27 19:28:35 UTC (rev 106476)
@@ -4,8 +4,7 @@
PortSystem 1.0
name VLC
-version 2.0.5
-revision 7
+version 2.0.7
categories multimedia
@@ -32,9 +31,9 @@
distname vlc-${version}
use_xz yes
-checksums md5 4f959c0766ada8cea5a72c65fce94ebe \
- sha1 31bd518f4edd03ea394305176e5df3478e251cc0 \
- rmd160 7956c1abb34fda73533019c67010faba9efcbf7e
+checksums md5 3b0e465b0990097b65abaf3e25589957 \
+ sha1 d3dc6605cc296806ada16b5f9b819705c9cc1319 \
+ rmd160 0e708e577e3176c8acd7ac8cdcf1676df7f81381
depends_build port:pkgconfig
@@ -62,8 +61,7 @@
buildfix-package.mak.patch \
configure.ac-no-arch.patch \
PR-34741-no__clang_version__.patch \
- no-sparkle.patch \
- automake.patch
+ no-sparkle.patch
post-patch {
reinplace "s:librsvg-2/librsvg:librsvg:" \
@@ -80,6 +78,9 @@
configure.env-append CXXCPP="${configure.cxx} -E"
build.args-append DESTDIR=${worksrcpath}/dest_ignore
+# Fix a build error in modules/lua due to deprecated functionality
+configure.cppflags-append -DLUA_COMPAT_ALL
+
build.target all
destroot.target install
Deleted: trunk/dports/multimedia/VLC/files/automake.patch
===================================================================
--- trunk/dports/multimedia/VLC/files/automake.patch 2013-05-27 19:27:17 UTC (rev 106475)
+++ trunk/dports/multimedia/VLC/files/automake.patch 2013-05-27 19:28:35 UTC (rev 106476)
@@ -1,11 +0,0 @@
---- 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/20130527/c47a5058/attachment.html>
More information about the macports-changes
mailing list