You are not logged in.
The PKGBUILD for totem-devel that I put on the AUR worked fine with Totem 1.1.3, but with 1.1.4, the mozilla plugin isn't compiled. No errors, no aborted builds, nada... The libtotem-mozilla.* files simply are not generated, so no plugin. :x
Any help would be appreciated...
Offline
Check
$startdir/src/totem-1.1.4/src/Makefile
The sections about the plugin are commented. You'll probably need to get them uncommented (patch ?) to get plugins to compile/install. You seem to be sending the right option (--enable-mozilla) to configure script. Weird :?
Offline
Maybe I could use sed to uncomment them?
(Gack... I'm no good with sed. :oops: )
Offline
Maybe I could use sed to uncomment them?
(Gack... I'm no good with sed. :oops: )
just find the extact line and insert it like this:
grep #whatever_keywords_in_the_line '$startdir/src/totem-1.1.4/src/Makefile' |sed -e 's|#||g' -i "$startdir/src/totem-1.1.4/src/Makefile"
or
sed -e 's|#entire_line|entire_line|g' -i "$startdir/src/totem-1.1.4/src/Makefile"
Offline
Umm, there is no Makefile in either the tar.bz2 or tar.gz, only Makefile.am and Makefile.in. Neither Makefile.am or Makefile.in contains anything about the mozilla plugin that is commented out, or anything that is commented out other than comments for that matter.
Offline
Totem 1.1.4 requires dbus 0.35 to build the mozilla plugin.
Offline
Okay, thanks... how's the situate with dbus 0.35.2 with regards to stability?
Offline
DBus 0.35.2 works just fine. Totem plugin doesn't work however, seems you need gst-ffmpeg 0.8.6, while we have 0.8.5.
Offline
So the Mozilla plugin won't compile with Xine now? That is really dumb... the majority of streaming video on the web simply isn't supported by ffmpeg.
Offline
Ah, I was talking about the gstreamer backend for the mozilla plugin.
Offline
Yep, gotcha. No idea why anyone would want to use the plugin with GStreamer, since almost *all* the formats supported by the plugin (Quicktime, Real, and most Windows Media) are not supported by ffmpeg.
Offline
ffmpeg is mainly used for colorspace conversions and more of those things. Also, the ffmpeg used in GStreamer is a fork of the normal ffmpeg, so the support of fileformats in ffmpeg itself doesn't say a thing about the ffmpeg filesupport in GStreamer.
Offline