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

David Runge dvzrv at archlinux.org
Mon Oct 21 10:17:09 UTC 2019


    Date: Monday, October 21, 2019 @ 10:17:09
  Author: dvzrv
Revision: 518058

upgpkg: lmms 1.2.1-1

Upgrading to 1.2.1. Adding all direct library dependencies.

Modified:
  lmms/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-21 08:54:13 UTC (rev 518057)
+++ PKGBUILD	2019-10-21 10:17:09 UTC (rev 518058)
@@ -1,4 +1,4 @@
-# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: David Runge <dvzrv at archlinux.org>
 # Contributor: Lukas Fleischer <lfleischer at archlinux.org>
 # Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
 # Contributor: Mateusz Herych <heniekk at gmail.com>
@@ -5,21 +5,23 @@
 # Contributor: Storyteller <spiralsorrow at hotmail.com>
 
 pkgname=lmms
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
 pkgdesc='The Linux MultiMedia Studio'
 arch=('x86_64')
 url="https://lmms.io"
 license=('GPL2')
 groups=('pro-audio')
-depends=('fftw' 'fltk' 'fluidsynth' 'lame' 'libgig' 'libsamplerate'
+depends=('alsa-lib' 'fftw' 'fltk' 'fluidsynth' 'gcc-libs' 'glibc' 'lame'
+'libgig.so' 'libogg' 'libportaudio.so' 'libpulse' 'libsamplerate' 'libsndfile'
+'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so' 'libx11' 'qt5-base'
 'qt5-x11extras' 'sdl' 'stk')
-makedepends=('carla' 'cmake' 'doxygen' 'extra-cmake-modules' 'freetype2' 'git'
+makedepends=('carla' 'cmake' 'doxygen' 'extra-cmake-modules' 'freetype2'
 'ladspa' 'qt5-tools' 'wine')
 optdepends=('pulseaudio: pulseaudio support'
             'wine: VST plugin support')
 source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}_${pkgver}.tar.xz")
-sha512sums=('7d3476fbcbda49d75efee4161f6478656e38a517b6a3b24740ea354e223fba51210f45ff74b46fd1ac73fc6e65409226088b12e29558c91eb818da58734ab6cf')
+sha512sums=('7054d1592fdea60d76423a0260e941c217f50d2db9c4fcc35df20c8b58067c431ed9b264ef05e9f3f2cba84ca66870d1bf23da92b294a00ac6d567e3d3e771d6')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -39,6 +41,7 @@
         -DCMAKE_PREFIX_PATH=/usr/include/wine/windows \
         -DWINE_INCLUDE_DIR=/usr/include/wine/windows \
         -DWINE_LIBRARY=/usr/lib32/wine \
+        -DOpenGL_GL_PREFERENCE=GLVND \
         ..
   make
 }



More information about the arch-commits mailing list