wok-next rev 16581
ARM: add jack-audio-connection-kit, portaudio and espeak
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 04 04:42:11 2014 +0200 (2014-05-04) |
parents | c1cdacb7defd |
children | c2c48e06bc0a |
files | espeak-dev/receipt espeak/receipt jack-audio-connection-kit-dev/receipt jack-audio-connection-kit/receipt portaudio-dev/receipt portaudio/receipt |
line diff
1.1 --- a/espeak-dev/receipt Sun May 04 04:28:55 2014 +0200 1.2 +++ b/espeak-dev/receipt Sun May 04 04:42:11 2014 +0200 1.3 @@ -8,6 +8,7 @@ 1.4 LICENSE="GPL3" 1.5 WANTED="espeak" 1.6 WEB_SITE="http://espeak.sourceforge.net/" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 # Rules to gen a SliTaz package suitable for Tazpkg. 1.10 genpkg_rules()
2.1 --- a/espeak/receipt Sun May 04 04:28:55 2014 +0200 2.2 +++ b/espeak/receipt Sun May 04 04:42:11 2014 +0200 2.3 @@ -10,6 +10,7 @@ 2.4 WEB_SITE="http://espeak.sourceforge.net/" 2.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.6 TAGS="speech synthesis" 2.7 +HOST_ARCH="i486 arm" 2.8 2.9 DEPENDS="portaudio jack-audio-connection-kit" 2.10 BUILD_DEPENDS="$DEPENDS portaudio-dev jack-audio-connection-kit-dev"
3.1 --- a/jack-audio-connection-kit-dev/receipt Sun May 04 04:28:55 2014 +0200 3.2 +++ b/jack-audio-connection-kit-dev/receipt Sun May 04 04:42:11 2014 +0200 3.3 @@ -7,10 +7,10 @@ 3.4 MAINTAINER="allan316@gmail.com" 3.5 LICENSE="GPL LGPL" 3.6 WEB_SITE="http://jackaudio.org" 3.7 +HOST_ARCH="i486 arm" 3.8 + 3.9 WANTED="jack-audio-connection-kit" 3.10 3.11 -DEPENDS="jack-audio-connection-kit pkg-config" 3.12 - 3.13 # Rules to gen a SliTaz package suitable for Tazpkg. 3.14 genpkg_rules() 3.15 {
4.1 --- a/jack-audio-connection-kit/receipt Sun May 04 04:28:55 2014 +0200 4.2 +++ b/jack-audio-connection-kit/receipt Sun May 04 04:42:11 2014 +0200 4.3 @@ -10,6 +10,7 @@ 4.4 WEB_SITE="http://jackaudio.org" 4.5 WGET_URL="http://jackaudio.org/downloads/$TARBALL" 4.6 TAGS="audio server" 4.7 +HOST_ARCH="i486 arm" 4.8 4.9 DEPENDS="alsa-lib ncurses readline libsndfile libogg" 4.10 BUILD_DEPENDS="alsa-lib-dev" 4.11 @@ -17,12 +18,10 @@ 4.12 # Rules to configure and make the package. 4.13 compile_rules() 4.14 { 4.15 - cd $src 4.16 ./configure \ 4.17 $CONFIGURE_ARGS && 4.18 make && 4.19 - make DESTDIR=$DESTDIR install 4.20 - 4.21 + make DESTDIR=$DESTDIR install && 4.22 install -Dm644 $src/jack/jslist.h $install/usr/include/jack/jslist.h 4.23 } 4.24
5.1 --- a/portaudio-dev/receipt Sun May 04 04:28:55 2014 +0200 5.2 +++ b/portaudio-dev/receipt Sun May 04 04:42:11 2014 +0200 5.3 @@ -8,8 +8,9 @@ 5.4 LICENSE="CC-SA" 5.5 SOURCE="pa_stable" 5.6 WEB_SITE="http://www.portaudio.com/" 5.7 +HOST_ARCH="i486 arm" 5.8 + 5.9 WANTED="portaudio" 5.10 - 5.11 DEPENDS="portaudio pkg-config" 5.12 5.13 # Rules to gen a SliTaz package suitable for Tazpkg.
6.1 --- a/portaudio/receipt Sun May 04 04:28:55 2014 +0200 6.2 +++ b/portaudio/receipt Sun May 04 04:42:11 2014 +0200 6.3 @@ -10,6 +10,7 @@ 6.4 TARBALL="${SOURCE}_${VERSION}.tgz" 6.5 WEB_SITE="http://www.portaudio.com/" 6.6 WGET_URL="http://www.portaudio.com/archives/$TARBALL" 6.7 +HOST_ARCH="i486 arm" 6.8 6.9 DEPENDS="alsa-lib jack-audio-connection-kit" 6.10 BUILD_DEPENDS="alsa-lib-dev jack-audio-connection-kit-dev"