wok-next diff sox/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 10df65db91ad
children 5669e8b3be70
line diff
     1.1 --- a/sox/receipt	Thu Apr 19 13:15:41 2018 +0300
     1.2 +++ b/sox/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -11,13 +11,10 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS_arm="ffmpeg-dev libsndfile-dev libid3tag-dev libmad-dev \
     1.8 -libvorbis-dev libpng16-dev lame-dev libsamplerate-dev alsa-lib-dev \
     1.9 -libao-dev libogg-dev libmagic-dev"
    1.10  BUILD_DEPENDS="ffmpeg-dev libsndfile-dev libid3tag-dev libmad-dev \
    1.11  libvorbis-dev libpng16-dev lame-dev libsamplerate-dev alsa-lib-dev \
    1.12  libao-dev libogg-dev libmagic-dev flac-dev"
    1.13 -SPLIT="sox-dev"
    1.14 +SPLIT="$PACKAGE-dev"
    1.15  
    1.16  compile_rules() {
    1.17  	./configure \
    1.18 @@ -32,18 +29,9 @@
    1.19  	case $PACKAGE in
    1.20  		sox)
    1.21  			copy @std
    1.22 -			case "$SLITAZ_ARCH" in
    1.23 -				arm*)
    1.24 -					DEPENDS="libltdl libsamplerate alsa-lib libid3tag libmad \
    1.25 -					libvorbis libpng16 lame libmagic libgomp libao ffmpeg \
    1.26 -					libsndfile"
    1.27 -					;;
    1.28 -				*)
    1.29 -					DEPENDS="libltdl libsamplerate alsa-lib libid3tag libmad \
    1.30 -					libvorbis libpng16 lame libmagic libgomp libao ffmpeg \
    1.31 -					libsndfile flac"
    1.32 -					;;
    1.33 -			esac
    1.34 +			DEPENDS="libltdl libsamplerate alsa-lib libid3tag libmad \
    1.35 +			libvorbis libpng16 lame libmagic libgomp libao ffmpeg \
    1.36 +			libsndfile flac"
    1.37  			;;
    1.38  		*-dev)
    1.39  			copy @dev