On Tue, Jun 26, 2012 at 09:42:37AM +0200, Landry Breuil wrote: > On Tue, Jun 26, 2012 at 12:51:35AM +0200, Pascal Stumpf wrote: > > On Mon, 25 Jun 2012 23:37:09 +0200, Landry Breuil wrote: > > > On Mon, Jun 25, 2012 at 07:43:35PM +0200, Pascal Stumpf wrote: > > > > OGMRip is an application and a set of libraries for ripping and > > > > encoding DVD into AVI, OGM, MP4, or Matroska files using a wide > > > > variety of codecs. It relies on mplayer, mencoder, ogmtools, > > > > mkvtoolnix, mp4box, oggenc, lame, and faac to perform its tasks. > > > > > > > > ok? > > > > > > > > > I think it lacks some @exec goos for gconf schemas, otherwise it reads > > > good at first sight. The patch could use a bit of explanations though.. > > > > Right, updated tarball attached. > > Hmm looking a bit more about it, x11/gnome installs > org.foo.bar.gschema.xml under glib-2.0/schemas while ogmrip installs a > plain .schema file which could be an old-style gconf schema instead of a > gsettings schema.. so smth might be weird. > Ah, famous last work, you can @comment all the .a/.la files in PLIST :)
So aja looked into it, it's indeed a gconf schema and not a gsettings schema. use devel/gconf2 module and fix configure_args so it installs in the right place (and fix goos accordingly). It seems to lack a build depends on gsed, and lib_depends could be simplified.. Landry
