GNOME Bugzilla – Bug 724116
get rid of libcelt
Last modified: 2014-02-11 16:16:59 UTC
libcelt is unmaintained and it won't build on FreeBSD. Let's get rid of this mess.
Created attachment 268792 [details] [review] apps: clean up spice, drop celt, use opus Update to the latest release of spice-gtk, which (after much anticipation) supports opus instead of the long-unmaintained celt051. Drop spice-protocol as a dependency of spice-gtk since it is now rolled into the tarball upstream (via gitsubmodules). Drop spice-server as well because nothing in the entire moduleset actually uses it. Add a sysdep for opus.
Review of attachment 268792 [details] [review]: Sure, thanks for working on this, after the little comment please commit! ::: modulesets/gnome-sysdeps-3.12.modules @@ +829,3 @@ + <systemmodule id="opus"> + <pkg-config>opus</pkg-config> + <branch repo="system" version="0.28"/> change this to version 1.0 (available in debian stable, ubuntu quantal, fedora 19)
The problem is that pkg-config --version reports 0.28 regardless of the actual version of the installed package...
pkg-config --version output the versionversion of pkg-config itself. pkg-config --modversion is what you want to use :)
Hilarious. Thanks :)
Attachment 268792 [details] pushed as d4446a8 - apps: clean up spice, drop celt, use opus