svn commit: r564825 - head/graphics/art

Yuri Victorovich yuri at FreeBSD.org
Tue Feb 9 22:15:40 UTC 2021


Author: yuri
Date: Tue Feb  9 22:15:39 2021
New Revision: 564825
URL: https://svnweb.freebsd.org/changeset/ports/564825

Log:
  graphics/art: Update 1.7.1 -> 1.8

Modified:
  head/graphics/art/Makefile
  head/graphics/art/distinfo
  head/graphics/art/pkg-plist

Modified: head/graphics/art/Makefile
==============================================================================
--- head/graphics/art/Makefile	Tue Feb  9 22:12:49 2021	(r564824)
+++ head/graphics/art/Makefile	Tue Feb  9 22:15:39 2021	(r564825)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	art
-DISTVERSION=	1.7.1
+DISTVERSION=	1.8
 CATEGORIES=	graphics
 MASTER_SITES=	https://bitbucket.org/agriggio/art/downloads/
 PKGNAMESUFFIX=	-raw-image-editor
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BROKEN_i386=	ld: error: undefined symbol: __atomic_load
 
+EXTRACT_DEPENDS=	gtar:archivers/gtar # bsdtar(1) complains about hard links to itself
 BUILD_DEPENDS=	${LOCALBASE}/include/fftw3.h:math/fftw3
 LIB_DEPENDS=	libcanberra.so:audio/libcanberra \
 		libcanberra-gtk3.so:audio/libcanberra-gtk3 \
@@ -29,6 +30,8 @@ LIB_DEPENDS=	libcanberra.so:audio/libcanberra \
 USES=		cmake compiler:c++11-lang desktop-file-utils gnome jpeg pkgconfig tar:xz xorg
 USE_GNOME=	atk atkmm cairo cairomm glibmm gtkmm30 librsvg2
 USE_XORG=	x11
+
+EXTRACT_CMD=	gtar
 
 INSTALLS_ICONS=	yes
 

Modified: head/graphics/art/distinfo
==============================================================================
--- head/graphics/art/distinfo	Tue Feb  9 22:12:49 2021	(r564824)
+++ head/graphics/art/distinfo	Tue Feb  9 22:15:39 2021	(r564825)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612136769
-SHA256 (ART-1.7.1.tar.xz) = 0c6ec319627e83447e0c92b5e383de35a9ee34e2073ee6c57908f59e41008390
-SIZE (ART-1.7.1.tar.xz) = 15955548
+TIMESTAMP = 1612901096
+SHA256 (ART-1.8.tar.xz) = 33d8625c0c2e49ff620c767db551b6bc63bf29222f4f8012fdbade491c05d2b7
+SIZE (ART-1.8.tar.xz) = 16130556

Modified: head/graphics/art/pkg-plist
==============================================================================
--- head/graphics/art/pkg-plist	Tue Feb  9 22:12:49 2021	(r564824)
+++ head/graphics/art/pkg-plist	Tue Feb  9 22:15:39 2021	(r564825)
@@ -11,6 +11,7 @@ share/ART/dcpprofiles/CANON EOS R.dcp
 share/ART/dcpprofiles/CANON EOS R5.dcp
 share/ART/dcpprofiles/CANON EOS R6.dcp
 share/ART/dcpprofiles/CANON EOS RP.dcp
+share/ART/dcpprofiles/CANON EOS-1D X MARK III.dcp
 share/ART/dcpprofiles/CANON POWERSHOT G1 X MARK II.dcp
 share/ART/dcpprofiles/Canon EOS 100D.dcp
 share/ART/dcpprofiles/Canon EOS 1300D.dcp
@@ -67,6 +68,7 @@ share/ART/dcpprofiles/NIKON D5600.dcp
 share/ART/dcpprofiles/NIKON D600.dcp
 share/ART/dcpprofiles/NIKON D610.dcp
 share/ART/dcpprofiles/NIKON D700.dcp
+share/ART/dcpprofiles/NIKON D7000.dcp
 share/ART/dcpprofiles/NIKON D70s.dcp
 share/ART/dcpprofiles/NIKON D7100.dcp
 share/ART/dcpprofiles/NIKON D7200.dcp
@@ -87,7 +89,6 @@ share/ART/dcpprofiles/Nikon D3000.dcp
 share/ART/dcpprofiles/Nikon D3100.dcp
 share/ART/dcpprofiles/Nikon D3S.dcp
 share/ART/dcpprofiles/Nikon D5100.dcp
-share/ART/dcpprofiles/Nikon D7000.dcp
 share/ART/dcpprofiles/OLYMPUS E-510.dcp
 share/ART/dcpprofiles/OLYMPUS E-M1.dcp
 share/ART/dcpprofiles/OLYMPUS E-M10.dcp
@@ -97,6 +98,7 @@ share/ART/dcpprofiles/Olympus E-1.dcp
 share/ART/dcpprofiles/Olympus E-520.dcp
 share/ART/dcpprofiles/Olympus E-P2.dcp
 share/ART/dcpprofiles/Olympus XZ-1.dcp
+share/ART/dcpprofiles/PANASONIC DMC-LX100.dcp
 share/ART/dcpprofiles/PENTAX K-5 II.dcp
 share/ART/dcpprofiles/PENTAX K-5.dcp
 share/ART/dcpprofiles/PENTAX K-50.dcp
@@ -563,6 +565,8 @@ share/ART/images/wb-tungsten.svg
 share/ART/images/wb-water-small.svg
 share/ART/images/wb-water.svg
 share/ART/images/window-add.svg
+share/ART/languages/Catala
+share/ART/languages/Espanol
 share/ART/languages/Francais
 share/ART/languages/LICENSE
 share/ART/languages/Nederlands
@@ -575,6 +579,7 @@ share/ART/profiles/Noise Reduction High.arp
 share/ART/profiles/Noise Reduction Low.arp
 share/ART/profiles/Sharpening.arp
 share/ART/profiles/Simple Film Curve.arp
+share/ART/profiles/Standard Film Curve.arp
 share/ART/rt.json
 share/ART/sounds/BatchComplete.wav
 share/ART/sounds/Empty.wav


More information about the svn-ports-all mailing list