[arch-commits] Commit in mlt/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Nov 9 19:59:37 UTC 2021


    Date: Tuesday, November 9, 2021 @ 19:59:37
  Author: arojas
Revision: 427730

Fix underlinking in SDL module (FS#72680)

Modified:
  mlt/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-09 19:56:59 UTC (rev 427729)
+++ PKGBUILD	2021-11-09 19:59:37 UTC (rev 427730)
@@ -8,7 +8,7 @@
 
 pkgname=mlt
 pkgver=7.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An open source multimedia framework'
 arch=(x86_64)
 url='https://www.mltframework.org'
@@ -34,9 +34,15 @@
             'python: python bindings')
 makedepends=(cmake ladspa frei0r-plugins libdv sdl_image libsamplerate sox ffmpeg vid.stab qt5-svg
              jack libexif python swig movit eigen opencv rubberband gdk-pixbuf2 pango rtaudio imagemagick)
-source=(https://github.com/mltframework/mlt/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('34b737fae61dabddf3ec64477298decb9b2076388ccbda7e50114996b268086d')
+source=(https://github.com/mltframework/mlt/archive/v$pkgver/$pkgname-$pkgver.tar.gz
+        https://github.com/mltframework/mlt/commit/17e34fd3.patch)
+sha256sums=('34b737fae61dabddf3ec64477298decb9b2076388ccbda7e50114996b268086d'
+            'b9392939c907251d2039fdb66450e29fbfb38c77b3626c618e94fea34c21a711')
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < 17e34fd3.patch # Fix sdl module underlinking
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list