summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornathanielcwm2020-04-08 12:41:09 +0800
committernathanielcwm2020-04-08 12:41:09 +0800
commitd780bacf95d7d88e6ed0f64c4dffda33b5bc6a80 (patch)
tree66dfff5060270ce653f3f9291ac529005690948a
parent2b05d534b59ace5cedf9851d18aa4988f3582940 (diff)
downloadaur-d780bacf95d7d88e6ed0f64c4dffda33b5bc6a80.tar.gz
Add git version of svt-av1 as conflict
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 041e50f10f8d..df6a02b6d0c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-amd-full-git
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features for AMD; git version)
pkgver = 4.3.r97205.g3935c891e9
- pkgrel = 2
+ pkgrel = 4
url = https://www.ffmpeg.org/
arch = i686
arch = x86_64
@@ -128,6 +128,7 @@ pkgbase = ffmpeg-amd-full-git
provides = ffmpeg-git
conflicts = ffmpeg
conflicts = doxygen
+ conflicts = svt-av1-git
source = git+https://git.ffmpeg.org/ffmpeg.git
source = ffmpeg-full-git-add-svt-hevc-1.4.3.patch::https://raw.githubusercontent.com/OpenVisualCloud/SVT-HEVC/v1.4.3/ffmpeg_plugin/0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch
source = ffmpeg-full-git-add-svt-hevc-docs-1.4.3.patch::https://raw.githubusercontent.com/OpenVisualCloud/SVT-HEVC/v1.4.3/ffmpeg_plugin/0002-doc-Add-libsvt_hevc-encoder-docs.patch
diff --git a/PKGBUILD b/PKGBUILD
index 45067af97392..2066e40128e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _svt_vp9_ver='0.1.0'
pkgname=ffmpeg-amd-full-git
_srcname=ffmpeg
pkgver=4.3.r97205.g3935c891e9
-pkgrel=3
+pkgrel=4
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features for AMD; git version)'
arch=('i686' 'x86_64')
url='https://www.ffmpeg.org/'
@@ -46,7 +46,7 @@ makedepends=(
provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavutil.so' 'libpostproc.so' 'libavresample.so' 'libswscale.so'
'libswresample.so' 'ffmpeg' 'ffmpeg-full' 'ffmpeg-git')
-conflicts=('ffmpeg' 'doxygen')
+conflicts=('ffmpeg' 'doxygen' 'svt-av1-git')
source=('git+https://git.ffmpeg.org/ffmpeg.git'
"ffmpeg-full-git-add-svt-hevc-${_svt_hevc_ver}.patch"::"https://raw.githubusercontent.com/OpenVisualCloud/SVT-HEVC/v${_svt_hevc_ver}/ffmpeg_plugin/0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch"
"ffmpeg-full-git-add-svt-hevc-docs-${_svt_hevc_ver}.patch"::"https://raw.githubusercontent.com/OpenVisualCloud/SVT-HEVC/v${_svt_hevc_ver}/ffmpeg_plugin/0002-doc-Add-libsvt_hevc-encoder-docs.patch"