On Mon, 6 Aug 2012, [email protected] wrote:
Revision: 279280
Author: tv
Modified: cauldron/firefox-beta/current/SPECS/firefox-beta.spec
===================================================================
--- cauldron/firefox-beta/current/SPECS/firefox-beta.spec 2012-08-06
11:46:36 UTC (rev 279279)
+++ cauldron/firefox-beta/current/SPECS/firefox-beta.spec 2012-08-06
11:49:09 UTC (rev 279280)
@@ -72,6 +72,7 @@
BuildRequires: python-virtualenv
BuildRequires: gstreamer0.10-devel
BuildRequires: libgstreamer0.10-plugins-base-devel
+BuildRequires: pkgconfig(opus)
Provides: webclient
#Requires: indexhtml
@@ -156,6 +157,7 @@
ac_add_options --with-valgrind
ac_add_options --with-java-include-path=%{java_home}/include
ac_add_options --with-java-bin-path=%{java_home}/bin
+ac_add_options --enable-opus
EOF
export LDFLAGS="%ldflags"
Mozilla source code comes with bundled ogg, vorbis, libopus and has no
support for using system libraries AFAICT. So the BuildRequires on opus is
currently not needed. But maybe someone can patch it to allow using the
packaged libraries (or find such a patch).
Christiaan