gst-python3: 1.22.6 -> 1.22.7

This commit is contained in:
Tim Biermann 2023-11-13 21:18:15 +01:00
parent 7034ff769a
commit 96a7b7df10
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33f3NXgh+ZMRQ5aDMrYe6koNXFZ02HVuo8lWfJAKYj3ZPhnMr3AM8eW4cQuI0YmpT8P2qkXGvWwbAARcT+z09g0=
SHA256 (Pkgfile) = cb8bfa7226d8ba72e03eeaf526285507ba7a35e8152052432cab9206c4f2d27b
RWSagIOpLGJF3/z/wqjNKyS19+a5EE3rZwsChxis92OfBRDk99Kb+nZuup7IQqZr0wkGCqRaL841s4AHrI7z4OpTopSVoR0pnQM=
SHA256 (Pkgfile) = 57ea72f2c2576c09209aa0910b7e2abf7cf1361c4ea1d2019635a063fde94cac
SHA256 (.footprint) = 3efbb2ced3fb3a9620d28e7d3e43a3860633403e3ec7519003c8039c53f67763
SHA256 (gst-python-1.22.6.tar.xz) = 51de2d6d13b12ce095eac97c0b94ee59c2aeba3712bb7462b78c4d57dde176c5
SHA256 (gst-python-1.22.7.tar.xz) = 1ef8df7608012fa469329799c950ec087737a6dabad3003c230658b58c710172

View File

@ -4,21 +4,21 @@
# Depends on: gst-plugins-base python3-gobject
name=gst-python3
version=1.22.6
version=1.22.7
release=1
source=(https://gstreamer.freedesktop.org/src/gst-python/gst-python-$version.tar.xz)
build() {
cd gst-python-$version
meson build \
meson setup gst-python-$version build \
--prefix=/usr \
--libexecdir=/usr/lib \
-D buildtype=plain \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \
-D python=/usr/bin/python3
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG ninja -C build install
meson compile -C build
DESTDIR=$PKG meson install -C build
/usr/bin/python3 -m compileall -d /usr/lib $PKG/usr/lib
/usr/bin/python3 -O -m compileall -d /usr/lib $PKG/usr/lib