blob: 66b1b5f05fc2c7a6bde9b9bf14353b071d4b4901 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
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>
|