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

David Runge dvzrv at gemini.archlinux.org
Mon Apr 4 09:35:24 UTC 2022


    Date: Monday, April 4, 2022 @ 09:35:24
  Author: dvzrv
Revision: 1181238

archrelease: copy trunk to community-x86_64

Added:
  qmidinet/repos/community-x86_64/PKGBUILD
    (from rev 1181237, qmidinet/trunk/PKGBUILD)
Deleted:
  qmidinet/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-04 09:35:02 UTC (rev 1181237)
+++ PKGBUILD	2022-04-04 09:35:24 UTC (rev 1181238)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=qmidinet
-pkgver=0.9.5
-pkgrel=1
-pkgdesc="A MIDI Network Gateway via UDP/IP Multicast"
-arch=(x86_64)
-url="https://qmidinet.sourceforge.io"
-license=(GPL2)
-groups=(pro-audio)
-depends=(gcc-libs glibc hicolor-icon-theme qt6-base)
-makedepends=(alsa-lib cmake jack2 qt6-tools)
-optdepends=('qt6-wayland: for native wayland support')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('83f9bb1a66f9c23bd59b874442424f5c60babcf9086baad12d383c8a0839f46e0bacf07fb03844c877e55d622923f623b09c3ebe532cdc36f4b244e2ee7d58cd')
-b2sums=('fc2e0a795780ebad123c9eb31934e37d72feb35d9479f2a3e16a02a00cb7f20af385567339d34727a56b79ac2da14a9dc1726c7882be6e9ca4112aeb0948f20d')
-
-build() {
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE=None \
-        -DCONFIG_QT6=ON \
-        -Wno-dev \
-        -B build \
-        -S "${pkgname}-${pkgver}"
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=(libasound.so libjack.so)
-
-  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
-  install -vDm 644 "${pkgname}-${pkgver}/"{ChangeLog,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: qmidinet/repos/community-x86_64/PKGBUILD (from rev 1181237, qmidinet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-04 09:35:24 UTC (rev 1181238)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=qmidinet
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="A MIDI Network Gateway via UDP/IP Multicast"
+arch=(x86_64)
+url="https://qmidinet.sourceforge.io"
+license=(GPL2)
+groups=(pro-audio)
+depends=(gcc-libs glibc hicolor-icon-theme qt6-base)
+makedepends=(alsa-lib cmake jack2 qt6-tools)
+optdepends=('qt6-wayland: for native wayland support')
+options=(debug)
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('8479ea1f37c91125c0d8eebc8319800ba45666b8824a4dedb0b7158ed05fd8c2194ef8ed4c8bd8bfce85213e3bc8d187619ee5016d8c827af70b8a32ad47c72f')
+b2sums=('79bf59f4db79e23f19d80813025169549bce1fbec4c8889eefbe4b2991c0c4bc55dc94425409426275da00aac992576d43f30c5520033358f83d9ce104a064ff')
+
+build() {
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=None \
+        -DCONFIG_QT6=ON \
+        -Wno-dev \
+        -B build \
+        -S $pkgname-$pkgver
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=(libasound.so libjack.so)
+
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+  install -vDm 644 $pkgname-$pkgver/{ChangeLog,README} -t "$pkgdir/usr/share/doc/$pkgname"
+}



More information about the arch-commits mailing list