[121327] trunk/dports/multimedia/VLC

devans at macports.org devans at macports.org
Mon Jun 23 08:54:20 PDT 2014


Revision: 121327
          https://trac.macports.org/changeset/121327
Author:   devans at macports.org
Date:     2014-06-23 08:54:20 -0700 (Mon, 23 Jun 2014)
Log Message:
-----------
VLC: update to version 2.1.4, fixes a DVD playback regression.

Modified Paths:
--------------
    trunk/dports/multimedia/VLC/Portfile
    trunk/dports/multimedia/VLC/files/PR-34741-no__clang_version__.patch
    trunk/dports/multimedia/VLC/files/configure.ac-no-arch.patch

Modified: trunk/dports/multimedia/VLC/Portfile
===================================================================
--- trunk/dports/multimedia/VLC/Portfile	2014-06-23 13:07:18 UTC (rev 121326)
+++ trunk/dports/multimedia/VLC/Portfile	2014-06-23 15:54:20 UTC (rev 121327)
@@ -5,8 +5,7 @@
 PortGroup           compiler_blacklist_versions 1.0
 
 name                VLC
-version             2.1.3
-revision            2
+version             2.1.4
 categories          multimedia
 
 maintainers         nomaintainer
@@ -34,9 +33,9 @@
 distname            vlc-${version}
 use_xz              yes
 
-checksums           md5     56a489d093ffef9aa29809116985adba \
-                    sha1    de3e0b027bbb2dc2451992c428f2bed824128039 \
-                    rmd160  187337e0149cf9d86b6a4266128cbf0bc5bcf777
+checksums           md5     7ed67d22f7425011078772bfc62ac222 \
+                    sha1    53896c88947803193a21fb4619f34034bad05920 \
+                    rmd160  4934dea1d9399500fc1ba90e8ee9436604791cdc
 
 depends_build   port:pkgconfig
 

Modified: trunk/dports/multimedia/VLC/files/PR-34741-no__clang_version__.patch
===================================================================
--- trunk/dports/multimedia/VLC/files/PR-34741-no__clang_version__.patch	2014-06-23 13:07:18 UTC (rev 121326)
+++ trunk/dports/multimedia/VLC/files/PR-34741-no__clang_version__.patch	2014-06-23 15:54:20 UTC (rev 121327)
@@ -1,16 +1,14 @@
---- ./modules/gui/macosx/about.m.orig	2012-06-03 11:19:43.000000000 -0700
-+++ ./modules/gui/macosx/about.m	2012-06-03 11:22:22.000000000 -0700
-@@ -94,9 +94,11 @@ static VLAboutBox *_o_sharedInstance = n
+--- modules/gui/macosx/about.m.orig	2014-02-21 06:00:00.000000000 -0800
++++ modules/gui/macosx/about.m	2014-06-23 03:54:01.000000000 -0700
+@@ -101,8 +101,10 @@
  
          /* setup the creator / revision field */
          NSString *compiler;
 -#ifdef __clang__
 +#ifdef __clang_version__
          compiler = [NSString stringWithFormat:@"clang %s", __clang_version__];
--#elif __llvm__
-+#elif defined(__clang__)
++#elif  defined(__clang__)
 +        compiler = [NSString stringWithFormat:@"clang"];
-+#elif defined(__llvm__)
-         compiler = [NSString stringWithFormat:@"llvm-gcc %s", __VERSION__];
  #else
-         compiler = [NSString stringWithFormat:@"gcc %s", __VERSION__];
+         compiler = [NSString stringWithFormat:@"llvm-gcc %s", __VERSION__];
+ #endif

Modified: trunk/dports/multimedia/VLC/files/configure.ac-no-arch.patch
===================================================================
--- trunk/dports/multimedia/VLC/files/configure.ac-no-arch.patch	2014-06-23 13:07:18 UTC (rev 121326)
+++ trunk/dports/multimedia/VLC/files/configure.ac-no-arch.patch	2014-06-23 15:54:20 UTC (rev 121327)
@@ -1,6 +1,6 @@
---- configure.ac.orig	2013-03-31 16:51:03.000000000 -0700
-+++ configure.ac	2013-03-31 16:51:47.000000000 -0700
-@@ -127,33 +127,12 @@ case "${host_os}" in
+--- configure.ac.orig	2014-02-21 06:00:00.000000000 -0800
++++ configure.ac	2014-06-23 03:42:50.000000000 -0700
+@@ -127,33 +127,12 @@
      ;;
    darwin*)
  
@@ -36,6 +36,6 @@
 +    CPPFLAGS="${CPPFLAGS}"
 +    OBJCFLAGS="${OBJCFLAGS} -D_INTL_REDIRECT_MACROS -std=gnu99"
 +    LDFLAGS="${LDFLAGS} -Wl,-headerpad_max_install_names"
-     VLC_ADD_LIBS([motion rotate], [-Wl,-framework,IOKit,-framework,CoreFoundation])
+     VLC_ADD_LIBS([motion rotate dvdread dvdnav], [-Wl,-framework,IOKit,-framework,CoreFoundation])
      VLC_ADD_LIBS([libvlc vlc],[-Wl,-undefined,dynamic_lookup,-framework,AppKit])
      VLC_ADD_LIBS([avcodec access_avio swscale postproc i420_rgb_mmx x264 x26410b],[-Wl,-read_only_relocs,suppress])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140623/20176cca/attachment.html>


More information about the macports-changes mailing list