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

David Runge dvzrv at gemini.archlinux.org
Sat Jul 9 10:16:15 UTC 2022


    Date: Saturday, July 9, 2022 @ 10:16:15
  Author: dvzrv
Revision: 1249088

archrelease: copy trunk to community-x86_64

Added:
  qtractor/repos/community-x86_64/PKGBUILD
    (from rev 1249087, qtractor/trunk/PKGBUILD)
Deleted:
  qtractor/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-09 10:16:07 UTC (rev 1249087)
+++ PKGBUILD	2022-07-09 10:16:15 UTC (rev 1249088)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Philipp Überbacher <hollunder at gmx dot at>
-
-pkgname=qtractor
-pkgver=0.9.26
-pkgrel=2
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=(x86_64)
-url="https://qtractor.sourceforge.io/"
-license=(GPL2)
-groups=(pro-audio)
-depends=(glibc gcc-libs hicolor-icon-theme libmad libxcb qt6-base qt6-svg zlib)
-makedepends=(alsa-lib aubio cmake dssi jack ladspa liblo libogg libsamplerate
-libsndfile libvorbis lilv lv2 qt6-tools rubberband suil vst3sdk)
-optdepends=(
-  'new-session-manager: for session management'
-  'qt6-wayland: for native wayland support'
-)
-provides=(dssi-host ladspa-host lv2-host vst-host vst3-host)
-# NOTE: debug package contains include files of vst3sdk
-# options=(debug)
-source=(https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('ca1a1cfcd7083bae83d26b0710cb7b884658176c060858f5f9fbc40a885a498731a544390be2a61f4f986d113ca112271eaf5c6218f6e3051b152dcae836b8d0')
-b2sums=('3e0febf185ad5818bec00c3b66cfdcf8e2ff89909f3934facf3e371283b840847111b3eb175bcc7f5e0a073f06b01554aa5f61a0add1c21588124858849a3cfa')
-
-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 libaubio.so libjack.so liblilv-0.so liblo.so libogg.so
-  librubberband.so libsamplerate.so libsndfile.so libvorbisenc.so
-  libvorbisfile.so libvorbis.so )
-
-  make DESTDIR="$pkgdir" install -C build
-  # docs
-  install -vDm 644 $pkgname-$pkgver/{README,README.VST} -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: qtractor/repos/community-x86_64/PKGBUILD (from rev 1249087, qtractor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-09 10:16:15 UTC (rev 1249088)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Philipp Überbacher <hollunder at gmx dot at>
+
+pkgname=qtractor
+pkgver=0.9.27
+pkgrel=2
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=(x86_64)
+url="https://qtractor.sourceforge.io/"
+license=(GPL2)
+groups=(pro-audio)
+depends=(glibc gcc-libs hicolor-icon-theme libmad libxcb qt6-base qt6-svg zlib)
+makedepends=(alsa-lib aubio cmake dssi jack ladspa liblo libogg libsamplerate
+libsndfile libvorbis lilv lv2 qt6-tools rubberband suil vst3sdk)
+optdepends=(
+  'new-session-manager: for session management'
+  'qt6-wayland: for native wayland support'
+)
+provides=(dssi-host ladspa-host lv2-host vst-host vst3-host)
+# NOTE: debug package contains include files of vst3sdk
+# options=(debug)
+source=(https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('2bcd4c5676fda58c7cf9ad9a9dcc139eda11c69b1c608812ff912ff63da56fbd0ba6b76828b326038365c9d84519bc752c54572e8edbf573e6cd0d068a17faf6')
+b2sums=('08b3a18d37eb700960e24741178079deb728f909f80fc00491abbe832c1d1966022ec6bd2c24469047b53b168a7e084a7d76da96e587afff78662f2f1c9b1d26')
+
+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 libaubio.so libjack.so liblilv-0.so liblo.so libogg.so
+  librubberband.so libsamplerate.so libsndfile.so libvorbisenc.so
+  libvorbisfile.so libvorbis.so )
+
+  make DESTDIR="$pkgdir" install -C build
+  # docs
+  install -vDm 644 $pkgname-$pkgver/{README,README.VST} -t "$pkgdir/usr/share/doc/$pkgname/"
+}



More information about the arch-commits mailing list