diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2011-June/005927.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-June/005927.html | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-June/005927.html b/zarb-ml/mageia-dev/2011-June/005927.html new file mode 100644 index 000000000..d9e957aa3 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-June/005927.html @@ -0,0 +1,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> |