2022-08-18 08:08:41 +00:00
|
|
|
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
|
|
|
|
# Contributor: Aleksej Komarov <stylemistake@gmail.com>
|
|
|
|
# Upstream: Bitwig GmbH <support@bitwig.com>
|
|
|
|
|
|
|
|
pkgname=bitwig-studio
|
2022-11-15 20:40:54 +00:00
|
|
|
pkgver=4.4.3
|
2022-08-18 08:08:41 +00:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc='Digital audio workstation for music production, remixing and live performance'
|
|
|
|
arch=('x86_64')
|
|
|
|
url='https://www.bitwig.com'
|
|
|
|
license=('custom:bitwig')
|
2022-09-26 07:01:27 +00:00
|
|
|
groups=('pro-audio')
|
2022-08-18 08:08:41 +00:00
|
|
|
depends=(
|
|
|
|
'gtk3'
|
|
|
|
'libxkbcommon-x11'
|
|
|
|
'xcb-util'
|
|
|
|
'xcb-util-wm'
|
|
|
|
)
|
|
|
|
optdepends=(
|
|
|
|
'alsa-lib: alsa audio backend'
|
|
|
|
'ffmpeg: mp3 support'
|
|
|
|
'jack: jack audio backend'
|
|
|
|
'pipewire: pipewire audio backend'
|
|
|
|
'pulseaudio: pulseaudio audio backend'
|
|
|
|
)
|
2022-09-26 07:01:27 +00:00
|
|
|
provides=('vst-host' 'vst3-host' 'clap-host')
|
2022-08-18 08:08:41 +00:00
|
|
|
options=('!strip')
|
|
|
|
source=("$pkgname-$pkgver.deb::https://downloads.bitwig.com/stable/$pkgver/$pkgname-$pkgver.deb")
|
2022-11-15 20:40:54 +00:00
|
|
|
sha512sums=('18ff2578c8e0887e592e7080df1c1a13d460c6c27cf2cd685822b1ce91405727a822e998dbffdec9d4e47fb665f63f152e2816043f106505668738ba2d42e5cb')
|
|
|
|
b2sums=('5f422473665d841d3a0a38907e2f58a1b680c764911c9ca67ba1cbc1211e37b57ba4da63a12c34593859b44f6475a859c31bddb1f0922238d911ae8e868c7f91')
|
2022-08-18 08:08:41 +00:00
|
|
|
|
|
|
|
package() {
|
|
|
|
bsdtar \
|
|
|
|
--extract \
|
|
|
|
--file data.tar.xz \
|
|
|
|
--directory "$pkgdir"
|
|
|
|
|
|
|
|
# license
|
|
|
|
install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$pkgdir/opt/$pkgname/EULA.txt"
|
|
|
|
}
|