forked from ports/contrib
gst-python3: 1.18.1 -> 1.18.2
This commit is contained in:
parent
5e3ddbf3d5
commit
5a39fefe41
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user