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

David Runge dvzrv at archlinux.org
Mon Feb 19 02:52:22 UTC 2018


    Date: Monday, February 19, 2018 @ 02:52:21
  Author: dvzrv
Revision: 296304

archrelease: copy trunk to community-x86_64

Added:
  rosegarden/repos/community-x86_64/PKGBUILD
    (from rev 296303, rosegarden/trunk/PKGBUILD)
Deleted:
  rosegarden/repos/community-x86_64/PKGBUILD
  rosegarden/repos/community-x86_64/rosegarden-gcc6.patch

-----------------------+
 PKGBUILD              |   87 ++++++++++++++++++++++--------------------------
 rosegarden-gcc6.patch |   13 -------
 2 files changed, 40 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-19 02:52:10 UTC (rev 296303)
+++ PKGBUILD	2018-02-19 02:52:21 UTC (rev 296304)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: 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.04
-_pkgver=17.04
-pkgrel=2
-pkgdesc="MIDI/audio sequencer and notation editor"
-arch=('x86_64')
-url="http://www.rosegardenmusic.com/"
-license=('GPL')
-depends=('liblrdf' 'dssi' 'fftw' 'lirc'
-         'hicolor-icon-theme' 'qt5-base' 'shared-mime-info' 'liblo>=0.28')
-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')
-[ "$CARCH" = "i686" ] && optdepends+=('dssi-vst: win32 VST support')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2")
-md5sums=('d3d80cc8e6eb3c7764a2905059acacce')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # qt4 compatibility (qt->qt5)
-  #LRELEASE=/usr/lib/qt4/bin/lrelease
-  #LUPDATE=/usr/lib/qt4/bin/lupdate
-
-  #export lrdf_CFLAGS LRELEASE LUPDATE
-
-  cmake -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rosegarden/repos/community-x86_64/PKGBUILD (from rev 296303, rosegarden/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-19 02:52:21 UTC (rev 296304)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: 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
+pkgrel=1
+pkgdesc="MIDI/audio sequencer and notation editor"
+arch=('x86_64')
+url="http://www.rosegardenmusic.com/"
+license=('GPL2')
+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=('109261e1a4153319eb8aea167a0fe4fdaff66c3464c0652dee30bf4a61d0bc1b4690f1885607af7dceffa34becb80596ee97e7eaa84aace573d54c92df588ea9')
+
+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:

Deleted: rosegarden-gcc6.patch
===================================================================
--- rosegarden-gcc6.patch	2018-02-19 02:52:10 UTC (rev 296303)
+++ rosegarden-gcc6.patch	2018-02-19 02:52:21 UTC (rev 296304)
@@ -1,13 +0,0 @@
-diff -Nurp rosegarden-16.02.orig/src/gui/dialogs/PitchBendSequenceDialog.cpp rosegarden-16.02.mod/src/gui/dialogs/PitchBendSequenceDialog.cpp
---- rosegarden-16.02.orig/src/gui/dialogs/PitchBendSequenceDialog.cpp	2016-02-29 13:18:01.000000000 +0100
-+++ rosegarden-16.02.mod/src/gui/dialogs/PitchBendSequenceDialog.cpp	2016-04-25 07:30:49.578374291 +0200
-@@ -919,7 +919,7 @@ PitchBendSequenceDialog::addStepwiseEven
-         {
-             const int rawStepSize = spinboxToControlDelta(m_stepSize);
-             if (rawStepSize == 0) { return; }
--            numSteps = abs(float(valueChange) / float(rawStepSize) + 0.5);
-+            numSteps = fabs(float(valueChange) / float(rawStepSize) + 0.5);
-             break;
-         }
-     }
-



More information about the arch-commits mailing list