From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 2 15:40:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2C75549 for ; Sun, 2 Dec 2012 15:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8235E8FC0C for ; Sun, 2 Dec 2012 15:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qB2Fe0NM063277 for ; Sun, 2 Dec 2012 15:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qB2Fe07L063276; Sun, 2 Dec 2012 15:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 2 Dec 2012 15:40:00 GMT Resent-Message-Id: <201212021540.qB2Fe07L063276@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Sébastien Pédron Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC09540E for ; Sun, 2 Dec 2012 15:35:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AEA368FC1B for ; Sun, 2 Dec 2012 15:35:29 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qB2FZTje094372 for ; Sun, 2 Dec 2012 15:35:29 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qB2FZTph094371; Sun, 2 Dec 2012 15:35:29 GMT (envelope-from nobody) Message-Id: <201212021535.qB2FZTph094371@red.freebsd.org> Date: Sun, 2 Dec 2012 15:35:29 GMT From: Jean-Sébastien Pédron To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/174058: [PATCH] Update graphics/darktable to 1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2012 15:40:00 -0000 >Number: 174058 >Category: ports >Synopsis: [PATCH] Update graphics/darktable to 1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Dec 02 15:40:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jean-Sébastien Pédron >Release: FreeBSD 10.0-CURRENT amd64 >Organization: The FreeBSD Project >Environment: FreeBSD magellan.dumbbell.fr 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r243788M: Sun Dec 2 14:54:30 CET 2012 root@magellan.dumbbell.fr:/usr/obj/home/dumbbell/Projects/freebsd/src/SVN/head/sys/MAGELLAN amd64 >Description: The patch is attached to this PR. textproc/libxslt is added to the build dependencies because Darktable's CMakeLists.txt requires xsltproc(1) or saxon-xslt. The missing dependency was spotted thanks to poudriere. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: graphics/darktable/Makefile =================================================================== --- graphics/darktable/Makefile (revision 308074) +++ graphics/darktable/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= darktable -PORTVERSION= 1.0.5 +PORTVERSION= 1.1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} @@ -11,6 +11,8 @@ LICENSE= GPLv3 +BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt + LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \ IlmImf:${PORTSDIR}/graphics/OpenEXR \ lensfun:${PORTSDIR}/graphics/lensfun \ @@ -54,6 +56,7 @@ LIB_DEPENDS+= gphoto2:${PORTSDIR}/graphics/libgphoto2 PLIST_FILES+= lib/darktable/plugins/lighttable/libcamera.so \ lib/darktable/plugins/lighttable/libcapture.so \ + lib/darktable/plugins/lighttable/liblive_view.so \ lib/darktable/views/libcapture.so .else CMAKE_ARGS+= -DUSE_CAMERA_SUPPORT:BOOL=OFF @@ -123,9 +126,6 @@ # Fix GConf schemas installation prefix @${REINPLACE_CMD} -e 's,/etc/gconf/schemas,.&,' \ ${WRKSRC}/data/CMakeLists.txt -# Do not use bash(1) when good ol' sh(1) can suffice - @${REINPLACE_CMD} -e 's,usr/bin/env bash,bin/sh,' \ - ${WRKSRC}/tools/create_preferences.sh.in post-install: .if ! ${PORT_OPTIONS:MRAWSPEED} Index: graphics/darktable/distinfo =================================================================== --- graphics/darktable/distinfo (revision 308074) +++ graphics/darktable/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (darktable-1.0.5.tar.gz) = 0c18530446d2f2459fe533a1ef6fc2711300efe7466f36c23168ec2230fb5fbd -SIZE (darktable-1.0.5.tar.gz) = 2568221 +SHA256 (darktable-1.1.tar.gz) = 8f2401422ab3e0bb038b3fedf411aaf69994d679674757ee7886b6146b9fdd4f +SIZE (darktable-1.1.tar.gz) = 3423644 Index: graphics/darktable/pkg-plist =================================================================== --- graphics/darktable/pkg-plist (revision 308074) +++ graphics/darktable/pkg-plist (working copy) @@ -1,16 +1,29 @@ bin/darktable +bin/darktable-cli bin/darktable-cltest %%DATADIR%%/darktable.gtkrc %%DATADIR%%/gdb_commands +%%DATADIR%%/js/.DS_Store +%%DATADIR%%/js/builder.js +%%DATADIR%%/js/effects.js +%%DATADIR%%/js/lightbox-web.js +%%DATADIR%%/js/lightbox.js +%%DATADIR%%/js/prototype.js +%%DATADIR%%/js/scriptaculous.js %%DATADIR%%/kernels/atrous.cl %%DATADIR%%/kernels/basic.cl +%%DATADIR%%/kernels/bilateral.cl %%DATADIR%%/kernels/blendop.cl %%DATADIR%%/kernels/demosaic_ppg.cl +%%DATADIR%%/kernels/extended.cl %%DATADIR%%/kernels/gaussian.cl %%DATADIR%%/kernels/highpass.cl %%DATADIR%%/kernels/nlmeans.cl %%DATADIR%%/kernels/programs.conf %%DATADIR%%/kernels/sharpen.cl +%%DATADIR%%/kernels/soften.cl +%%DATADIR%%/latex/photobook.cls +%%DATADIR%%/pixmaps/dt_logo_128x128.png %%DATADIR%%/pixmaps/idbutton.png %%DATADIR%%/pixmaps/off.png %%DATADIR%%/pixmaps/plugins/darkroom/anlfyeni.png @@ -63,8 +76,19 @@ %%DATADIR%%/pixmaps/plugins/darkroom/zonesystem.png %%DATADIR%%/rawspeed/cameras.xml %%DATADIR%%/rawspeed/showcameras.xsl +%%DATADIR%%/style/bullet.gif +%%DATADIR%%/style/close.gif +%%DATADIR%%/style/closelabel.gif +%%DATADIR%%/style/donate-button.gif +%%DATADIR%%/style/download-icon.gif %%DATADIR%%/style/favicon.ico +%%DATADIR%%/style/image-1.jpg +%%DATADIR%%/style/lightbox.css +%%DATADIR%%/style/loading.gif +%%DATADIR%%/style/nextlabel.gif +%%DATADIR%%/style/prevlabel.gif %%DATADIR%%/style/style.css +%%DATADIR%%/style/thumb-1.jpg %%DATADIR%%/watermarks/darktable.svg %%DATADIR%%/watermarks/hasselblad.svg %%DATADIR%%/watermarks/promo.svg @@ -78,10 +102,13 @@ lib/darktable/plugins/imageio/format/libtiff.so lib/darktable/plugins/imageio/storage/libdisk.so lib/darktable/plugins/imageio/storage/libemail.so +lib/darktable/plugins/imageio/storage/libfacebook.so lib/darktable/plugins/imageio/storage/libgallery.so +lib/darktable/plugins/imageio/storage/liblatex.so lib/darktable/plugins/imageio/storage/libpicasa.so lib/darktable/plugins/libatrous.so lib/darktable/plugins/libbasecurve.so +lib/darktable/plugins/libbilat.so lib/darktable/plugins/libbilateral.so lib/darktable/plugins/libbloom.so lib/darktable/plugins/libborders.so @@ -101,6 +128,7 @@ lib/darktable/plugins/libexposure.so lib/darktable/plugins/libflip.so lib/darktable/plugins/libgamma.so +lib/darktable/plugins/libglobaltonemap.so lib/darktable/plugins/libgraduatednd.so lib/darktable/plugins/libgrain.so lib/darktable/plugins/libhighlights.so @@ -139,6 +167,7 @@ lib/darktable/plugins/lighttable/libexport.so lib/darktable/plugins/lighttable/libfilmstrip.so lib/darktable/plugins/lighttable/libfilter.so +lib/darktable/plugins/lighttable/libgeotagging.so lib/darktable/plugins/lighttable/libglobal_toolbox.so lib/darktable/plugins/lighttable/libhinter.so lib/darktable/plugins/lighttable/libhistogram.so @@ -147,6 +176,8 @@ lib/darktable/plugins/lighttable/libimport.so lib/darktable/plugins/lighttable/libkeywords.so lib/darktable/plugins/lighttable/liblighttable_mode.so +lib/darktable/plugins/lighttable/liblocation.so +lib/darktable/plugins/lighttable/libmap_settings.so lib/darktable/plugins/lighttable/libmetadata.so lib/darktable/plugins/lighttable/libmetadata_view.so lib/darktable/plugins/lighttable/libmodule_toolbox.so @@ -156,6 +187,7 @@ lib/darktable/plugins/lighttable/libratings.so lib/darktable/plugins/lighttable/librecentcollect.so lib/darktable/plugins/lighttable/libselect.so +lib/darktable/plugins/lighttable/libsimilarity.so lib/darktable/plugins/lighttable/libsnapshots.so lib/darktable/plugins/lighttable/libstyles.so lib/darktable/plugins/lighttable/libtagging.so @@ -163,6 +195,7 @@ lib/darktable/plugins/lighttable/libviewswitcher.so lib/darktable/views/libdarkroom.so lib/darktable/views/liblighttable.so +lib/darktable/views/libmap.so share/applications/darktable.desktop share/icons/hicolor/16x16/apps/darktable.png share/icons/hicolor/22x22/apps/darktable.png @@ -183,6 +216,8 @@ share/locale/ja/LC_MESSAGES/darktable.mo share/locale/nl/LC_MESSAGES/darktable.mo share/locale/pl/LC_MESSAGES/darktable.mo +share/locale/pt_BR/LC_MESSAGES/darktable.mo +share/locale/pt_PT/LC_MESSAGES/darktable.mo share/locale/ro/LC_MESSAGES/darktable.mo share/locale/ru/LC_MESSAGES/darktable.mo share/locale/sq/LC_MESSAGES/darktable.mo @@ -203,5 +238,7 @@ @dirrm %%DATADIR%%/pixmaps/plugins/darkroom @dirrm %%DATADIR%%/pixmaps/plugins @dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%%/latex @dirrm %%DATADIR%%/kernels +@dirrm %%DATADIR%%/js @dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: