diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,7 +1,7 @@ libc.so.6 libglib-2.0.so.0 +libgmodule-2.0.so.0 libgobject-2.0.so.0 libgstreamer-1.0.so.0 libpthread.so.0 -libpython2.7.so.1.0 libpython3.6m.so.1.0 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : gst-python -version : 1.14.4 -release : 14 +version : 1.16.0 +release : 15 source : - - https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.14.4.tar.xz : d0fdb24f93b6d889f309d2f526b8ea9577e0084ff0a62b4623ef1aed52e85a1b + - https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.16.0.tar.xz : 55dc7aaed1855565f9b9ef842d93e93bfc5cb2b376faef6af5b463e1774e2d38 license : LGPL-2.1-or-later summary : GStreamer Python Bindings Supplement component : programming.python @@ -10,28 +10,16 @@ GStreamer python overrides for the gobject-introspection-based pygst bindings. builddeps : - pkgconfig(gstreamer-1.0) - - pkgconfig(pygobject-3.0) # bug T3904 + - pkgconfig(pygobject-3.0) - pkgconfig(python3) -setup : | - mkdir b2 - mkdir b3 - cd b2 - export PYTHON=/usr/bin/python - ../configure %CONFOPTS% - cd ../b3 +environment: export PYTHON=/usr/bin/python3 - ../configure %CONFOPTS% +setup : | + %meson_configure build : | - cd b2 - export PYTHON=/usr/bin/python - %make - cd ../b3 - export PYTHON=/usr/bin/python3 - %make + %ninja_build install : | - cd b2 - export PYTHON=/usr/bin/python - %make_install - cd ../b3 - export PYTHON=/usr/bin/python3 - %make_install + %ninja_install + %python3_compile +check : | + %ninja_check diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -10,7 +10,7 @@ GStreamer Python Bindings Supplement GStreamer python overrides for the gobject-introspection-based pygst bindings. - https://solus-project.com/sources/README.Solus + https://getsol.us/sources/README.Solus gst-python @@ -19,31 +19,21 @@ programming.python - /usr/lib/python2.7/site-packages/gi/overrides/Gst.py - /usr/lib/python2.7/site-packages/gi/overrides/Gst.pyc - /usr/lib/python2.7/site-packages/gi/overrides/Gst.pyo - /usr/lib/python2.7/site-packages/gi/overrides/GstPbutils.py - /usr/lib/python2.7/site-packages/gi/overrides/GstPbutils.pyc - /usr/lib/python2.7/site-packages/gi/overrides/GstPbutils.pyo - /usr/lib/python2.7/site-packages/gi/overrides/_gi_gst.so /usr/lib/python3.6/site-packages/gi/overrides/Gst.py /usr/lib/python3.6/site-packages/gi/overrides/GstPbutils.py - /usr/lib/python3.6/site-packages/gi/overrides/__pycache__/Gst.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/gi/overrides/__pycache__/Gst.cpython-36.pyc - /usr/lib/python3.6/site-packages/gi/overrides/__pycache__/GstPbutils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/gi/overrides/__pycache__/GstPbutils.cpython-36.pyc /usr/lib/python3.6/site-packages/gi/overrides/_gi_gst.cpython-36m-x86_64-linux-gnu.so - /usr/lib64/gstreamer-1.0/libgstpython.cpython-36m-x86_64-linux-gnu.so /usr/lib64/gstreamer-1.0/libgstpython.so - - 2018-10-11 - 1.14.4 + + 2019-04-27 + 1.16.0 Packaging update Pierre-Yves pyu@riseup.net \ No newline at end of file