[116029] trunk/dports/graphics/gimp-gap-devel/Portfile

devans at macports.org devans at macports.org
Thu Jan 16 11:09:12 PST 2014


Revision: 116029
          https://trac.macports.org/changeset/116029
Author:   devans at macports.org
Date:     2014-01-16 11:09:12 -0800 (Thu, 16 Jan 2014)
Log Message:
-----------
gimp-gap-devel: update to latest upstream commit to gap-2-8 branch, now uses sox for audio resampling and ufraw to process videos made from RAW image sequences.

Modified Paths:
--------------
    trunk/dports/graphics/gimp-gap-devel/Portfile

Modified: trunk/dports/graphics/gimp-gap-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/Portfile	2014-01-16 18:53:07 UTC (rev 116028)
+++ trunk/dports/graphics/gimp-gap-devel/Portfile	2014-01-16 19:09:12 UTC (rev 116029)
@@ -6,8 +6,8 @@
 name            gimp-gap-devel
 conflicts       gimp-gap
 set git_name    gimp-gap
-set git_commit  9d051c8e57691aa786b23d833f0eff802773b457
-set git_date    20130909
+set git_commit  7133e8b9a3780c0bfa485047b01e420443c82941
+set git_date    20140115
 version         2.7.0-${git_date}
 license         GPL-2+
 categories      graphics
@@ -32,8 +32,8 @@
 
 distname        ${git_name}-${git_commit}
 
-checksums       rmd160  1edbb82f0200652e209a1e71eff118b935bd4dba \
-                sha256  a73561adf2206e389c18a3bf4f4a87e7e00081e1487462332bf662db6568f244
+checksums       rmd160  8b350b7f33400fa15d1f0a4e80428926fc23f27c \
+                sha256  2285cdde8bc16545158be8be1f7d35e8842201c999bf2542a53184785c2daeca
 
 pre-patch       {
                     system "cd ${worksrcpath}/extern_libs && gzip -dc ffmpeg.tar.gz | tar -xf -"
@@ -65,9 +65,14 @@
 
 #
 # make mplayer-devel the default as MPlayer doesn't build on Snow Leopard
+# sox is required for audio resampling features
+# ufraw is required for processing of raw image sequences such as
+# .cr2 timelapse sequences shot on a Canon EOS DSLR camera
 #
 
-depends_run     path:bin/mplayer:mplayer-devel
+depends_run     path:bin/mplayer:mplayer-devel \
+                port:sox \
+                port:ufraw
 
 # TODO: Fix the actual bug.  This just masks the problem to build successfully
 if {[string match *clang* ${configure.compiler}]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140116/2a996c58/attachment.html>


More information about the macports-changes mailing list