Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2018 17:58:38 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482927 - head/graphics/feh
Message-ID:  <201810241758.w9OHwcRJ009398@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Wed Oct 24 17:58:38 2018
New Revision: 482927
URL: https://svnweb.freebsd.org/changeset/ports/482927

Log:
  graphics/feh: Update to 2.28
  
  Update graphics/feh to 2.28.  Add a runtime dependency (defaults to off) on
  dcraw, which can be used to reduce load time of RAW images by displaying the
  embedded jpeg.
  
  ChangeLog: https://feh.finalrewind.org/archive/2.28/

Modified:
  head/graphics/feh/Makefile
  head/graphics/feh/distinfo

Modified: head/graphics/feh/Makefile
==============================================================================
--- head/graphics/feh/Makefile	Wed Oct 24 17:58:22 2018	(r482926)
+++ head/graphics/feh/Makefile	Wed Oct 24 17:58:38 2018	(r482927)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	feh
-PORTVERSION=	2.27.1
-PORTREVISION=	1
+PORTVERSION=	2.28
 CATEGORIES=	graphics
 MASTER_SITES=	http://feh.finalrewind.org/ \
 		LOCAL/uqs
@@ -27,9 +26,10 @@ CPE_VENDOR=	daniel_friesel
 
 MAKE_ENV+=	LDFLAGS="${LDFLAGS}" verscmp=0
 
-OPTIONS_DEFINE=	CAM DOCS EXAMPLES EXIF
+OPTIONS_DEFINE=	CAM DCRAW DOCS EXAMPLES EXIF
 CAM_DESC=	Install feh-cam and related tools
 EXIF_DESC=	Support EXIF tags
+DCRAW_DESC=	Use dcraw to display raw file previews
 OPTIONS_DEFAULT=CAM EXIF
 OPTIONS_SUB=	yes
 
@@ -37,6 +37,8 @@ CAM_MAKE_ENV=	cam=1
 
 EXIF_LIB_DEPENDS=	libexif.so:graphics/libexif
 EXIF_MAKE_ENV=	exif=1
+
+DCRAW_RUN_DEPENDS=	dcraw:graphics/dcraw
 
 post-patch-DOCS-off:
 	@${REINPLACE_CMD} -e 's|install-doc||' \

Modified: head/graphics/feh/distinfo
==============================================================================
--- head/graphics/feh/distinfo	Wed Oct 24 17:58:22 2018	(r482926)
+++ head/graphics/feh/distinfo	Wed Oct 24 17:58:38 2018	(r482927)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532028034
-SHA256 (feh-2.27.1.tar.bz2) = 6ec338f80c3f4c30d715f44780f1a09ebfbb99e92a1bb43316428744a839f383
-SIZE (feh-2.27.1.tar.bz2) = 2132123
+TIMESTAMP = 1540395156
+SHA256 (feh-2.28.tar.bz2) = 13d22d7c5fe5057612ce3df88857aee89fcab9c8cd6fd4f95a42fe6bf851d3d9
+SIZE (feh-2.28.tar.bz2) = 2132687



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810241758.w9OHwcRJ009398>