Skip to content
Snippets Groups Projects
Verified Commit 945df543 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

upgpkg: 7.18.0-4: Fix another crash (FS#79669)

parent 101d9d35
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment