Ruarí's thoughts

Subscribe to RSS feed

Posts tagged with "Dependencies"

If you are repackaging Opera for your distro, be careful not to over do the dependencies

, , , ...

I was recently looking around at Linux repositories that offer Opera and found one that listed kdelibs, qt, gtk+2, etc. as Opera dependencies. In fact Opera requires none of these to function!

Read more...

Package and dependency management shouldn't put you off Slackware

, , , ...

Since I have been running Slackware as my primary distro I've heard the occasional comment along the lines of, "Manual dependency management must be a real hassle" or worse, "How do you work without a package manager?". Rather than repeat my response ad nauseam individually to those asking such questions, I thought I would save myself the trouble and type up my thoughts once publicly, so that I could simply point them to this post. wink

Read more...

Problems installing Opera 11.51 on Debian 5.0 (Lenny) or Mepis 8

, , , ...

Edit: deb.opera.com has been updated with repackaged files that have corrected dependencies. My original post is included below for historical reasons.

A few users have reported problems with installing Opera 11.51 (or Opera Next 12.00 snapshots) on older Debian based distros due to the fact that our packages depend on versions of libfontconfig1 and libglib2 that are more recent than are available in the official repositories of those distros.

In fact Opera will actually run with slightly older versions of those libs. The problem arose because the packaging script we use picked up the versions of libfontconfig1 and libglib2 installed on the machine that built Opera and set those versions as dependencies.

In the future we will try to be more careful to set dependencies to better match the libs that are actually needed. In the mean time I have some work arounds for you.

Read more...

Installing Opera on ALT Linux

, , ,

Just a quick one. Some users have had trouble installing Opera on ALT Linux (a fairly popular Russian based Linux distro), after having downloaded the RPM file from our website. When they attempt to install they receive an error about missing dependencies, specifically: libgstautodetect.so, libgstogg.so, libgsttheora.so, libgstvorbis.so and libgstwavparse.so. These are the GStreamer files that Opera uses for HTML5 video support.

Read more...

Using video with Opera 10.50 and above on Linux/UNIX

, , , ...

For video to work in 10.50 (Evenes) on Linux/UNIX, you need the the GStreamer Multimedia Framework, the Base Plugins package and the main Good libraries. This ensures that the following are available on your system: libgstautodetect.so, libgstogg.so, libgsttheora.so, libgstvorbis.so, libgstwavparse.so.

On some distros there is one GStreamer Good package that contains everything and on others this is split into two packages, GStreamer Good (the main libraries) and GStreamer Good Plugins (the plugin libraries).

If you don't have these installed and are unsure exactly which packages will provide these libraries for your distro, you can use your distro's favoured method of searching for packages. Typically this will be search options within your package manager, but it may also be a dedicated wesbite. Generally you can install the GStreamer Good Plugins package and your package manager's dependency resolution will ensure you get any further packages you need. If you have a distro that splits "Good", you can be more selective and just install the main Good libraries, leaving out the Good plugins.

Read more...