Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : gst-python | name : gst-python | ||||
| version : 1.14.4 | version : 1.16.0 | ||||
| release : 14 | release : 15 | ||||
| source : | 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 | license : LGPL-2.1-or-later | ||||
| summary : GStreamer Python Bindings Supplement | summary : GStreamer Python Bindings Supplement | ||||
| component : programming.python | component : programming.python | ||||
| description: | | description: | | ||||
| GStreamer python overrides for the gobject-introspection-based pygst bindings. | GStreamer python overrides for the gobject-introspection-based pygst bindings. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(gstreamer-1.0) | - pkgconfig(gstreamer-1.0) | ||||
| - pkgconfig(pygobject-3.0) # bug T3904 | - pkgconfig(pygobject-3.0) | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| setup : | | environment: | ||||
| mkdir b2 | |||||
| mkdir b3 | |||||
| cd b2 | |||||
| export PYTHON=/usr/bin/python | |||||
| ../configure %CONFOPTS% | |||||
| cd ../b3 | |||||
| export PYTHON=/usr/bin/python3 | export PYTHON=/usr/bin/python3 | ||||
| ../configure %CONFOPTS% | setup : | | ||||
| %meson_configure | |||||
| build : | | build : | | ||||
| cd b2 | %ninja_build | ||||
| export PYTHON=/usr/bin/python | |||||
| %make | |||||
| cd ../b3 | |||||
| export PYTHON=/usr/bin/python3 | |||||
| %make | |||||
| install : | | install : | | ||||
| cd b2 | %ninja_install | ||||
| export PYTHON=/usr/bin/python | %python3_compile | ||||
| %make_install | check : | | ||||
| cd ../b3 | %ninja_check | ||||
| export PYTHON=/usr/bin/python3 | |||||
| %make_install | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.