Patch ffmpeg 5.0 compatibility

Contributed by AUR user @gruenfron
This commit is contained in:
Manuel 2022-06-14 00:35:20 +02:00
parent c942c5b8a8
commit 77f2b6a0c3
Signed by: Manuel
GPG key ID: 4085037435E1F07A
3 changed files with 62 additions and 4 deletions

View file

@ -1,21 +1,29 @@
# Maintainer: Manuel Hüsers <aur@huesers.de>
# Contributor: gruenfron <https://aur.archlinux.org/account/gruenfron>
# Contributor: Jose Riha <jose1711 gmail com>
# Contributor: archtux <antonio dot arias99999 at gmail dot com>
pkgname=bino
pkgver=1.6.8
pkgrel=1
pkgrel=2
pkgdesc='3D video player with multi-display support'
arch=('x86_64')
url='https://bino3d.org/'
license=('GPL3')
depends=('ffmpeg' 'freealut' 'freeglut' 'glewmx' 'libass' 'qt5-base')
optdepends=('lirc: infrared remote control')
source=(https://bino3d.org/releases/bino-${pkgver}.tar.xz{,.sig})
source=(https://bino3d.org/releases/bino-${pkgver}.tar.xz{,.sig}
ffmpeg4.4.patch)
sha512sums=('d8cf5be356add4ed3fb36673038b5ffd92d0dc840798cc616fa4b11fec221c7f114347dfc7cdb7a3a24c5599b56301cddc99f84d3862d8e874612960281319cc'
'SKIP')
'SKIP'
'd4768179c13079fb93a5e8c36a4228245ff04e1049a8186f942fe2d3e20a8d34b9064d140a1aaf4c5499405bb34e8924b3fffd0fabf2e1652b5a1c3cbb1d343a')
validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np1 -i '../ffmpeg4.4.patch'
}
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \