summaryrefslogtreecommitdiff
path: root/gst-python3
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2021-01-08 00:48:25 +1100
committerDanny Rawlins <contact@romster.me>2021-01-08 00:48:25 +1100
commit5a39fefe4158eeede52166d79724ae164638440d (patch)
tree48869da4d41dfb9a34f470d8ee2ff4ded201a0b9 /gst-python3
parent5e3ddbf3d5f28be83053edc441b27cba6a5487cb (diff)
downloadcontrib-5a39fefe4158eeede52166d79724ae164638440d.tar.gz
contrib-5a39fefe4158eeede52166d79724ae164638440d.tar.xz
gst-python3: 1.18.1 -> 1.18.2
Diffstat (limited to 'gst-python3')
-rw-r--r--gst-python3/.footprint2
-rw-r--r--gst-python3/.signature8
-rw-r--r--gst-python3/Pkgfile5
3 files changed, 9 insertions, 6 deletions
diff --git a/gst-python3/.footprint b/gst-python3/.footprint
index 8d07684ae..2b0c78369 100644
--- a/gst-python3/.footprint
+++ b/gst-python3/.footprint
@@ -10,7 +10,9 @@ drwxr-xr-x root/root usr/lib/python3.9/site-packages/gi/overrides/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/gi/overrides/GstPbutils.py
drwxr-xr-x root/root usr/lib/python3.9/site-packages/gi/overrides/__pycache__/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/gi/overrides/__pycache__/Gst.cpython-39.opt-1.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/gi/overrides/__pycache__/Gst.cpython-39.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/gi/overrides/__pycache__/Gst.cpython-39.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GstPbutils.cpython-39.opt-1.pyc
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GstPbutils.cpython-39.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.9/site-packages/gi/overrides/__pycache__/GstPbutils.cpython-39.pyc
-rwxr-xr-x root/root usr/lib/python3.9/site-packages/gi/overrides/_gi_gst.cpython-39-x86_64-linux-gnu.so
diff --git a/gst-python3/.signature b/gst-python3/.signature
index 512df5c43..12c4ed671 100644
--- a/gst-python3/.signature
+++ b/gst-python3/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3yyELa03UurfIODEfqtjszg96XIhTtKQDyjyejvO6HcEahVL7B+vjTih1DU8ILWgIrTu2v47ELLeIG4vThwY7gQ=
-SHA256 (Pkgfile) = 0938c57d0cbea2855f8fc0355887321d0e9ab265dc423bd4d813c27557451e93
-SHA256 (.footprint) = 9fbfe7b70191a4dc4f70cb2846be8a1a5c2f38575b902230480abcfb16747e33
-SHA256 (gst-python-1.18.1.tar.xz) = 42b289422f7ab32757670848cf2245c5a8a8b08a665a9cab65ded8d69364f6f6
+RWSagIOpLGJF32E57Nqn4yDUl9jjH6lBGx0CKEZcGOyR3hTH5NkOvgF2nXSeWjgxCaN+S724xV4hc/t+lUoEWITgEEaS0sBB6wU=
+SHA256 (Pkgfile) = df3255ac162fb49860305fdb17a127396d7c3dc5dc0fa50f246326f8ae3a3057
+SHA256 (.footprint) = 10bfdf4cd5e30165b7fd734fe8a81b548c321ab9c2802384a2365d8dabfba973
+SHA256 (gst-python-1.18.2.tar.xz) = e19d0f760b353e88161b3712193cffbd79bf1314418da792b5fec4d8ecef389c
diff --git a/gst-python3/Pkgfile b/gst-python3/Pkgfile
index c4a4e1d7e..1477a160d 100644
--- a/gst-python3/Pkgfile
+++ b/gst-python3/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: gst-plugins-base python3-gobject
name=gst-python3
-version=1.18.1
+version=1.18.2
release=1
source=(https://gstreamer.freedesktop.org/src/gst-python/gst-python-$version.tar.xz)
@@ -14,7 +14,7 @@ build() {
meson build \
--prefix=/usr \
--libexecdir=/usr/lib \
- -D buildtype=release \
+ -D buildtype=plain \
-D python=/usr/bin/python3
ninja -C build -j ${JOBS:-1}
@@ -22,4 +22,5 @@ build() {
/usr/bin/python3 -m compileall -d /usr/lib $PKG/usr/lib
/usr/bin/python3 -O -m compileall -d /usr/lib $PKG/usr/lib
+ /usr/bin/python3 -OO -m compileall -d /usr/lib $PKG/usr/lib
}

Generated by cgit