wok rev 16036
ARM: remove audiofile (dont compile on tank) and add xorg-recordproto
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 09 03:50:37 2014 +0100 (2014-03-09) |
parents | d0789f295132 |
children | 57ea1afa4f79 |
files | audiofile-dev/receipt audiofile/receipt mpd/receipt xorg-recordproto/receipt |
line diff
1.1 --- a/audiofile-dev/receipt Sun Mar 09 03:09:11 2014 +0100 1.2 +++ b/audiofile-dev/receipt Sun Mar 09 03:50:37 2014 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL2" 1.5 WEB_SITE="http://www.68k.org/~michael/audiofile/" 1.6 WANTED="audiofile" 1.7 -HOST_ARCH="i486 arm" 1.8 +#HOST_ARCH="i486 arm" 1.9 1.10 DEPENDS="audiofile pkg-config" 1.11
2.1 --- a/audiofile/receipt Sun Mar 09 03:09:11 2014 +0100 2.2 +++ b/audiofile/receipt Sun Mar 09 03:50:37 2014 +0100 2.3 @@ -9,7 +9,7 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.5 WEB_SITE="http://www.68k.org/~michael/audiofile/" 2.6 WGET_URL="http://audiofile.68k.org/$TARBALL" 2.7 -HOST_ARCH="i486 arm" 2.8 +#HOST_ARCH="i486 arm" 2.9 2.10 DEPENDS="alsa-lib" 2.11 BUILD_DEPENDS="alsa-lib-dev"
3.1 --- a/mpd/receipt Sun Mar 09 03:09:11 2014 +0100 3.2 +++ b/mpd/receipt Sun Mar 09 03:50:37 2014 +0100 3.3 @@ -20,14 +20,14 @@ 3.4 # Handle SliTaz arch 3.5 case "$SLITAZ_ARCH" in 3.6 arm) 3.7 - DEPENDS="alsa-lib zlib glib lame libmad libsamplerate libwrap audiofile" ;; 3.8 + DEPENDS="alsa-lib zlib glib lame libmad libsamplerate libwrap" ;; 3.9 esac 3.10 3.11 # Handle cross comilation 3.12 case "$ARCH" in 3.13 arm) 3.14 BUILD_DEPENDS="alsa-lib-dev zlib-dev glib-dev libgio-dev lame-dev \ 3.15 -libmad-dev libsamplerate-dev libwrap-dev audiofile-dev" ;; 3.16 +libmad-dev libsamplerate-dev libwrap-dev" ;; 3.17 esac 3.18 3.19 # Rules to configure and make the package.
4.1 --- a/xorg-recordproto/receipt Sun Mar 09 03:09:11 2014 +0100 4.2 +++ b/xorg-recordproto/receipt Sun Mar 09 03:50:37 2014 +0100 4.3 @@ -10,6 +10,7 @@ 4.4 SOURCE="recordproto" 4.5 TARBALL="$SOURCE-$VERSION.tar.bz2" 4.6 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 4.7 +HOST_ARCH="i486 arm" 4.8 4.9 DEPENDS="xorg-util-macros pkg-config" 4.10 BUILD_DEPENDS="xorg-util-macros"