diff options
author | nathanielcwm | 2020-04-09 00:22:50 +0800 |
---|---|---|
committer | nathanielcwm | 2020-04-09 00:22:50 +0800 |
commit | 0d70a55f985ed6af743466ea739397da034cdd7a (patch) | |
tree | 946211a5474c14efe2fbcbed5c6c4e65cd81003b /PKGBUILD | |
parent | d780bacf95d7d88e6ed0f64c4dffda33b5bc6a80 (diff) | |
download | aur-0d70a55f985ed6af743466ea739397da034cdd7a.tar.gz |
Remove doxygen from conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,8 +9,8 @@ _svt_vp9_ver='0.1.0' pkgname=ffmpeg-amd-full-git _srcname=ffmpeg -pkgver=4.3.r97205.g3935c891e9 -pkgrel=4 +pkgver=4.3.r97217.g99ebb033d2 +pkgrel=1 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' 'svt-av1-git') +conflicts=('ffmpeg' '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" |