libopenshot, revbump, cleans up consistency report (#12719)

This commit is contained in:
Schrijvers Luc
2025-08-08 17:47:25 +02:00
committed by GitHub
parent c8351c5212
commit 9d7e160717

View File

@@ -6,7 +6,7 @@ OpenShot Video Editor (version 2.0+). C++, Python are fully supported."
HOMEPAGE="https://www.openshot.org/"
COPYRIGHT="2008-2023 OpenShot Studios, LLC"
LICENSE="GNU LGPL v3"
REVISION="3"
REVISION="2"
SOURCE_URI="https://github.com/OpenShot/libopenshot/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="58765cfc8aec199814346e97ce31a5618a261260b380670a6fb2bf6f68733638"
SOURCE_FILENAME="libopenshot-$portVersion.tar.gz"
@@ -80,11 +80,8 @@ REQUIRES_python310_debuginfo="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
ffmpeg5${secondaryArchSuffix}_devel
unittest++${secondaryArchSuffix}_devel
devel:libavcodec$secondaryArchSuffix >= 59
devel:libavdevice$secondaryArchSuffix >= 59
devel:libavformat$secondaryArchSuffix >= 59
devel:libavutil$secondaryArchSuffix >= 57
devel:libbabl_0.1$secondaryArchSuffix
devel:libexecinfo$secondaryArchSuffix
devel:libjsoncpp$secondaryArchSuffix
@@ -97,8 +94,6 @@ BUILD_REQUIRES="
devel:libQt5Gui$secondaryArchSuffix
devel:libQt5Multimedia$secondaryArchSuffix
devel:libQt5MultimediaWidgets$secondaryArchSuffix
devel:libswresample$secondaryArchSuffix >= 4
devel:libswscale$secondaryArchSuffix >= 6
devel:libzmq$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"