[arch-commits] Commit in qtractor/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Fri Sep 2 21:40:21 UTC 2022
Date: Friday, September 2, 2022 @ 21:40:21
Author: dvzrv
Revision: 1291005
archrelease: copy trunk to community-x86_64
Added:
qtractor/repos/community-x86_64/PKGBUILD
(from rev 1291004, qtractor/trunk/PKGBUILD)
Deleted:
qtractor/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 21:40:09 UTC (rev 1291004)
+++ PKGBUILD 2022-09-02 21:40:21 UTC (rev 1291005)
@@ -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.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/"
-}
Copied: qtractor/repos/community-x86_64/PKGBUILD (from rev 1291004, qtractor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-02 21:40:21 UTC (rev 1291005)
@@ -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.28
+pkgrel=1
+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=('db63766bcfd5a744a532d68cbe6f3153f9dd02208bca5098b27cda1cbec694b2981b3eb6a7912324c07327c000087cb5f5ba46dccc96398d051e011ce563fc67')
+b2sums=('aa0d71732b9d214da22a97ca15d0c54eb61b7c35656f827bd0e39f5b55981b0c0d29645d5d3c4280ccba6aab971171615ef099f1cea1f3a8c381ac0dfffd2ca8')
+
+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