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

David Runge dvzrv at archlinux.org
Thu Dec 12 17:02:12 UTC 2019


    Date: Thursday, December 12, 2019 @ 17:02:11
  Author: dvzrv
Revision: 537408

archrelease: copy trunk to community-x86_64

Added:
  rosegarden/repos/community-x86_64/PKGBUILD
    (from rev 537407, rosegarden/trunk/PKGBUILD)
Deleted:
  rosegarden/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  105 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 50 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-12 17:02:00 UTC (rev 537407)
+++ PKGBUILD	2019-12-12 17:02:11 UTC (rev 537408)
@@ -1,55 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Robert Emil Berge <robert at rebi.no>
-
-pkgname=rosegarden
-pkgver=19.06
-pkgrel=1
-pkgdesc="MIDI/audio sequencer and notation editor"
-arch=('x86_64')
-url="https://www.rosegardenmusic.com/"
-license=('GPL2')
-groups=('pro-audio')
-depends=('desktop-file-utils' 'fftw' 'jack' 'liblrdf' 'liblo' 'lirc'
-'hicolor-icon-theme' 'qt5-base')
-makedepends=('cmake' 'dssi' 'imake' 'ladspa' 'qt5-tools')
-optdepends=('cups: Printing support'
-            'dssi-plugins: DSSI plugin support'
-            'evince: Print preview support'
-            'ladspa-plugins: LADSPA plugin support'
-            'lilypond: Notation display support'
-            'mupdf: Print preview support'
-            'okular: Print preview support'
-            'timidity++: Softsynth support'
-            'flac: FLAC support'
-            'wavpack: Lossless audio codec support')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('13eddd4ec88662f3275d83bf40471ca0a34d43b3c9c9f07cf46b891c74f087ec7fe0d4b8ffe8204f2f3a30829352f4d952bb035a5bd09a7b6bdeb41ff5d1e8d8')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  mkdir -p build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/build"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        ..
-  make
-}
-
-check() {
-  cd "${pkgname}-${pkgver}/build"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm 644 ../{AUTHORS,README}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rosegarden/repos/community-x86_64/PKGBUILD (from rev 537407, rosegarden/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-12 17:02:11 UTC (rev 537408)
@@ -0,0 +1,50 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Robert Emil Berge <robert at rebi.no>
+
+pkgname=rosegarden
+pkgver=19.12
+pkgrel=1
+pkgdesc="MIDI/audio sequencer and notation editor"
+arch=('x86_64')
+url="https://www.rosegardenmusic.com/"
+license=('GPL2')
+groups=('pro-audio')
+depends=('alsa-lib' 'desktop-file-utils' 'fftw' 'gcc-libs' 'glibc' 'libjack.so'
+'liblrdf.so' 'liblo.so' 'libsamplerate' 'libsndfile' 'lirc'
+'hicolor-icon-theme' 'qt5-base' 'zlib')
+makedepends=('cmake' 'dssi' 'imake' 'ladspa' 'qt5-tools')
+optdepends=('cups: Printing support'
+            'evince: Print preview support'
+            'lilypond: Notation display support'
+            'mupdf: Print preview support'
+            'okular: Print preview support'
+            'timidity++: Softsynth support'
+            'flac: FLAC support'
+            'wavpack: Lossless audio codec support')
+provides=('dssi-host' 'ladspa-host')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('22c45346b1a4d69f009e59091bdf5f5f68633241a48df7bd6ee73462cc281ee7182be3d48c3afc0843aa551145c203a8b881501891eb84b6d3f3def5f7650fc6')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -B build \
+        -S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make test -C build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install -C build
+  install -vDm 644 {AUTHORS,README} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list