Nm... I adopted this package and updated it as per my previous comment. =)
Search Criteria
Package Details: ruby-gstreamer 2.2.4-1
Package Actions
| Package Base: | ruby-gstreamer |
|---|---|
| Description: | A Ruby binding for GStreamer |
| Upstream URL: | http://ruby-gnome2.sourceforge.jp |
| Category: | lib |
| Licenses: | |
| Submitter: | bender02 |
| Maintainer: | jamesan |
| Last Packager: | jamesan |
| Votes: | 30 |
| First Submitted: | 2009-06-20 15:12 |
| Last Updated: | 2015-01-25 00:10 |
Dependencies (4)
Required by (3)
Sources
Latest Comments
Comment by jamesan
Comment by jamesan
The latest upstream version is now 2.2.4 (we're at 2.0.2 at the moment) and this PKGBUILD is missing a make dependency on ruby-pkgconfig found in the official repos. With that makedepends, the --ignore-dependencies flag on the gem install command works.
I've an updated PKGBUILD that includes a few other tweaks in keeping with the current packaging guidelines. You can find the PKGBUILD and diff of changes here:
PKGBUIOLD => http://goo.gl/Kr85rq
Change diff => http://goo.gl/RmKmbQ
Comment by Dorian
Had the same issue as Ps0ke :
Removed --ignore-dependencies in PKGBUILD > package() > gem ....
Comment by GloW
Nevermind, it build allright, but cannot be loaded in ruby.
/usr/lib/ruby/2.1.0/rubygems/dependency.rb:298:in `to_specs': Could not find 'glib2' (= 2.0.2) among 11 total gem(s) (Gem::LoadError)
from /usr/lib/ruby/2.1.0/rubygems/specification.rb:1295:in `block in activate_dependencies'
from /usr/lib/ruby/2.1.0/rubygems/specification.rb:1284:in `each'
from /usr/lib/ruby/2.1.0/rubygems/specification.rb:1284:in `activate_dependencies'
from /usr/lib/ruby/2.1.0/rubygems/specification.rb:1266:in `activate'
from /usr/lib/ruby/2.1.0/rubygems.rb:196:in `rescue in try_activate'
from /usr/lib/ruby/2.1.0/rubygems.rb:193:in `try_activate'
from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:132:in `rescue in require'
from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in `require'
from test:2:in `<main>'
Comment by GloW
Removing and installing ruby-glib2 did the trick.
Comment by GloW
Fail tu build here, same error.
Comment by Ps0ke
Fails to build on my machine (with yaourt). Error log is here: http://pastie.org/9305852 the log file mentioned in the end contains: http://pastie.org/9305854
Comment by rekado
reverted PKGBUILD to build native extension instead of using the gem.
Comment by rekado
added missing dependency. Thanks sarnaud.
Anonymous comment
There is a missing makedepends on ruby-pkgconfig in the PKGBUILD.
Comment by rekado
updated to 1.0.0 version. Installing from gem now.
Comment by KaoDome
0.90.8 is the latest stable version upstream.