summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2020-09-17 14:37:08 +0000
committerDaniel Bermond2020-09-17 14:37:08 +0000
commita224acc3d9b2d35eee6100a60e3df5822d1845dd (patch)
tree70553e2efa2f05142e5683d178036b1f2026e62d
parent648f81cb387be250fba3b5c71fa9611ec36c3cdb (diff)
downloadaur-a224acc3d9b2d35eee6100a60e3df5822d1845dd.tar.gz
Disable rockchip mpp
Upstream repository for rockchip mpp is gone. It was at: https://github.com/rockchip-linux/mpp/ I could not find any upstream word about it. The Rockchip Wiki still points to this repository, without saying if it was really dropped or moved to another place. Due to this, new users now cannot build rockchip-mpp package. Disabling it so new users can build ffmpeg-full.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dc28c41178d..37e0bb622abe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
pkgver = 4.3.1
- pkgrel = 5
+ pkgrel = 6
url = https://www.ffmpeg.org/
arch = x86_64
license = custom: nonfree and unredistributable
@@ -114,7 +114,6 @@ pkgbase = ffmpeg-full
depends = xavs
depends = xavs2
depends = pocketsphinx
- depends = rockchip-mpp
provides = libavcodec.so
provides = libavdevice.so
provides = libavfilter.so
diff --git a/PKGBUILD b/PKGBUILD
index c48474f2a8d8..f92a0a020155 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _svt_vp9_ver='0.2.2'
pkgname=ffmpeg-full
pkgver=4.3.1
-pkgrel=5
+pkgrel=6
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)'
arch=('x86_64')
url='https://www.ffmpeg.org/'
@@ -30,7 +30,6 @@ depends=(
# AUR:
'chromaprint-fftw' 'davs2' 'flite1-patched' 'libklvanc-git' 'openh264'
'libopenmpt-svn' 'shine' 'vo-amrwbenc' 'xavs' 'xavs2' 'pocketsphinx'
- 'rockchip-mpp'
)
makedepends=(
# official repositories:
@@ -205,7 +204,7 @@ build() {
--enable-nvdec \
--enable-nvenc \
--enable-omx \
- --enable-rkmpp \
+ --disable-rkmpp \
--enable-v4l2-m2m \
--enable-vaapi \
--enable-vdpau