For those that might be newbies like me I would like to tell you that when I had a problem executing Rubyripper (rr_gui) because of a message that said ruby-gtk2 couldn't be found even though it was installed I solved it by executing:
export PATH="$PATH:/home/YOURUSERNAME/.gem/ruby/2.2.0/bin"
Search Criteria
Package Details: rubyripper-git 327-2
Package Actions
| Package Base: | rubyripper-git |
|---|---|
| Description: | Secure audiodisc ripper |
| Upstream URL: | http://code.google.com/p/rubyripper/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | Wintershade |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 30 |
| First Submitted: | 2009-07-30 07:35 |
| Last Updated: | 2013-04-27 18:38 |
Latest Comments
Comment by punkrockdude
Comment by peplin
Heads up to anyone running into problems with rubyripper - I just noticed the project's maintainer abandoned it back in March (https://code.google.com/p/rubyripper/). I'm using morituri (https://www.archlinux.org/packages/community/any/morituri/) as a replacement.
Comment by Pank
Here's an experimental PKGBUILD for the master branch (where configure isn't working yet):
http://ix.io/9Ip
Comment by alucryd
I don't have time to take care of this any longer, plus I don't think I'll be ripping any cd anyime soon. Disowning.
Comment by alucryd
famerdave: this has been fixed in master, but cannot be applied as is in the stable branch as rubyripper's code has been refactored quite a bit. There are 2 possibilities, either manually compile the master branch (or rewrite the configure file because it is unusable), or backport the commit. Unfortunately I don't have time to do either atm, feel free to look into it if you can.
Comment by farmerdave
I'm getting a problem with cds that have Unicode character similar to here:
https://code.google.com/p/rubyripper/issues/detail?id=565
Comment by alucryd
Thx for the report boenki! I have adopted rubyripper in [community] and will update it tomorrow after I've pushed ruby-iconv there.
Comment by boenki
Yes! rubyripper (from the repos) now works with your soloution!
I also opened a bug for this issue https://bugs.archlinux.org/task/34998
Comment by alucryd
Nordlicht: Hmm, I can't test right now (don't have an optical drive available), but it seems it needs iconv. I have uploaded a ruby-iconv and updated this PKGBUILD. Can you try now?
Comment by Nordlicht
Builts fine, but crashes when trying to rip with lame:
/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require': cannot load such file -- iconv (LoadError)
from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require'
from /usr/lib/ruby/vendor_ruby/2.0.0/rr_lib.rb:2466:in `mp3'
from /usr/lib/ruby/vendor_ruby/2.0.0/rr_lib.rb:2338:in `doMp3'
from /usr/lib/ruby/vendor_ruby/2.0.0/rr_lib.rb:2235:in `encodeTrack'
from /usr/lib/ruby/vendor_ruby/2.0.0/rr_lib.rb:2197:in `block (2 levels) in startEncoding'