You are not logged in.

#1 2013-12-21 16:48:55

hippieben
Member
Registered: 2013-10-27
Posts: 218

Help building Luz Studio from source - dependencies

I am trying to do some motion graphics work for a video project I'm working on, but am having trouble installing Luz Studio.  There's no AUR package, so I figure I'd grab the source from git and see what I can come up with.  However, I'm running into issues satisfying dependencies.  The INSTALL file calls for the packages I'm trying to sync below, but am not having any luck.  Anyone have any insight they can offer me?  I'm I going to have to build these packages from source as well?  Thanks.

ben@arch-desktop:~/AUR/luz$ sudo pacman -S ruby libgtk2-ruby librmagick-ruby libcario-ruby libsdl-ruby imagemagick libopengl-ruby1.8 libserialport-ruby1.8 libvte-ruby1.8 ffmpeg libgst-ruby1.8
[sudo] password for ben: 
error: target not found: libgtk2-ruby
error: target not found: librmagick-ruby
error: target not found: libcario-ruby
error: target not found: libsdl-ruby
warning: imagemagick-6.8.7.10-1 is up to date -- reinstalling
error: target not found: libopengl-ruby1.8
error: target not found: libserialport-ruby1.8
error: target not found: libvte-ruby1.8
warning: ffmpeg-1:2.1.1-2 is up to date -- reinstalling
error: target not found: libgst-ruby1.8
ben@arch-desktop:~/AUR/luz$ sudo pacman -S ruby libgtk2-ruby librmagick-ruby libcario-ruby libsdl-ruby imagemagick libopengl-ruby libserialport-ruby libvte-ruby ffmpeg libgst-ruby
error: target not found: libgtk2-ruby
error: target not found: librmagick-ruby
error: target not found: libcario-ruby
error: target not found: libsdl-ruby
warning: imagemagick-6.8.7.10-1 is up to date -- reinstalling
error: target not found: libopengl-ruby
error: target not found: libserialport-ruby
error: target not found: libvte-ruby
warning: ffmpeg-1:2.1.1-2 is up to date -- reinstalling
error: target not found: libgst-ruby

Offline

#2 2013-12-21 23:27:18

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Help building Luz Studio from source - dependencies

Some of the ruby bits can probably be installed via RubyGems, for example...

gem search foo
gem install foo

Last edited by Slithery (2013-12-21 23:28:13)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2013-12-22 00:50:08

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Help building Luz Studio from source - dependencies

A trivial pacman search would tell you that you should be installing ruby-foo, not foo-ruby e.g. ruby-gtk2, ruby-rmagick, ruby-cairo ...

Offline

Board footer

Powered by FluxBB