[arch-commits] Commit in mlt/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Dec 19 21:45:53 UTC 2021
Date: Sunday, December 19, 2021 @ 21:45:52
Author: arojas
Revision: 432797
Update to 7.4.0
Modified:
mlt/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-19 21:36:14 UTC (rev 432796)
+++ PKGBUILD 2021-12-19 21:45:52 UTC (rev 432797)
@@ -7,8 +7,8 @@
# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
pkgname=mlt
-pkgver=7.2.0
-pkgrel=3
+pkgver=7.4.0
+pkgrel=1
pkgdesc='An open source multimedia framework'
arch=(x86_64)
url='https://www.mltframework.org'
@@ -34,15 +34,9 @@
'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
- https://github.com/mltframework/mlt/commit/17e34fd3.patch)
-sha256sums=('34b737fae61dabddf3ec64477298decb9b2076388ccbda7e50114996b268086d'
- 'b9392939c907251d2039fdb66450e29fbfb38c77b3626c618e94fea34c21a711')
+source=(https://github.com/mltframework/mlt/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('17c19843ffdbca66777aaadf39acb11829fd930eaded92f768cbcb8ae59a5f37')
-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