mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
gst-python: depends on pygtk.
This commit is contained in:
parent
21a096b6de
commit
0baea1875e
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'gst-python'.
|
# Template file for 'gst-python'.
|
||||||
pkgname=gst-python
|
pkgname=gst-python
|
||||||
version=0.10.21
|
version=0.10.21
|
||||||
|
revision=1
|
||||||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="http://gstreamer.freedesktop.org/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"
|
||||||
|
@ -16,6 +17,7 @@ Add_dependency run python
|
||||||
Add_dependency run libxml2
|
Add_dependency run libxml2
|
||||||
Add_dependency run gstreamer
|
Add_dependency run gstreamer
|
||||||
Add_dependency run gst-plugins-base
|
Add_dependency run gst-plugins-base
|
||||||
|
Add_dependency run pygtk
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build glib-devel
|
Add_dependency build glib-devel
|
||||||
|
@ -23,3 +25,4 @@ Add_dependency build python-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…
Add table
Reference in a new issue