wok-next rev 20246
update some bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 07 10:30:41 2017 +0100 (2017-11-07) |
parents | ca382d0ab983 |
children | a2f95ddd93db |
files | moserial/receipt mozplugger/receipt mt-daapd/receipt mtpfs/receipt mygestures/receipt supertux/receipt |
line diff
1.1 --- a/moserial/receipt Tue Nov 07 09:53:36 2017 +0100 1.2 +++ b/moserial/receipt Tue Nov 07 10:30:41 2017 +0100 1.3 @@ -15,15 +15,14 @@ 1.4 DEPENDS="GConf gnome-doc-utils gtk+" 1.5 BUILD_DEPENDS="GConf-dev gnome-doc-utils-dev intltool pkg-config vala gtk+-dev" 1.6 1.7 - 1.8 # Rules to configure and make the package. 1.9 compile_rules() 1.10 { 1.11 - cd $src 1.12 # removing help 1.13 patch -Np3 -i $stuff/glade.patch 1.14 # build 1.15 ./configure $CONFIGURE_ARGS \ 1.16 + --disable-scrollkeeper \ 1.17 --prefix="/usr" && 1.18 make && 1.19 make DESTDIR=$DESTDIR install
2.1 --- a/mozplugger/receipt Tue Nov 07 09:53:36 2017 +0100 2.2 +++ b/mozplugger/receipt Tue Nov 07 10:30:41 2017 +0100 2.3 @@ -11,11 +11,11 @@ 2.4 WGET_URL="$WEB_SITE/files/$TARBALL" 2.5 2.6 DEPENDS="xorg-libX11" 2.7 +BUILD_DEPENDS="xorg-libX11-dev" 2.8 2.9 # Rules to configure and make the package. 2.10 compile_rules() 2.11 { 2.12 - cd $src 2.13 ./configure --prefix=/usr --sysconfdir=/etc && 2.14 make 2.15 } 2.16 @@ -32,4 +32,3 @@ 2.17 cp -a $src/mozplugger-controller $fs/usr/bin 2.18 cp -a $src/mozplugger-linker $fs/usr/bin 2.19 } 2.20 -
3.1 --- a/mt-daapd/receipt Tue Nov 07 09:53:36 2017 +0100 3.2 +++ b/mt-daapd/receipt Tue Nov 07 10:30:41 2017 +0100 3.3 @@ -12,7 +12,7 @@ 3.4 PROVIDE="firefly" 3.5 3.6 DEPENDS="gdbm libid3tag zlib" 3.7 -BUILD_DEPENDS="gdbm-dev libid3tag-dev glib" 3.8 +BUILD_DEPENDS="gdbm-dev libid3tag-dev glib zlib-dev" 3.9 3.10 # Rules to configure and make the package. 3.11 #
4.1 --- a/mtpfs/receipt Tue Nov 07 09:53:36 2017 +0100 4.2 +++ b/mtpfs/receipt Tue Nov 07 10:30:41 2017 +0100 4.3 @@ -11,7 +11,7 @@ 4.4 WGET_URL="http://www.adebenham.com/files/mtp/$TARBALL" 4.5 4.6 DEPENDS="fuse libmtp libmad libid3tag glib" 4.7 -BUILD_DEPENDS="fuse-dev libmtp-dev libmad-dev libid3tag-dev" 4.8 +BUILD_DEPENDS="fuse-dev libmtp-dev libmad-dev libid3tag-dev glib-dev" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/mygestures/receipt Tue Nov 07 09:53:36 2017 +0100 5.2 +++ b/mygestures/receipt Tue Nov 07 10:30:41 2017 +0100 5.3 @@ -12,7 +12,8 @@ 5.4 HOST_ARCH="i486 arm" 5.5 5.6 DEPENDS="xorg-libX11 xorg-libXtst jansson" 5.7 -BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst jansson-dev" 5.8 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst jansson-dev xorg-libXmu-dev \ 5.9 +xorg-libXrender-dev xorg-libXtst-dev libxml2-dev" 5.10 5.11 # Rules to configure and make the package. 5.12 compile_rules()
6.1 --- a/supertux/receipt Tue Nov 07 09:53:36 2017 +0100 6.2 +++ b/supertux/receipt Tue Nov 07 10:30:41 2017 +0100 6.3 @@ -14,7 +14,7 @@ 6.4 DEPENDS="libsdl libsdl-image libsdl-mixer curl physfs openal mesa glew \ 6.5 supertux-data" 6.6 BUILD_DEPENDS="libsdl-dev libsdl-image-dev libsdl-mixer-dev curl-dev \ 6.7 -physfs-dev openal-dev mesa-dev glew-dev cmake libboost-dev" 6.8 +physfs-dev openal-dev mesa-dev glew-dev cmake libboost-dev libvorbis-dev" 6.9 6.10 # Rules to configure and make the package. 6.11 compile_rules()