wok diff ffmpeg/receipt @ rev 19662

Up ffmpeg (2.8.10), mpv (0.17.0) thanks I-Jurij
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 30 18:07:40 2017 +0100 (2017-01-30)
parents 6a4c46da8e17
children e3c243d75a44
line diff
     1.1 --- a/ffmpeg/receipt	Thu May 19 12:09:28 2016 +0200
     1.2 +++ b/ffmpeg/receipt	Mon Jan 30 18:07:40 2017 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ffmpeg"
     1.7 -VERSION="2.8.7"
     1.8 +VERSION="2.8.10"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Record, convert and stream audio and video."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -14,12 +14,12 @@
    1.13  SUGGESTED="ffplay"
    1.14  TAGS="audio video convert stream"
    1.15  
    1.16 -DEPENDS="alsa-lib libsdl bzip2 zlib"
    1.17 -BUILD_DEPENDS="libsdl-dev zlib-dev bzip2-dev coreutils-file-format \
    1.18 +DEPENDS="alsa-lib libsdl bzip2 zlib libvorbis x264 x265 gnutls libvpx opus lame rtmpdump harfbuzz xorg-libXau xorg-libXdmcp pcre libtasn1 nettle"
    1.19 +BUILD_DEPENDS="libsdl-dev zlib-dev bzip2-dev coreutils-file-format libvorbis-dev x264-dev x265-dev gnutls-dev linvpx-dev opus-dev lame-dev rtmpdump-dev harfbuzz-dev xorg-libXau-dev xorg-libXdmcp-dev pcre-dev nettle-dev \
    1.20  coreutils-file-special yasm"
    1.21  
    1.22  case "$SLITAZ_ARCH" in
    1.23 -	arm*) DEPENDS="alsa-lib bzip2 zlib" ;;
    1.24 +	arm*) DEPENDS="alsa-lib libsdl bzip2 zlib libvorbis x264 x265 gnutls libvpx opus lame rtmpdump harfbuzz xorg-libXau xorg-libXdmcp pcre libtasn1 nettle" ;;
    1.25  esac
    1.26  
    1.27  # Handle cross compilation. Host coreutils-file-* are used
    1.28 @@ -32,33 +32,25 @@
    1.29  		--cross-prefix=$HOST_SYSTEM-" ;;
    1.30  esac
    1.31  
    1.32 -# Handle arch package install
    1.33 -case "$SLITAZ_ARCH" in
    1.34 -	arm*) DEPENDS="alsa-lib bzip2" ;;
    1.35 -esac
    1.36 -
    1.37  # Rules to configure and make the package.
    1.38  compile_rules()
    1.39  {
    1.40  	./configure \
    1.41  		--prefix=/usr \
    1.42 +		--enable-gpl \
    1.43 +		--enable-nonfree \
    1.44  		--enable-shared \
    1.45  		--disable-static \
    1.46 -		--enable-gpl \
    1.47 -		--enable-runtime-cpudetect \
    1.48 -		--enable-avresample \
    1.49 -		--enable-pthreads \
    1.50 -		--enable-small \
    1.51 -		--enable-ffserver \
    1.52 -		--disable-ffprobe \
    1.53 -		--disable-encoder=h263 \
    1.54 -		--disable-encoder=h263p \
    1.55 -		--disable-encoder=mpeg2video \
    1.56 -		--disable-encoder=msmpeg4v2 \
    1.57 -		--disable-encoder=msmpeg4v3 \
    1.58 -		--disable-symver \
    1.59 -		--disable-debug \
    1.60  		--disable-doc \
    1.61 +		--enable-libfreetype \
    1.62 +		--enable-libmp3lame \
    1.63 +		--enable-libopus \
    1.64 +		--enable-libvorbis \
    1.65 +		--enable-libvpx \
    1.66 +		--enable-libx264 \
    1.67 +		--enable-libx265 
    1.68 +		--enable-gnutls \
    1.69 +				
    1.70  		${ARCH_ARGS} &&
    1.71  	make && make install
    1.72  }