summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorboogie2023-03-03 21:47:51 +0100
committerboogie2023-03-03 21:47:51 +0100
commit8ec8be0772f31ceba2678b62eedb74a3931d04e0 (patch)
tree07fee690bf95c4bc05ec5ea44c012236173e5335
parent955196b248e1ff49b27a192cbdc88f3bf486e402 (diff)
downloadaur-8ec8be0772f31ceba2678b62eedb74a3931d04e0.tar.gz
remove specific version dependency for libvpx
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdec917db434..5bf5b26d8773 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-mpp
pkgdesc = Complete solution to record, convert and stream audio and video supporting rockchip MPP hardware decoder
pkgver = 5.1.2
- pkgrel = 7
+ pkgrel = 8
epoch = 2
url = https://ffmpeg.org/
arch = aarch64
@@ -48,7 +48,6 @@ pkgbase = ffmpeg-mpp
depends = libvidstab.so
depends = libvorbisenc.so
depends = libvorbis.so
- depends = libvpx.so
depends = libwebp
depends = libx11
depends = libx264.so
diff --git a/PKGBUILD b/PKGBUILD
index 134c57646189..b1b86f85c258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@
pkgname=ffmpeg-mpp
pkgver=5.1.2
-pkgrel=7
+pkgrel=8
epoch=2
pkgdesc='Complete solution to record, convert and stream audio and video supporting rockchip MPP hardware decoder'
arch=(aarch64 arm7f)
@@ -60,7 +60,6 @@ depends=(
libvidstab.so
libvorbisenc.so
libvorbis.so
- libvpx.so
libwebp
libx11
libx264.so