Package Details: bitwig-studio 5.2.7-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, Evergreen)
Last Packager: Evergreen
Votes: 114
Popularity: 0.63
First Submitted: 2016-03-28 16:43 (UTC)
Last Updated: 2024-11-22 04:50 (UTC)

Required by (85)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16

<deleted-account> commented on 2014-03-31 09:27 (UTC)

You can, just remove the 2 from jack2. It works fine this way, let's see what the maintainer thinks about it.

AsavarTzeth commented on 2014-03-31 09:23 (UTC)

I don't know what the official dependencies say, but shouldn't jack2 be set as optional? As the devs say: "JACK and ALSA? We currently support both, but recommend you use JACK." I interpret this as you can go with plain ALSA with or without pulse. JACK2 is not required for it to work, although you should seriously consider using it. This is critical to me since gstreamer defaults to jack and not jack2. I also use audacity and mplayer, which both use jack. Point being I cannot upgrade now because of conflicts.

itsizzy commented on 2014-03-30 16:00 (UTC)

mynis: To my knowledge you can do that, but i'm not sure if you have to put 'file://' in front of the path. The easiest way would probably be to just put the PKGBUILD in the same directory as the deb-file and run makepkg - it should see the file and use it instead of downloading it again.

mynis01 commented on 2014-03-30 12:45 (UTC)

I have the full version of bitwig and I'm trying to figure out the best way to install it in arch. At first I was going to try to just use the dpkg from the AUR, but then I stumbled accross this package and thought maybe it would be better to just use your pkgbuild. So, in order to make it search my local filesystem for the package instead of downloading it over the web, would I just change the line "source=("http://packs.bitwig.com/downloads/bitwig-studio-${pkgver}.deb")" to "source=("/location/in/filesystem/bitwig-studio-1.0.3.deb")"?

m0rph commented on 2014-03-29 06:43 (UTC)

There is a list of dependeces inside deb package. I think we can map most of these package names to ArchLinux package names. libcairo2, libxcb-icccm4, libxcb1, libxcb-randr0, libx11-xcb1, libxkbfile1, libxcursor1, libstdc++6, libc6, libgcc1, libpixman-1-0, libfontconfig1, libfreetype6, libpng12-0, libxcb-shm0, libxcb-render0, libx11-6, zlib1g, libxau6, libxdmcp6, libxfixes3, libexpat1, libxrender1, libx11-6, zlib1g, libjack-jackd2-0, xdg-utils, libav-tools, zenity

myrnehr commented on 2014-03-26 17:55 (UTC)

mkzero: cool, will do.

itsizzy commented on 2014-03-26 17:22 (UTC)

myrnehr: Thank you. I added the depend. I'm still trying to figure out all dependencies though, so if you find any other packages needed a clean, working version feel free to comment or open an issue on Github.

myrnehr commented on 2014-03-26 16:56 (UTC)

Also, UI dropdowns cause segfaults for me?

myrnehr commented on 2014-03-26 16:45 (UTC)

Add "xcb-util-wm" as a dep, as you get "java.lang.UnsatisfiedLinkError: /opt/bitwig-studio/bin/libx11-windowing-system.so: libxcb-icccm.so.4: cannot open shared object file: No such file or directory" without it.