wok-current 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 | f8a922e9088a |
children | e3c243d75a44 |
files | ffmpeg-dev/receipt ffmpeg/receipt ffplay/receipt ffserver/receipt mpv/receipt |
line diff
1.1 --- a/ffmpeg-dev/receipt Sat Jan 28 13:51:03 2017 +0200 1.2 +++ b/ffmpeg-dev/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-dev" 1.7 -VERSION="2.8.7" 1.8 +VERSION="2.8.10" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Record, convert and stream audio and video, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/ffmpeg/receipt Sat Jan 28 13:51:03 2017 +0200 2.2 +++ b/ffmpeg/receipt Mon Jan 30 18:07:40 2017 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ffmpeg" 2.7 -VERSION="2.8.7" 2.8 +VERSION="2.8.10" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="Record, convert and stream audio and video." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -14,12 +14,12 @@ 2.13 SUGGESTED="ffplay" 2.14 TAGS="audio video convert stream" 2.15 2.16 -DEPENDS="alsa-lib libsdl bzip2 zlib" 2.17 -BUILD_DEPENDS="libsdl-dev zlib-dev bzip2-dev coreutils-file-format \ 2.18 +DEPENDS="alsa-lib libsdl bzip2 zlib libvorbis x264 x265 gnutls libvpx opus lame rtmpdump harfbuzz xorg-libXau xorg-libXdmcp pcre libtasn1 nettle" 2.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 \ 2.20 coreutils-file-special yasm" 2.21 2.22 case "$SLITAZ_ARCH" in 2.23 - arm*) DEPENDS="alsa-lib bzip2 zlib" ;; 2.24 + arm*) DEPENDS="alsa-lib libsdl bzip2 zlib libvorbis x264 x265 gnutls libvpx opus lame rtmpdump harfbuzz xorg-libXau xorg-libXdmcp pcre libtasn1 nettle" ;; 2.25 esac 2.26 2.27 # Handle cross compilation. Host coreutils-file-* are used 2.28 @@ -32,33 +32,25 @@ 2.29 --cross-prefix=$HOST_SYSTEM-" ;; 2.30 esac 2.31 2.32 -# Handle arch package install 2.33 -case "$SLITAZ_ARCH" in 2.34 - arm*) DEPENDS="alsa-lib bzip2" ;; 2.35 -esac 2.36 - 2.37 # Rules to configure and make the package. 2.38 compile_rules() 2.39 { 2.40 ./configure \ 2.41 --prefix=/usr \ 2.42 + --enable-gpl \ 2.43 + --enable-nonfree \ 2.44 --enable-shared \ 2.45 --disable-static \ 2.46 - --enable-gpl \ 2.47 - --enable-runtime-cpudetect \ 2.48 - --enable-avresample \ 2.49 - --enable-pthreads \ 2.50 - --enable-small \ 2.51 - --enable-ffserver \ 2.52 - --disable-ffprobe \ 2.53 - --disable-encoder=h263 \ 2.54 - --disable-encoder=h263p \ 2.55 - --disable-encoder=mpeg2video \ 2.56 - --disable-encoder=msmpeg4v2 \ 2.57 - --disable-encoder=msmpeg4v3 \ 2.58 - --disable-symver \ 2.59 - --disable-debug \ 2.60 --disable-doc \ 2.61 + --enable-libfreetype \ 2.62 + --enable-libmp3lame \ 2.63 + --enable-libopus \ 2.64 + --enable-libvorbis \ 2.65 + --enable-libvpx \ 2.66 + --enable-libx264 \ 2.67 + --enable-libx265 2.68 + --enable-gnutls \ 2.69 + 2.70 ${ARCH_ARGS} && 2.71 make && make install 2.72 }
3.1 --- a/ffplay/receipt Sat Jan 28 13:51:03 2017 +0200 3.2 +++ b/ffplay/receipt Mon Jan 30 18:07:40 2017 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="ffplay" 3.7 -VERSION="2.8.7" 3.8 +VERSION="2.8.10" 3.9 CATEGORY="multimedia" 3.10 SHORT_DESC="Very simple and portable media player using the ffmpeg and the SDL library." 3.11 MAINTAINER="pascal.bellard@slitaz.org"
4.1 --- a/ffserver/receipt Sat Jan 28 13:51:03 2017 +0200 4.2 +++ b/ffserver/receipt Mon Jan 30 18:07:40 2017 +0100 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="ffserver" 4.7 -VERSION="2.8.7" 4.8 +VERSION="2.8.10" 4.9 CATEGORY="multimedia" 4.10 SHORT_DESC="FFmpeg audio/video fast and small stream server." 4.11 MAINTAINER="pascal.bellard@slitaz.org"
5.1 --- a/mpv/receipt Sat Jan 28 13:51:03 2017 +0200 5.2 +++ b/mpv/receipt Mon Jan 30 18:07:40 2017 +0100 5.3 @@ -1,21 +1,21 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="mpv" 5.7 -VERSION="0.8.2" 5.8 +VERSION="0.17.0" 5.9 CATEGORY="multimedia" 5.10 SHORT_DESC="Video player based on ffmpeg & mplayer2" 5.11 -MAINTAINER="psychomaniak@xakep.ru" 5.12 +MAINTAINER="jurijlunjov@yandex.ru" 5.13 LICENSE="GPL2" 5.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.15 WEB_SITE="http://mpv.io" 5.16 WGET_URL="https://github.com/mpv-player/mpv/archive/v$VERSION.tar.gz" 5.17 -WAFTOOL="waf-1.8.4" 5.18 +WAFTOOL="waf-1.8.12" 5.19 EXTRA_SOURCE_FILES="$WAFTOOL" 5.20 5.21 -DEPENDS="xorg-server xorg-libXv xorg-libXinerama xorg-libXss util-linux-uuid \ 5.22 -alsa-lib enca fribidi libass lua ffmpeg" 5.23 -BUILD_DEPENDS="wget xorg-dev xorg-libXv-dev xorg-libXss-dev lua-dev ffmpeg-dev \ 5.24 -enca-dev fribidi-dev libass-dev alsa-lib-dev" 5.25 +DEPENDS="xorg-server xorg-libXv xorg-libXinerama xorg-libXss util-linux-uuid libarchive \ 5.26 +alsa-lib enca fribidi lua ffmpeg" 5.27 +BUILD_DEPENDS="wget xorg-dev xorg-libXv-dev xorg-libXss-dev lua-dev ffmpeg-dev libarchive-dev \ 5.28 +enca-dev fribidi-dev alsa-lib-dev" 5.29 5.30 # Rules to configure and make the package. 5.31 compile_rules() 5.32 @@ -26,8 +26,15 @@ 5.33 ./bootstrap.py 5.34 ./waf configure \ 5.35 --prefix=/usr \ 5.36 - --confdir=/etc/mpv 5.37 - # --enable-libmpv-shared 5.38 + --confdir=/etc/mpv \ 5.39 + --enable-openal \ 5.40 + --enable-zsh-comp \ 5.41 + --disable-debug \ 5.42 + --enable-libarchive \ 5.43 + --disable-oss-audio \ 5.44 + --disable-libass \ 5.45 + --enable-libmpv-shared 5.46 + 5.47 ./waf build 5.48 ./waf install --destdir=$DESTDIR 5.49 }