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

David Runge dvzrv at gemini.archlinux.org
Sun Sep 19 19:49:58 UTC 2021


    Date: Sunday, September 19, 2021 @ 19:49:58
  Author: dvzrv
Revision: 1017762

archrelease: copy trunk to community-x86_64

Added:
  drumstick/repos/community-x86_64/PKGBUILD
    (from rev 1017761, drumstick/trunk/PKGBUILD)
Deleted:
  drumstick/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-19 19:49:50 UTC (rev 1017761)
+++ PKGBUILD	2021-09-19 19:49:58 UTC (rev 1017762)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
-
-pkgname=drumstick
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('x86_64')
-url="https://drumstick.sourceforge.io/"
-license=('GPL2')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'cmake' 'doxygen' 'docbook-xsl' 'fluidsynth' 'graphviz'
-'libpulse' 'qt5-tools')
-provides=('libdrumstick-alsa.so' 'libdrumstick-file.so' 'libdrumstick-rt.so'
-'libdrumstick-widgets.so')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('52d95afe06293b8b2b08a30b418fa96267d702217028bf7194c7243eb973c84c7bc399fdf729e23c3f6b5f61da5df6cb1fcd438941ed30626715b4f2a1f2797e')
-b2sums=('34b01a7823033338cfafa1602b2fce3ee8baa107347a4f5115ab927f2dc3126c84a2790c7c77d6b7c63c9dcdefd0df1b8da60c3dece8640024f8564533633322')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE='None' \
-        -Wno-dev \
-        -B build \
-        -S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  # some tests fail due to insufficient system privileges, hence only run those
-  # that make sense in the build environment
-  # https://sourceforge.net/p/drumstick/bugs/24/
-  make test -C build/tests/fileTest1
-  make test -C build/tests/fileTest2
-}
-
-package() {
-  depends+=('libasound.so' 'libfluidsynth.so' 'libpulse.so' 'libpulse-simple.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install -C build
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
-    -vDm 644 {AUTHORS,ChangeLog,NEWS,readme.md,TODO}
-}

Copied: drumstick/repos/community-x86_64/PKGBUILD (from rev 1017761, drumstick/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-19 19:49:58 UTC (rev 1017762)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+pkgname=drumstick
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('x86_64')
+url="https://drumstick.sourceforge.io/"
+license=('GPL2')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'cmake' 'doxygen' 'docbook-xsl' 'fluidsynth' 'graphviz'
+'libpulse' 'qt5-tools')
+provides=('libdrumstick-alsa.so' 'libdrumstick-file.so' 'libdrumstick-rt.so'
+'libdrumstick-widgets.so')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('d6b1d7488e673f9d0e6652bb9d72f5f15eb2c2ce552ce802f2389970cec045a98ba4cf86b770376a857a476db5b7ec0f61a0467e82f749e0292fd097d5e316d6')
+b2sums=('f6940f84ba08dea1498e3b6770974f35e0b74d054ec42d06a66b52130d26b121114a4455a3dd57db07020901ba437af063f619956b4acfa5473ff98461f01fab')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE='None' \
+        -Wno-dev \
+        -B build \
+        -S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  # some tests fail due to insufficient system privileges, hence only run those
+  # that make sense in the build environment
+  # https://sourceforge.net/p/drumstick/bugs/24/
+  make test -C build/tests/fileTest1
+  make test -C build/tests/fileTest2
+}
+
+package() {
+  depends+=('libasound.so' 'libfluidsynth.so' 'libpulse.so' 'libpulse-simple.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install -C build
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+    -vDm 644 {AUTHORS,ChangeLog,NEWS,readme.md,TODO}
+}



More information about the arch-commits mailing list