gstreamer: sanitize deps, bumprev.

--HG--
extra : convert_revision : d2690ba39bd012fcc1983d45ae752dd61c5cb4a0
This commit is contained in:
Juan RP 2010-01-11 13:05:06 +01:00
parent 50129f95fa
commit 0864413182
2 changed files with 11 additions and 3 deletions

View file

@ -5,6 +5,11 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run pkg-config
Add_dependency run libxml2-devel
Add_dependency run glib-devel
Add_dependency run gstreamer
do_install()

View file

@ -17,9 +17,12 @@ long_desc="
plugin with a clean, generic interface."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run libxml2
Add_dependency run glib
Add_dependency build pkg-config
Add_dependency build flex
Add_dependency build python
Add_dependency build docbook-xsl
Add_dependency full glibc
Add_dependency full glib
Add_dependency full libxml2
Add_dependency build libxml2-devel
Add_dependency build glib-devel