# HG changeset patch # User Christophe Lincoln # Date 1393986685 -3600 # Node ID f9588901ecdca9e76f47160cd458d071ed982779 # Parent 82c793b0a8502e65eccb6959b3008533db4dc0ca lame + libsamplerate: add to ARM arch diff -r 82c793b0a850 -r f9588901ecdc lame-dev/receipt --- a/lame-dev/receipt Tue Mar 04 21:08:01 2014 +0000 +++ b/lame-dev/receipt Wed Mar 05 03:31:25 2014 +0100 @@ -8,6 +8,7 @@ LICENSE="LGPL2" WANTED="lame" WEB_SITE="http://lame.sourceforge.net/" +HOST_ARCH="i486 arm" DEPENDS="lame" diff -r 82c793b0a850 -r f9588901ecdc lame/receipt --- a/lame/receipt Tue Mar 04 21:08:01 2014 +0000 +++ b/lame/receipt Wed Mar 05 03:31:25 2014 +0100 @@ -7,10 +7,16 @@ MAINTAINER="pankso@slitaz.org" LICENSE="LGPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://lame.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +HOST_ARCH="i486 arm" + DEPENDS="ncurses" BUILD_DEPENDS="gtk+-dev ncurses-dev" -WEB_SITE="http://lame.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + +case "$ARCH" in + arm) BUILD_DEPENDS="ncurses-dev" ;; +esac # Rules to configure and make the package. compile_rules() diff -r 82c793b0a850 -r f9588901ecdc libsamplerate-dev/receipt --- a/libsamplerate-dev/receipt Tue Mar 04 21:08:01 2014 +0000 +++ b/libsamplerate-dev/receipt Wed Mar 05 03:31:25 2014 +0100 @@ -8,8 +8,9 @@ LICENSE="GPL2" WANTED="libsamplerate" WEB_SITE="http://www.mega-nerd.com/SRC/" +HOST_ARCH="i486 arm" -DEPENDS="libsamplerate pkg-config" +DEPENDS="libsamplerate" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 82c793b0a850 -r f9588901ecdc libsamplerate/receipt --- a/libsamplerate/receipt Tue Mar 04 21:08:01 2014 +0000 +++ b/libsamplerate/receipt Wed Mar 05 03:31:25 2014 +0100 @@ -9,8 +9,9 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.mega-nerd.com/SRC/" WGET_URL="http://www.mega-nerd.com/SRC/$TARBALL" +HOST_ARCH="i486 arm" -DEPENDS="libsndfile libogg" +DEPENDS="" # Rules to configure and make the package. compile_rules()