diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2013-January/021508.html')
-rw-r--r-- | zarb-ml/mageia-dev/2013-January/021508.html | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-January/021508.html b/zarb-ml/mageia-dev/2013-January/021508.html new file mode 100644 index 000000000..c7d54c7a8 --- /dev/null +++ b/zarb-ml/mageia-dev/2013-January/021508.html @@ -0,0 +1,100 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] chromium {beta|stable} versions + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20chromium%20%7Bbeta%7Cstable%7D%20versions&In-Reply-To=%3CCAGDNJmKNEbeqDc6KTL5itgxgeZe4A_VvB%3Dqa-Qt41NYm6AKYQQ%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="021448.html"> + <LINK REL="Next" HREF="021319.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] chromium {beta|stable} versions</H1> + <B>Adrien Guichard</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20chromium%20%7Bbeta%7Cstable%7D%20versions&In-Reply-To=%3CCAGDNJmKNEbeqDc6KTL5itgxgeZe4A_VvB%3Dqa-Qt41NYm6AKYQQ%40mail.gmail.com%3E" + TITLE="[Mageia-dev] chromium {beta|stable} versions">guichard.adrien at gmail.com + </A><BR> + <I>Sun Jan 13 00:12:56 CET 2013</I> + <P><UL> + <LI>Previous message: <A HREF="021448.html">[Mageia-dev] chromium {beta|stable} versions +</A></li> + <LI>Next message: <A HREF="021319.html">[Mageia-dev] web virtual management solution +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#21508">[ date ]</a> + <a href="thread.html#21508">[ thread ]</a> + <a href="subject.html#21508">[ subject ]</a> + <a href="author.html#21508">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>2013/1/8 Christiaan Welvaart <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">cjw at daneel.dyndns.org</A>>: +><i> On Tue, 8 Jan 2013, Adrien Guichard wrote: +</I>><i> +</I>>><i> I noticed that chromium-browser-unstable was version 25 (which is ok), but +</I>>><i> stable/beta was stick to version 21. +</I>>><i> +</I>>><i> According to +</I>>><i> <A HREF="http://googlechromereleases.blogspot.fr/">http://googlechromereleases.blogspot.fr/</A> +</I>>><i> stable version should be 23, beta version 24. Many sandboxing enhancement +</I>>><i> comes with recent chrome releases and Native API vesion 23 and further are +</I>>><i> interesting to me, so it would be cool to have those (stable/beta up to +</I>>><i> date) in Mageia 3. +</I>><i> +</I>><i> +</I>><i> The -unstable 25.x was done by me. It crashes on some pages, e.g. +</I>><i> <A HREF="http://pkgsubmit.mageia.org/">http://pkgsubmit.mageia.org/</A> and I disabled Native API support because it +</I>><i> relied on bundled binaries. OTOH it does support h.264 video through system +</I>><i> ffmpeg. A build of version 24 exhibited the same renderer process segfault +</I>><i> so I did not upload any beta or stable packages. +</I> +I cannot build chromium here, my computer does not have enough swap +for final link. Looking after gyp files (responsible for generating +makefiles), I saw that proprietary codec should not be included in +Chromium branding. + +According to "chromium/src/media/media.gyp" + ['proprietary_codecs==1 or branding=="Chrome"', { +you should be able to exclude proprietary codec easly. + +You can completly disable ffmpeg, if you look in the same file to +'use_ffmpeg', or tune enabled ffmpeg (look in +"chromium/src/third_party/ffmpeg/ffmpeg.gyp" for ffmpeg_branding, +use_system_ffmpeg, build_ffmpegsumo ...) + +these flags can directly be used with gyp_chromium to generate makefiles. + +I tried Dartium version 25 (chromium with Dart VM), I am not facing +any issue on any web page (but I cleaned .cache/chromium directory, +and use a distinct user dir, since Mageia default to chromium 21). +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="021448.html">[Mageia-dev] chromium {beta|stable} versions +</A></li> + <LI>Next message: <A HREF="021319.html">[Mageia-dev] web virtual management solution +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#21508">[ date ]</a> + <a href="thread.html#21508">[ thread ]</a> + <a href="subject.html#21508">[ subject ]</a> + <a href="author.html#21508">[ 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> |