wok-next diff ffmpeg/receipt @ rev 21037
Small updates.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Nov 06 16:35:54 2018 +0200 (2018-11-06) |
parents | f48456621a9d |
children | 5669e8b3be70 |
line diff
1.1 --- a/ffmpeg/receipt Tue Oct 16 16:46:05 2018 +0300 1.2 +++ b/ffmpeg/receipt Tue Nov 06 16:35:54 2018 +0200 1.3 @@ -12,17 +12,14 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.5 WGET_URL="${WEB_SITE}releases/$TARBALL" 1.6 1.7 -BUILD_DEPENDS_arm="zlib-dev bzip2-dev yasm" 1.8 BUILD_DEPENDS="coreutils-file-format libass-dev fdk-aac-dev lame-dev opus-dev \ 1.9 libtheora-dev libvorbis-dev libvpx-dev x264-dev x265-dev xorg-libX11-dev \ 1.10 libsdl2-dev yasm" 1.11 -SPLIT="ffplay ffserver ffmpeg-dev ffmpeg" 1.12 +SPLIT="ffplay ffserver $PACKAGE-dev $PACKAGE" 1.13 1.14 compile_rules() { 1.15 case "$ARCH" in 1.16 - i?86) ARCH_ARGS="--arch=$ARCH --cpu=$ARCH" ;; 1.17 - arm*) ARCH_ARGS="--enable-cross-compile --arch=armel --target-os=linux \ 1.18 - --cross-prefix=$HOST_SYSTEM-" ;; 1.19 + i?86) ARCH_ARGS="--arch=$ARCH --cpu=$ARCH";; 1.20 esac 1.21 1.22 sed -i 's|-lflite"|-lflite -lasound"|' configure 1.23 @@ -85,9 +82,6 @@ 1.24 TAGS="audio video convert stream" 1.25 DEPENDS="bzlib fdk-aac freetype lame libass liblzma libtheora-enc \ 1.26 libvorbis libvpx opus x264 x265 xorg-libxcb zlib" 1.27 - case "$SLITAZ_ARCH" in 1.28 - arm*) DEPENDS="alsa-lib bzip2 zlib" ;; 1.29 - esac 1.30 ;; 1.31 esac 1.32 }