# Maintainer: George Rawlinson # Contributor: Aleksej Komarov # Upstream: Bitwig GmbH pkgname=bitwig-studio pkgver=5.0.9 pkgrel=1 pkgdesc='Digital audio workstation for music production, remixing and live performance' arch=('x86_64') url='https://www.bitwig.com' license=('custom:bitwig') groups=('pro-audio') 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' ) provides=('vst-host' 'vst3-host' 'clap-host') options=('!strip') source=("$pkgname-$pkgver.deb::https://downloads.bitwig.com/stable/$pkgver/$pkgname-$pkgver.deb") sha512sums=('aa0ae597dffa24eb1171397bbdbf0a6912fc227514e904346a9a77bcfc7d1ecaffd454693855a00a8a75ed194b43b1c993e99e5bd31eeb3c04fff1d1ce9e8e8d') b2sums=('a0fb52102a5f730b032abfc3df9a688b9a422a7e8731f11f86515c4e7f40c40c3fe911790afa6f4de1149c445d1cfc1b5b233f1739ca03c56eb3535959ed9e4a') package() { bsdtar \ --extract \ --file data.tar.xz \ --directory "$pkgdir" # license install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$pkgdir/opt/$pkgname/EULA.txt" }