[116058] trunk/dports/graphics/dcraw

ryandesign at macports.org ryandesign at macports.org
Thu Jan 16 19:58:51 PST 2014


Revision: 116058
          https://trac.macports.org/changeset/116058
Author:   ryandesign at macports.org
Date:     2014-01-16 19:58:51 -0800 (Thu, 16 Jan 2014)
Log Message:
-----------
dcraw: update to 9.20-20140116162800; now uses lcms2

Modified Paths:
--------------
    trunk/dports/graphics/dcraw/Portfile
    trunk/dports/graphics/dcraw/files/Makefile.in

Modified: trunk/dports/graphics/dcraw/Portfile
===================================================================
--- trunk/dports/graphics/dcraw/Portfile	2014-01-17 03:54:13 UTC (rev 116057)
+++ trunk/dports/graphics/dcraw/Portfile	2014-01-17 03:58:51 UTC (rev 116058)
@@ -4,7 +4,7 @@
 PortSystem              1.0
 
 name                    dcraw
-version                 9.20-20140114192500
+version                 9.20-20140116162800
 set version_number      [lindex [split ${version} -] 0]
 categories              graphics
 maintainers             ryandesign openmaintainer
@@ -26,21 +26,19 @@
                         digital cameras with better quality output than the \
                         tools provided by camera vendors.
 
-checksums               rmd160  38c3b8fba093d65701bf9145232b1bc1ffd5d328 \
-                        sha256  e0662fb75e273e6aa43b5dbc98740bd4f46666a78437d4cbf1d64369aceea708
+checksums               rmd160  7642db90c063de0e36f6c2541c4029e44647a9a7 \
+                        sha256  bdfa98f75dfc996c4c63e75a03fe0579e15a918c39f99c19df461aaf8b160d90
 
 depends_lib             port:gettext \
                         port:libiconv \
                         port:jpeg \
                         port:jasper \
-                        port:lcms
+                        port:lcms2
 
 post-extract {
     xinstall -W ${filespath} Makefile.in ${worksrcpath}/Makefile
 }
 
-configure.ldflags-append -ljasper
-
 variant universal {}
 
 build.args              CC="${configure.cc} [get_canonical_archflags]" \

Modified: trunk/dports/graphics/dcraw/files/Makefile.in
===================================================================
--- trunk/dports/graphics/dcraw/files/Makefile.in	2014-01-17 03:54:13 UTC (rev 116057)
+++ trunk/dports/graphics/dcraw/files/Makefile.in	2014-01-17 03:58:51 UTC (rev 116058)
@@ -17,7 +17,7 @@
 all: $(BUILD_DIR)/dcraw $(MO_FILES)
 
 $(BUILD_DIR)/dcraw: $(BUILD_DIR)
-	$(CC) -o $(BUILD_DIR)/dcraw $(CFLAGS) dcraw.c -ljpeg -llcms -lintl -liconv $(CPPFLAGS) $(LDFLAGS) -DLOCALEDIR=\"$(PREFIX)/share/locale/\"
+	$(CC) -o $(BUILD_DIR)/dcraw $(CFLAGS) dcraw.c -ljasper -ljpeg -llcms2 -lintl -liconv $(CPPFLAGS) $(LDFLAGS) -DLOCALEDIR=\"$(PREFIX)/share/locale/\"
 
 $(BUILD_DIR)/%.mo: %.po $(BUILD_DIR)
 	$(MSGFMT) -o $@ $<
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140116/1ee7accb/attachment.html>


More information about the macports-changes mailing list