From owner-svn-ports-head@freebsd.org Sat Mar 30 19:30:10 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70C40155F369; Sat, 30 Mar 2019 19:30:10 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1333D7211B; Sat, 30 Mar 2019 19:30:10 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B4C5E1B5EF; Sat, 30 Mar 2019 19:30:09 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2UJU9ii088285; Sat, 30 Mar 2019 19:30:09 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2UJU9GU088282; Sat, 30 Mar 2019 19:30:09 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201903301930.x2UJU9GU088282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 30 Mar 2019 19:30:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497333 - in head/graphics/luminance-qt5: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/graphics/luminance-qt5: . files X-SVN-Commit-Revision: 497333 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1333D7211B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2019 19:30:10 -0000 Author: tcberner Date: Sat Mar 30 19:30:08 2019 New Revision: 497333 URL: https://svnweb.freebsd.org/changeset/ports/497333 Log: graphics/luminance: Update to 2.5.1 Release announcement: http://qtpfsgui.sourceforge.net/?p=335 PR: 221058 Submitted by: goffredo@gmail.com (original version) Approved by: h2+fbsdports@fsfe.org (maintainer, timeout) Deleted: head/graphics/luminance-qt5/files/patch-git_07e36ef8 Modified: head/graphics/luminance-qt5/Makefile head/graphics/luminance-qt5/distinfo head/graphics/luminance-qt5/pkg-plist Modified: head/graphics/luminance-qt5/Makefile ============================================================================== --- head/graphics/luminance-qt5/Makefile Sat Mar 30 19:29:09 2019 (r497332) +++ head/graphics/luminance-qt5/Makefile Sat Mar 30 19:30:08 2019 (r497333) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= luminance-hdr -DISTVERSION= 2.4.0 -PORTREVISION= 30 +DISTVERSION= 2.5.1 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} PKGNAMESUFFIX= -qt5 @@ -14,32 +13,28 @@ COMMENT= Complete open source solution for HDR photogr LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 -LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ - libexiv2.so:graphics/exiv2 \ - libIlmImf.so:graphics/openexr \ +LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ + libHalf.so:graphics/ilmbase \ libtiff.so:graphics/tiff \ - libgsl.so:math/gsl \ libraw_r.so:graphics/libraw \ - libboost_system.so:devel/boost-libs + libfftw3f.so:math/fftw3-float \ + libgsl.so:math/gsl \ + libexiv2.so:graphics/exiv2 \ + liblcms2.so:graphics/lcms2 \ + libpng16.so:graphics/png \ + libIlmImf.so:graphics/openexr \ + libboost_date_time.so:devel/boost-libs -USES= cmake jpeg pkgconfig qt:5 tar:bzip2 -USE_QT= concurrent gui printsupport sql webkit xml \ - buildtools_build linguist_build qmake_build \ - imageformats_run -INSTALLS_ICONS= yes +USES= cmake desktop-file-utils jpeg pkgconfig qt:5 tar:bzip2 +USE_QT= concurrent core declarative gui location network printsupport \ + sql svg webchannel webengine widgets xml \ + buildtools_build linguisttools_build qmake_build -MAKE_JOBS_UNSAFE=yes - CONFLICTS_INSTALL= luminance-hdr-[0-9]* OPTIONS_DEFINE= DOCS post-patch: -# Remove the non-required dependency on Qt5 Declarative. This can be dropped -# once www/qt5-webengine lands in the portstree and this port can be updated to -# a version >= 2.5.0. - @${REINPLACE_CMD} -e '/Qt5Declarative/d' \ - ${WRKSRC}/CMakeLists.txt # Do not install yet another copy of GPL (we use license framework instead) # and fix installation path for docs (but not for internal help files) @${REINPLACE_CMD} -e '/LICENSE/d ; \ @@ -49,14 +44,5 @@ post-patch: @${REINPLACE_CMD} -e 's,LICENSE,${LICENSE}, ; \ s,share/doc/luminance-hdr,share/licenses/${PKGNAME},' \ ${WRKSRC}/src/UI/UMessageBox.cpp - -# Allow builds from release distfile to display correct git hash in "About" -# dialog window - @${REINPLACE_CMD} -e \ - 's,@GIT_SHA1@,be5409f2ed028b0a509d3f4cd44a970a09d2ef6c,' \ - ${WRKSRC}/src/Common/GitSHA1.cpp.in - -pre-install: - QT_BINDIR_REL=bin .include Modified: head/graphics/luminance-qt5/distinfo ============================================================================== --- head/graphics/luminance-qt5/distinfo Sat Mar 30 19:29:09 2019 (r497332) +++ head/graphics/luminance-qt5/distinfo Sat Mar 30 19:30:08 2019 (r497333) @@ -1,2 +1,3 @@ -SHA256 (luminance-hdr-2.4.0.tar.bz2) = 14014eadab099944f051dd99447f6f47d455ffb0e4e0272d93a8e71fd96ad401 -SIZE (luminance-hdr-2.4.0.tar.bz2) = 10507522 +TIMESTAMP = 1553968553 +SHA256 (luminance-hdr-2.5.1.tar.bz2) = a8986e0afba434a2e9da7e8aed19cdb763fedc8de2655bdb496c4ee9d3f41696 +SIZE (luminance-hdr-2.5.1.tar.bz2) = 10238826 Modified: head/graphics/luminance-qt5/pkg-plist ============================================================================== --- head/graphics/luminance-qt5/pkg-plist Sat Mar 30 19:29:09 2019 (r497332) +++ head/graphics/luminance-qt5/pkg-plist Sat Mar 30 19:30:08 2019 (r497333) @@ -1,10 +1,35 @@ bin/luminance-hdr bin/luminance-hdr-cli +share/appdata/luminance-hdr.appdata.xml share/applications/luminance-hdr.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/Changelog -%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.md share/icons/hicolor/48x48/apps/luminance-hdr.png +%%DATADIR%%/hdrhtml/hdrhtml_c_b2.csv +%%DATADIR%%/hdrhtml/hdrhtml_c_b3.csv +%%DATADIR%%/hdrhtml/hdrhtml_c_b4.csv +%%DATADIR%%/hdrhtml/hdrhtml_c_b5.csv +%%DATADIR%%/hdrhtml/hdrhtml_default_templ/hdrhtml_image_templ.html +%%DATADIR%%/hdrhtml/hdrhtml_default_templ/hdrhtml_page_templ.html +%%DATADIR%%/hdrhtml/hdrhtml_hdrlabs_templ/hdrhtml_assets/hdr_viewer.css +%%DATADIR%%/hdrhtml/hdrhtml_hdrlabs_templ/hdrhtml_assets/hdr_viewer.js +%%DATADIR%%/hdrhtml/hdrhtml_hdrlabs_templ/hdrhtml_assets/information-red.png +%%DATADIR%%/hdrhtml/hdrhtml_hdrlabs_templ/hdrhtml_assets/information.png +%%DATADIR%%/hdrhtml/hdrhtml_hdrlabs_templ/hdrhtml_assets/loading-spinner.gif +%%DATADIR%%/hdrhtml/hdrhtml_hdrlabs_templ/hdrhtml_assets/mootools-1.2.4.js +%%DATADIR%%/hdrhtml/hdrhtml_hdrlabs_templ/hdrhtml_assets/mouse2touch.js +%%DATADIR%%/hdrhtml/hdrhtml_hdrlabs_templ/hdrhtml_assets/slider-black.png +%%DATADIR%%/hdrhtml/hdrhtml_hdrlabs_templ/hdrhtml_assets/slider-red.png +%%DATADIR%%/hdrhtml/hdrhtml_hdrlabs_templ/hdrhtml_assets/slider-white.png +%%DATADIR%%/hdrhtml/hdrhtml_hdrlabs_templ/hdrhtml_image_templ.html +%%DATADIR%%/hdrhtml/hdrhtml_hdrlabs_templ/hdrhtml_image_templ_slider-above.html +%%DATADIR%%/hdrhtml/hdrhtml_hdrlabs_templ/hdrhtml_page_templ.html +%%DATADIR%%/hdrhtml/hdrhtml_hdrlabs_templ/hdrhtml_page_templ_short.html +%%DATADIR%%/hdrhtml/hdrhtml_t_b2.csv +%%DATADIR%%/hdrhtml/hdrhtml_t_b3.csv +%%DATADIR%%/hdrhtml/hdrhtml_t_b4.csv +%%DATADIR%%/hdrhtml/hdrhtml_t_b5.csv %%DATADIR%%/help/en/README %%DATADIR%%/help/en/additional.html %%DATADIR%%/help/en/basics.html @@ -26,26 +51,36 @@ share/icons/hicolor/48x48/apps/luminance-hdr.png %%DATADIR%%/help/en/faq.html %%DATADIR%%/help/en/features.html %%DATADIR%%/help/en/hints.html -%%DATADIR%%/help/en/images/EditingTools-0.jpeg -%%DATADIR%%/help/en/images/EditingTools-1.jpeg -%%DATADIR%%/help/en/images/EditingTools-2.jpeg -%%DATADIR%%/help/en/images/Ghost-0.jpeg -%%DATADIR%%/help/en/images/NoGhost-0.jpeg %%DATADIR%%/help/en/images/batch-hdr.png %%DATADIR%%/help/en/images/batch-tmo.png %%DATADIR%%/help/en/images/color_management.png %%DATADIR%%/help/en/images/copy-exif.png %%DATADIR%%/help/en/images/cropping_frame.png +%%DATADIR%%/help/en/images/edit_menu.png +%%DATADIR%%/help/en/images/editingtools-1.png +%%DATADIR%%/help/en/images/editingtools-2.png +%%DATADIR%%/help/en/images/editingtools-3.png +%%DATADIR%%/help/en/images/editingtools-4.png +%%DATADIR%%/help/en/images/editingtools-5.png +%%DATADIR%%/help/en/images/editingtools-6.png +%%DATADIR%%/help/en/images/hdrwizard.png %%DATADIR%%/help/en/images/mainwin.png %%DATADIR%%/help/en/images/not-translated-menu-item.png +%%DATADIR%%/help/en/images/preferences-menu.png %%DATADIR%%/help/en/images/preferences.png %%DATADIR%%/help/en/images/prefs-cms.png %%DATADIR%%/help/en/images/prefs-ext.png +%%DATADIR%%/help/en/images/prefs-fast-export.png %%DATADIR%%/help/en/images/prefs-hdr.png +%%DATADIR%%/help/en/images/prefs-raw-color.png +%%DATADIR%%/help/en/images/prefs-raw-corrections.png +%%DATADIR%%/help/en/images/prefs-raw-general.png %%DATADIR%%/help/en/images/prefs-raw.png %%DATADIR%%/help/en/images/prefs-tm.png +%%DATADIR%%/help/en/images/prefs-ui.png %%DATADIR%%/help/en/images/projectiveTransformationDialog.png %%DATADIR%%/help/en/images/resize.png +%%DATADIR%%/help/en/images/tonemappingpanel.png %%DATADIR%%/help/en/images/translated-menu-item.png %%DATADIR%%/help/en/index.html %%DATADIR%%/help/en/manual.html @@ -53,6 +88,7 @@ share/icons/hicolor/48x48/apps/luminance-hdr.png %%DATADIR%%/help/en/news.html %%DATADIR%%/help/en/prefs.html %%DATADIR%%/help/en/prefs_cms.html +%%DATADIR%%/help/en/prefs_fast_export.html %%DATADIR%%/help/en/prefs_hdr.html %%DATADIR%%/help/en/prefs_rawconversion.html %%DATADIR%%/help/en/prefs_tonemapping.html @@ -61,9 +97,17 @@ share/icons/hicolor/48x48/apps/luminance-hdr.png %%DATADIR%%/help/en/projective_transformation.html %%DATADIR%%/help/en/style.css %%DATADIR%%/help/en/tmap_ref.html +%%DATADIR%%/help/en/tmap_ref_ashikhmin.html %%DATADIR%%/help/en/tmap_ref_drago.html %%DATADIR%%/help/en/tmap_ref_durand.html +%%DATADIR%%/help/en/tmap_ref_fattal.html +%%DATADIR%%/help/en/tmap_ref_ferradans.html +%%DATADIR%%/help/en/tmap_ref_mai.html %%DATADIR%%/help/en/tmap_ref_mantiuk06.html +%%DATADIR%%/help/en/tmap_ref_mantiuk08.html +%%DATADIR%%/help/en/tmap_ref_pattanaik.html +%%DATADIR%%/help/en/tmap_ref_reinhard02.html +%%DATADIR%%/help/en/tmap_ref_reinhard05.html %%DATADIR%%/help/en/tonemapping.html %%DATADIR%%/help/en/tonemapping_batch.html %%DATADIR%%/help/en/tonemapping_cli.html @@ -78,14 +122,10 @@ share/icons/hicolor/48x48/apps/luminance-hdr.png %%DATADIR%%/i18n/lang_hu.qm %%DATADIR%%/i18n/lang_id.qm %%DATADIR%%/i18n/lang_it.qm +%%DATADIR%%/i18n/lang_nl.qm %%DATADIR%%/i18n/lang_pl.qm %%DATADIR%%/i18n/lang_pt_BR.qm %%DATADIR%%/i18n/lang_ro.qm %%DATADIR%%/i18n/lang_ru.qm %%DATADIR%%/i18n/lang_tr.qm %%DATADIR%%/i18n/lang_zh.qm -%%DATADIR%%/i18n/qt_fi.qm -%%DATADIR%%/i18n/qt_it.qm -%%DATADIR%%/i18n/qt_ro.qm -%%DATADIR%%/i18n/qt_tr.qm -%%DATADIR%%/i18n/qt_zh.qm