diff options
author | danfe <danfe@FreeBSD.org> | 2012-09-10 09:37:43 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2012-09-10 09:37:43 +0800 |
commit | 75186a9491ee2b1966533e01a80de01f93dc018a (patch) | |
tree | 8fef348e8786e694817935a440fd8129e040346a /graphics | |
parent | 581e253bab2f9cb10b1122bea8959cacf4058cd6 (diff) | |
download | freebsd-ports-gnome-75186a9491ee2b1966533e01a80de01f93dc018a.tar.gz freebsd-ports-gnome-75186a9491ee2b1966533e01a80de01f93dc018a.tar.zst freebsd-ports-gnome-75186a9491ee2b1966533e01a80de01f93dc018a.zip |
- Update to version 1.0.5
- Drop ABI versions in LIB_DEPENDS
PR: ports/171469
Submitted by: dumbbell
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/darktable/Makefile | 21 | ||||
-rw-r--r-- | graphics/darktable/distinfo | 4 |
2 files changed, 12 insertions, 13 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index e9587413c28f..f5204007cda6 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -6,8 +6,7 @@ # PORTNAME= darktable -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} @@ -16,11 +15,11 @@ COMMENT= A virtual lighttable and darkroom for photographers LICENSE= GPLv3 -LIB_DEPENDS= exiv2.12:${PORTSDIR}/graphics/exiv2 \ - IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ - lensfun.2:${PORTSDIR}/graphics/lensfun \ - lcms2.2:${PORTSDIR}/graphics/lcms2 \ - curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \ + IlmImf:${PORTSDIR}/graphics/OpenEXR \ + lensfun:${PORTSDIR}/graphics/lensfun \ + lcms2:${PORTSDIR}/graphics/lcms2 \ + curl:${PORTSDIR}/ftp/curl ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= uses SSE extensions @@ -57,7 +56,7 @@ PLIST_FILES+= share/darktable/darktablerc .endif .if defined(WITH_GPHOTO) -LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 +LIB_DEPENDS+= gphoto2:${PORTSDIR}/graphics/libgphoto2 PLIST_FILES+= lib/darktable/plugins/lighttable/libcamera.so \ lib/darktable/plugins/lighttable/libcapture.so \ lib/darktable/views/libcapture.so @@ -66,7 +65,7 @@ CMAKE_ARGS+= -DUSE_CAMERA_SUPPORT:BOOL=OFF .endif .if defined(WITH_FLICKR) -LIB_DEPENDS+= flickcurl.0:${PORTSDIR}/www/flickcurl +LIB_DEPENDS+= flickcurl:${PORTSDIR}/www/flickcurl PLIST_FILES+= lib/darktable/plugins/imageio/storage/libflickr.so .else CMAKE_ARGS+= -DUSE_FLICKR:BOOL=OFF @@ -85,13 +84,13 @@ CMAKE_ARGS+= -DBUILD_SLIDESHOW:BOOL=OFF .endif .if defined(WITH_KWALLET) -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib .else CMAKE_ARGS+= -DUSE_KWALLET:BOOL=OFF .endif .if defined(WITH_GKEYRING) -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS+= gnome-keyring:${PORTSDIR}/security/libgnome-keyring .else CMAKE_ARGS+= -DUSE_GNOME_KEYRING:BOOL=OFF .endif diff --git a/graphics/darktable/distinfo b/graphics/darktable/distinfo index fd7a072a0103..982028ad7bca 100644 --- a/graphics/darktable/distinfo +++ b/graphics/darktable/distinfo @@ -1,2 +1,2 @@ -SHA256 (darktable-1.0.4.tar.gz) = eb15cbf934e7d504bfffcd841628825cc111265b8cc7c4a895ba6c585b1b108b -SIZE (darktable-1.0.4.tar.gz) = 2547099 +SHA256 (darktable-1.0.5.tar.gz) = 0c18530446d2f2459fe533a1ef6fc2711300efe7466f36c23168ec2230fb5fbd +SIZE (darktable-1.0.5.tar.gz) = 2568221 |