wok rev 16034
Add to ARM: audiofile, libwrap and improve mpd package
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 09 02:28:02 2014 +0100 (2014-03-09) |
parents | 073d340e3ab0 |
children | d0789f295132 |
files | audiofile-dev/receipt audiofile/receipt libwrap-dev/receipt libwrap/receipt mpd/receipt xorg-libXext/receipt |
line diff
1.1 --- a/audiofile-dev/receipt Sun Mar 09 01:59:42 2014 +0100 1.2 +++ b/audiofile-dev/receipt Sun Mar 09 02:28:02 2014 +0100 1.3 @@ -8,6 +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 1.9 DEPENDS="audiofile pkg-config" 1.10
2.1 --- a/audiofile/receipt Sun Mar 09 01:59:42 2014 +0100 2.2 +++ b/audiofile/receipt Sun Mar 09 02:28:02 2014 +0100 2.3 @@ -3,12 +3,13 @@ 2.4 PACKAGE="audiofile" 2.5 VERSION="0.3.4" 2.6 CATEGORY="development" 2.7 -SHORT_DESC="provides a uniform and elegant API for accessing a variety of audio file formats" 2.8 +SHORT_DESC="Uniform and elegant API for various audio file formats" 2.9 MAINTAINER="allan316@gmail.com" 2.10 LICENSE="GPL2" 2.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.12 WEB_SITE="http://www.68k.org/~michael/audiofile/" 2.13 WGET_URL="http://audiofile.68k.org/$TARBALL" 2.14 +HOST_ARCH="i486 arm" 2.15 2.16 DEPENDS="alsa-lib" 2.17 BUILD_DEPENDS="alsa-lib-dev"
3.1 --- a/libwrap-dev/receipt Sun Mar 09 01:59:42 2014 +0100 3.2 +++ b/libwrap-dev/receipt Sun Mar 09 02:28:02 2014 +0100 3.3 @@ -8,6 +8,7 @@ 3.4 LICENSE="BSD" 3.5 WANTED="libwrap" 3.6 WEB_SITE="ftp://ftp.porcupine.org/pub/security/index.html" 3.7 +HOST_ARCH="i486 arm" 3.8 3.9 # Rules to gen a SliTaz package suitable for Tazpkg. 3.10 genpkg_rules()
4.1 --- a/libwrap/receipt Sun Mar 09 01:59:42 2014 +0100 4.2 +++ b/libwrap/receipt Sun Mar 09 02:28:02 2014 +0100 4.3 @@ -10,6 +10,7 @@ 4.4 TARBALL="${SOURCE}_${VERSION}.tar.gz" 4.5 WEB_SITE="ftp://ftp.porcupine.org/pub/security/index.html" 4.6 WGET_URL="ftp://ftp.porcupine.org/pub/security/$TARBALL" 4.7 +HOST_ARCH="i486 arm" 4.8 4.9 # Rules to configure and make the package. 4.10 compile_rules()
5.1 --- a/mpd/receipt Sun Mar 09 01:59:42 2014 +0100 5.2 +++ b/mpd/receipt Sun Mar 09 02:28:02 2014 +0100 5.3 @@ -12,21 +12,22 @@ 5.4 HOST_ARCH="i486 arm" 5.5 5.6 DEPENDS="libid3tag libmad libogg libvorbis libsamplerate flac alsa-lib \ 5.7 -audiofile faad2 lame sqlite libcurl glib libcrypto" 5.8 +audiofile faad2 lame sqlite libcurl glib libcrypto libwrap" 5.9 BUILD_DEPENDS="alsa-lib-dev zlib-dev libid3tag-dev libsamplerate-dev \ 5.10 libmad-dev libogg-dev libvorbis-dev flac-dev audiofile-dev faad2-dev 5.11 -glib-dev lame-dev" 5.12 +glib-dev lame-dev libwrap-dev" 5.13 5.14 # Handle SliTaz arch 5.15 case "$SLITAZ_ARCH" in 5.16 - arm) DEPENDS="alsa-lib zlib glib lame libmad libsamplerate" ;; 5.17 + arm) 5.18 + DEPENDS="alsa-lib zlib glib lame libmad libsamplerate libwrap audiofile" ;; 5.19 esac 5.20 5.21 # Handle cross comilation 5.22 case "$ARCH" in 5.23 arm) 5.24 - BUILD_DEPENDS="alsa-lib-dev zlib-dev glib-dev lame-dev libmad-dev \ 5.25 -libsamplerate-dev" ;; 5.26 + BUILD_DEPENDS="alsa-lib-dev zlib-dev glib-dev libgio-dev lame-dev \ 5.27 +libmad-dev libsamplerate-dev libwrap-dev audiofile-dev" ;; 5.28 esac 5.29 5.30 # Rules to configure and make the package.
6.1 --- a/xorg-libXext/receipt Sun Mar 09 01:59:42 2014 +0100 6.2 +++ b/xorg-libXext/receipt Sun Mar 09 02:28:02 2014 +0100 6.3 @@ -10,7 +10,7 @@ 6.4 SOURCE="libXext" 6.5 TARBALL="$SOURCE-$VERSION.tar.bz2" 6.6 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 6.7 -HOST_ARCH="i486 arm" 6.8 +#HOST_ARCH="i486 arm" 6.9 6.10 DEPENDS="xorg-libX11" 6.11 BUILD_DEPENDS="xorg-libX11-dev"