View | Details | Raw Unified | Return to bug 239887 | Differences between
and this patch

Collapse All | Expand All

(-)luminance-qt5/Makefile (-3 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/graphics/luminance-qt5/Makefile 507401 2019-07-27 11:53:22Z sunpoet $
2
# $FreeBSD: head/graphics/luminance-qt5/Makefile 507401 2019-07-27 11:53:22Z sunpoet $
3
3
4
PORTNAME=	luminance-hdr
4
PORTNAME=	luminance-hdr
5
DISTVERSION=	2.5.1
5
DISTVERSION=	2.6.0
6
PORTREVISION=	2
7
CATEGORIES=	graphics
6
CATEGORIES=	graphics
8
MASTER_SITES=	SF/qtpfsgui/luminance/${DISTVERSION}
7
MASTER_SITES=	SF/qtpfsgui/luminance/${DISTVERSION}
9
PKGNAMESUFFIX=	-qt5
8
PKGNAMESUFFIX=	-qt5
Lines 24-30 Link Here
24
		liblcms2.so:graphics/lcms2 \
23
		liblcms2.so:graphics/lcms2 \
25
		libpng.so:graphics/png \
24
		libpng.so:graphics/png \
26
		libIlmImf.so:graphics/openexr \
25
		libIlmImf.so:graphics/openexr \
27
		libboost_date_time.so:devel/boost-libs
26
		libboost_date_time.so:devel/boost-libs \
27
		libomp.so:devel/openmp
28
28
29
USES=		cmake desktop-file-utils jpeg pkgconfig qt:5 tar:bzip2
29
USES=		cmake desktop-file-utils jpeg pkgconfig qt:5 tar:bzip2
30
USE_QT=		concurrent core declarative gui location network printsupport \
30
USE_QT=		concurrent core declarative gui location network printsupport \
(-)luminance-qt5/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1553968553
1
TIMESTAMP = 1565910340
2
SHA256 (luminance-hdr-2.5.1.tar.bz2) = a8986e0afba434a2e9da7e8aed19cdb763fedc8de2655bdb496c4ee9d3f41696
2
SHA256 (luminance-hdr-2.6.0.tar.bz2) = d7d2003e0ef4ead6f4b4c526bc44749a1fb845e795e0c5b7c35a393b0c0518a1
3
SIZE (luminance-hdr-2.5.1.tar.bz2) = 10238826
3
SIZE (luminance-hdr-2.6.0.tar.bz2) = 11556372
(-)luminance-qt5/pkg-plist (-5 / +5 lines)
Lines 1-10 Link Here
1
bin/luminance-hdr
1
bin/luminance-hdr
2
bin/luminance-hdr-cli
2
bin/luminance-hdr-cli
3
share/appdata/luminance-hdr.appdata.xml
3
share/appdata/net.sourceforge.qtpfsgui.LuminanceHDR.appdata.xml
4
share/applications/luminance-hdr.desktop
4
share/applications/net.sourceforge.qtpfsgui.LuminanceHDR.desktop
5
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
5
%%PORTDOCS%%%%DOCSDIR%%/doc/AUTHORS
6
%%PORTDOCS%%%%DOCSDIR%%/Changelog
6
%%PORTDOCS%%%%DOCSDIR%%/doc/Changelog
7
%%PORTDOCS%%%%DOCSDIR%%/README.md
7
%%PORTDOCS%%%%DOCSDIR%%/doc/README.md
8
share/icons/hicolor/48x48/apps/luminance-hdr.png
8
share/icons/hicolor/48x48/apps/luminance-hdr.png
9
%%DATADIR%%/hdrhtml/hdrhtml_c_b2.csv
9
%%DATADIR%%/hdrhtml/hdrhtml_c_b2.csv
10
%%DATADIR%%/hdrhtml/hdrhtml_c_b3.csv
10
%%DATADIR%%/hdrhtml/hdrhtml_c_b3.csv

Return to bug 239887