author | Antonio Rojas
<arojas@archlinux.org> 2023-09-12 13:20:55 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-09-12 13:20:55 UTC |
parent | 101d9d351dbfc020675555648adc5303030c32e6 |
PKGBUILD | +6 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index b91865a..76a74b0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgname=mlt pkgver=7.18.0 -pkgrel=3 +pkgrel=4 pkgdesc='An open source multimedia framework' arch=(x86_64) url='https://www.mltframework.org' @@ -41,18 +41,20 @@ source=(https://github.com/mltframework/mlt/releases/download/v$pkgver/mlt-$pkgv https://github.com/mltframework/mlt/commit/1d3669e6.patch https://github.com/mltframework/mlt/commit/2266e5c8.patch https://github.com/mltframework/mlt/commit/2df4fc8e.patch - https://github.com/mltframework/mlt/commit/b4943c55.patch) + https://github.com/mltframework/mlt/commit/b4943c55.patch + https://github.com/mltframework/mlt/commit/8a821cc5.patch) sha256sums=('9c57da14fbf3cb9c23b867b36f038aac7978c159ba0e8d8ac90e31c66878d115' '2162fe44964ff6946403510e2388ef0cb3dce4f2837b187aa6e83f7906a345a6' '574de79fa667cc0a46ed04374ad7438b8b926777b394a2cb0c26f8e40c5c9446' 'a7f3d8da9126b0b34a3df3334c7f6b93218eef0ed86fbbc6ec058e8bd0075a19' '3d2aa691ca10aeeb637a931503b744e35743a13e01beab33e2e725f0987628d9' '8496448b49ecd5de12ce694db8064bfbd8adc5eaf7cd67d89487e5d69899d67a' - 'f6b102329cf8439bad833aa40b5b8417805a5b8ee560cbf082fed013ecdfca13') + 'f6b102329cf8439bad833aa40b5b8417805a5b8ee560cbf082fed013ecdfca13' + '5ab536e019b704e5c9704a63d5867d98b0a700a6309e2965b78dd56697bfebb8') prepare() { # Fix crashes - for _patch in 52c5bde6 f7adc156 1d3669e6 2266e5c8 2df4fc8e b4943c55; do + for _patch in 52c5bde6 f7adc156 1d3669e6 2266e5c8 2df4fc8e b4943c55 8a821cc5; do patch -d $pkgname-$pkgver -p1 < $_patch.patch done }