[arch-commits] Commit in lmms/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Thu Mar 14 11:37:37 UTC 2019
Date: Thursday, March 14, 2019 @ 11:37:36
Author: dvzrv
Revision: 440993
upgpkg: lmms 1.2.0rc8-2
Adding libsamplerate explicitely, as lmms requires it directly (FS#61836).
Modified:
lmms/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-14 11:20:21 UTC (rev 440992)
+++ PKGBUILD 2019-03-14 11:37:36 UTC (rev 440993)
@@ -7,14 +7,14 @@
_pkgver=1.2.0-rc8
pkgname=lmms
pkgver=${_pkgver/-}
-pkgrel=1
+pkgrel=2
pkgdesc='The Linux MultiMedia Studio'
arch=('x86_64')
url="https://lmms.io"
license=('GPL2')
groups=('pro-audio')
-depends=('fftw' 'fltk' 'fluidsynth' 'lame' 'libgig' 'qt5-x11extras' 'sdl'
-'stk')
+depends=('fftw' 'fltk' 'fluidsynth' 'lame' 'libgig' 'libsamplerate'
+'qt5-x11extras' 'sdl' 'stk')
makedepends=('carla' 'cmake' 'doxygen' 'extra-cmake-modules' 'freetype2' 'git'
'ladspa' 'qt5-tools' 'wine')
optdepends=('pulseaudio: pulseaudio support'
More information about the arch-commits
mailing list