Difference between revisions of "Package:Bitwig Studio"

From Funtoo
Jump to navigation Jump to search
(fixed the repository and overlay properties)
(added install instructions)
Line 7: Line 7:
|Overlay=dstien-portage
|Overlay=dstien-portage
}}
}}
== Introduction ==
<tt>media-sound/bitwig-studio</tt> is a closed source audio production and performance software; which includes several virtual instruments, samples, clips and the means to use them in scenes and tracks.
It is possible to use it with <tt>media-sound/jack-audio-connection-kit</tt> and it is recommended by their staff.
== Preparing to install ==
We need to use the <tt>dstien-portage</tt> overlay; which is  not official. It is recommended to use Layman to install it.
=== Installing Layman ===
Please, follow these instructions: ''pending''
=== Adding the overlay ===
To add the overlay, just copy the <tt>dstien-portage.xml</tt> file into <tt>/etc/layman/overlays</tt> and we're done.
<console>
cd /etc/layman/overlays
curl -O https://raw.githubusercontent.com/dstien/dstien-portage/master/dstien-portage.xml
</console>
Then, just sync all the overlays:
<console>
layman -S
</console>
Now, we're ready to continue the installation.
== Installation ==
One thing to keep in mind before installing is if you want to use <tt>media-video/libav</tt> or <tt>media-video/ffmpeg</tt> for the audio rendering. Since <tt>media-sound/bitwig-studio</tt> is packaged, originally, for Ubuntu and the ebuild re-packages it for Funtoo, we assume they prefer <tt>media-video/libav</tt>. That said, <tt>media-video/ffmpeg</tt> the prefered application by our community. Feel free to use whichever you prefer.
If you are to use <tt>media-video/ffmpeg</tt>, please, remove libav from the USE flag of that package:
<console>
echo 'media-sound/bitwig-studio -libav' > /etc/portage/package.use/bitwig-studio
</console>
Installing <tt>media-sound/bitwig-studio</tt> is as easy as:
<console>
emerge bitwig-studio
</console>


[[Category:Ebuilds]]
[[Category:Ebuilds]]
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 07:36, December 9, 2014

Bitwig Studio

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.


Introduction

media-sound/bitwig-studio is a closed source audio production and performance software; which includes several virtual instruments, samples, clips and the means to use them in scenes and tracks.

It is possible to use it with media-sound/jack-audio-connection-kit and it is recommended by their staff.

Preparing to install

We need to use the dstien-portage overlay; which is not official. It is recommended to use Layman to install it.

Installing Layman

Please, follow these instructions: pending

Adding the overlay

To add the overlay, just copy the dstien-portage.xml file into /etc/layman/overlays and we're done.

cd /etc/layman/overlays
curl -O https://raw.githubusercontent.com/dstien/dstien-portage/master/dstien-portage.xml

Then, just sync all the overlays:

layman -S

Now, we're ready to continue the installation.

Installation

One thing to keep in mind before installing is if you want to use media-video/libav or media-video/ffmpeg for the audio rendering. Since media-sound/bitwig-studio is packaged, originally, for Ubuntu and the ebuild re-packages it for Funtoo, we assume they prefer media-video/libav. That said, media-video/ffmpeg the prefered application by our community. Feel free to use whichever you prefer.

If you are to use media-video/ffmpeg, please, remove libav from the USE flag of that package:

echo 'media-sound/bitwig-studio -libav' > /etc/portage/package.use/bitwig-studio

Installing media-sound/bitwig-studio is as easy as:

emerge bitwig-studio