wok rev 11879
quodlibet: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 28 08:39:45 2012 +0100 (2012-02-28) |
parents | 67f9f7889c21 |
children | 86d5a1435da7 |
files | perl-datetime/receipt quodlibet/receipt |
line diff
1.1 --- a/perl-datetime/receipt Mon Feb 27 23:35:14 2012 -0800 1.2 +++ b/perl-datetime/receipt Tue Feb 28 08:39:45 2012 +0100 1.3 @@ -5,14 +5,15 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="DateTime module is a Perl extension." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 -DEPENDS="perl" 1.8 -BUILD_DEPENDS="perl perl-params-validate perl-test-exception \ 1.9 -perl-datetime-locale perl-datetime-timezone" 1.10 SOURCE="DateTime" 1.11 TARBALL="$SOURCE-$VERSION.tar.gz" 1.12 WEB_SITE="http://cpan.org/" 1.13 WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" 1.14 1.15 +DEPENDS="perl" 1.16 +BUILD_DEPENDS="perl perl-params-validate perl-test-exception \ 1.17 +perl-datetime-locale perl-datetime-timezone" 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 {
2.1 --- a/quodlibet/receipt Mon Feb 27 23:35:14 2012 -0800 2.2 +++ b/quodlibet/receipt Tue Feb 28 08:39:45 2012 +0100 2.3 @@ -5,14 +5,18 @@ 2.4 CATEGORY="multimedia" 2.5 SHORT_DESC="An audio player written in pygtk" 2.6 MAINTAINER="jozee@slitaz.org" 2.7 -DEPENDS="dbus-python gst-python gst-plugins-base gst-plugins-good gst-plugins-ugly mutagen pygtk gstreamer" 2.8 -BUILD_DEPENDS="dbus-python-dev gst-python-dev gst-plugins-base-dev gst-plugins-good-dev gstreamer-dev gst-plugins-ugly-dev pygtk-dev intltool gettext gtk+-dev " 2.9 SUGGESTED="gst-bad-plugins gst-ffmpeg" 2.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.11 WEB_SITE="http://quodlibet.googlecode.com/" 2.12 WGET_URL="$WEB_SITE/files/$TARBALL" 2.13 TAGS="multimedia audio sound music player python" 2.14 2.15 +DEPENDS="dbus-python gst-python gst-plugins-base gst-plugins-good \ 2.16 +gst-plugins-ugly mutagen pygtk gstreamer" 2.17 +BUILD_DEPENDS="dbus-python-dev gst-python-dev gst-plugins-base-dev \ 2.18 +gst-plugins-good-dev gstreamer-dev gst-plugins-ugly-dev pygtk-dev intltool \ 2.19 +gettext gtk+-dev python-dev" 2.20 + 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 {