gst-python: dropped use gst-python3

This commit is contained in:
Danny Rawlins 2020-09-20 12:11:48 +10:00
parent 57818eeb62
commit e1292e6e8a
3 changed files with 0 additions and 48 deletions

View File

@ -1,13 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.7/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/gi/
drwxr-xr-x root/root usr/lib/python2.7/site-packages/gi/overrides/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/gi/overrides/Gst.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/gi/overrides/Gst.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/gi/overrides/Gst.pyo
-rw-r--r-- root/root usr/lib/python2.7/site-packages/gi/overrides/GstPbutils.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/gi/overrides/GstPbutils.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/gi/overrides/GstPbutils.pyo
-rwxr-xr-x root/root usr/lib/python2.7/site-packages/gi/overrides/_gi_gst.so

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF337xsqGCGRkSPxi4BjPJGVz3T2kpMQdR66QPuiwsEiOBEA0CmCQ4IYta0pyL6/pk5mDQYKDBCezRuI9k1UtwrA0=
SHA256 (Pkgfile) = 08f0cf60963b23878873e471ca5ce029f5fdccbaeda89fb80aaf79770561f9b4
SHA256 (.footprint) = a9ade633ba7fdce0702cbd7cce02494528a30d2d1ecf6af271dc9827e36a0cf1
SHA256 (gst-python-1.16.2.tar.xz) = 208df3148d73d9f416d016564737585d8ea763d91201732d44b5fe688c6288a8

View File

@ -1,30 +0,0 @@
# Description: Python bindings for gstreamer.
# URL: https://gstreamer.freedesktop.org/modules/gst-python.html
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: gst-plugins-base python-gobject python3-gobject
## python3-gobject is required for pkgconfig and headers
name=gst-python
version=1.16.2
release=1
source=(https://gstreamer.freedesktop.org/src/gst-python/gst-python-$version.tar.xz)
build() {
cd gst-python-$version
meson build \
--prefix=/usr \
--libexecdir=/usr/lib \
-D buildtype=release \
-D python=/usr/bin/python
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG ninja -C build install
/usr/bin/python -m compileall -d /usr/lib $PKG/usr/lib
/usr/bin/python -O -m compileall -d /usr/lib $PKG/usr/lib
# Remove conflicting loader with gst-python3
rm -r $PKG/usr/lib/gstreamer-1.0
}