wok rev 11580
libbonoboui, libgnome, libgpod: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 06 00:16:08 2012 +0100 (2012-01-06) |
parents | ed7d51c1b0dc |
children | 1bb33c02f21c |
files | libbonoboui/receipt libgnome/receipt libgpod/receipt |
line diff
1.1 --- a/libbonoboui/receipt Thu Jan 05 18:57:36 2012 +0100 1.2 +++ b/libbonoboui/receipt Fri Jan 06 00:16:08 2012 +0100 1.3 @@ -13,7 +13,7 @@ 1.4 libbonobo" 1.5 BUILD_DEPENDS="glib-dev gtk+-dev libgnome-dev libgnomecanvas-dev libglade-dev \ 1.6 GConf-dev alsa-lib-dev popt-dev libbonobo-dev util-linux-ng-uuid-dev intltool \ 1.7 -dbus-glib-dev audiofile esound" 1.8 +dbus-glib-dev audiofile esound libffi" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/libgnome/receipt Thu Jan 05 18:57:36 2012 +0100 2.2 +++ b/libgnome/receipt Fri Jan 06 00:16:08 2012 +0100 2.3 @@ -13,7 +13,7 @@ 2.4 DEPENDS="libbonobo gnome-vfs esound audiofile GConf popt alsa-lib dbus-glib \ 2.5 openssl" 2.6 BUILD_DEPENDS="libbonobo-dev gnome-vfs-dev esound-dev audiofile-dev \ 2.7 -GConf-dev popt-dev alsa-lib-dev dbus-glib-dev intltool" 2.8 +GConf-dev popt-dev alsa-lib-dev dbus-glib-dev intltool libffi" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules()
3.1 --- a/libgpod/receipt Thu Jan 05 18:57:36 2012 +0100 3.2 +++ b/libgpod/receipt Fri Jan 06 00:16:08 2012 +0100 3.3 @@ -6,7 +6,8 @@ 3.4 SHORT_DESC="a shared library to access the contents of an iPod" 3.5 MAINTAINER="jozee@slitaz.org" 3.6 DEPENDS="gtk+ mutagen libxml2 sqlite libplist zlib" 3.7 -BUILD_DEPENDS="$DEPENDS intltool pygobject libxml2-dev pkg-config sqlite-dev glib-dev libplist-dev zlib-dev" 3.8 +BUILD_DEPENDS="$DEPENDS intltool pygobject libxml2-dev pkg-config sqlite-dev \ 3.9 +glib-dev libplist-dev zlib-dev libffi" 3.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.11 WEB_SITE="http://www.gtkpod.org/libgpod.html" 3.12 WGET_URL="$SF_MIRROR/gtkpod/$TARBALL"