diff --git a/xap/ffmpeg/ffmpeg-3.2.4.tar.bz2.sha256 b/xap/ffmpeg/ffmpeg-3.2.4.tar.bz2.sha256 deleted file mode 100644 index 151139da..00000000 --- a/xap/ffmpeg/ffmpeg-3.2.4.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -c0fa3593a2e9e96ace3c1757900094437ad96d1d6ca19f057c378b5f394496a4 ffmpeg-3.2.4.tar.bz2 diff --git a/xap/ffmpeg/ffmpeg-3.4.4.tar.bz2.sha256 b/xap/ffmpeg/ffmpeg-3.4.4.tar.bz2.sha256 new file mode 100644 index 00000000..4ab2371d --- /dev/null +++ b/xap/ffmpeg/ffmpeg-3.4.4.tar.bz2.sha256 @@ -0,0 +1 @@ +ce0072f83d97b8689cf3687fe0e9bbb6ca3b14b8b6325f344f651d75998cac76 ffmpeg-3.4.4.tar.bz2 diff --git a/xap/ffmpeg/ffmpeg.SlackBuild b/xap/ffmpeg/ffmpeg.SlackBuild index 02d48a94..ff012cb7 100755 --- a/xap/ffmpeg/ffmpeg.SlackBuild +++ b/xap/ffmpeg/ffmpeg.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2008-2010,2012-2017 Damien Goutte-Gattat +# Copyright (C) 2008-2010,2012-2018 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -28,7 +28,7 @@ # Source package infos NAMESRC=${NAMESRC:-ffmpeg} -VERSION=${VERSION:-3.2.4} +VERSION=${VERSION:-3.4.4} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2} WGET=${WGET:-http://ffmpeg.org/releases/$ARCHIVE} @@ -99,7 +99,6 @@ cd $NAME --disable-static \ --enable-shared \ --enable-avresample \ - --enable-x11grab \ --enable-fontconfig \ --enable-gcrypt \ --enable-gmp \