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

David Runge dvzrv at archlinux.org
Sat Jul 14 15:09:34 UTC 2018


    Date: Saturday, July 14, 2018 @ 15:09:34
  Author: dvzrv
Revision: 359152

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 55 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-14 15:09:26 UTC (rev 359151)
+++ PKGBUILD	2018-07-14 15:09:34 UTC (rev 359152)
@@ -1,41 +0,0 @@
-# $Id$
-# 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=17.12.1
-pkgrel=1
-pkgdesc="MIDI/audio sequencer and notation editor"
-arch=('x86_64')
-url="https://www.rosegardenmusic.com/"
-license=('GPL2')
-groups=('pro-audio')
-depends=('liblrdf' 'dssi' 'fftw' 'lirc'
-         'hicolor-icon-theme' 'qt5-base' 'shared-mime-info' 'liblo')
-makedepends=('imake' 'cmake' 'qt5-tools')
-optdepends=('lilypond: notation display'
-            'cups: printing support'
-            'okular: print preview, or any other PDF viewer'
-            'timidity++: MIDI playback, or any other softsynth'
-            'flac'
-            'wavpack')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('8bd4a464bbf2825d6c2fb8d36123e68d94de7f4e997c6ed8efc5670e87799781eb8251995890979c9d107d4fc58c636fe73e699c859c8e95aa567c4289958495')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm644 {AUTHORS,README}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rosegarden/repos/community-x86_64/PKGBUILD (from rev 359151, rosegarden/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-14 15:09:34 UTC (rev 359152)
@@ -0,0 +1,55 @@
+# $Id$
+# 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=18.06
+pkgrel=1
+pkgdesc="MIDI/audio sequencer and notation editor"
+arch=('x86_64')
+url="https://www.rosegardenmusic.com/"
+license=('GPL2')
+groups=('pro-audio')
+depends=('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=('7ab9c677484c1518457db21091bc612071556e9002c6132e0b4fa7aa5c970f45f130a1a68333a184de895f5912b4229b2bbbcf0f508d6cff1eaec6b7ac599ca9')
+
+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:



More information about the arch-commits mailing list