mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/mlt to 6.20.0-4
This commit is contained in:
parent
9829c2d5b1
commit
efe06b2e86
1 changed files with 6 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
pkgname=mlt
|
||||
pkgver=6.20.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="An open source multimedia framework"
|
||||
arch=(x86_64)
|
||||
url="https://www.mltframework.org"
|
||||
|
@ -39,13 +39,16 @@ conflicts=(python-mlt)
|
|||
provides=(python-mlt)
|
||||
replaces=(python-mlt)
|
||||
source=($pkgname-$pkgver.tar.gz::"https://github.com/mltframework/mlt/archive/v$pkgver.tar.gz"
|
||||
mlt-opencv4.patch)
|
||||
mlt-opencv4.patch
|
||||
mlt-qt5.15.patch::"https://github.com/mltframework/mlt/commit/f58b44d7.patch")
|
||||
sha256sums=('ab211e27c06c0688f9cbe2d74dc0623624ef75ea4f94eea915cdc313196be2dd'
|
||||
'e770eaa39337cbbeb7d03357c11013e62ea355696023d1bd2d0fca6d1812b627')
|
||||
'e770eaa39337cbbeb7d03357c11013e62ea355696023d1bd2d0fca6d1812b627'
|
||||
'7bb659b08c776d81bc88a9aff3ed78553df23ea847ba31d7fbf7e0090f1f6dc3')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
patch -p1 -i ../mlt-opencv4.patch # Fix build with openCV 4
|
||||
patch -p1 -i ../mlt-qt5.15.patch # Fix build with Qt 5.15
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue