# HG changeset patch # User Christophe Lincoln # Date 1394328482 -3600 # Node ID 4abbe39ea1e25158e2672e9b2c09c852b7c8b6a5 # Parent 073d340e3ab052df233df9ac123f141ab45e8f6b Add to ARM: audiofile, libwrap and improve mpd package diff -r 073d340e3ab0 -r 4abbe39ea1e2 audiofile-dev/receipt --- a/audiofile-dev/receipt Sun Mar 09 01:59:42 2014 +0100 +++ b/audiofile-dev/receipt Sun Mar 09 02:28:02 2014 +0100 @@ -8,6 +8,7 @@ LICENSE="GPL2" WEB_SITE="http://www.68k.org/~michael/audiofile/" WANTED="audiofile" +HOST_ARCH="i486 arm" DEPENDS="audiofile pkg-config" diff -r 073d340e3ab0 -r 4abbe39ea1e2 audiofile/receipt --- a/audiofile/receipt Sun Mar 09 01:59:42 2014 +0100 +++ b/audiofile/receipt Sun Mar 09 02:28:02 2014 +0100 @@ -3,12 +3,13 @@ PACKAGE="audiofile" VERSION="0.3.4" CATEGORY="development" -SHORT_DESC="provides a uniform and elegant API for accessing a variety of audio file formats" +SHORT_DESC="Uniform and elegant API for various audio file formats" MAINTAINER="allan316@gmail.com" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.68k.org/~michael/audiofile/" WGET_URL="http://audiofile.68k.org/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="alsa-lib" BUILD_DEPENDS="alsa-lib-dev" diff -r 073d340e3ab0 -r 4abbe39ea1e2 libwrap-dev/receipt --- a/libwrap-dev/receipt Sun Mar 09 01:59:42 2014 +0100 +++ b/libwrap-dev/receipt Sun Mar 09 02:28:02 2014 +0100 @@ -8,6 +8,7 @@ LICENSE="BSD" WANTED="libwrap" WEB_SITE="ftp://ftp.porcupine.org/pub/security/index.html" +HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 073d340e3ab0 -r 4abbe39ea1e2 libwrap/receipt --- a/libwrap/receipt Sun Mar 09 01:59:42 2014 +0100 +++ b/libwrap/receipt Sun Mar 09 02:28:02 2014 +0100 @@ -10,6 +10,7 @@ TARBALL="${SOURCE}_${VERSION}.tar.gz" WEB_SITE="ftp://ftp.porcupine.org/pub/security/index.html" WGET_URL="ftp://ftp.porcupine.org/pub/security/$TARBALL" +HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() diff -r 073d340e3ab0 -r 4abbe39ea1e2 mpd/receipt --- a/mpd/receipt Sun Mar 09 01:59:42 2014 +0100 +++ b/mpd/receipt Sun Mar 09 02:28:02 2014 +0100 @@ -12,21 +12,22 @@ HOST_ARCH="i486 arm" DEPENDS="libid3tag libmad libogg libvorbis libsamplerate flac alsa-lib \ -audiofile faad2 lame sqlite libcurl glib libcrypto" +audiofile faad2 lame sqlite libcurl glib libcrypto libwrap" BUILD_DEPENDS="alsa-lib-dev zlib-dev libid3tag-dev libsamplerate-dev \ libmad-dev libogg-dev libvorbis-dev flac-dev audiofile-dev faad2-dev -glib-dev lame-dev" +glib-dev lame-dev libwrap-dev" # Handle SliTaz arch case "$SLITAZ_ARCH" in - arm) DEPENDS="alsa-lib zlib glib lame libmad libsamplerate" ;; + arm) + DEPENDS="alsa-lib zlib glib lame libmad libsamplerate libwrap audiofile" ;; esac # Handle cross comilation case "$ARCH" in arm) - BUILD_DEPENDS="alsa-lib-dev zlib-dev glib-dev lame-dev libmad-dev \ -libsamplerate-dev" ;; + BUILD_DEPENDS="alsa-lib-dev zlib-dev glib-dev libgio-dev lame-dev \ +libmad-dev libsamplerate-dev libwrap-dev audiofile-dev" ;; esac # Rules to configure and make the package. diff -r 073d340e3ab0 -r 4abbe39ea1e2 xorg-libXext/receipt --- a/xorg-libXext/receipt Sun Mar 09 01:59:42 2014 +0100 +++ b/xorg-libXext/receipt Sun Mar 09 02:28:02 2014 +0100 @@ -10,7 +10,7 @@ SOURCE="libXext" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$XORG_MIRROR/lib/$TARBALL" -HOST_ARCH="i486 arm" +#HOST_ARCH="i486 arm" DEPENDS="xorg-libX11" BUILD_DEPENDS="xorg-libX11-dev"