mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
ffmpegthumbs, bump to 25.12.0 (#13442)
This commit is contained in:
@@ -6,7 +6,7 @@ COPYRIGHT="2010-2025 KDE Organisation"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/ffmpegthumbs-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="e9350f4599b060115c29416b5c71e23623e4dced544b0fa4fe657b612195621b"
|
||||
CHECKSUM_SHA256="e4784eefd1af57ed066092ce591bce8515cffda5d99668d7e7191af05ccc6bcf"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -16,10 +16,10 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libavutil$secondaryArchSuffix
|
||||
lib:libavcodec$secondaryArchSuffix
|
||||
lib:libavfilter$secondaryArchSuffix
|
||||
lib:libavformat$secondaryArchSuffix
|
||||
lib:libavcodec$secondaryArchSuffix
|
||||
lib:libavutil$secondaryArchSuffix
|
||||
lib:libswscale$secondaryArchSuffix
|
||||
# KF6
|
||||
lib:libKF6Completion$secondaryArchSuffix
|
||||
@@ -38,8 +38,11 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
ffmpeg6${secondaryArchSuffix}_devel
|
||||
devel:libpostproc$secondaryArchSuffix
|
||||
devel:libavcodec$secondaryArchSuffix >= 60
|
||||
devel:libavfilter$secondaryArchSuffix >= 9
|
||||
devel:libavformat$secondaryArchSuffix >= 60
|
||||
devel:libavutil$secondaryArchSuffix >= 58
|
||||
devel:libswscale$secondaryArchSuffix >= 7
|
||||
# KF6
|
||||
extra_cmake_modules$secondaryArchSuffix
|
||||
devel:libKF6ConfigCore$secondaryArchSuffix
|
||||
@@ -58,11 +61,7 @@ BUILD()
|
||||
{
|
||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs \
|
||||
-DCMAKE_INSTALL_DATAROOTDIR=data \
|
||||
-DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt6 \
|
||||
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
|
||||
-DCMAKE_SKIP_RPATH=YES \
|
||||
-DBUILD_WITH_QT6=ON \
|
||||
-Wno-dev
|
||||
|
||||
make -C build $jobArgs
|
||||
@@ -75,4 +74,3 @@ INSTALL()
|
||||
# cleanup
|
||||
rm -rf $dataDir/metainfo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user