diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-August/017963.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-August/017963.html | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-August/017963.html b/zarb-ml/mageia-dev/2012-August/017963.html new file mode 100644 index 000000000..66b1b5f05 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-August/017963.html @@ -0,0 +1,94 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] [packages-commits] [279280] enable opus support + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bpackages-commits%5D%20%5B279280%5D%20enable%20opus%20support&In-Reply-To=%3Calpine.LMD.2.02.1208061445490.6398%40zem.cjw.nep%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="017967.html"> + <LINK REL="Next" HREF="017965.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] [packages-commits] [279280] enable opus support</H1> + <B>Christiaan Welvaart</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bpackages-commits%5D%20%5B279280%5D%20enable%20opus%20support&In-Reply-To=%3Calpine.LMD.2.02.1208061445490.6398%40zem.cjw.nep%3E" + TITLE="[Mageia-dev] [packages-commits] [279280] enable opus support">cjw at daneel.dyndns.org + </A><BR> + <I>Mon Aug 6 14:57:27 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="017967.html">[Mageia-dev] distrib-coffee +</A></li> + <LI>Next message: <A HREF="017965.html">[Mageia-dev] Rebuild failed on x86_64 for @278007:evolution-exchange-3.5.2-2.mga3.src.rpm +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#17963">[ date ]</a> + <a href="thread.html#17963">[ thread ]</a> + <a href="subject.html#17963">[ subject ]</a> + <a href="author.html#17963">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Mon, 6 Aug 2012, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A> wrote: + +><i> Revision: 279280 +</I>><i> Author: tv +</I> +><i> Modified: cauldron/firefox-beta/current/SPECS/firefox-beta.spec +</I>><i> =================================================================== +</I>><i> --- cauldron/firefox-beta/current/SPECS/firefox-beta.spec 2012-08-06 11:46:36 UTC (rev 279279) +</I>><i> +++ cauldron/firefox-beta/current/SPECS/firefox-beta.spec 2012-08-06 11:49:09 UTC (rev 279280) +</I>><i> @@ -72,6 +72,7 @@ +</I>><i> BuildRequires: python-virtualenv +</I>><i> BuildRequires: gstreamer0.10-devel +</I>><i> BuildRequires: libgstreamer0.10-plugins-base-devel +</I>><i> +BuildRequires: pkgconfig(opus) +</I>><i> +</I>><i> Provides: webclient +</I>><i> #Requires: indexhtml +</I>><i> @@ -156,6 +157,7 @@ +</I>><i> ac_add_options --with-valgrind +</I>><i> ac_add_options --with-java-include-path=%{java_home}/include +</I>><i> ac_add_options --with-java-bin-path=%{java_home}/bin +</I>><i> +ac_add_options --enable-opus +</I>><i> EOF +</I>><i> +</I>><i> export LDFLAGS="%ldflags" +</I> +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 +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="017967.html">[Mageia-dev] distrib-coffee +</A></li> + <LI>Next message: <A HREF="017965.html">[Mageia-dev] Rebuild failed on x86_64 for @278007:evolution-exchange-3.5.2-2.mga3.src.rpm +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#17963">[ date ]</a> + <a href="thread.html#17963">[ thread ]</a> + <a href="subject.html#17963">[ subject ]</a> + <a href="author.html#17963">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |