[133983] trunk/dports/multimedia/mpv/Portfile

ionic at macports.org ionic at macports.org
Mon Mar 16 10:07:26 PDT 2015


Revision: 133983
          https://trac.macports.org/changeset/133983
Author:   ionic at macports.org
Date:     2015-03-16 10:07:26 -0700 (Mon, 16 Mar 2015)
Log Message:
-----------
mpv: share CoreVideo patch with 10.7. Revbump due to ffmpeg updates.

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

Modified: trunk/dports/multimedia/mpv/Portfile
===================================================================
--- trunk/dports/multimedia/mpv/Portfile	2015-03-16 17:04:12 UTC (rev 133982)
+++ trunk/dports/multimedia/mpv/Portfile	2015-03-16 17:07:26 UTC (rev 133983)
@@ -7,7 +7,7 @@
 
 # Please revbump mpv whenever ffmpeg{,-devel} is updated!
 github.setup            mpv-player mpv 0.8.2 v
-revision                0
+revision                1
 categories              multimedia
 license                 GPL-2+
 maintainers             ionic
@@ -159,13 +159,17 @@
         }
     }
 
+    # Shared build fixes for 10.6 and 10.7.
+    if {${os.major} < 12} {
+        patchfiles-append   patch-misc-import-CoreVideo.diff
+    }
+
     # Versions 10.6 and below don't support XCode 4, which is required for ARCLite.
     # We will have to patch mpv for unofficial Cocoa support.
     # Also fix some other minor compile issues only manifesting on 10.6 and below along the way.
     if {${os.major} < 11} {
         patchfiles-append   patch-waftools_checks_custom.py-disable-libarclite.diff \
                             patch-misc-add-strnlen.diff \
-                            patch-misc-import-CoreVideo.diff \
                             patch-audio_out_ao_coreaudio_exclusive.c-compile-fix.diff \
                             patch-video_out_cocoa_events_view.h-remove-NSDraggingDestination-protocol.diff \
                             patch-video_out_cocoa_events_view.m-replace-convertRectFromScreen-with-convertScreenToBase.diff \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150316/e7c658f5/attachment.html>


More information about the macports-changes mailing list