mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
gst-python: remove (gstreamer 0.x)
This commit is contained in:
parent
357dee3593
commit
335a129d53
3 changed files with 0 additions and 37 deletions
|
@ -1 +0,0 @@
|
||||||
gst-python
|
|
|
@ -1,35 +0,0 @@
|
||||||
# Template file for 'gst-python'.
|
|
||||||
pkgname=gst-python
|
|
||||||
version=0.10.22
|
|
||||||
revision=8
|
|
||||||
lib32disabled=yes
|
|
||||||
build_style=gnu-configure
|
|
||||||
configure_args="--disable-static --with-libpython-dir=${XBPS_CROSS_BASE}/usr/lib/python2.7/config"
|
|
||||||
hostmakedepends="pkg-config python"
|
|
||||||
makedepends="glib-devel python-devel pygtk-devel
|
|
||||||
libxml2-devel gstreamer-devel gst-plugins-base-devel"
|
|
||||||
depends="pygtk"
|
|
||||||
pycompile_module="gst-0.10"
|
|
||||||
short_desc="Python bindings for GStreamer 0.10"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
||||||
license="LGPL-2.1"
|
|
||||||
homepage="http://gstreamer.freedesktop.org"
|
|
||||||
distfiles="$homepage/src/$pkgname/$pkgname-$version.tar.bz2"
|
|
||||||
checksum=8f26f519a5bccd770864317e098e5e307fc5ad1201eb96329634b6508b253178
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
sed -i -e "s,PYTHON_INCLUDES=.*,PYTHON_INCLUDES=-I${XBPS_CROSS_BASE}/usr/include/python2.7,g" configure
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
gst-python-devel_package() {
|
|
||||||
lib32disabled=yes
|
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
|
||||||
short_desc+=" - development files"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/include
|
|
||||||
vmove usr/lib/pkgconfig
|
|
||||||
vmove usr/share/gst-python
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
ignore="1.*"
|
|
Loading…
Add table
Reference in a new issue