summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornathanielcwm2020-04-08 06:28:10 +0800
committernathanielcwm2020-04-08 06:28:10 +0800
commit46c8a15891c279c952f3f761f7734540c1a66209 (patch)
tree18037abb1fa7dea9d03df2e60f26582914aaefcd
parent177c0a129e762cc7dee8db60927b61ac22e24d00 (diff)
downloadaur-46c8a15891c279c952f3f761f7734540c1a66209.tar.gz
Fix Sphinxbase
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d47a5a87623d..041e50f10f8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = ffmpeg-amd-full-git
makedepends = clang
makedepends = decklink-sdk
makedepends = amf-headers-git
+ makedepends = texlive-latexextra
depends = alsa-lib
depends = bzip2
depends = frei0r-plugins
@@ -126,6 +127,7 @@ pkgbase = ffmpeg-amd-full-git
provides = ffmpeg-full
provides = ffmpeg-git
conflicts = ffmpeg
+ conflicts = doxygen
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
@@ -138,7 +140,6 @@ pkgbase = ffmpeg-amd-full-git
sha256sums = efbe348e0dad6b5f9fc501a34ff8304d82c2745ec9ac952e72f8549775c2fe78
sha256sums = 7690a4f6bdc4a57e35c7ff5b6e87f2fe6d056d452eff9e767eaccff41832f4d7
sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36
- makedepends_x86_64 = vmaf
pkgname = ffmpeg-amd-full-git
diff --git a/PKGBUILD b/PKGBUILD
index 0053cddf90a1..45067af97392 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=2
+pkgrel=3
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/'
@@ -39,15 +39,14 @@ makedepends=(
'git' 'nasm' 'opencl-headers' 'vulkan-headers' 'clang'
# AUR:
'decklink-sdk' 'amf-headers-git'
-)
-makedepends_x86_64=(
- # AUR:
- 'vmaf'
+
+ # Sphinxbase
+ 'texlive-latexextra'
)
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')
+conflicts=('ffmpeg' 'doxygen')
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"