[129592] trunk/dports/multimedia/ffmpeg-devel

devans at macports.org devans at macports.org
Tue Dec 16 10:35:21 PST 2014


Revision: 129592
          https://trac.macports.org/changeset/129592
Author:   devans at macports.org
Date:     2014-12-16 10:35:21 -0800 (Tue, 16 Dec 2014)
Log Message:
-----------
ffmpeg-devel: update to git master as of 20141216, new filter colorlevels, adjusts video input frames using levels.

Modified Paths:
--------------
    trunk/dports/multimedia/ffmpeg-devel/Portfile
    trunk/dports/multimedia/ffmpeg-devel/files/patch-libdc1394.diff

Modified: trunk/dports/multimedia/ffmpeg-devel/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg-devel/Portfile	2014-12-16 17:27:54 UTC (rev 129591)
+++ trunk/dports/multimedia/ffmpeg-devel/Portfile	2014-12-16 18:35:21 UTC (rev 129592)
@@ -9,8 +9,8 @@
 
 name            ffmpeg-devel
 conflicts       ffmpeg
-version         20141201
-set git_branch  51f2422c2b7a6d694e967864a1fe6fd94ebec803
+version         20141216
+set git_branch  91ea466551c148bd897706a1b6a168e783761a06
 license         LGPL-2.1+
 categories      multimedia
 maintainers     devans jeremyhu openmaintainer
@@ -51,8 +51,8 @@
 master_sites    "http://git.videolan.org/gitweb.cgi?p=ffmpeg.git;a=snapshot;h=${git_branch};sf=tgz;dummy="
 dist_subdir     ffmpeg
 
-checksums       rmd160  fe242ba3711a2206ab466f0f3b035bac607dc890 \
-                sha256  9cb464d27a6ebe01575a770b2d97cbc10a2f7c902c0d6286d6e97f5fba28ad91
+checksums       rmd160  a688245f5032c6e4c1601da08fdce4629f2f5f5c \
+                sha256  f3d1d977420e3c7a30c9d9617201ecf078d67a93857e9a7269fb440771c0a751
 
 depends_build   port:pkgconfig \
                 port:gmake \
@@ -87,11 +87,9 @@
     error "git branch hash must be at least 7 characters long."
 }
 
-patchfiles      patch-libdc1394.diff
+patchfiles      patch-libdc1394.diff \
+                patch-shlibdir.diff
 
-build.cmd       ${prefix}/bin/gmake
-build.env-append V=1
-
 #
 # enable auto configure of asm optimizations
 # requires Xcode 3.1 or better on Leopard
@@ -163,8 +161,13 @@
     }
 }
 
+build.cmd       ${prefix}/bin/gmake
+build.env-append V=1
+
 test.run        yes
 
+destroot.env-append V=1
+
 #
 # configure isn't autoconf and they do use a dep cache
 #

Modified: trunk/dports/multimedia/ffmpeg-devel/files/patch-libdc1394.diff
===================================================================
--- trunk/dports/multimedia/ffmpeg-devel/files/patch-libdc1394.diff	2014-12-16 17:27:54 UTC (rev 129591)
+++ trunk/dports/multimedia/ffmpeg-devel/files/patch-libdc1394.diff	2014-12-16 18:35:21 UTC (rev 129592)
@@ -1,6 +1,6 @@
---- configure.orig	2014-12-01 11:07:09.000000000 -0800
-+++ configure	2014-12-01 13:29:48.000000000 -0800
-@@ -4945,9 +4945,12 @@
+--- configure.orig	2014-12-15 14:26:54.000000000 -0800
++++ configure	2014-12-15 15:23:09.000000000 -0800
+@@ -4966,9 +4966,12 @@
  fi
  
  # libdc1394 check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141216/73164083/attachment-0001.html>


More information about the macports-changes mailing list