[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-12-05 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 5, 2020 @ 17:54:40
  Author: alucryd
Revision: 402905

ffmpeg 2:4.3.1-3: disable omx, enable amf and cuda-llvm

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 17:40:20 UTC (rev 402904)
+++ PKGBUILD2020-12-05 17:54:40 UTC (rev 402905)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.3.1
-pkgrel=2
+pkgrel=3
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -32,7 +32,6 @@
   libiec61883
   libmfx
   libmodplug
-  libomxil-bellagio
   libpulse
   librav1e.so
   libraw1394
@@ -68,7 +67,9 @@
   zlib
 )
 makedepends=(
+  amf-headers
   avisynthplus
+  clang
   ffnvcodec-headers
   git
   ladspa
@@ -109,6 +110,7 @@
 prepare() {
   cd ffmpeg
 
+  git cherry-pick -n 7c59e1b0f285cd7c7b35fcd71f49c5fd52cf9315 # fix build 
against libsrt 1.4.2
   patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
 }
 
@@ -120,7 +122,10 @@
 --disable-debug \
 --disable-static \
 --disable-stripping \
+--enable-amf \
 --enable-avisynth \
+--enable-cuda-llvm \
+--enable-lto \
 --enable-fontconfig \
 --enable-gmp \
 --enable-gnutls \
@@ -163,7 +168,6 @@
 --enable-libxvid \
 --enable-nvdec \
 --enable-nvenc \
---enable-omx \
 --enable-shared \
 --enable-version3
 


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-08-04 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 4, 2020 @ 14:16:23
  Author: alucryd
Revision: 393141

x264 rebuild: ffmpeg 2:4.3.1-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-04 14:06:39 UTC (rev 393140)
+++ PKGBUILD2020-08-04 14:16:23 UTC (rev 393141)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.3.1
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-07-14 Thread Evangelos Foutras via arch-commits
Date: Tuesday, July 14, 2020 @ 21:58:57
  Author: foutrelis
Revision: 391919

upgpkg: ffmpeg 2:4.3.1-1: new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 19:25:34 UTC (rev 391918)
+++ PKGBUILD2020-07-14 21:58:57 UTC (rev 391919)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.2.3
-pkgrel=2
+pkgver=4.3.1
+pkgrel=1
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -34,6 +34,7 @@
   libmodplug
   libomxil-bellagio
   libpulse
+  librav1e.so
   libraw1394
   libsoxr
   libssh
@@ -89,7 +90,7 @@
   libswresample.so
   libswscale.so
 )
-_tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
+_tag=6b6b9e593dd4d3aaf75f48d40a13ef03bdef9fdb
 source=(
   git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
   vmaf-model-path.patch
@@ -108,10 +109,6 @@
 prepare() {
   cd ffmpeg
 
-  # backport avisynthplus support
-  git show 6d8cddd1c67758636843f6a08295b3896c2e9ef8 -- libavformat/avisynth.c 
| git apply -
-  git show 56f59246293de417d27ea7e27cb9a7727ee579fb -- libavformat/avisynth.c 
| git apply -
-
   patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
 }
 
@@ -147,6 +144,7 @@
 --enable-libopenjpeg \
 --enable-libopus \
 --enable-libpulse \
+--enable-librav1e \
 --enable-libsoxr \
 --enable-libspeex \
 --enable-libsrt \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-06-27 Thread Evangelos Foutras via arch-commits
Date: Friday, June 26, 2020 @ 06:37:22
  Author: foutrelis
Revision: 390463

upgpkg: ffmpeg 2:4.2.3-2: remove fix for MP3 start time

It was reverted upstream and another fix has been added to Chromium.

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-26 06:34:14 UTC (rev 390462)
+++ PKGBUILD2020-06-26 06:37:22 UTC (rev 390463)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.3
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -108,10 +108,6 @@
 prepare() {
   cd ffmpeg
 
-  # lavf/mp3dec: don't adjust start time; packets are not adjusted
-  # https://crbug.com/1062037
-  git cherry-pick -n 460132c9980f8a1f501a1f69477bca49e1641233
-
   # backport avisynthplus support
   git show 6d8cddd1c67758636843f6a08295b3896c2e9ef8 -- libavformat/avisynth.c 
| git apply -
   git show 56f59246293de417d27ea7e27cb9a7727ee579fb -- libavformat/avisynth.c 
| git apply -


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-06-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 16, 2020 @ 10:36:56
  Author: alucryd
Revision: 389297

upgpkg: ffmpeg 2:4.2.3-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 07:46:46 UTC (rev 389296)
+++ PKGBUILD2020-06-16 10:36:56 UTC (rev 389297)
@@ -5,9 +5,9 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.3
+pkgver=4.2.3
 pkgrel=1
-epoch=1
+epoch=2
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
 url=https://ffmpeg.org/
@@ -34,7 +34,6 @@
   libmodplug
   libomxil-bellagio
   libpulse
-  librav1e.so
   libraw1394
   libsoxr
   libssh
@@ -90,7 +89,7 @@
   libswresample.so
   libswscale.so
 )
-_tag=8e12af29d1a3f95c9e952d78354e3c8b1c0431a8
+_tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
 source=(
   git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
   vmaf-model-path.patch
@@ -113,6 +112,10 @@
   # https://crbug.com/1062037
   git cherry-pick -n 460132c9980f8a1f501a1f69477bca49e1641233
 
+  # backport avisynthplus support
+  git show 6d8cddd1c67758636843f6a08295b3896c2e9ef8 -- libavformat/avisynth.c 
| git apply -
+  git show 56f59246293de417d27ea7e27cb9a7727ee579fb -- libavformat/avisynth.c 
| git apply -
+
   patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
 }
 
@@ -148,7 +151,6 @@
 --enable-libopenjpeg \
 --enable-libopus \
 --enable-libpulse \
---enable-librav1e \
 --enable-libsoxr \
 --enable-libspeex \
 --enable-libsrt \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-06-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 16, 2020 @ 07:46:40
  Author: alucryd
Revision: 389295

upgpkg: ffmpeg 1:4.3-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-16 07:25:54 UTC (rev 389294)
+++ PKGBUILD2020-06-16 07:46:40 UTC (rev 389295)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.2.3
-pkgrel=5
+pkgver=4.3
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -34,6 +34,7 @@
   libmodplug
   libomxil-bellagio
   libpulse
+  librav1e.so
   libraw1394
   libsoxr
   libssh
@@ -89,8 +90,9 @@
   libswresample.so
   libswscale.so
 )
+_tag=8e12af29d1a3f95c9e952d78354e3c8b1c0431a8
 source=(
-  
git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
+  git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
   vmaf-model-path.patch
 )
 sha256sums=(
@@ -111,10 +113,6 @@
   # https://crbug.com/1062037
   git cherry-pick -n 460132c9980f8a1f501a1f69477bca49e1641233
 
-  # backport avisynthplus support
-  git show 6d8cddd1c67758636843f6a08295b3896c2e9ef8 -- libavformat/avisynth.c 
| git apply -
-  git show 56f59246293de417d27ea7e27cb9a7727ee579fb -- libavformat/avisynth.c 
| git apply -
-
   patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
 }
 
@@ -150,6 +148,7 @@
 --enable-libopenjpeg \
 --enable-libopus \
 --enable-libpulse \
+--enable-librav1e \
 --enable-libsoxr \
 --enable-libspeex \
 --enable-libsrt \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-06-10 Thread Maxime Gauduin via arch-commits
Date: Wednesday, June 10, 2020 @ 09:24:27
  Author: alucryd
Revision: 388732

upgpkg: ffmpeg 1:4.2.3-5

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-10 08:56:35 UTC (rev 388731)
+++ PKGBUILD2020-06-10 09:24:27 UTC (rev 388732)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.3
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -67,6 +67,7 @@
   zlib
 )
 makedepends=(
+  avisynthplus
   ffnvcodec-headers
   git
   ladspa
@@ -110,6 +111,10 @@
   # https://crbug.com/1062037
   git cherry-pick -n 460132c9980f8a1f501a1f69477bca49e1641233
 
+  # backport avisynthplus support
+  git show 6d8cddd1c67758636843f6a08295b3896c2e9ef8 -- libavformat/avisynth.c 
| git apply -
+  git show 56f59246293de417d27ea7e27cb9a7727ee579fb -- libavformat/avisynth.c 
| git apply -
+
   patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
 }
 


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-06-02 Thread Maxime Gauduin via arch-commits
Date: Tuesday, June 2, 2020 @ 10:47:20
  Author: alucryd
Revision: 388077

x265 3.4 rebuild: ffmpeg 1:4.2.3-4

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-02 10:44:48 UTC (rev 388076)
+++ PKGBUILD2020-06-02 10:47:20 UTC (rev 388077)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.3
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -73,6 +73,7 @@
   nasm
 )
 optdepends=(
+  'avisynthplus: AviSynthPlus support'
   'intel-media-sdk: Intel QuickSync support'
   'ladspa: LADSPA filters'
   'nvidia-utils: Nvidia NVDEC/NVENC support'


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-05-29 Thread Jan Steffens via arch-commits
Date: Friday, May 29, 2020 @ 20:20:04
  Author: heftig
Revision: 387863

4.2.3-3

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-29 19:54:17 UTC (rev 387862)
+++ PKGBUILD2020-05-29 20:20:04 UTC (rev 387863)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.3
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -87,8 +87,10 @@
   libswresample.so
   libswscale.so
 )
-source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
-vmaf-model-path.patch)
+source=(
+  
git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
+  vmaf-model-path.patch
+)
 sha256sums=(
   SKIP
   8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-05-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, May 27, 2020 @ 14:22:18
  Author: foutrelis
Revision: 387722

upgpkg: ffmpeg 1:4.2.3-2: fix start time for MP3 files

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-27 14:11:56 UTC (rev 387721)
+++ PKGBUILD2020-05-27 14:22:18 UTC (rev 387722)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -103,6 +103,10 @@
 prepare() {
   cd ffmpeg
 
+  # lavf/mp3dec: don't adjust start time; packets are not adjusted
+  # https://crbug.com/1062037
+  git cherry-pick -n 460132c9980f8a1f501a1f69477bca49e1641233
+
   patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
 }
 


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-05-26 Thread Maxime Gauduin via arch-commits
Date: Tuesday, May 26, 2020 @ 18:12:40
  Author: alucryd
Revision: 387592

upgpkg: ffmpeg 1:4.2.3-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-26 18:11:29 UTC (rev 387591)
+++ PKGBUILD2020-05-26 18:12:40 UTC (rev 387592)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.2.2
-pkgrel=8
+pkgver=4.2.3
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -87,10 +87,12 @@
   libswresample.so
   libswscale.so
 )
-source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0
+source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=d3b963cc41824a3c5b2758ac896fb23e20a87875
 vmaf-model-path.patch)
-sha256sums=('SKIP'
-'8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d')
+sha256sums=(
+  SKIP
+  8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d
+)
 
 pkgver() {
   cd ffmpeg
@@ -101,9 +103,7 @@
 prepare() {
   cd ffmpeg
 
-  git cherry-pick -n dc0806dd25882f41f6085c8356712f95fded56c7
-
-  patch -Np1 -i "${srcdir}/vmaf-model-path.patch"
+  patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
 }
 
 build() {
@@ -114,6 +114,7 @@
 --disable-debug \
 --disable-static \
 --disable-stripping \
+--enable-avisynth \
 --enable-fontconfig \
 --enable-gmp \
 --enable-gnutls \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD vmaf-model-path.patch)

2020-05-11 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 11, 2020 @ 14:24:20
  Author: svenstaro
Revision: 383200

upgpkg: ffmpeg 1:4.2.2-8: Change default vmaf model path to Arch defaults

Added:
  ffmpeg/trunk/vmaf-model-path.patch
Modified:
  ffmpeg/trunk/PKGBUILD

---+
 PKGBUILD  |   10 +++---
 vmaf-model-path.patch |   13 +
 2 files changed, 20 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-11 13:13:21 UTC (rev 383199)
+++ PKGBUILD2020-05-11 14:24:20 UTC (rev 383200)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.2
-pkgrel=7
+pkgrel=8
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -87,8 +87,10 @@
   libswresample.so
   libswscale.so
 )
-source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0)
-sha256sums=(SKIP)
+source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0
+vmaf-model-path.patch)
+sha256sums=('SKIP'
+'8dff51f84a5f7460f8893f0514812f5d2bd668c3276ef7ab7713c99b71d7bd8d')
 
 pkgver() {
   cd ffmpeg
@@ -100,6 +102,8 @@
   cd ffmpeg
 
   git cherry-pick -n dc0806dd25882f41f6085c8356712f95fded56c7
+
+  patch -Np1 -i "${srcdir}/vmaf-model-path.patch"
 }
 
 build() {

Added: vmaf-model-path.patch
===
--- vmaf-model-path.patch   (rev 0)
+++ vmaf-model-path.patch   2020-05-11 14:24:20 UTC (rev 383200)
@@ -0,0 +1,13 @@
+diff --git a/libavfilter/vf_libvmaf.c b/libavfilter/vf_libvmaf.c
+index 249e50c720..9b791e19b1 100644
+--- a/libavfilter/vf_libvmaf.c
 b/libavfilter/vf_libvmaf.c
+@@ -72,7 +72,7 @@ typedef struct LIBVMAFContext {
+ #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM
+ 
+ static const AVOption libvmaf_options[] = {
+-{"model_path",  "Set the model to be used for computing vmaf.",   
  OFFSET(model_path), AV_OPT_TYPE_STRING, 
{.str="/usr/local/share/model/vmaf_v0.6.1.pkl"}, 0, 1, FLAGS},
++{"model_path",  "Set the model to be used for computing vmaf.",   
  OFFSET(model_path), AV_OPT_TYPE_STRING, 
{.str="/usr/share/model/vmaf_v0.6.1.pkl"}, 0, 1, FLAGS},
+ {"log_path",  "Set the file path to be used to store logs.",  
  OFFSET(log_path), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 1, FLAGS},
+ {"log_fmt",  "Set the format of the log (xml or json).",  
  OFFSET(log_fmt), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 1, FLAGS},
+ {"enable_transform",  "Enables transform for computing vmaf.",
  OFFSET(enable_transform), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS},


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-05-11 Thread Maxime Gauduin via arch-commits
Date: Monday, May 11, 2020 @ 11:48:33
  Author: alucryd
Revision: 383191

add VMAF support: ffmpeg 1:4.2.2-7

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-11 10:52:58 UTC (rev 383190)
+++ PKGBUILD2020-05-11 11:48:33 UTC (rev 383191)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.2
-pkgrel=6
+pkgrel=7
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -62,6 +62,7 @@
   speex
   srt
   v4l-utils
+  vmaf
   xz
   zlib
 )
@@ -139,6 +140,7 @@
 --enable-libtheora \
 --enable-libv4l2 \
 --enable-libvidstab \
+--enable-libvmaf \
 --enable-libvorbis \
 --enable-libvpx \
 --enable-libwebp \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-04-22 Thread Maxime Gauduin via arch-commits
Date: Wednesday, April 22, 2020 @ 15:47:42
  Author: alucryd
Revision: 380722

add support for libsrt: ffmpeg 1:4.2.2-6

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-22 12:59:51 UTC (rev 380721)
+++ PKGBUILD2020-04-22 15:47:42 UTC (rev 380722)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.2
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -60,6 +60,7 @@
   opus
   sdl2
   speex
+  srt
   v4l-utils
   xz
   zlib
@@ -86,7 +87,7 @@
   libswscale.so
 )
 
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0)
-sha256sums=('SKIP')
+sha256sums=(SKIP)
 
 pkgver() {
   cd ffmpeg
@@ -133,6 +134,7 @@
 --enable-libpulse \
 --enable-libsoxr \
 --enable-libspeex \
+--enable-libsrt \
 --enable-libssh \
 --enable-libtheora \
 --enable-libv4l2 \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-04-03 Thread Maxime Gauduin via arch-commits
Date: Friday, April 3, 2020 @ 08:44:57
  Author: alucryd
Revision: 379223

x265 3.3 rebuild: ffmpeg 1:4.2.2-5

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-03 08:24:25 UTC (rev 379222)
+++ PKGBUILD2020-04-03 08:44:57 UTC (rev 379223)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.2
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -73,6 +73,7 @@
 optdepends=(
   'intel-media-sdk: Intel QuickSync support'
   'ladspa: LADSPA filters'
+  'nvidia-utils: Nvidia NVDEC/NVENC support'
 )
 provides=(
   libavcodec.so


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-03-23 Thread Maxime Gauduin via arch-commits
Date: Monday, March 23, 2020 @ 08:53:00
  Author: alucryd
Revision: 378396

upgpkg: ffmpeg 1:4.2.2-4

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 08:27:33 UTC (rev 378395)
+++ PKGBUILD2020-03-23 08:53:00 UTC (rev 378396)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.2
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-02-22 Thread Jan Steffens via arch-commits
Date: Saturday, February 22, 2020 @ 11:34:49
  Author: heftig
Revision: 376033

4.2.2-3

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-22 11:16:11 UTC (rev 376032)
+++ PKGBUILD2020-02-22 11:34:49 UTC (rev 376033)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.2
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -85,7 +85,7 @@
   libswscale.so
 )
 
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0)
-sha256sums=(SKIP)
+sha256sums=('SKIP')
 
 pkgver() {
   cd ffmpeg


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-01-23 Thread Maxime Gauduin via arch-commits
Date: Thursday, January 23, 2020 @ 09:48:33
  Author: alucryd
Revision: 373820

upgpkg: ffmpeg 1:4.2.2-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-23 05:53:31 UTC (rev 373819)
+++ PKGBUILD2020-01-23 09:48:33 UTC (rev 373820)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -21,7 +21,6 @@
   gmp
   gnutls
   gsm
-  intel-media-sdk
   jack
   lame
   libass.so
@@ -31,6 +30,7 @@
   libdrm
   libfreetype.so
   libiec61883
+  libmfx
   libmodplug
   libomxil-bellagio
   libpulse
@@ -70,7 +70,10 @@
   ladspa
   nasm
 )
-optdepends=('ladspa: LADSPA filters')
+optdepends=(
+  'intel-media-sdk: Intel QuickSync support'
+  'ladspa: LADSPA filters'
+)
 provides=(
   libavcodec.so
   libavdevice.so
@@ -99,8 +102,6 @@
 build() {
   cd ffmpeg
 
-  export PKG_CONFIG_PATH=/opt/intel/mediasdk/lib/pkgconfig
-
   ./configure \
 --prefix=/usr \
 --disable-debug \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2020-01-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 4, 2020 @ 12:05:51
  Author: alucryd
Revision: 372549

upgpkg: ffmpeg 1:4.2.2-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-04 11:42:00 UTC (rev 372548)
+++ PKGBUILD2020-01-04 12:05:51 UTC (rev 372549)
@@ -5,9 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-_gitcommit=cbb3c9497549f8856d8cd37ac63af1406a784e58
-pkgver=4.2.1
-pkgrel=4
+pkgver=4.2.2
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -22,6 +21,7 @@
   gmp
   gnutls
   gsm
+  intel-media-sdk
   jack
   lame
   libass.so
@@ -81,7 +81,7 @@
   libswresample.so
   libswscale.so
 )
-source=("git+https://git.ffmpeg.org/ffmpeg.git#commit=${_gitcommit};)
+source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0)
 sha256sums=(SKIP)
 
 pkgver() {
@@ -99,6 +99,8 @@
 build() {
   cd ffmpeg
 
+  export PKG_CONFIG_PATH=/opt/intel/mediasdk/lib/pkgconfig
+
   ./configure \
 --prefix=/usr \
 --disable-debug \
@@ -119,6 +121,7 @@
 --enable-libgsm \
 --enable-libiec61883 \
 --enable-libjack \
+--enable-libmfx \
 --enable-libmodplug \
 --enable-libmp3lame \
 --enable-libopencore_amrnb \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-11-10 Thread Levente Polyak via arch-commits
Date: Sunday, November 10, 2019 @ 23:23:20
  Author: anthraxx
Revision: 367727

upgpkg: ffmpeg 1:4.2.1-4: dav1d 0.5.1 rebuild

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-10 22:56:39 UTC (rev 367726)
+++ PKGBUILD2019-11-10 23:23:20 UTC (rev 367727)
@@ -5,8 +5,9 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
+_gitcommit=cbb3c9497549f8856d8cd37ac63af1406a784e58
 pkgver=4.2.1
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -80,7 +81,7 @@
   libswresample.so
   libswscale.so
 )
-source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=cbb3c9497549f8856d8cd37ac63af1406a784e58)
+source=("git+https://git.ffmpeg.org/ffmpeg.git#commit=${_gitcommit};)
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-10-25 Thread Maxime Gauduin via arch-commits
Date: Friday, October 25, 2019 @ 06:11:01
  Author: alucryd
Revision: 365491

x265 3.2 rebuild: ffmpeg 1:4.2.1-3

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 05:18:44 UTC (rev 365490)
+++ PKGBUILD2019-10-25 06:11:01 UTC (rev 365491)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-09-17 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 17, 2019 @ 14:00:18
  Author: alucryd
Revision: 362988

make dav1d the default av1 decoder: ffmpeg 1:4.2.1-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-17 13:57:28 UTC (rev 362987)
+++ PKGBUILD2019-09-17 14:00:18 UTC (rev 362988)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -89,6 +89,12 @@
   git describe --tags | sed 's/^n//'
 }
 
+prepare() {
+  cd ffmpeg
+
+  git cherry-pick -n dc0806dd25882f41f6085c8356712f95fded56c7
+}
+
 build() {
   cd ffmpeg
 


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-09-07 Thread Maxime Gauduin via arch-commits
Date: Saturday, September 7, 2019 @ 07:49:55
  Author: alucryd
Revision: 362008

upgpkg: ffmpeg 1:4.2.1-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-07 07:19:27 UTC (rev 362007)
+++ PKGBUILD2019-09-07 07:49:55 UTC (rev 362008)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.2
-pkgrel=4
+pkgver=4.2.1
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -80,14 +80,20 @@
   libswresample.so
   libswscale.so
 )
-source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver})
-sha256sums=('SKIP')
+source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=cbb3c9497549f8856d8cd37ac63af1406a784e58)
+sha256sums=(SKIP)
 
+pkgver() {
+  cd ffmpeg
+
+  git describe --tags | sed 's/^n//'
+}
+
 build() {
   cd ffmpeg
 
   ./configure \
---prefix='/usr' \
+--prefix=/usr \
 --disable-debug \
 --disable-static \
 --disable-stripping \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-08-08 Thread Levente Polyak via arch-commits
Date: Thursday, August 8, 2019 @ 21:49:10
  Author: anthraxx
Revision: 359351

upgpkg: ffmpeg 1:4.2-4 (re-enable dav1d for rebuild cycle)

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-08 21:38:14 UTC (rev 359350)
+++ PKGBUILD2019-08-08 21:49:10 UTC (rev 359351)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -26,7 +26,7 @@
   libass.so
   libavc1394
   libbluray.so
-  #libdav1d.so
+  libdav1d.so
   libdrm
   libfreetype.so
   libiec61883
@@ -99,7 +99,7 @@
 --enable-libaom \
 --enable-libass \
 --enable-libbluray \
---disable-libdav1d \
+--enable-libdav1d \
 --enable-libdrm \
 --enable-libfreetype \
 --enable-libfribidi \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-08-08 Thread Levente Polyak via arch-commits
Date: Thursday, August 8, 2019 @ 21:38:05
  Author: anthraxx
Revision: 359349

upgpkg: ffmpeg 1:4.2-3 (deactivate dav1d for rebuild cycle)

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-08 21:01:47 UTC (rev 359348)
+++ PKGBUILD2019-08-08 21:38:05 UTC (rev 359349)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -26,7 +26,7 @@
   libass.so
   libavc1394
   libbluray.so
-  libdav1d.so
+  #libdav1d.so
   libdrm
   libfreetype.so
   libiec61883
@@ -99,7 +99,7 @@
 --enable-libaom \
 --enable-libass \
 --enable-libbluray \
---enable-libdav1d \
+--disable-libdav1d \
 --enable-libdrm \
 --enable-libfreetype \
 --enable-libfribidi \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-08-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 6, 2019 @ 20:32:05
  Author: alucryd
Revision: 359265

FS#62445: ffmpeg 1:4.2-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-06 20:14:13 UTC (rev 359264)
+++ PKGBUILD2019-08-06 20:32:05 UTC (rev 359265)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -26,6 +26,7 @@
   libass.so
   libavc1394
   libbluray.so
+  libdav1d.so
   libdrm
   libfreetype.so
   libiec61883
@@ -98,6 +99,7 @@
 --enable-libaom \
 --enable-libass \
 --enable-libbluray \
+--enable-libdav1d \
 --enable-libdrm \
 --enable-libfreetype \
 --enable-libfribidi \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-08-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 6, 2019 @ 12:37:24
  Author: alucryd
Revision: 359248

upgpkg: ffmpeg 1:4.2-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-06 07:56:54 UTC (rev 359247)
+++ PKGBUILD2019-08-06 12:37:24 UTC (rev 359248)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.1.4
+pkgver=4.2
 pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-07-17 Thread Maxime Gauduin via arch-commits
Date: Wednesday, July 17, 2019 @ 13:58:19
  Author: alucryd
Revision: 358096

upgpkg: ffmpeg 1:4.1.4-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-17 12:16:34 UTC (rev 358095)
+++ PKGBUILD2019-07-17 13:58:19 UTC (rev 358096)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.1.3
-pkgrel=2
+pkgver=4.1.4
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-06-28 Thread Maxime Gauduin via arch-commits
Date: Friday, June 28, 2019 @ 07:05:21
  Author: alucryd
Revision: 356990

upgpkg: ffmpeg 1:4.1.3-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-28 06:22:41 UTC (rev 356989)
+++ PKGBUILD2019-06-28 07:05:21 UTC (rev 356990)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.1.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-04-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, April 16, 2019 @ 07:35:10
  Author: alucryd
Revision: 350803

upgpkg: ffmpeg 1:4.1.3-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-16 07:23:06 UTC (rev 350802)
+++ PKGBUILD2019-04-16 07:35:10 UTC (rev 350803)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.1.2
-pkgrel=2
+pkgver=4.1.3
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-03-27 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 27, 2019 @ 11:03:55
  Author: alucryd
Revision: 349265

upgpkg: ffmpeg 1:4.1.2-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-27 10:18:03 UTC (rev 349264)
+++ PKGBUILD2019-03-27 11:03:55 UTC (rev 349265)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.1.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-03-24 Thread Maxime Gauduin via arch-commits
Date: Sunday, March 24, 2019 @ 20:56:57
  Author: alucryd
Revision: 349153

upgpkg: ffmpeg 1:4.1.2-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-24 20:18:56 UTC (rev 349152)
+++ PKGBUILD2019-03-24 20:56:57 UTC (rev 349153)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.1.1
-pkgrel=2
+pkgver=4.1.2
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-02-11 Thread Maxime Gauduin via arch-commits
Date: Monday, February 11, 2019 @ 08:35:04
  Author: alucryd
Revision: 345960

upgpkg: ffmpeg 1:4.1.1-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-11 08:13:00 UTC (rev 345959)
+++ PKGBUILD2019-02-11 08:35:04 UTC (rev 345960)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.1.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-02-11 Thread Maxime Gauduin via arch-commits
Date: Monday, February 11, 2019 @ 08:12:51
  Author: alucryd
Revision: 345958

upgpkg: ffmpeg 1:4.1.1-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-11 08:09:21 UTC (rev 345957)
+++ PKGBUILD2019-02-11 08:12:51 UTC (rev 345958)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.1
-pkgrel=4
+pkgver=4.1.1
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
@@ -80,7 +80,7 @@
   libswscale.so
 )
 source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver})
-sha256sums=(SKIP)
+sha256sums=('SKIP')
 
 build() {
   cd ffmpeg


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD fs56089.patch)

2019-02-05 Thread Maxime Gauduin via arch-commits
Date: Tuesday, February 5, 2019 @ 14:20:15
  Author: alucryd
Revision: 345286

libvpx rebuild: ffmpeg 1:4.1-4

Modified:
  ffmpeg/trunk/PKGBUILD
Deleted:
  ffmpeg/trunk/fs56089.patch

---+
 PKGBUILD  |2 -
 fs56089.patch |   84 
 2 files changed, 1 insertion(+), 85 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-05 13:28:18 UTC (rev 345285)
+++ PKGBUILD2019-02-05 14:20:15 UTC (rev 345286)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.1
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)

Deleted: fs56089.patch
===
--- fs56089.patch   2019-02-05 13:28:18 UTC (rev 345285)
+++ fs56089.patch   2019-02-05 14:20:15 UTC (rev 345286)
@@ -1,84 +0,0 @@
-diff -rupN ffmpeg-3.4.orig/libavformat/aviobuf.c 
ffmpeg-3.4/libavformat/aviobuf.c
 ffmpeg-3.4.orig/libavformat/aviobuf.c  2017-11-02 14:57:16.078834563 
+0100
-+++ ffmpeg-3.4/libavformat/aviobuf.c   2017-11-02 15:02:52.549816990 +0100
-@@ -531,6 +531,24 @@ void avio_write_marker(AVIOContext *s, i
- s->last_time = time;
- }
- 
-+static int read_packet_wrapper(AVIOContext *s, uint8_t *buf, int size)
-+{
-+int ret;
-+
-+if (!s->read_packet)
-+return AVERROR_EOF;
-+ret = s->read_packet(s->opaque, buf, size);
-+#if FF_API_OLD_AVIO_EOF_0
-+if (!ret && !s->max_packet_size) {
-+av_log(NULL, AV_LOG_WARNING, "Invalid return value 0 for stream 
protocol\n");
-+ret = AVERROR_EOF;
-+}
-+#else
-+av_assert2(ret || s->max_packet_size);
-+#endif
-+return ret;
-+}
-+
- /* Input stream */
- 
- static void fill_buffer(AVIOContext *s)
-@@ -569,10 +587,7 @@ static void fill_buffer(AVIOContext *s)
- len = s->orig_buffer_size;
- }
- 
--if (s->read_packet)
--len = s->read_packet(s->opaque, dst, len);
--else
--len = 0;
-+len = read_packet_wrapper(s, dst, len);
- if (len <= 0) {
- /* do not modify buffer if EOF reached so that a seek back can
-be done without rereading data */
-@@ -644,8 +659,7 @@ int avio_read(AVIOContext *s, unsigned c
- if (len == 0 || s->write_flag) {
- if((s->direct || size > s->buffer_size) && !s->update_checksum) {
- // bypass the buffer and read data directly into buf
--if(s->read_packet)
--len = s->read_packet(s->opaque, buf, size);
-+len = read_packet_wrapper(s, buf, size);
- 
- if (len <= 0) {
- /* do not modify buffer if EOF reached so that a seek 
back can
-@@ -711,7 +725,7 @@ int avio_read_partial(AVIOContext *s, un
- return -1;
- 
- if (s->read_packet && s->write_flag) {
--len = s->read_packet(s->opaque, buf, size);
-+len = read_packet_wrapper(s, buf, size);
- if (len > 0)
- s->pos += len;
- return len;
-diff -rupN ffmpeg-3.4.orig/libavformat/avio.h ffmpeg-3.4/libavformat/avio.h
 ffmpeg-3.4.orig/libavformat/avio.h 2017-11-02 14:57:16.078834563 +0100
-+++ ffmpeg-3.4/libavformat/avio.h  2017-11-02 14:59:15.602300896 +0100
-@@ -452,6 +452,8 @@ void avio_free_directory_entry(AVIODirEn
-  * @param write_flag Set to 1 if the buffer should be writable, 0 otherwise.
-  * @param opaque An opaque pointer to user-specific data.
-  * @param read_packet  A function for refilling the buffer, may be NULL.
-+ * For stream protocols, must never return 0 but rather
-+ * a proper AVERROR code.
-  * @param write_packet A function for writing the buffer contents, may be 
NULL.
-  *The function may not change the input buffers content.
-  * @param seek A function for seeking to specified byte position, may be NULL.
-diff -rupN ffmpeg-3.4.orig/libavformat/version.h 
ffmpeg-3.4/libavformat/version.h
 ffmpeg-3.4.orig/libavformat/version.h  2017-11-02 14:57:16.082167807 
+0100
-+++ ffmpeg-3.4/libavformat/version.h   2017-11-02 15:04:01.704627612 +0100
-@@ -97,6 +97,9 @@
- #ifndef FF_API_OLD_ROTATE_API
- #define FF_API_OLD_ROTATE_API   (LIBAVFORMAT_VERSION_MAJOR < 58)
- #endif
-+#ifndef FF_API_OLD_AVIO_EOF_0
-+#define FF_API_OLD_AVIO_EOF_0   (LIBAVFORMAT_VERSION_MAJOR < 58)
-+#endif
- 
- 
- #ifndef FF_API_R_FRAME_RATE


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-01-26 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 26, 2019 @ 20:54:37
  Author: alucryd
Revision: 344852

upgpkg: ffmpeg 1:4.1-3

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-26 18:43:45 UTC (rev 344851)
+++ PKGBUILD2019-01-26 20:54:37 UTC (rev 344852)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2019-01-26 Thread Maxime Gauduin via arch-commits
Date: Saturday, January 26, 2019 @ 16:48:56
  Author: alucryd
Revision: 344834

x265 rebuild: ffmpeg 1:4.1-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   85 -
 1 file changed, 68 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-26 16:37:58 UTC (rev 344833)
+++ PKGBUILD2019-01-26 16:48:56 UTC (rev 344834)
@@ -6,30 +6,81 @@
 
 pkgname=ffmpeg
 pkgver=4.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
+arch=(x86_64)
+url=https://ffmpeg.org/
+license=(GPL3)
 depends=(
-  'alsa-lib' 'aom' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
-  'jack' 'lame' 'libavc1394' 'libdrm' 'libiec61883' 'libmodplug'
-  'libomxil-bellagio' 'libpulse' 'libraw1394' 'libsoxr' 'libssh' 'libtheora'
-  'libvdpau' 'libwebp' 'libx11' 'libxcb' 'libxext' 'libxml2' 'libxv'
-  'opencore-amr' 'openjpeg2' 'opus' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
-  'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
-  'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
-  'libx264.so' 'libx265.so' 'libxvidcore.so'
+  alsa-lib
+  aom
+  bzip2
+  fontconfig
+  fribidi
+  gmp
+  gnutls
+  gsm
+  jack
+  lame
+  libass.so
+  libavc1394
+  libbluray.so
+  libdrm
+  libfreetype.so
+  libiec61883
+  libmodplug
+  libomxil-bellagio
+  libpulse
+  libraw1394
+  libsoxr
+  libssh
+  libtheora
+  libva.so
+  libva-drm.so
+  libva-x11.so
+  libvdpau
+  libvidstab.so
+  libvorbisenc.so
+  libvorbis.so
+  libvpx.so
+  libwebp
+  libx11
+  libx264.so
+  libx265.so
+  libxcb
+  libxext
+  libxml2
+  libxv
+  libxvidcore.so
+  opencore-amr
+  openjpeg2
+  opus
+  sdl2
+  speex
+  v4l-utils
+  xz
+  zlib
 )
-makedepends=('ffnvcodec-headers' 'git' 'ladspa' 'yasm')
+makedepends=(
+  ffnvcodec-headers
+  git
+  ladspa
+  nasm
+)
 optdepends=('ladspa: LADSPA filters')
 provides=(
-  'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavutil.so' 'libpostproc.so' 'libswresample.so' 'libswscale.so'
+  libavcodec.so
+  libavdevice.so
+  libavfilter.so
+  libavformat.so
+  libavutil.so
+  libpostproc.so
+  libswresample.so
+  libswscale.so
 )
-source=("git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver};)
-sha256sums=('SKIP')
+source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver})
+sha256sums=(SKIP)
 
 build() {
   cd ffmpeg


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-11-06 Thread Maxime Gauduin via arch-commits
Date: Tuesday, November 6, 2018 @ 18:32:57
  Author: alucryd
Revision: 337992

upgpkg: ffmpeg 1:4.1-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 18:03:47 UTC (rev 337991)
+++ PKGBUILD2018-11-06 18:32:57 UTC (rev 337992)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.0.3
+pkgver=4.1
 pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-11-03 Thread Maxime Gauduin via arch-commits
Date: Saturday, November 3, 2018 @ 08:47:33
  Author: alucryd
Revision: 337765

upgpkg: ffmpeg 1:4.0.3-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-03 08:47:18 UTC (rev 337764)
+++ PKGBUILD2018-11-03 08:47:33 UTC (rev 337765)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.0.2
-pkgrel=7
+pkgver=4.0.3
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-10-22 Thread Maxime Gauduin via arch-commits
Date: Monday, October 22, 2018 @ 09:32:29
  Author: alucryd
Revision: 336989

upgpkg: ffmpeg 1:4.0.2-7

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 09:24:33 UTC (rev 336988)
+++ PKGBUILD2018-10-22 09:32:29 UTC (rev 336989)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.0.2
-pkgrel=6
+pkgrel=7
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-10-08 Thread Maxime Gauduin via arch-commits
Date: Monday, October 8, 2018 @ 12:46:16
  Author: alucryd
Revision: 335945

upgpkg: ffmpeg 1:4.0.2-6

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-08 12:08:20 UTC (rev 335944)
+++ PKGBUILD2018-10-08 12:46:16 UTC (rev 335945)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.0.2
-pkgrel=4
+pkgrel=6
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-10-08 Thread Maxime Gauduin via arch-commits
Date: Monday, October 8, 2018 @ 09:27:26
  Author: alucryd
Revision: 335925

x265 2.9 rebuild: ffmpeg 1:4.0.2-4

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-08 08:15:50 UTC (rev 335924)
+++ PKGBUILD2018-10-08 09:27:26 UTC (rev 335925)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=4.0.2
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-08-27 Thread Maxime Gauduin via arch-commits
Date: Monday, August 27, 2018 @ 09:25:12
  Author: alucryd
Revision: 333049

libavresample drop: ffmpeg 1:4.0.2-3

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-27 09:07:27 UTC (rev 333048)
+++ PKGBUILD2018-08-27 09:25:12 UTC (rev 333049)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=4.0.2
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')
@@ -27,8 +27,7 @@
 optdepends=('ladspa: LADSPA filters')
 provides=(
   'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so'
+  'libavutil.so' 'libpostproc.so' 'libswresample.so' 'libswscale.so'
 )
 source=("git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver};)
 sha256sums=('SKIP')
@@ -41,7 +40,6 @@
 --disable-debug \
 --disable-static \
 --disable-stripping \
---enable-avresample \
 --enable-fontconfig \
 --enable-gmp \
 --enable-gnutls \
@@ -77,6 +75,7 @@
 --enable-libxcb \
 --enable-libxml2 \
 --enable-libxvid \
+--enable-nvdec \
 --enable-nvenc \
 --enable-omx \
 --enable-shared \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-08-07 Thread Maxime Gauduin via arch-commits
Date: Tuesday, August 7, 2018 @ 09:45:16
  Author: alucryd
Revision: 331097

x264 155 rebuild: ffmpeg 1:4.0.2-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-07 09:14:18 UTC (rev 331096)
+++ PKGBUILD2018-08-07 09:45:16 UTC (rev 331097)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=4.0.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-07-19 Thread Maxime Gauduin via arch-commits
Date: Thursday, July 19, 2018 @ 17:34:24
  Author: alucryd
Revision: 329068

upgpkg: ffmpeg 1:4.0.2-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   22 --
 1 file changed, 8 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-19 17:32:15 UTC (rev 329067)
+++ PKGBUILD2018-07-19 17:34:24 UTC (rev 329068)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.0.1
-pkgrel=3
+pkgver=4.0.2
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')
@@ -23,7 +23,7 @@
   'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
   'libx264.so' 'libx265.so' 'libxvidcore.so'
 )
-makedepends=('ffnvcodec-headers' 'ladspa' 'yasm')
+makedepends=('ffnvcodec-headers' 'git' 'ladspa' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=(
   'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
@@ -30,15 +30,11 @@
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
   'libswscale.so'
 )
-source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=(
-  '605f5c01c60db35d3b617a79cabb2c7032412be243554602eeed1b628125c0ee'
-  'SKIP'
-)
+source=("git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver};)
+sha256sums=('SKIP')
 
 build() {
-  cd ffmpeg-${pkgver}
+  cd ffmpeg
 
   ./configure \
 --prefix='/usr' \
@@ -92,10 +88,8 @@
 }
 
 package() {
-  cd ffmpeg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install install-man
-  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
+  make DESTDIR="${pkgdir}" -C ffmpeg install install-man
+  install -Dm 755 ffmpeg/tools/qt-faststart "${pkgdir}"/usr/bin/
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-07-16 Thread Maxime Gauduin via arch-commits
Date: Monday, July 16, 2018 @ 11:19:16
  Author: alucryd
Revision: 328799

FS#59264: ffmpeg 1:4.0.1-3

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-16 08:21:04 UTC (rev 328798)
+++ PKGBUILD2018-07-16 11:19:16 UTC (rev 328799)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=4.0.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')
@@ -15,10 +15,10 @@
 license=('GPL3')
 depends=(
   'alsa-lib' 'aom' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
-  'lame' 'libavc1394' 'libdrm' 'libiec61883' 'libmodplug' 'libomxil-bellagio'
-  'libpulse' 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libvdpau' 'libwebp'
-  'libx11' 'libxcb' 'libxext' 'libxml2' 'libxv' 'opencore-amr' 'openjpeg2'
-  'opus' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+  'jack' 'lame' 'libavc1394' 'libdrm' 'libiec61883' 'libmodplug'
+  'libomxil-bellagio' 'libpulse' 'libraw1394' 'libsoxr' 'libssh' 'libtheora'
+  'libvdpau' 'libwebp' 'libx11' 'libxcb' 'libxext' 'libxml2' 'libxv'
+  'opencore-amr' 'openjpeg2' 'opus' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
   'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
   'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
   'libx264.so' 'libx265.so' 'libxvidcore.so'
@@ -59,6 +59,7 @@
 --enable-libfribidi \
 --enable-libgsm \
 --enable-libiec61883 \
+--enable-libjack \
 --enable-libmodplug \
 --enable-libmp3lame \
 --enable-libopencore_amrnb \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-06-28 Thread Maxime Gauduin via arch-commits
Date: Thursday, June 28, 2018 @ 12:29:22
  Author: alucryd
Revision: 327717

Add libaom support

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   36 +---
 1 file changed, 21 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-28 10:16:11 UTC (rev 327716)
+++ PKGBUILD2018-06-28 12:29:22 UTC (rev 327717)
@@ -7,30 +7,35 @@
 
 pkgname=ffmpeg
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')
 url='http://ffmpeg.org/'
 license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
- 'lame' 'libavc1394' 'libdrm' 'libiec61883' 'libmodplug'
- 'libomxil-bellagio' 'libpulse' 'libraw1394' 'libsoxr' 'libssh'
- 'libtheora' 'libvdpau' 'libwebp' 'libx11' 'libxcb' 'libxext' 'libxml2'
- 'libxv' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2' 'speex' 'v4l-utils'
- 'xz' 'zlib'
- 'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
- 'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so'
- 'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so')
+depends=(
+  'alsa-lib' 'aom' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+  'lame' 'libavc1394' 'libdrm' 'libiec61883' 'libmodplug' 'libomxil-bellagio'
+  'libpulse' 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libvdpau' 'libwebp'
+  'libx11' 'libxcb' 'libxext' 'libxml2' 'libxv' 'opencore-amr' 'openjpeg2'
+  'opus' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+  'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
+  'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
+  'libx264.so' 'libx265.so' 'libxvidcore.so'
+)
 makedepends=('ffnvcodec-headers' 'ladspa' 'yasm')
 optdepends=('ladspa: LADSPA filters')
-provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so')
+provides=(
+  'libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
+  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
+  'libswscale.so'
+)
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('605f5c01c60db35d3b617a79cabb2c7032412be243554602eeed1b628125c0ee'
-'SKIP')
+sha256sums=(
+  '605f5c01c60db35d3b617a79cabb2c7032412be243554602eeed1b628125c0ee'
+  'SKIP'
+)
 
 build() {
   cd ffmpeg-${pkgver}
@@ -46,6 +51,7 @@
 --enable-gnutls \
 --enable-gpl \
 --enable-ladspa \
+--enable-libaom \
 --enable-libass \
 --enable-libbluray \
 --enable-libdrm \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-06-18 Thread Maxime Gauduin via arch-commits
Date: Monday, June 18, 2018 @ 12:09:44
  Author: alucryd
Revision: 327122

upgpkg: ffmpeg 1:4.0.1-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-18 09:15:47 UTC (rev 327121)
+++ PKGBUILD2018-06-18 12:09:44 UTC (rev 327122)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=4.0
-pkgrel=3
+pkgver=4.0.1
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')
@@ -29,7 +29,7 @@
   'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f'
+sha256sums=('605f5c01c60db35d3b617a79cabb2c7032412be243554602eeed1b628125c0ee'
 'SKIP')
 
 build() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-05-25 Thread Maxime Gauduin via arch-commits
Date: Friday, May 25, 2018 @ 16:37:17
  Author: alucryd
Revision: 324934

upgpkg: ffmpeg 1:4.0-3

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-25 13:32:23 UTC (rev 324933)
+++ PKGBUILD2018-05-25 16:37:17 UTC (rev 324934)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=4.0
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:51:41
  Author: alucryd
Revision: 324147

upgpkg: ffmpeg 1:4.0-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   21 +++--
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 09:33:01 UTC (rev 324146)
+++ PKGBUILD2018-05-13 09:51:41 UTC (rev 324147)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=4.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')
@@ -14,15 +14,15 @@
 url='http://ffmpeg.org/'
 license=('GPL3')
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
- 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
- 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libvdpau' 'libwebp'
- 'libx11' 'libxcb' 'libxml2' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2'
- 'speex' 'v4l-utils' 'xz' 'zlib'
- 'libomxil-bellagio'
+ 'lame' 'libavc1394' 'libdrm' 'libiec61883' 'libmodplug'
+ 'libomxil-bellagio' 'libpulse' 'libraw1394' 'libsoxr' 'libssh'
+ 'libtheora' 'libvdpau' 'libwebp' 'libx11' 'libxcb' 'libxext' 'libxml2'
+ 'libxv' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2' 'speex' 'v4l-utils'
+ 'xz' 'zlib'
  'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
  'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so'
  'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so')
-makedepends=('ladspa' 'libvdpau' 'yasm')
+makedepends=('ffnvcodec-headers' 'ladspa' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
@@ -40,7 +40,6 @@
 --disable-debug \
 --disable-static \
 --disable-stripping \
---enable-avisynth \
 --enable-avresample \
 --enable-fontconfig \
 --enable-gmp \
@@ -49,6 +48,7 @@
 --enable-ladspa \
 --enable-libass \
 --enable-libbluray \
+--enable-libdrm \
 --enable-libfreetype \
 --enable-libfribidi \
 --enable-libgsm \
@@ -74,9 +74,10 @@
 --enable-libxcb \
 --enable-libxml2 \
 --enable-libxvid \
+--enable-nvenc \
+--enable-omx \
 --enable-shared \
---enable-version3 \
---enable-omx
+--enable-version3
 
   make
   make tools/qt-faststart


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-04-23 Thread Maxime Gauduin via arch-commits
Date: Monday, April 23, 2018 @ 16:56:47
  Author: alucryd
Revision: 322840

upgpkg: ffmpeg 1:4.0-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   22 ++
 1 file changed, 6 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-23 15:42:39 UTC (rev 322839)
+++ PKGBUILD2018-04-23 16:56:47 UTC (rev 322840)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.4.2
-pkgrel=2
+pkgver=4.0
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')
@@ -27,21 +27,11 @@
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
   'libswscale.so')
-source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc}
-'fs56089.patch')
+source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('2b92e9578ef8b3e49eeab229e69305f5f4cbc1fdaa22e927fc7fca18acccd740'
-'SKIP'
-'0bfcd12d1992903f21c146ae56d9ad89b52818cfb2303197ee905347c25a5427')
+sha256sums=('ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f'
+'SKIP')
 
-prepare() {
-  cd ffmpeg-${pkgver}
-
-  # https://bugs.archlinux.org/task/56089
-  # Backport of 
http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a606f27f4c610708fa96e35eed7b7537d3d8f712
-  patch -Np1 -i ../fs56089.patch
-}
-
 build() {
   cd ffmpeg-${pkgver}
 
@@ -90,7 +80,7 @@
 
   make
   make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
+  make doc/ff{mpeg,play}.1
 }
 
 package() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-02-21 Thread Maxime Gauduin via arch-commits
Date: Wednesday, February 21, 2018 @ 22:19:01
  Author: alucryd
Revision: 317361

x265 2.7 rebuild: ffmpeg 1:3.4.2-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-21 22:05:46 UTC (rev 317360)
+++ PKGBUILD2018-02-21 22:19:01 UTC (rev 317361)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.4.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-02-12 Thread Maxime Gauduin via arch-commits
Date: Monday, February 12, 2018 @ 18:54:46
  Author: alucryd
Revision: 316729

upgpkg: ffmpeg 1:3.4.2-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-12 18:43:21 UTC (rev 316728)
+++ PKGBUILD2018-02-12 18:54:46 UTC (rev 316729)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.4.1
-pkgrel=4
+pkgver=3.4.2
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')
@@ -30,7 +30,7 @@
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc}
 'fs56089.patch')
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('5a77278a63741efa74e26bf197b9bb09ac6381b9757391b922407210f0f991c0'
+sha256sums=('2b92e9578ef8b3e49eeab229e69305f5f4cbc1fdaa22e927fc7fca18acccd740'
 'SKIP'
 '0bfcd12d1992903f21c146ae56d9ad89b52818cfb2303197ee905347c25a5427')
 


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2018-02-03 Thread Maxime Gauduin via arch-commits
Date: Saturday, February 3, 2018 @ 11:08:21
  Author: alucryd
Revision: 315786

libvpx rebuild: ffmpeg 1:3.4.1-4

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-03 10:45:30 UTC (rev 315785)
+++ PKGBUILD2018-02-03 11:08:21 UTC (rev 315786)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.4.1
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')
@@ -18,6 +18,7 @@
  'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libvdpau' 'libwebp'
  'libx11' 'libxcb' 'libxml2' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2'
  'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libomxil-bellagio'
  'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
  'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so'
  'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so')
@@ -84,7 +85,8 @@
 --enable-libxml2 \
 --enable-libxvid \
 --enable-shared \
---enable-version3
+--enable-version3 \
+--enable-omx
 
   make
   make tools/qt-faststart


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-12-30 Thread Maxime Gauduin via arch-commits
Date: Saturday, December 30, 2017 @ 23:53:50
  Author: alucryd
Revision: 313822

FS#56886: ffmpeg 1:3.4.1-3

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-30 23:43:03 UTC (rev 313821)
+++ PKGBUILD2017-12-30 23:53:50 UTC (rev 313822)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.4.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')
@@ -16,8 +16,8 @@
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
  'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
  'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libvdpau' 'libwebp'
- 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2' 'speex'
- 'v4l-utils' 'xz' 'zlib'
+ 'libx11' 'libxcb' 'libxml2' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2'
+ 'speex' 'v4l-utils' 'xz' 'zlib'
  'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
  'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so'
  'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so')
@@ -81,6 +81,7 @@
 --enable-libx264 \
 --enable-libx265 \
 --enable-libxcb \
+--enable-libxml2 \
 --enable-libxvid \
 --enable-shared \
 --enable-version3


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-12-28 Thread Maxime Gauduin via arch-commits
Date: Thursday, December 28, 2017 @ 16:47:10
  Author: alucryd
Revision: 313732

x264 152 rebuild: ffmpeg 1:3.4.1-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-28 16:35:28 UTC (rev 313731)
+++ PKGBUILD2017-12-28 16:47:10 UTC (rev 313732)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-12-19 Thread Maxime Gauduin via arch-commits
Date: Tuesday, December 19, 2017 @ 20:33:10
  Author: alucryd
Revision: 313369

upgpkg: ffmpeg 1:3.4.1-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-19 20:31:00 UTC (rev 313368)
+++ PKGBUILD2017-12-19 20:33:10 UTC (rev 313369)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.4
-pkgrel=5
+pkgver=3.4.1
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')
@@ -29,7 +29,7 @@
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc}
 'fs56089.patch')
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('aeee06e4d8b18d852c61ebbfe5e1bb7014b1e118e8728c1c2115f91e51bffbef'
+sha256sums=('5a77278a63741efa74e26bf197b9bb09ac6381b9757391b922407210f0f991c0'
 'SKIP'
 '0bfcd12d1992903f21c146ae56d9ad89b52818cfb2303197ee905347c25a5427')
 


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-12-08 Thread Maxime Gauduin via arch-commits
Date: Friday, December 8, 2017 @ 10:06:59
  Author: alucryd
Revision: 311908

x265 rebuild: ffmpeg 1:3.4-5

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-08 09:53:23 UTC (rev 311907)
+++ PKGBUILD2017-12-08 10:06:59 UTC (rev 311908)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.4
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD fs56089.patch)

2017-11-02 Thread Maxime Gauduin
Date: Thursday, November 2, 2017 @ 14:26:47
  Author: alucryd
Revision: 308851

FS#56089: ffmpeg 1:3.4-4

Added:
  ffmpeg/trunk/fs56089.patch
Modified:
  ffmpeg/trunk/PKGBUILD

---+
 PKGBUILD  |   16 --
 fs56089.patch |   84 
 2 files changed, 97 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-02 13:40:05 UTC (rev 308850)
+++ PKGBUILD2017-11-02 14:26:47 UTC (rev 308851)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.4
-pkgrel=2
+pkgrel=4
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -26,11 +26,21 @@
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
   'libswscale.so')
-source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
+source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc}
+'fs56089.patch')
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
 sha256sums=('aeee06e4d8b18d852c61ebbfe5e1bb7014b1e118e8728c1c2115f91e51bffbef'
-'SKIP')
+'SKIP'
+'0bfcd12d1992903f21c146ae56d9ad89b52818cfb2303197ee905347c25a5427')
 
+prepare() {
+  cd ffmpeg-${pkgver}
+
+  # https://bugs.archlinux.org/task/56089
+  # Backport of 
http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a606f27f4c610708fa96e35eed7b7537d3d8f712
+  patch -Np1 -i ../fs56089.patch
+}
+
 build() {
   cd ffmpeg-${pkgver}
 

Added: fs56089.patch
===
--- fs56089.patch   (rev 0)
+++ fs56089.patch   2017-11-02 14:26:47 UTC (rev 308851)
@@ -0,0 +1,84 @@
+diff -rupN ffmpeg-3.4.orig/libavformat/aviobuf.c 
ffmpeg-3.4/libavformat/aviobuf.c
+--- ffmpeg-3.4.orig/libavformat/aviobuf.c  2017-11-02 14:57:16.078834563 
+0100
 ffmpeg-3.4/libavformat/aviobuf.c   2017-11-02 15:02:52.549816990 +0100
+@@ -531,6 +531,24 @@ void avio_write_marker(AVIOContext *s, i
+ s->last_time = time;
+ }
+ 
++static int read_packet_wrapper(AVIOContext *s, uint8_t *buf, int size)
++{
++int ret;
++
++if (!s->read_packet)
++return AVERROR_EOF;
++ret = s->read_packet(s->opaque, buf, size);
++#if FF_API_OLD_AVIO_EOF_0
++if (!ret && !s->max_packet_size) {
++av_log(NULL, AV_LOG_WARNING, "Invalid return value 0 for stream 
protocol\n");
++ret = AVERROR_EOF;
++}
++#else
++av_assert2(ret || s->max_packet_size);
++#endif
++return ret;
++}
++
+ /* Input stream */
+ 
+ static void fill_buffer(AVIOContext *s)
+@@ -569,10 +587,7 @@ static void fill_buffer(AVIOContext *s)
+ len = s->orig_buffer_size;
+ }
+ 
+-if (s->read_packet)
+-len = s->read_packet(s->opaque, dst, len);
+-else
+-len = 0;
++len = read_packet_wrapper(s, dst, len);
+ if (len <= 0) {
+ /* do not modify buffer if EOF reached so that a seek back can
+be done without rereading data */
+@@ -644,8 +659,7 @@ int avio_read(AVIOContext *s, unsigned c
+ if (len == 0 || s->write_flag) {
+ if((s->direct || size > s->buffer_size) && !s->update_checksum) {
+ // bypass the buffer and read data directly into buf
+-if(s->read_packet)
+-len = s->read_packet(s->opaque, buf, size);
++len = read_packet_wrapper(s, buf, size);
+ 
+ if (len <= 0) {
+ /* do not modify buffer if EOF reached so that a seek 
back can
+@@ -711,7 +725,7 @@ int avio_read_partial(AVIOContext *s, un
+ return -1;
+ 
+ if (s->read_packet && s->write_flag) {
+-len = s->read_packet(s->opaque, buf, size);
++len = read_packet_wrapper(s, buf, size);
+ if (len > 0)
+ s->pos += len;
+ return len;
+diff -rupN ffmpeg-3.4.orig/libavformat/avio.h ffmpeg-3.4/libavformat/avio.h
+--- ffmpeg-3.4.orig/libavformat/avio.h 2017-11-02 14:57:16.078834563 +0100
 ffmpeg-3.4/libavformat/avio.h  2017-11-02 14:59:15.602300896 +0100
+@@ -452,6 +452,8 @@ void avio_free_directory_entry(AVIODirEn
+  * @param write_flag Set to 1 if the buffer should be writable, 0 otherwise.
+  * @param opaque An opaque pointer to user-specific data.
+  * @param read_packet  A function for refilling the buffer, may be NULL.
++ * For stream protocols, must never return 0 but rather
++ * a proper AVERROR code.
+  * @param write_packet A function for writing the buffer contents, may be 
NULL.
+  *The function may not change the input buffers content.
+  * @param seek A function for seeking to specified byte position, may be NULL.
+diff -rupN ffmpeg-3.4.orig/libavformat/version.h 
ffmpeg-3.4/libavformat/version.h
+--- ffmpeg-3.4.orig/libavformat/version.h   

[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-10-29 Thread Maxime Gauduin
Date: Sunday, October 29, 2017 @ 21:11:09
  Author: alucryd
Revision: 308608

libva 2.0.0 rebuild: ffmpeg 1:3.4-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-29 20:45:35 UTC (rev 308607)
+++ PKGBUILD2017-10-29 21:11:09 UTC (rev 308608)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -15,12 +15,12 @@
 license=('GPL3')
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
  'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
- 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
- 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2'
- 'speex' 'v4l-utils' 'xz' 'zlib'
- 'libass.so' 'libbluray.so' 'libfreetype.so' 'libvidstab.so'
- 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so'
- 'libxvidcore.so')
+ 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libvdpau' 'libwebp'
+ 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2' 'speex'
+ 'v4l-utils' 'xz' 'zlib'
+ 'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
+ 'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so'
+ 'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so')
 makedepends=('ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-10-20 Thread Maxime Gauduin
Date: Friday, October 20, 2017 @ 17:56:15
  Author: alucryd
Revision: 308285

upgpkg: ffmpeg 1:3.4-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   25 -
 1 file changed, 8 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-20 17:51:55 UTC (rev 308284)
+++ PKGBUILD2017-10-20 17:56:15 UTC (rev 308285)
@@ -6,7 +6,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.3.4
+pkgver=3.4
 pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
@@ -16,29 +16,21 @@
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
  'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
  'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
- 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
- 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2'
+ 'speex' 'v4l-utils' 'xz' 'zlib'
  'libass.so' 'libbluray.so' 'libfreetype.so' 'libvidstab.so'
- 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
- 'libx264.so' 'libx265.so' 'libxvidcore.so')
+ 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so'
+ 'libxvidcore.so')
 makedepends=('ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
   'libswscale.so')
-source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc}
-'ffmpeg-openjpeg2.2.patch')
+source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('98b97e1b908dfeb6aeb6d407e5a5eacdfc253a40c2d195f5867ed2d1d46ea957'
-'SKIP'
-'490598f78d7879af8ef5b8d7f92ada83d0ee64f9609f6c7b989eb331c2539f68')
+sha256sums=('aeee06e4d8b18d852c61ebbfe5e1bb7014b1e118e8728c1c2115f91e51bffbef'
+'SKIP')
 
-prepare() {
-  cd ffmpeg-${pkgver}
-
-  patch -Np1 -i ../ffmpeg-openjpeg2.2.patch
-}
-
 build() {
   cd ffmpeg-${pkgver}
 
@@ -67,7 +59,6 @@
 --enable-libopenjpeg \
 --enable-libopus \
 --enable-libpulse \
---enable-libschroedinger \
 --enable-libsoxr \
 --enable-libspeex \
 --enable-libssh \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-09-14 Thread Maxime Gauduin
Date: Thursday, September 14, 2017 @ 20:56:56
  Author: alucryd
Revision: 305570

upgpkg: ffmpeg 1:3.3.4-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-14 19:46:08 UTC (rev 305569)
+++ PKGBUILD2017-09-14 20:56:56 UTC (rev 305570)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.3.3
-pkgrel=2
+pkgver=3.3.4
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc}
 'ffmpeg-openjpeg2.2.patch')
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('d2a9002cdc6b533b59728827186c044ad02ba64841f1b7cd6c21779875453a1e'
+sha256sums=('98b97e1b908dfeb6aeb6d407e5a5eacdfc253a40c2d195f5867ed2d1d46ea957'
 'SKIP'
 '490598f78d7879af8ef5b8d7f92ada83d0ee64f9609f6c7b989eb331c2539f68')
 


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD ffmpeg-openjpeg2.2.patch)

2017-08-15 Thread Maxime Gauduin
Date: Tuesday, August 15, 2017 @ 11:31:17
  Author: alucryd
Revision: 302196

x265 rebuild: ffmpeg 1:3.3.3-2

Added:
  ffmpeg/trunk/ffmpeg-openjpeg2.2.patch
Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 ffmpeg-openjpeg2.2.patch |   95 +
 2 files changed, 106 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 11:18:37 UTC (rev 302195)
+++ PKGBUILD2017-08-15 11:31:17 UTC (rev 302196)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.3.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -26,11 +26,19 @@
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
   'libswscale.so')
-source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
+source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc}
+'ffmpeg-openjpeg2.2.patch')
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
 sha256sums=('d2a9002cdc6b533b59728827186c044ad02ba64841f1b7cd6c21779875453a1e'
-'SKIP')
+'SKIP'
+'490598f78d7879af8ef5b8d7f92ada83d0ee64f9609f6c7b989eb331c2539f68')
 
+prepare() {
+  cd ffmpeg-${pkgver}
+
+  patch -Np1 -i ../ffmpeg-openjpeg2.2.patch
+}
+
 build() {
   cd ffmpeg-${pkgver}
 

Added: ffmpeg-openjpeg2.2.patch
===
--- ffmpeg-openjpeg2.2.patch(rev 0)
+++ ffmpeg-openjpeg2.2.patch2017-08-15 11:31:17 UTC (rev 302196)
@@ -0,0 +1,95 @@
+diff -rupN ffmpeg-3.3.3.orig/configure ffmpeg-3.3.3/configure
+--- ffmpeg-3.3.3.orig/configure2017-07-29 19:49:29.0 +0200
 ffmpeg-3.3.3/configure 2017-08-15 13:21:28.782566614 +0200
+@@ -1875,6 +1875,7 @@ HEADERS_LIST="
+ machine_ioctl_meteor_h
+ malloc_h
+ opencv2_core_core_c_h
++openjpeg_2_2_openjpeg_h
+ openjpeg_2_1_openjpeg_h
+ openjpeg_2_0_openjpeg_h
+ openjpeg_1_5_openjpeg_h
+@@ -5805,7 +5806,9 @@ enabled libopencv && { check_hea
+  require opencv opencv2/core/core_c.h 
cvCreateImageHeader -lopencv_core -lopencv_imgproc; } ||
+require_pkg_config opencv opencv/cxcore.h 
cvCreateImageHeader; }
+ enabled libopenh264   && require_pkg_config openh264 wels/codec_api.h 
WelsGetCodecVersion
+-enabled libopenjpeg   && { { check_lib openjpeg-2.1/openjpeg.h 
opj_version -lopenjp2 -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } ||
++enabled libopenjpeg   && { { check_lib openjpeg-2.2/openjpeg.h 
opj_version -lopenjp2 -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } ||
++   check_lib openjpeg-2.2/openjpeg.h opj_version 
-lopenjp2 ||
++   { check_lib openjpeg-2.1/openjpeg.h 
opj_version -lopenjp2 -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } ||
+check_lib openjpeg-2.1/openjpeg.h opj_version 
-lopenjp2 ||
+{ check_lib openjpeg-2.0/openjpeg.h 
opj_version -lopenjp2 -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } ||
+{ check_lib openjpeg-1.5/openjpeg.h 
opj_version -lopenjpeg -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } ||
+diff -rupN ffmpeg-3.3.3.orig/libavcodec/libopenjpegdec.c 
ffmpeg-3.3.3/libavcodec/libopenjpegdec.c
+--- ffmpeg-3.3.3.orig/libavcodec/libopenjpegdec.c  2017-07-29 
19:49:30.0 +0200
 ffmpeg-3.3.3/libavcodec/libopenjpegdec.c   2017-08-15 13:21:28.869233484 
+0200
+@@ -34,7 +34,9 @@
+ #include "internal.h"
+ #include "thread.h"
+ 
+-#if HAVE_OPENJPEG_2_1_OPENJPEG_H
++#if HAVE_OPENJPEG_2_2_OPENJPEG_H
++#  include 
++#elif HAVE_OPENJPEG_2_1_OPENJPEG_H
+ #  include 
+ #elif HAVE_OPENJPEG_2_0_OPENJPEG_H
+ #  include 
+@@ -44,7 +46,7 @@
+ #  include 
+ #endif
+ 
+-#if HAVE_OPENJPEG_2_1_OPENJPEG_H || HAVE_OPENJPEG_2_0_OPENJPEG_H
++#if HAVE_OPENJPEG_2_2_OPENJPEG_H || HAVE_OPENJPEG_2_1_OPENJPEG_H || 
HAVE_OPENJPEG_2_0_OPENJPEG_H
+ #  define OPENJPEG_MAJOR_VERSION 2
+ #  define OPJ(x) OPJ_##x
+ #else
+@@ -429,7 +431,7 @@ static int libopenjpeg_decode_frame(AVCo
+ opj_stream_set_read_function(stream, stream_read);
+ opj_stream_set_skip_function(stream, stream_skip);
+ opj_stream_set_seek_function(stream, stream_seek);
+-#if HAVE_OPENJPEG_2_1_OPENJPEG_H
++#if HAVE_OPENJPEG_2_2_OPENJPEG_H || HAVE_OPENJPEG_2_1_OPENJPEG_H
+ opj_stream_set_user_data(stream, , NULL);
+ #elif HAVE_OPENJPEG_2_0_OPENJPEG_H
+ opj_stream_set_user_data(stream, );
+diff -rupN ffmpeg-3.3.3.orig/libavcodec/libopenjpegenc.c 
ffmpeg-3.3.3/libavcodec/libopenjpegenc.c
+--- ffmpeg-3.3.3.orig/libavcodec/libopenjpegenc.c  2017-07-29 
19:49:30.0 +0200
 

[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-08-06 Thread Maxime Gauduin
Date: Sunday, August 6, 2017 @ 19:46:46
  Author: alucryd
Revision: 301701

upgpkg: ffmpeg 1:3.3.3-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-06 18:37:20 UTC (rev 301700)
+++ PKGBUILD2017-08-06 19:46:46 UTC (rev 301701)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.3.2
-pkgrel=2
+pkgver=3.3.3
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
   'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('1998de1ab32616cbf2ff86efc3f1f26e76805ec5dc51e24c041c79edd8262785'
+sha256sums=('d2a9002cdc6b533b59728827186c044ad02ba64841f1b7cd6c21779875453a1e'
 'SKIP')
 
 build() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-07-14 Thread Maxime Gauduin
Date: Friday, July 14, 2017 @ 14:31:23
  Author: alucryd
Revision: 300551

upgpkg: ffmpeg 1:3.3.2-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-14 13:20:51 UTC (rev 300550)
+++ PKGBUILD2017-07-14 14:31:23 UTC (rev 300551)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.3.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
  'libass.so' 'libbluray.so' 'libfreetype.so' 'libvidstab.so'
  'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
  'libx264.so' 'libx265.so' 'libxvidcore.so')
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+makedepends=('ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-06-10 Thread Maxime Gauduin
Date: Sunday, June 11, 2017 @ 00:00:28
  Author: alucryd
Revision: 298589

upgpkg: ffmpeg 1:3.3.2-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-10 23:57:03 UTC (rev 298588)
+++ PKGBUILD2017-06-11 00:00:28 UTC (rev 298589)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.3.1
-pkgrel=9
+pkgver=3.3.2
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
   'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('b702a7fc656ac23e276b8c823a2f646e4e6f6309bb2788435a708e69bea98f2f'
+sha256sums=('1998de1ab32616cbf2ff86efc3f1f26e76805ec5dc51e24c041c79edd8262785'
 'SKIP')
 
 build() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-05-30 Thread Maxime Gauduin
Date: Tuesday, May 30, 2017 @ 16:44:51
  Author: alucryd
Revision: 296792

Relinquish netcdf to [community] so that it can have a maintainer

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-30 16:44:24 UTC (rev 296791)
+++ PKGBUILD2017-05-30 16:44:51 UTC (rev 296792)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.3.1
-pkgrel=8
+pkgrel=9
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
  'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
  'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
  'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
- 'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
- 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
+ 'libass.so' 'libbluray.so' 'libfreetype.so' 'libvidstab.so'
+ 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
  'libx264.so' 'libx265.so' 'libxvidcore.so')
 makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
@@ -73,7 +73,6 @@
 --enable-libx265 \
 --enable-libxcb \
 --enable-libxvid \
---enable-netcdf \
 --enable-shared \
 --enable-version3
 


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-05-19 Thread Maxime Gauduin
Date: Friday, May 19, 2017 @ 12:25:45
  Author: alucryd
Revision: 296287

upgpkg: ffmpeg 1:3.3.1-8

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 12:18:03 UTC (rev 296286)
+++ PKGBUILD2017-05-19 12:25:45 UTC (rev 296287)
@@ -6,7 +6,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.3
+pkgver=3.3.1
 pkgrel=8
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
@@ -28,7 +28,7 @@
   'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('599e7f7c017221c22011c4037b88bdcd1c47cd40c1e466838bc3c465f3e9569d'
+sha256sums=('b702a7fc656ac23e276b8c823a2f646e4e6f6309bb2788435a708e69bea98f2f'
 'SKIP')
 
 build() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-05-07 Thread Maxime Gauduin
Date: Sunday, May 7, 2017 @ 16:58:45
  Author: alucryd
Revision: 295435

ffmpeg 1:3.3-8: Depend on regular libx264.so again

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-07 16:25:58 UTC (rev 295434)
+++ PKGBUILD2017-05-07 16:58:45 UTC (rev 295435)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.3
-pkgrel=7
+pkgrel=8
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -16,11 +16,11 @@
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
  'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
  'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
- 'libwebp' 'libx11' 'libx264' 'libxcb' 'opencore-amr' 'openjpeg2'
- 'opus' 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
+ 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
  'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
  'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
- 'libx264-8bit.so' 'libx264-10bit.so' 'libx265.so' 'libxvidcore.so')
+ 'libx264.so' 'libx265.so' 'libxvidcore.so')
 makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-05-07 Thread Maxime Gauduin
Date: Sunday, May 7, 2017 @ 12:39:55
  Author: alucryd
Revision: 295419

upgpkg: ffmpeg 1:3.3-7

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-07 12:28:52 UTC (rev 295418)
+++ PKGBUILD2017-05-07 12:39:55 UTC (rev 295419)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.3
-pkgrel=6
+pkgrel=7
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -16,12 +16,12 @@
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
  'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
  'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
- 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
- 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libwebp' 'libx11' 'libx264' 'libxcb' 'opencore-amr' 'openjpeg2'
+ 'opus' 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
  'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
  'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
- 'libx265.so' 'libxvidcore.so')
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'libx264' 'yasm')
+ 'libx264-8bit.so' 'libx264-10bit.so' 'libx265.so' 'libxvidcore.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-05-07 Thread Maxime Gauduin
Date: Sunday, May 7, 2017 @ 11:40:37
  Author: alucryd
Revision: 295410

upgpkg: ffmpeg 1:3.3-6

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-07 11:31:44 UTC (rev 295409)
+++ PKGBUILD2017-05-07 11:40:37 UTC (rev 295410)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.3
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -20,8 +20,8 @@
  'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
  'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
  'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
- 'libx264.so' 'libx265.so' 'libxvidcore.so')
-makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+ 'libx265.so' 'libxvidcore.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'libx264' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-04-28 Thread Maxime Gauduin
Date: Friday, April 28, 2017 @ 19:33:00
  Author: alucryd
Revision: 295024

upgpkg: ffmpeg 1:3.3-5

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 19:29:15 UTC (rev 295023)
+++ PKGBUILD2017-04-28 19:33:00 UTC (rev 295024)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.3
-pkgrel=4
+pkgrel=5
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-04-28 Thread Maxime Gauduin
Date: Friday, April 28, 2017 @ 19:03:15
  Author: alucryd
Revision: 295018

upgpkg: ffmpeg 1:3.3-4

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-28 19:01:11 UTC (rev 295017)
+++ PKGBUILD2017-04-28 19:03:15 UTC (rev 295018)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.3
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-04-26 Thread Evangelos Foutras
Date: Thursday, April 27, 2017 @ 00:53:38
  Author: foutrelis
Revision: 294853

libwebp 0.6.0 / poppler 0.54.0 rebuild

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-27 00:51:51 UTC (rev 294852)
+++ PKGBUILD2017-04-27 00:53:38 UTC (rev 294853)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.3
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-04-26 Thread Maxime Gauduin
Date: Wednesday, April 26, 2017 @ 17:50:14
  Author: alucryd
Revision: 294776

x265 2.4 rebuild: ffmpeg 1:3.3-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 17:40:46 UTC (rev 294775)
+++ PKGBUILD2017-04-26 17:50:14 UTC (rev 294776)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-04-13 Thread Maxime Gauduin
Date: Thursday, April 13, 2017 @ 19:24:22
  Author: alucryd
Revision: 292713

upgpkg: ffmpeg 1:3.3-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-13 19:11:34 UTC (rev 292712)
+++ PKGBUILD2017-04-13 19:24:22 UTC (rev 292713)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.2.4
-pkgrel=2
+pkgver=3.3
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
   'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('6e38ff14f080c98b58cf5967573501b8cb586e3a173b591f3807d8f0660daf7a'
+sha256sums=('599e7f7c017221c22011c4037b88bdcd1c47cd40c1e466838bc3c465f3e9569d'
 'SKIP')
 
 build() {
@@ -71,11 +71,11 @@
 --enable-libwebp \
 --enable-libx264 \
 --enable-libx265 \
+--enable-libxcb \
 --enable-libxvid \
 --enable-netcdf \
 --enable-shared \
---enable-version3 \
---enable-x11grab
+--enable-version3
 
   make
   make tools/qt-faststart


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-03-26 Thread Maxime Gauduin
Date: Sunday, March 26, 2017 @ 14:06:02
  Author: alucryd
Revision: 291659

libass, libbluray, x265 rebuild: ffmpeg 1:3.2.4-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-26 13:50:16 UTC (rev 291658)
+++ PKGBUILD2017-03-26 14:06:02 UTC (rev 291659)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.2.4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-02-11 Thread Evangelos Foutras
Date: Sunday, February 12, 2017 @ 07:42:53
  Author: foutrelis
Revision: 288718

upgpkg: ffmpeg 1:3.2.4-1

New upstream release.

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 01:46:40 UTC (rev 288717)
+++ PKGBUILD2017-02-12 07:42:53 UTC (rev 288718)
@@ -6,7 +6,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
@@ -28,7 +28,7 @@
   'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('54ce502aca10b7e6059f19220ea2f68fa0c9c4c4d255ae13e615f08f0c94dcc5'
+sha256sums=('6e38ff14f080c98b58cf5967573501b8cb586e3a173b591f3807d8f0660daf7a'
 'SKIP')
 
 build() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2017-02-11 Thread Maxime Gauduin
Date: Saturday, February 11, 2017 @ 22:44:18
  Author: alucryd
Revision: 288713

upgpkg: ffmpeg 1:3.2.3-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 22:08:04 UTC (rev 288712)
+++ PKGBUILD2017-02-11 22:44:18 UTC (rev 288713)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
   'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('3f01bd1fe1a17a277f8c84869e5d9192b4b978cb660872aa2b54c3cc8a2fedfc'
+sha256sums=('54ce502aca10b7e6059f19220ea2f68fa0c9c4c4d255ae13e615f08f0c94dcc5'
 'SKIP')
 
 build() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-12-28 Thread Maxime Gauduin
Date: Wednesday, December 28, 2016 @ 10:02:26
  Author: alucryd
Revision: 284929

x265 2.2 rebuild: ffmpeg 1:3.2.2-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-28 09:36:34 UTC (rev 284928)
+++ PKGBUILD2016-12-28 10:02:26 UTC (rev 284929)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-12-06 Thread Maxime Gauduin
Date: Tuesday, December 6, 2016 @ 22:50:06
  Author: alucryd
Revision: 282893

upgpkg: ffmpeg 1:3.2.2-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-06 22:48:43 UTC (rev 282892)
+++ PKGBUILD2016-12-06 22:50:06 UTC (rev 282893)
@@ -6,7 +6,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
@@ -28,7 +28,7 @@
   'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('1ecf93da5d601e6fb3096c65cbe33fdaf042d690a3c50c4efadb0a9b74f2badf'
+sha256sums=('3f01bd1fe1a17a277f8c84869e5d9192b4b978cb660872aa2b54c3cc8a2fedfc'
 'SKIP')
 
 build() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-11-26 Thread Maxime Gauduin
Date: Saturday, November 26, 2016 @ 13:37:21
  Author: alucryd
Revision: 282037

upgpkg: ffmpeg 1:3.2.1-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 13:23:34 UTC (rev 282036)
+++ PKGBUILD2016-11-26 13:37:21 UTC (rev 282037)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.2
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
   'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('88f70c1b8cab108f494ecbab5ba302cdb35d59a84cea88008b5fe49be068d5da'
+sha256sums=('1ecf93da5d601e6fb3096c65cbe33fdaf042d690a3c50c4efadb0a9b74f2badf'
 'SKIP')
 
 build() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 16:36:28
  Author: alucryd
Revision: 279476

upgpkg: ffmpeg 1:3.2-2

Replace sdl with sdl2 and add more sodepends

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 16:11:21 UTC (rev 279475)
+++ PKGBUILD2016-10-30 16:36:28 UTC (rev 279476)
@@ -7,19 +7,20 @@
 
 pkgname=ffmpeg
 pkgver=3.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
 url='http://ffmpeg.org/'
 license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'jack'
- 'lame' 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
- 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
- 'opencore-amr' 'openjpeg2' 'opus' 'schroedinger' 'sdl' 'speex'
- 'v4l-utils' 'xvidcore' 'zlib'
- 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
- 'libx264.so' 'libx265.so' 'libnetcdf.so')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+ 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
+ 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
+ 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
+ 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
+ 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
+ 'libx264.so' 'libx265.so' 'libxvidcore.so')
 makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 16:11:06
  Author: alucryd
Revision: 279474

upgpkg: ffmpeg 1:3.2-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-30 11:11:27 UTC (rev 279473)
+++ PKGBUILD2016-10-30 16:11:06 UTC (rev 279474)
@@ -6,7 +6,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.1.5
+pkgver=3.2
 pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
@@ -16,7 +16,7 @@
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'jack'
  'lame' 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
  'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
- 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
+ 'opencore-amr' 'openjpeg2' 'opus' 'schroedinger' 'sdl' 'speex'
  'v4l-utils' 'xvidcore' 'zlib'
  'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
  'libx264.so' 'libx265.so' 'libnetcdf.so')
@@ -27,7 +27,7 @@
   'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('49cc3105f7891c5637f8fabb1b75ebb19c9b5123b311a3ccc6182aa35d58b89a'
+sha256sums=('88f70c1b8cab108f494ecbab5ba302cdb35d59a84cea88008b5fe49be068d5da'
 'SKIP')
 
 build() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-10-24 Thread Maxime Gauduin
Date: Monday, October 24, 2016 @ 06:28:07
  Author: alucryd
Revision: 279197

upgpkg: ffmpeg 1:3.1.5-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-24 06:04:36 UTC (rev 279196)
+++ PKGBUILD2016-10-24 06:28:07 UTC (rev 279197)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.1.4
-pkgrel=3
+pkgver=3.1.5
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
   'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('a80cb378dda5c9bbcdbd62a99bdec0e4eedbcb47f290e72845af4855c1146b5b'
+sha256sums=('49cc3105f7891c5637f8fabb1b75ebb19c9b5123b311a3ccc6182aa35d58b89a'
 'SKIP')
 
 build() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-10-20 Thread Bartłomiej Piotrowski
Date: Friday, October 21, 2016 @ 05:07:21
  Author: bpiotrowski
Revision: 279071

upgpkg: ffmpeg 1:3.1.4-3

rebuild against netcdf 4.4.1-2
switch netcdf dependency to libdep

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-21 05:00:40 UTC (rev 279070)
+++ PKGBUILD2016-10-21 05:07:21 UTC (rev 279071)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.1.4
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -16,10 +16,10 @@
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'jack'
  'lame' 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
  'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
- 'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
+ 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
  'v4l-utils' 'xvidcore' 'zlib'
  'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
- 'libx264.so' 'libx265.so')
+ 'libx264.so' 'libx265.so' 'libnetcdf.so')
 makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 14:56:07
  Author: alucryd
Revision: 277557

Use https and xz tarball

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 14:28:26 UTC (rev 277556)
+++ PKGBUILD2016-10-02 14:56:07 UTC (rev 277557)
@@ -25,9 +25,9 @@
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
   'libswscale.so')
-source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
+source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('7c99df75a4dc12d22c0f1ed11d0acf98cac1f8b5fe7a7434344b167f810bcbfa'
+sha256sums=('a80cb378dda5c9bbcdbd62a99bdec0e4eedbcb47f290e72845af4855c1146b5b'
 'SKIP')
 
 build() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 14:19:48
  Author: alucryd
Revision: 277553

upgpkg: ffmpeg 1:3.1.4-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 14:06:16 UTC (rev 277552)
+++ PKGBUILD2016-10-02 14:19:48 UTC (rev 277553)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.1.4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 14:06:00
  Author: alucryd
Revision: 277551

upgpkg: ffmpeg 1:3.1.4-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-02 14:05:07 UTC (rev 277550)
+++ PKGBUILD2016-10-02 14:06:00 UTC (rev 277551)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.1.3
-pkgrel=3
+pkgver=3.1.4
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
   'libswscale.so')
 source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('58bc89c65dd114d874efbf76f76368d03b5e407f0a3f42d5b40801c280968a38'
+sha256sums=('7c99df75a4dc12d22c0f1ed11d0acf98cac1f8b5fe7a7434344b167f810bcbfa'
 'SKIP')
 
 build() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-09-29 Thread Maxime Gauduin
Date: Thursday, September 29, 2016 @ 15:10:56
  Author: alucryd
Revision: 277276

x265 2.1 rebuild: ffmpeg 1:3.1.3-3

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-29 14:10:47 UTC (rev 277275)
+++ PKGBUILD2016-09-29 15:10:56 UTC (rev 277276)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.1.3
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-09-20 Thread Maxime Gauduin
Date: Tuesday, September 20, 2016 @ 12:09:51
  Author: alucryd
Revision: 276751

FS#50716: ffmpeg 1:3.1.3-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-20 12:03:49 UTC (rev 276750)
+++ PKGBUILD2016-09-20 12:09:51 UTC (rev 276751)
@@ -7,14 +7,14 @@
 
 pkgname=ffmpeg
 pkgver=3.1.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
 url='http://ffmpeg.org/'
 license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'lame'
- 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'jack'
+ 'lame' 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
  'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
  'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
  'v4l-utils' 'xvidcore' 'zlib'


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-08-27 Thread Maxime Gauduin
Date: Saturday, August 27, 2016 @ 12:20:04
  Author: alucryd
Revision: 274749

upgpkg: ffmpeg 1:3.1.3-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-27 05:57:56 UTC (rev 274748)
+++ PKGBUILD2016-08-27 12:20:04 UTC (rev 274749)
@@ -6,7 +6,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
@@ -27,7 +27,7 @@
   'libswscale.so')
 source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('62eb8d810b93c1ffc23739c0824a91eabfe5e7be81fab34ce740736a110b70f7'
+sha256sums=('58bc89c65dd114d874efbf76f76368d03b5e407f0a3f42d5b40801c280968a38'
 'SKIP')
 
 build() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-08-09 Thread Maxime Gauduin
Date: Tuesday, August 9, 2016 @ 06:20:27
  Author: alucryd
Revision: 273527

upgpkg: ffmpeg 1:3.1.2-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-09 04:12:31 UTC (rev 273526)
+++ PKGBUILD2016-08-09 06:20:27 UTC (rev 273527)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.1.1
-pkgrel=3
+pkgver=3.1.2
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
   'libswscale.so')
 source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('a5bca50a90a37b983eaa17c483a387189175f37ca678ae7e51d43e7610b4b3b4'
+sha256sums=('62eb8d810b93c1ffc23739c0824a91eabfe5e7be81fab34ce740736a110b70f7'
 'SKIP')
 
 build() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-07-23 Thread Maxime Gauduin
Date: Saturday, July 23, 2016 @ 08:29:53
  Author: alucryd
Revision: 272151

libvpx 1.6.0 rebuild: ffmpeg 1:3.1.1-3

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-23 08:21:53 UTC (rev 272150)
+++ PKGBUILD2016-07-23 08:29:53 UTC (rev 272151)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.1.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-07-19 Thread Maxime Gauduin
Date: Tuesday, July 19, 2016 @ 20:26:32
  Author: alucryd
Revision: 272017

x265 2.0 rebuild: ffmpeg 1:3.1.1-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-19 20:17:39 UTC (rev 272016)
+++ PKGBUILD2016-07-19 20:26:32 UTC (rev 272017)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-07-05 Thread Maxime Gauduin
Date: Tuesday, July 5, 2016 @ 17:28:57
  Author: alucryd
Revision: 271043

upgpkg: ffmpeg 1:3.1.1-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-05 16:34:33 UTC (rev 271042)
+++ PKGBUILD2016-07-05 17:28:57 UTC (rev 271043)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.1
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
   'libswscale.so')
 source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('2100fca81627e6cbe937fd6a071ae89277c02350538944b2b0c3c2cc71d9402a'
+sha256sums=('a5bca50a90a37b983eaa17c483a387189175f37ca678ae7e51d43e7610b4b3b4'
 'SKIP')
 
 build() {


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-07-03 Thread Maxime Gauduin
Date: Sunday, July 3, 2016 @ 18:46:50
  Author: alucryd
Revision: 270903

upgpkg: ffmpeg 1:3.1-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-03 18:40:17 UTC (rev 270902)
+++ PKGBUILD2016-07-03 18:46:50 UTC (rev 270903)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-07-03 Thread Maxime Gauduin
Date: Sunday, July 3, 2016 @ 18:40:17
  Author: alucryd
Revision: 270902

upgpkg: ffmpeg 1:3.1-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-03 18:21:58 UTC (rev 270901)
+++ PKGBUILD2016-07-03 18:40:17 UTC (rev 270902)
@@ -13,7 +13,7 @@
 arch=('i686' 'x86_64')
 url='http://ffmpeg.org/'
 license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'lame'
  'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
  'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
  'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
@@ -41,6 +41,7 @@
 --enable-avisynth \
 --enable-avresample \
 --enable-fontconfig \
+--enable-gmp \
 --enable-gnutls \
 --enable-gpl \
 --enable-ladspa \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-06-28 Thread Maxime Gauduin
Date: Tuesday, June 28, 2016 @ 10:58:08
  Author: alucryd
Revision: 270758

upgpkg: ffmpeg 1:3.1-1

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 10:50:25 UTC (rev 270757)
+++ PKGBUILD2016-06-28 10:58:08 UTC (rev 270758)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.1
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
  'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
  'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
  'v4l-utils' 'xvidcore' 'zlib'
- 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
- 'libvpx.so' 'libx264.so' 'libx265.so')
+ 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
+ 'libx264.so' 'libx265.so')
 makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
@@ -27,7 +27,7 @@
   'libswscale.so')
 source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('30e3c77c2f4c358ed087869455a7496cbd7753a5e1b98d20ba49c1004009fd36'
+sha256sums=('2100fca81627e6cbe937fd6a071ae89277c02350538944b2b0c3c2cc71d9402a'
 'SKIP')
 
 build() {
@@ -46,7 +46,6 @@
 --enable-ladspa \
 --enable-libass \
 --enable-libbluray \
---enable-libdcadec \
 --enable-libfreetype \
 --enable-libfribidi \
 --enable-libgsm \


[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

2016-05-06 Thread Maxime Gauduin
Date: Friday, May 6, 2016 @ 09:45:37
  Author: alucryd
Revision: 267009

FS#49217: ffmpeg 1:3.0.2-2

Modified:
  ffmpeg/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-06 06:56:35 UTC (rev 267008)
+++ PKGBUILD2016-05-06 07:45:37 UTC (rev 267009)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
  'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
  'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
- 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
+ 'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
  'v4l-utils' 'xvidcore' 'zlib'
  'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
  'libvpx.so' 'libx264.so' 'libx265.so')
@@ -71,6 +71,7 @@
 --enable-libx264 \
 --enable-libx265 \
 --enable-libxvid \
+--enable-netcdf \
 --enable-shared \
 --enable-version3 \
 --enable-x11grab


  1   2   3   >