wok-6.x rev 19116
htop: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 07 16:46:59 2016 +0200 (2016-05-07) |
parents | d1139a9dbf88 |
children | 77a9ec044381 |
files | flac-dev/receipt flac/receipt htop/receipt speex-dev/receipt speex/receipt vorbis-tools/receipt |
line diff
1.1 --- a/flac-dev/receipt Sat May 07 15:28:14 2016 +0200 1.2 +++ b/flac-dev/receipt Sat May 07 16:46:59 2016 +0200 1.3 @@ -8,6 +8,7 @@ 1.4 LICENSE="GPL2 LGPL2.1" 1.5 WEB_SITE="http://flac.sourceforge.net/" 1.6 WANTED="flac" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="flac pkg-config libogg-dev" 1.10
2.1 --- a/flac/receipt Sat May 07 15:28:14 2016 +0200 2.2 +++ b/flac/receipt Sat May 07 16:46:59 2016 +0200 2.3 @@ -10,6 +10,7 @@ 2.4 WEB_SITE="http://flac.sourceforge.net/" 2.5 WGET_URL="http://downloads.xiph.org/releases/$PACKAGE/$TARBALL" 2.6 TAGS="codec audio" 2.7 +HOST_ARCH="i486 arm" 2.8 2.9 DEPENDS="libogg gcc-lib-base" 2.10 BUILD_DEPENDS="libogg-dev"
3.1 --- a/htop/receipt Sat May 07 15:28:14 2016 +0200 3.2 +++ b/htop/receipt Sat May 07 16:46:59 2016 +0200 3.3 @@ -24,7 +24,7 @@ 3.4 compile_rules() 3.5 { 3.6 # waiting the a real fix... 3.7 - sed -i "s|$am_aux_dir/missing|$src/missing|" configure 3.8 + sed -i "s|\$am_aux_dir/missing|$src/missing|" configure 3.9 ./configure \ 3.10 --enable-unicode \ 3.11 $CONFIGURE_ARGS $CROSS_ARGS &&
4.1 --- a/speex-dev/receipt Sat May 07 15:28:14 2016 +0200 4.2 +++ b/speex-dev/receipt Sat May 07 16:46:59 2016 +0200 4.3 @@ -8,6 +8,7 @@ 4.4 LICENSE="BSD" 4.5 WEB_SITE="http://www.speex.org/" 4.6 WANTED="speex" 4.7 +HOST_ARCH="i486 arm" 4.8 4.9 DEPENDS="speex pkg-config" 4.10
5.1 --- a/speex/receipt Sat May 07 15:28:14 2016 +0200 5.2 +++ b/speex/receipt Sat May 07 16:46:59 2016 +0200 5.3 @@ -9,6 +9,7 @@ 5.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.5 WEB_SITE="http://www.speex.org/" 5.6 WGET_URL="http://downloads.us.xiph.org/releases/$PACKAGE/$TARBALL" 5.7 +HOST_ARCH="i486 arm" 5.8 5.9 DEPENDS="libogg" 5.10 BUILD_DEPENDS="libogg-dev"
6.1 --- a/vorbis-tools/receipt Sat May 07 15:28:14 2016 +0200 6.2 +++ b/vorbis-tools/receipt Sat May 07 16:46:59 2016 +0200 6.3 @@ -10,6 +10,7 @@ 6.4 WEB_SITE="http://www.vorbis.com/" 6.5 WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL" 6.6 TAGS="multimedia ogg" 6.7 +HOST_ARCH="i486 arm" 6.8 6.9 DEPENDS="libogg libvorbis flac libao libcurl speex libcrypto" 6.10 BUILD_DEPENDS="libogg-dev libvorbis-dev flac-dev libao-dev curl-dev speex-dev \