[arch-commits] Commit in muse/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Apr 27 14:03:00 UTC 2021


    Date: Tuesday, April 27, 2021 @ 14:02:59
  Author: dvzrv
Revision: 924801

archrelease: copy trunk to community-x86_64

Added:
  muse/repos/community-x86_64/PKGBUILD
    (from rev 924800, muse/trunk/PKGBUILD)
Deleted:
  muse/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   91 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-27 14:02:52 UTC (rev 924800)
+++ PKGBUILD	2021-04-27 14:02:59 UTC (rev 924801)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=muse
-pkgver=3.1.1
-pkgrel=2
-pkgdesc="A digital audio workstation with support for both Audio and MIDI"
-arch=('x86_64')
-url="https://github.com/muse-sequencer/muse"
-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')
-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')
-
-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"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -D CMAKE_INSTALL_PREFIX=/usr \
-        -D CMAKE_BUILD_TYPE='None' \
-        -D ENABLE_PYTHON=ON \
-        -Wno-dev \
-        -B build \
-        -S muse3
-  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')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install -C build
-}

Copied: muse/repos/community-x86_64/PKGBUILD (from rev 924800, muse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-27 14:02:59 UTC (rev 924801)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=muse
+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"
+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' '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/refs/tags/${pkgver}.tar.gz")
+sha512sums=('316d8afaa4412c1de3febd06f517245fcc0f380b78efab8a59041653c70828496e95f4ebd2e06ea080fb494c69ab73457e77264166be50b85abf093835d6c2d4')
+b2sums=('7b9fd19d5f9a5bf776d00f3c4695b7fb214de4e5be629c05edb82daa0113784b7cd42e2204ebca83fd7f6b82801a0bb9b815cc5618fa48d8d512a30af3e9b09f')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # rename MusE-INSTALL_NAME to muse, because this reflects the package name
+  sed -e 's/muse-4.0/muse/g' -i "src/CMakeLists.txt"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  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 src
+  make VERBOSE=1 -C build
+}
+
+package() {
+  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