mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
graphics/glaxnimate: update 0.5.3 → 0.5.4
This commit is contained in:
parent
1491d2bdaf
commit
096ce77d1f
2 changed files with 8 additions and 21 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= glaxnimate
|
||||
DISTVERSION= 0.5.3
|
||||
DISTVERSION= 0.5.4
|
||||
CATEGORIES= graphics
|
||||
PKGNAMESUFFIX= -${FLAVOR}
|
||||
|
||||
PATCH_SITES= https://gitlab.com/${GL_ACCOUNT}/${PORTNAME}/-/commit/
|
||||
PATCHFILES+= 6f312a0b93208255b2903f6d3105cc36cfc6b6c7.patch:-p1 # Fix build with Qt 6.5.x
|
||||
|
@ -19,25 +18,13 @@ BUILD_DEPENDS= pip:devel/py-pip@${PY_FLAVOR}
|
|||
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
|
||||
libpotrace.so:graphics/libpotrace
|
||||
|
||||
FLAVORS= qt5 qt6
|
||||
FLAVOR?= ${FLAVORS:[1]}
|
||||
qt5_CONFLICTS_INSTALL= glaxnimate glaxnimate-qt6
|
||||
qt6_CONFLICTS_INSTALL= glaxnimate glaxnimate-qt5
|
||||
|
||||
USES= cmake compiler:c++17-lang desktop-file-utils gl libarchive \
|
||||
python qt:${FLAVOR:S/qt//}
|
||||
python qt:6
|
||||
USE_GL= gl
|
||||
_USE_QT5= concurrent core gui network svg xml widgets buildtools:build \
|
||||
linguisttools:build qmake:build uitools:build
|
||||
_USE_QT6= base svg tools
|
||||
USE_QT= ${_USE_QT${FLAVOR:S/qt//}}
|
||||
USE_QT= base svg tools
|
||||
|
||||
_CMAKE_ON_qt5= WITH_QT5
|
||||
_CMAKE_ON_qt6= WITH_QT6
|
||||
_CMAKE_OFF_qt5= WITH_QT6
|
||||
_CMAKE_OFF_qt6= WITH_QT5
|
||||
CMAKE_ON= ${_CMAKE_ON_${FLAVOR}}
|
||||
CMAKE_OFF= ${_CMAKE_OFF_${FLAVOR}}
|
||||
CMAKE_ON= WITH_QT6
|
||||
CMAKE_OFF= WITH_QT5
|
||||
|
||||
USE_GITLAB= yes
|
||||
GL_ACCOUNT= mattbas
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
TIMESTAMP = 1689891265
|
||||
TIMESTAMP = 1714122094
|
||||
SHA256 (KDE-breeze-icons-1a13b09adc7ebe0c4b5be6cc1add3869f3de8a1a_GH0.tar.gz) = 5d7d4437bb0c87ac5573b9ae05328379bbaf6229818579456ee7b2ec1a827a37
|
||||
SIZE (KDE-breeze-icons-1a13b09adc7ebe0c4b5be6cc1add3869f3de8a1a_GH0.tar.gz) = 5573747
|
||||
SHA256 (pybind-pybind11-80dc998efced8ceb2be59756668a7e90e8bef917_GH0.tar.gz) = aa4d57f8c3c4fb47d75e1d676167966a8aa7cbb014e4d20813adabc93bd6670a
|
||||
|
@ -13,5 +13,5 @@ SHA256 (mattbas-Qt-History-LineEdit-5b761f436e8b31491e06b26460d28a2eaef0babc_GL0
|
|||
SIZE (mattbas-Qt-History-LineEdit-5b761f436e8b31491e06b26460d28a2eaef0babc_GL0.tar.gz) = 7856
|
||||
SHA256 (mattbas-python-lottie-9e742aadb5ca7d0e8c9b01b2553c0a81de238ae4_GL0.tar.gz) = 54de1e9507524d83d4035ac3a16bd29c40335c6f9eb0a8b6376c3a10267e1a56
|
||||
SIZE (mattbas-python-lottie-9e742aadb5ca7d0e8c9b01b2553c0a81de238ae4_GL0.tar.gz) = 284790
|
||||
SHA256 (6f312a0b93208255b2903f6d3105cc36cfc6b6c7.patch) = 46df33643b05a0cbbbae6418292f46329a443b9c35cf65828007c65e61107a2e
|
||||
SIZE (6f312a0b93208255b2903f6d3105cc36cfc6b6c7.patch) = 837
|
||||
SHA256 (6f312a0b93208255b2903f6d3105cc36cfc6b6c7.patch) = 81faa5f520d077ccab2f707f5bf2dd1e83ebce7929a13053d01815e12b6fc3d3
|
||||
SIZE (6f312a0b93208255b2903f6d3105cc36cfc6b6c7.patch) = 839
|
||||
|
|
Loading…
Add table
Reference in a new issue