gst-python: update to 0.10.22, added -devel subpkg.
This commit is contained in:
parent
dab3b1e9f9
commit
01ad9fa296
4 changed files with 26 additions and 8 deletions
1
srcpkgs/gst-python-devel
Symbolic link
1
srcpkgs/gst-python-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
gst-python
|
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=0.10.21"
|
abi_depends=">=0.10.21"
|
||||||
api_depends="${abi_depends}"
|
api_depends=">=0.10.22" # -devel subpkg
|
||||||
|
|
14
srcpkgs/gst-python/gst-python-devel.template
Normal file
14
srcpkgs/gst-python/gst-python-devel.template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'gst-python-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${sourcepkg} - development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run gst-python
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
vmove usr/share/gst-python usr/share
|
||||||
|
}
|
|
@ -1,25 +1,28 @@
|
||||||
# Template file for 'gst-python'.
|
# Template file for 'gst-python'.
|
||||||
pkgname=gst-python
|
pkgname=gst-python
|
||||||
version=0.10.21
|
version=0.10.22
|
||||||
revision=3
|
homepage="http://gstreamer.freedesktop.org"
|
||||||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="$homepage/src/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Python bindings for GStreamer 0.10"
|
short_desc="Python bindings for GStreamer 0.10"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=d5962132c84b88b54d0f63832b8dfcc383a7805827da5abc2d1d215ba86a6f92
|
license="LGPL-2.1"
|
||||||
|
checksum=8f26f519a5bccd770864317e098e5e307fc5ad1201eb96329634b6508b253178
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides the Python language bindings for the GStreamer 0.10
|
This package provides the Python language bindings for the GStreamer 0.10
|
||||||
multimedia framework."
|
multimedia framework."
|
||||||
|
|
||||||
|
subpackages="${pkgname}-devel"
|
||||||
pycompile_module="gst-0.10"
|
pycompile_module="gst-0.10"
|
||||||
|
|
||||||
Add_dependency run python
|
Add_dependency run pygobject2
|
||||||
Add_dependency run pygtk
|
Add_dependency run pygtk
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build glib-devel
|
Add_dependency build glib-devel
|
||||||
Add_dependency build python-devel
|
Add_dependency build python-devel
|
||||||
|
Add_dependency build pygobject2-devel
|
||||||
|
Add_dependency build pygtk-devel
|
||||||
Add_dependency build libxml2-devel
|
Add_dependency build libxml2-devel
|
||||||
Add_dependency build gstreamer-devel
|
Add_dependency build gstreamer-devel
|
||||||
Add_dependency build gst-plugins-base-devel
|
Add_dependency build gst-plugins-base-devel
|
||||||
Add_dependency build pygtk-devel
|
|
||||||
|
|
Loading…
Reference in a new issue