wok-current diff gst-python-dev/receipt @ rev 14900
Add firmware-mod-kit
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 31 11:20:11 2013 +0200 (2013-07-31) |
parents | e6caf76b997d |
children | 76b72f1ad63c |
line diff
1.1 --- a/gst-python-dev/receipt Sat Feb 05 16:45:54 2011 +0000 1.2 +++ b/gst-python-dev/receipt Wed Jul 31 11:20:11 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 }