[148904] trunk/dports

mcalhoun at macports.org mcalhoun at macports.org
Sun May 22 10:47:19 PDT 2016


Revision: 148904
          https://trac.macports.org/changeset/148904
Author:   mcalhoun at macports.org
Date:     2016-05-22 10:47:18 -0700 (Sun, 22 May 2016)
Log Message:
-----------
libraw: update version 0.16.2->0.17.2; add demosaic functionality; install documentation
revbump dependencies since library name changes

Modified Paths:
--------------
    trunk/dports/aqua/nomacs/Portfile
    trunk/dports/gnome/gthumb/Portfile
    trunk/dports/graphics/gegl-0.3/Portfile
    trunk/dports/graphics/gegl-devel/Portfile
    trunk/dports/graphics/libraw/Portfile
    trunk/dports/kde/libkdcraw/Portfile

Modified: trunk/dports/aqua/nomacs/Portfile
===================================================================
--- trunk/dports/aqua/nomacs/Portfile	2016-05-22 17:08:04 UTC (rev 148903)
+++ trunk/dports/aqua/nomacs/Portfile	2016-05-22 17:47:18 UTC (rev 148904)
@@ -7,7 +7,7 @@
 
 name                    nomacs
 version                 2.0.2
-revision                0
+revision                1
 license                 GPL-3+
 maintainers             pvanek openmaintainer
 description             nomacs image viewer application bundle

Modified: trunk/dports/gnome/gthumb/Portfile
===================================================================
--- trunk/dports/gnome/gthumb/Portfile	2016-05-22 17:08:04 UTC (rev 148903)
+++ trunk/dports/gnome/gthumb/Portfile	2016-05-22 17:47:18 UTC (rev 148904)
@@ -5,7 +5,7 @@
 
 name                gthumb
 version             3.4.1
-revision            2
+revision            3
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Image viewer and browser for the GNOME desktop.
@@ -40,7 +40,7 @@
                     port:librsvg \
                     port:webp \
                     port:json-glib
-                        
+
 depends_run         port:yelp
 
 patchfiles          patch-configure.ac.diff \

Modified: trunk/dports/graphics/gegl-0.3/Portfile
===================================================================
--- trunk/dports/graphics/gegl-0.3/Portfile	2016-05-22 17:08:04 UTC (rev 148903)
+++ trunk/dports/graphics/gegl-0.3/Portfile	2016-05-22 17:47:18 UTC (rev 148904)
@@ -9,7 +9,7 @@
 name                gegl-0.3
 set gname           gegl
 version             0.3.6
-revision            4
+revision            5
 set branch          [join [lrange [split ${version} .] 0 1] .]
 conflicts           gegl-devel
 license             {GPL-3+ LGPL-3+}

Modified: trunk/dports/graphics/gegl-devel/Portfile
===================================================================
--- trunk/dports/graphics/gegl-devel/Portfile	2016-05-22 17:08:04 UTC (rev 148903)
+++ trunk/dports/graphics/gegl-devel/Portfile	2016-05-22 17:47:18 UTC (rev 148904)
@@ -12,7 +12,7 @@
 set git_commit      734a53526bb90b37370ee01eb28c1747590d6ebf
 set git_date        20160515
 version             0.3.7-${git_date}
-revision            1
+revision            2
 license             {GPL-3+ LGPL-3+}
 categories          graphics
 maintainers         devans

Modified: trunk/dports/graphics/libraw/Portfile
===================================================================
--- trunk/dports/graphics/libraw/Portfile	2016-05-22 17:08:04 UTC (rev 148903)
+++ trunk/dports/graphics/libraw/Portfile	2016-05-22 17:47:18 UTC (rev 148904)
@@ -4,29 +4,45 @@
 PortSystem 1.0
 
 name             libraw
-version          0.16.2
+version          0.17.2
 homepage         http://www.libraw.org/
 description      library for RAW images manipulation
 long_description      a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)
 categories       graphics
 platforms        darwin
-license          GPL-2+
+license          LGPL-2.1 CDDL GPL-2+ GPL-3+
 maintainers      pvanek openmaintainer
 
 master_sites     http://www.libraw.org/data/
 distname         LibRaw-${version}
 
-checksums        rmd160  8857b3531be0c96e4715dd7e3f4ba97e9d0f82ac \
-                 sha256  6344e355f7c23f13e266844b36265d5f624237ba5a62dc901c7b91b510a84187
+distfiles-append \
+    LibRaw-demosaic-pack-GPL2-${version}${extract.suffix} \
+    LibRaw-demosaic-pack-GPL3-${version}${extract.suffix}
 
+checksums \
+    LibRaw-${version}${extract.suffix} \
+    rmd160  92f6cbbcdc64e33b154f680a8dfdfe1ab8d7302f \
+    sha256  92b0c42c7666eca9307e5e1f97d6fefc196cf0b7ee089e22880259a76fafd15c \
+    LibRaw-demosaic-pack-GPL2-${version}${extract.suffix} \
+    rmd160  e6d3120134c723e44539863162918ed41d684128 \
+    sha256  a2e5e9cc04fa8f3e94070110dce8a06aa3b0b2f573ed99c5fc3e327d15f014b7 \
+    LibRaw-demosaic-pack-GPL3-${version}${extract.suffix} \
+    rmd160  b6e3d1cf8edc3c46b003cd52272a617bd1e5acef \
+    sha256  b00cd0f54851bd3c8a66be4cacbf049e4508f1bac8ff85cb4528d8979739ed36
+
+depends_build    port:pkgconfig
+
 depends_lib      port:jasper \
+                 port:jpeg   \
                  port:lcms2
 
-# this is probably mandatory to get jasper in the game... there is no --with-jasper-... at all
-configure.env-append LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
+post-destroot {
+    set htmlDir ${destroot}${prefix}/share/doc/${name}/html
+    xinstall -d -m 0755 ${htmlDir}
+    xinstall -m 644 {*}[glob -directory ${worksrcpath}/doc/ *.html] ${htmlDir}
+}
 
-destroot.destdir prefix=${destroot}${prefix}
-
 livecheck.type  regex
 livecheck.url   http://www.libraw.org/download/
 livecheck.regex "LibRaw-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Modified: trunk/dports/kde/libkdcraw/Portfile
===================================================================
--- trunk/dports/kde/libkdcraw/Portfile	2016-05-22 17:08:04 UTC (rev 148903)
+++ trunk/dports/kde/libkdcraw/Portfile	2016-05-22 17:47:18 UTC (rev 148904)
@@ -7,7 +7,7 @@
 
 name                libkdcraw
 version             4.14.3
-revision            1
+revision            2
 categories          kde kde4
 license             GPL-2+ LGPL-2+
 maintainers         nicos openmaintainer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160522/48affef7/attachment.html>


More information about the macports-changes mailing list