Package Details: bitwig-studio 5.1.8-1

Git Clone URL: https://aur.archlinux.org/bitwig-studio.git (read-only, click to copy)
Package Base: bitwig-studio
Description: Digital audio workstation for music production, remixing and live performance
Upstream URL: https://www.bitwig.com/
Keywords: audio daw multimedia music
Licenses: custom
Conflicts: bitwig-8-track, bitwig-studio-legacy
Provides: clap-host, vst-host, vst3-host
Submitter: stylemistake
Maintainer: stylemistake (smoothny, EvergreenTree)
Last Packager: smoothny
Votes: 114
Popularity: 2.11
First Submitted: 2016-03-28 16:43 (UTC)
Last Updated: 2024-04-25 16:08 (UTC)

Required by (62)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 16 Next › Last »

alcomatt commented on 2024-05-02 07:08 (UTC)

5.1.8 was always a bit off, it appeared before 5.1.8 was officially released and would not run after install. It probably was never updated since initial release. You can go to your ~/.cache/yay/bitwig-studio folder, edit PKGBUILD file to correct the checksum and then issue makepkg to get your shiny 5.1.8 you can then install using pacman -U <pkgfilename>

TheEgg commented on 2024-05-02 07:04 (UTC) (edited on 2024-05-02 07:08 (UTC) by TheEgg)

Is the sha256sum incorrect for 5.1.8? I'm getting validity check errors with paru (although it installs with yay).

khughitt commented on 2024-04-10 18:28 (UTC)

Yea. Not sure where "5.1.8" came from, but resulting Bitwig install runs into errors during activation; 5.1.7 works.

mjr commented on 2024-04-10 16:30 (UTC) (edited on 2024-04-10 16:31 (UTC) by mjr)

I don't think Bitwig 5.1.8 has been released yet? The URL used by this package doesn't work and there's no sign of it on the Bitwig website. Even version 5.1.7 is still "pre-release" (so this package probably shouldn't have updated to that either)

Kallistisoft commented on 2023-12-07 08:34 (UTC)

Could you please add the bitwig beta package 'bitwig-studio-earlyaccess' to the list of conflicts. Thank you :)

Gimmeapill commented on 2023-09-16 07:24 (UTC)

Thanks for the quick updates. I also have a few pkgbuilds in dire need of an update as well :-)

EvergreenTree commented on 2023-09-16 01:12 (UTC)

Updated the provides list with the suggested changes. Thank you for the reminder and apologies for not getting to it sooner.

Gimmeapill commented on 2023-09-15 18:53 (UTC)

+1 for updating the provides array: provides=(clap-host vst-host vst3-host)

This is in line with the current packaging practices for audio software in Arch. Having only Bitwig and a few packaged vst plugins means that another host has to be installed to satisfy the *-host dependencies. Ex: https://archlinux.org/packages/extra/x86_64/dexed-vst3/

It is also not necessary anymore to have bitwig-studio listed: https://wiki.archlinux.org/title/Arch_package_guidelines#Package_relations

"Do not add $pkgname to PKGBUILD#provides, as it is always implicitly provided by the package."

AYANE-69 commented on 2023-07-31 12:37 (UTC) (edited on 2023-07-31 12:40 (UTC) by AYANE-69)

This package needs provides=( clap-host vst-host vst3-host ) to prevent installing clap and vst plugins from trying to forcibly install other hosts.

alcomatt commented on 2023-04-12 11:27 (UTC) (edited on 2023-04-12 11:43 (UTC) by alcomatt)

You could download the PKGBUILD file and edit it (and update the checksums) then use it to build a new package using makepkg. This is what I've done and it worked absolutely fine. I've used the bitwig-studio-beta PKGFILE though to have it installed side by side.