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

David Runge dvzrv at archlinux.org
Tue Apr 27 14:02:52 UTC 2021


    Date: Tuesday, April 27, 2021 @ 14:02:52
  Author: dvzrv
Revision: 924800

upgpkg: muse 4.0.0-1: Upgrade to 4.0.0.

Remove gtk2 capabilities for LV2 plugins.

Modified:
  muse/trunk/PKGBUILD

----------+
 PKGBUILD |   31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-27 13:42:08 UTC (rev 924799)
+++ PKGBUILD	2021-04-27 14:02:52 UTC (rev 924800)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=muse
-pkgver=3.1.1
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
 pkgdesc="A digital audio workstation with support for both Audio and MIDI"
 arch=('x86_64')
 url="https://github.com/muse-sequencer/muse"
@@ -9,19 +9,18 @@
 license=('GPL2')
 groups=('pro-audio')
 depends=('gcc-libs' 'glibc' 'gtkmm' 'python-pyqt5' 'python-pyro' 'qt5-base' 'qt5-svg')
-makedepends=('alsa-lib' 'cmake' 'dssi' 'fluidsynth' 'glib2' 'gtk2' 'jack'
-'ladspa' 'liblo' 'liblrdf' 'libsamplerate' 'libsndfile' 'lilv' 'lv2'
-'qt5-tools' 'rtaudio' 'rubberband' 'serd')
+makedepends=('alsa-lib' 'cmake' 'dssi' 'fluidsynth' 'glib2' 'jack' 'ladspa'
+'liblo' 'liblrdf' 'libsamplerate' 'libsndfile' 'lilv' 'lv2' 'qt5-tools'
+'rtaudio' 'rubberband' 'serd')
 provides=('dssi-host' 'ladspa-host' 'lv2-host' 'vst-host')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/muse-sequencer/muse/archive/${pkgname}_${pkgver//./_}.tar.gz")
-sha512sums=('a452bef94fb722f9a02c9450e9eb82f5667f4df0593a4f6b7f490c7ed77d7d6d1fde35d1e81e5493838fde0d7cdfaff523bd747ed16999b32d2fdef724f0b16c')
-b2sums=('e3fd34be7c2b5ec7685fcd0b6fd4c0457042468465fc4d0ca7ce396a556d24112c1a20c4e5195c1152953d0db89ef84afadf1028ca795c3feca4bfc0a29897bf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/muse-sequencer/muse/archive/refs/tags/${pkgver}.tar.gz")
+sha512sums=('316d8afaa4412c1de3febd06f517245fcc0f380b78efab8a59041653c70828496e95f4ebd2e06ea080fb494c69ab73457e77264166be50b85abf093835d6c2d4')
+b2sums=('7b9fd19d5f9a5bf776d00f3c4695b7fb214de4e5be629c05edb82daa0113784b7cd42e2204ebca83fd7f6b82801a0bb9b815cc5618fa48d8d512a30af3e9b09f')
 
 prepare() {
-  mv -v "${pkgname}-${pkgname}_${pkgver//./_}" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
   # rename MusE-INSTALL_NAME to muse, because this reflects the package name
-  sed -e 's/muse-3.1/muse/g' -i "${pkgname}3/CMakeLists.txt"
+  sed -e 's/muse-4.0/muse/g' -i "src/CMakeLists.txt"
 }
 
 build() {
@@ -29,18 +28,18 @@
   cmake -D CMAKE_INSTALL_PREFIX=/usr \
         -D CMAKE_BUILD_TYPE='None' \
         -D ENABLE_PYTHON=ON \
+        -D ENABLE_LV2_GTK2=OFF \
         -Wno-dev \
         -B build \
-        -S muse3
+        -S src
   make VERBOSE=1 -C build
 }
 
 package() {
-  depends+=('libasound.so' 'libfluidsynth.so' 'libgdk-x11-2.0.so'
-  'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-x11-2.0.so'
-  'libinstpatch-1.0.so' 'libjack.so' 'liblilv-0.so' 'liblo.so' 'liblrdf.so'
-  'librtaudio.so' 'librubberband.so' 'libsamplerate.so' 'libsndfile.so'
-  'libserd-0.so')
+  depends+=('libasound.so' 'libfluidsynth.so' 'libglib-2.0.so'
+  'libgobject-2.0.so' 'libinstpatch-1.0.so' 'libjack.so' 'liblilv-0.so'
+  'liblo.so' 'liblrdf.so' 'librtaudio.so' 'librubberband.so' 'libsamplerate.so'
+  'libsndfile.so' 'libserd-0.so')
   cd "$pkgname-$pkgver"
   make DESTDIR="${pkgdir}" install -C build
 }



More information about the arch-commits mailing list