[117951] trunk/dports/multimedia/ffmpeg-devel/Portfile
devans at macports.org
devans at macports.org
Mon Mar 17 11:41:57 PDT 2014
Revision: 117951
https://trac.macports.org/changeset/117951
Author: devans at macports.org
Date: 2014-03-17 11:41:57 -0700 (Mon, 17 Mar 2014)
Log Message:
-----------
ffmpeg-devel: update to latest proper git commit to fix checksum errors, fix tcl syntax error that breaks port on 10.6 (#42891).
Modified Paths:
--------------
trunk/dports/multimedia/ffmpeg-devel/Portfile
Modified: trunk/dports/multimedia/ffmpeg-devel/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg-devel/Portfile 2014-03-17 18:21:57 UTC (rev 117950)
+++ trunk/dports/multimedia/ffmpeg-devel/Portfile 2014-03-17 18:41:57 UTC (rev 117951)
@@ -8,8 +8,8 @@
name ffmpeg-devel
conflicts ffmpeg
-version 20140316
-set git_branch 81f3fab1a1fbec277fe587d3eab81150b4e494b6
+version 20140317
+set git_branch e21235f9b9e264111279847617bb7bdaa734b11a
license LGPL-2.1+
categories multimedia
maintainers devans jeremyhu openmaintainer
@@ -50,8 +50,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 840ee6086efd0496a7fdb2b6bad6a265a27eec20 \
- sha256 b703eda3abb647a7f993b28220d608b6076a5a133f6495b31fed5fa0b57391cd
+checksums rmd160 bcdb0c5c705deaaaa0b48a657414061c6a8be4f8 \
+ sha256 347fe2b2985d316ae02754ed898fd203b30bbe48a237700e642e6b3ffbfd6368
depends_build port:pkgconfig \
port:gmake \
@@ -143,7 +143,7 @@
# FIXME: use ${os.minor} once it hits stable base
# VDA (video hardware acceleration, mostly H264) is only supported on 10.6.3+
- if {${os.major} > 10 || {${os.major} == 10 && [lindex [split ${os.version} .] 1] >= 3}} {
+ if {${os.major} > 10 || (${os.major} == 10 && [lindex [split ${os.version} .] 1] >= 3)} {
configure.args-delete --disable-vda
configure.args-append --enable-vda
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140317/41ea4606/attachment.html>
More information about the macports-changes
mailing list