g (8.17.1/8.17.1) with ESMTP id 446JBx45027279; Mon, 6 May 2024 19:11:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.17.1/8.17.1/Submit) id 446JBxdi027276; Mon, 6 May 2024 19:11:59 GMT (envelope-from git) Date: Mon, 6 May 2024 19:11:59 GMT Message-Id: <202405061911.446JBxdi027276@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Robert Clausecker Subject: git: b0e721d8e42f - main - graphics/lux: update to 1.2.2 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fuz X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b0e721d8e42fe94863a9875b972ef328efc030fa Auto-Submitted: auto-generated The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0e721d8e42fe94863a9875b972ef328efc030fa commit b0e721d8e42fe94863a9875b972ef328efc030fa Author: Robert Clausecker AuthorDate: 2024-04-21 21:15:21 +0000 Commit: Robert Clausecker CommitDate: 2024-05-06 19:07:50 +0000 graphics/lux: update to 1.2.2 Changelog: https://groups.google.com/g/hugin-ptx/c/zvUsJe3Dxp4/m/sFImq00eBQAJ Changelog: https://groups.google.com/g/hugin-ptx/c/_k_dmW96eIo/m/rRWZu7JcBQAJ --- graphics/lux/Makefile | 12 +++++++----- graphics/lux/distinfo | 6 +++--- graphics/lux/files/patch-pv__no__rendering.cc | 12 ++++++++++++ 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/graphics/lux/Makefile b/graphics/lux/Makefile index 2a3b66c57495..cd4023ab21f4 100644 --- a/graphics/lux/Makefile +++ b/graphics/lux/Makefile @@ -1,6 +1,5 @@ PORTNAME= lux -DISTVERSION= 1.1.8 -PORTREVISION= 1 +DISTVERSION= 1.2.2 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/kfj/pv/get/ PKGNAMESUFFIX= -pv # distinguish from www/lux @@ -18,18 +17,21 @@ BROKEN_armv6= address space exhaustion in compiler LIB_DEPENDS= libhwy.so:devel/highway \ libsfml-window.so:devel/sfml \ libexiv2.so:graphics/exiv2 \ - libvigraimpex.so:graphics/vigra + libvigraimpex.so:graphics/vigra \ + libOpenImageIO.so:graphics/openimageio RUN_DEPENDS= ${GUIFONT}:x11-fonts/noto-sans-basic GUIFONT= ${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf -USES= cmake desktop-file-utils dos2unix pkgconfig tar:bz2 +USES= cmake desktop-file-utils dos2unix localbase:ldflags pkgconfig tar:bz2 gl +USE_GL= gl + DOS2UNIX_FILES= tinyfiledialogs.c CMAKE_ON= USE_HWY_LIBRARY CXXFLAGS+= -Wno-deprecated-declarations CONFLICTS= lux WRKSRC= ${WRKDIR}/kfj-pv-${COMMIT} -COMMIT= 15b1fd742285 +COMMIT= 02d14627bc75 OPTIONS_DEFINE_amd64= SSSE3 SSE42 AVX AVX2 AVX512 OPTIONS_DEFINE_i386= SSE2 SSSE3 SSE42 AVX AVX2 AVX512 OPTIONS_DEFAULT_amd64= SSSE3 SSE42 AVX AVX2 AVX512 diff --git a/graphics/lux/distinfo b/graphics/lux/distinfo index a8e0fb532156..1ad478a2b4b0 100644 --- a/graphics/lux/distinfo +++ b/graphics/lux/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691409081 -SHA256 (15b1fd742285.tar.bz2) = 4a3a32a883e57693e7ff9ab2a3a69342ddfd528d9647b56166da9291422dd835 -SIZE (15b1fd742285.tar.bz2) = 1186035 +TIMESTAMP = 1713874285 +SHA256 (02d14627bc75.tar.bz2) = 4f039706d933b4aa6124a956a832334f623dc2dca999e75b3dbc7a5bcd4983df +SIZE (02d14627bc75.tar.bz2) = 1798981 diff --git a/graphics/lux/files/patch-pv__no__rendering.cc b/graphics/lux/files/patch-pv__no__rendering.cc new file mode 100644 index 000000000000..d3b08ee8e7e8 --- /dev/null +++ b/graphics/lux/files/patch-pv__no__rendering.cc @@ -0,0 +1,12 @@ +--- pv_no_rendering.cc.orig 2024-04-23 12:53:51 UTC ++++ pv_no_rendering.cc +@@ -14875,7 +14875,9 @@ int main ( int argc , const char * argv[] ) + #endif + + OIIO::geterror() ; ++#if OIIO_VERSION_MAJOR * 100 + OIIO_VERSION_MINOR >= 205 + OIIO::shutdown() ; ++#endif + + std::cout << "exiting normally" << std::endl ; +