diff --git a/xap/ffmpeg/ffmpeg-2.6.1.tar.bz2.sha1 b/xap/ffmpeg/ffmpeg-2.6.1.tar.bz2.sha1 deleted file mode 100644 index ec106cf9..00000000 --- a/xap/ffmpeg/ffmpeg-2.6.1.tar.bz2.sha1 +++ /dev/null @@ -1 +0,0 @@ -dfcd13e7c3e65a59cbe4cab85718ae84da824c5b ffmpeg-2.6.1.tar.bz2 diff --git a/xap/ffmpeg/ffmpeg-3.1.1.tar.bz2.sha1 b/xap/ffmpeg/ffmpeg-3.1.1.tar.bz2.sha1 new file mode 100644 index 00000000..f4ac544a --- /dev/null +++ b/xap/ffmpeg/ffmpeg-3.1.1.tar.bz2.sha1 @@ -0,0 +1 @@ +542e24c3a50a0ba7d3fb4fc3432459c63e2195ee ffmpeg-3.1.1.tar.bz2 diff --git a/xap/ffmpeg/ffmpeg.SlackBuild b/xap/ffmpeg/ffmpeg.SlackBuild index 32f00ad6..16c168b4 100755 --- a/xap/ffmpeg/ffmpeg.SlackBuild +++ b/xap/ffmpeg/ffmpeg.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2008,2009,2010,2012,2013,2015 Damien Goutte-Gattat +# Copyright (C) 2008-2010,2012-2016 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -24,11 +24,11 @@ # # Latest ffmpeg sourcecode is available at: . # -# Recommends: ap/lame, l/opus, l/speex, l/libvpx, l/x264, l/xvidcore +# Recommends: ap/lame, l/opus, l/x264, l/xvidcore # Source package infos NAMESRC=${NAMESRC:-ffmpeg} -VERSION=${VERSION:-2.6.1} +VERSION=${VERSION:-3.1.1} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2} WGET=${WGET:-http://ffmpeg.org/releases/$ARCHIVE} @@ -109,7 +109,7 @@ cd $NAME --enable-libvorbis \ --enable-libmp3lame \ --enable-libopus \ - --enable-libspeex \ + --enable-libpulse \ --enable-libvpx \ --enable-libx264 \ --enable-libxvid