From 95490dbfd66193eca22d2405df1934efcbd5a6d8 Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Wed, 24 Oct 2018 17:58:38 +0000 Subject: 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/ --- graphics/feh/Makefile | 8 +++++--- graphics/feh/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'graphics') diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index a4f7ab87f4b8..b329c487c077 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -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 @@ -38,6 +38,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||' \ ${WRKSRC}/Makefile diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index 61e71a620f64..5af877584fff 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -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 -- cgit v1.2.3