wok rev 14485
gst-python-dev: update deps+bdeps
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu May 02 22:51:54 2013 +0200 (2013-05-02) |
parents | d82831a3586b |
children | 915d540cc17c |
files | gst-python-dev/receipt |
line diff
1.1 --- a/gst-python-dev/receipt Thu May 02 22:48:39 2013 +0200 1.2 +++ b/gst-python-dev/receipt Thu May 02 22:51:54 2013 +0200 1.3 @@ -6,14 +6,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="gst-python devel files" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 -DEPENDS="gst-python pygobject-dev" 1.8 WANTED="gst-python" 1.9 WEB_SITE="http://gstreamer.freedesktop.org/" 1.10 1.11 +DEPENDS="pygobject-dev gstreamer-dev gst-plugins-base-dev python-dev" 1.12 + 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 mkdir -p $fs/usr/lib 1.17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.18 - 1.19 }