gst_plugins_good: remove dependcy on python2, update to openssl3

This commit is contained in:
PulkoMandy
2024-08-10 11:37:40 +02:00
parent 45928806a4
commit fc812d10b6

View File

@@ -5,7 +5,7 @@ for the supporting library)."
HOMEPAGE="https://gstreamer.freedesktop.org/"
COPYRIGHT="Erik Walthinsen"
LICENSE="GNU LGPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-$portVersion.tar.xz"
CHECKSUM_SHA256="582e617271e7f314d1a2211e3e3856ae2e4303c8c0d6114e9c4a5ea5719294b0"
SOURCE_DIR="gst-plugins-good-$portVersion"
@@ -29,7 +29,7 @@ REQUIRES="
lib:libbz2$secondaryArchSuffix
lib:libcairo$secondaryArchSuffix
lib:libcairo_gobject$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix >= 3
lib:libflac$secondaryArchSuffix
lib:libfreetype$secondaryArchSuffix
lib:libgdk_pixbuf_2.0$secondaryArchSuffix
@@ -118,7 +118,7 @@ BUILD_REQUIRES="
devel:libsoup_3.0$secondaryArchSuffix
devel:libspeex$secondaryArchSuffix
devel:libsqlite3$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libtwolame$secondaryArchSuffix
devel:libtag$secondaryArchSuffix
devel:libvorbis$secondaryArchSuffix
@@ -138,7 +138,6 @@ BUILD_PREREQUIRES="
cmd:ninja
cmd:orcc$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
cmd:python
cmd:python3
cmd:which
"