blob: d9e957aa3cb8467998ed4da39a7ccd5a9a6be455 (
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Update of mesa to git version
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Update%20of%20mesa%20to%20git%20version&In-Reply-To=%3C4E024B2F.80800%40laposte.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="005923.html">
<LINK REL="Next" HREF="005929.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Update of mesa to git version</H1>
<B>Philippe DIDIER</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Update%20of%20mesa%20to%20git%20version&In-Reply-To=%3C4E024B2F.80800%40laposte.net%3E"
TITLE="[Mageia-dev] Update of mesa to git version">philippedidier at laposte.net
</A><BR>
<I>Wed Jun 22 22:06:07 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="005923.html">[Mageia-dev] Tonight's meeting
</A></li>
<LI>Next message: <A HREF="005929.html">[Mageia-dev] [RPM] cauldron tainted/release transcode-1.1.5-5.mga2.tainted
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5927">[ date ]</a>
<a href="thread.html#5927">[ thread ]</a>
<a href="subject.html#5927">[ subject ]</a>
<a href="author.html#5927">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>><i>/ And if both glut and freeglut were installed,/
</I>
Libfreeglut3.rpm and libmesaglut3.rpm can't be installed side by side :
they install the same link "glut.so.3" to glut.so.3.9.0 for the first or
glut.so.3.7.0 for the second... fortunately libfreeglut3.rpm obsoletes
libmesaglut3.rpm
Libfreeglut-devel depends on libfreeglut3 ... there may not be any
conflict if libfreeglut3.rpm is choosen
libfreeglut-devel allows to build everything when it is substituted to
libmesaglut-devel :
it adds in /usr/include/GL :
1) glut.h which gives a link to freeglut_std.h (which is compatible with
GLUT headers and program written for GLUT)
2) freeglut.h which gives a link to freeglut_std.h _and_ to
freeglut_ext.h (which adds access to more functions : scroll button,
joystick etc..) and allows to build programs needing strictly freeglut
(written for it)
In the spec files of programs needing GLUT now, freeglut-devel must be
substituted to mesaglut-devel in BUILDREQUIRES if it is used ! (and
libfreeglut3 to libmesglut3 in REQUIRES ...)
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="005923.html">[Mageia-dev] Tonight's meeting
</A></li>
<LI>Next message: <A HREF="005929.html">[Mageia-dev] [RPM] cauldron tainted/release transcode-1.1.5-5.mga2.tainted
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#5927">[ date ]</a>
<a href="thread.html#5927">[ thread ]</a>
<a href="subject.html#5927">[ subject ]</a>
<a href="author.html#5927">[ 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>
|