mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/ffmpeg-shinobi: undo accidental edit
This commit is contained in:
parent
fb035e10cf
commit
9efb8b4329
1 changed files with 3 additions and 5 deletions
|
@ -11,9 +11,9 @@ buildarch=28
|
|||
pkgname=ffmpeg-shinobi
|
||||
_pkgname=ffmpeg
|
||||
pkgver=4.3.2
|
||||
pkgrel=3
|
||||
pkgdesc='FFmpeg from the 4.3 release branch with hw accel decoding for use with Shinobi'
|
||||
arch=(aarch64 armv6h armv7h)
|
||||
pkgrel=2
|
||||
pkgdesc='FFmpeg from the 4.3 release branch for use with Shinobi'
|
||||
arch=(x86_64 aarch64 armv6h armv7h)
|
||||
url=https://ffmpeg.org/
|
||||
license=(GPL3)
|
||||
depends=(
|
||||
|
@ -111,7 +111,6 @@ _tag=f719f869907764e6412a6af6e178c46e5f915d25
|
|||
source=(
|
||||
git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
|
||||
vmaf-model-path.patch
|
||||
try.patch
|
||||
)
|
||||
sha256sums=(
|
||||
SKIP
|
||||
|
@ -127,7 +126,6 @@ pkgver() {
|
|||
prepare() {
|
||||
cd ffmpeg
|
||||
|
||||
[[ $CARCH == "armv7h" || $CARCH == "aarch64" ]] && patch -Np1 -i ../try.patch
|
||||
patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue