Difference between pages "Package:Bitwig Studio" and "Talk:Subarches"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (changed Layman's name for the ebuild canonical name.)
 
 
Line 1: Line 1:
{{Ebuild
{{Note|Editors: While this information is available in other places, such as Wikipedia, it often takes some time to study and cross-reference the various articles to get a good understanding of each type of sub-architecture, and this information generally isn't all collected neatly in one place. When possible, links to more detailed Wikipedia pages are provided. You are encouraged to help maintain this page as well as the Wikipedia articles referenced here.}}
|Summary=Music production and performance system
|CatPkg=media-sound/bitwig-studio
|Maintainer=Daniel Stien
|Homepage=http://bitwig.com/
|Repository=https://github.com/dstien/dstien-portage.git
|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.  
: because im about wrecked right now.... i think we should provide mirrors, causes was saying he was pulling @ 20k/s from build.funtoo.org [[User:Threesixes|Threesixes]] ([[User talk:Threesixes|talk]]) 12:11, January 11, 2015 (UTC)
 
http://ftp.osuosl.org/pub/funtoo/
== Preparing to install ==
We need to use the <tt>dstien-portage</tt> overlay; which is  not official. It is recommended to use <tt>app-portage/layman</tt> 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]]
{{EbuildFooter}}

Revision as of 12:11, January 11, 2015

   Note

Editors: While this information is available in other places, such as Wikipedia, it often takes some time to study and cross-reference the various articles to get a good understanding of each type of sub-architecture, and this information generally isn't all collected neatly in one place. When possible, links to more detailed Wikipedia pages are provided. You are encouraged to help maintain this page as well as the Wikipedia articles referenced here.


because im about wrecked right now.... i think we should provide mirrors, causes was saying he was pulling @ 20k/s from build.funtoo.org Threesixes (talk) 12:11, January 11, 2015 (UTC)

http://ftp.osuosl.org/pub/funtoo/