Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : gst-python | name : gst-python | ||||
| version : 1.10.4 | version : 1.12.2 | ||||
| release : 6 | release : 7 | ||||
| source : | source : | ||||
| - https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.10.4.tar.xz : 59508174b8bc86c05290aa9a7c5d480ac556a6f36306ddbc1d0eacf4f7868212 | - https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.12.2.tar.xz : f4cc32ad46a653e1ae2f27ac2a16078b00075c9106b2784a1a8d1f31c5069e47 | ||||
| license : LGPL-2.1 | license : LGPL-2.1 | ||||
| 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(python-2.7) | - pkgconfig(pygobject-2.0) | ||||
| - pkgconfig(python-3.5) | |||||
| - pkgconfig(pygobject-3.0) | - pkgconfig(pygobject-3.0) | ||||
| - pkgconfig(python-3.5) | |||||
| setup : | | setup : | | ||||
| mkdir b2 | mkdir b2 | ||||
| mkdir b3 | mkdir b3 | ||||
| cd b2 | cd b2 | ||||
| export PYTHON=/usr/bin/python | export PYTHON=/usr/bin/python | ||||
| ../configure %CONFOPTS% | ../configure %CONFOPTS% | ||||
| cd ../b3 | cd ../b3 | ||||
| export PYTHON=/usr/bin/python3 | export PYTHON=/usr/bin/python3 | ||||
| ../configure %CONFOPTS% | ../configure %CONFOPTS% | ||||
| build : | | build : | | ||||
| cd b2 | cd b2 | ||||
| export PYTHON=/usr/bin/python | export PYTHON=/usr/bin/python | ||||
| %make | %make | ||||
| cd ../b3 | cd ../b3 | ||||
| export PYTHON=/usr/bin/python3 | export PYTHON=/usr/bin/python3 | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| cd b2 | cd b2 | ||||
| export PYTHON=/usr/bin/python | export PYTHON=/usr/bin/python | ||||
| %make_install | %make_install | ||||
| cd ../b3 | cd ../b3 | ||||
| export PYTHON=/usr/bin/python3 | export PYTHON=/usr/bin/python3 | ||||
| %make_install | %make_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.