You are not logged in.
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.8ben@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-rubyOffline
Some of the ruby bits can probably be installed via RubyGems, for example...
gem search foo
gem install fooLast edited by Slithery (2013-12-21 23:28:13)
Offline
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