From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B979F138335 for ; Sun, 24 Nov 2019 13:16:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A01AEE078A; Sun, 24 Nov 2019 13:16:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73614E078A for ; Sun, 24 Nov 2019 13:16:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C58834D2BF for ; Sun, 24 Nov 2019 13:16:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E5248B9 for ; Sun, 24 Nov 2019 13:16:52 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1574601271.7a9685f12c596d7b19b8d8f456aee88226addd9f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/imlib2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/imlib2/metadata.xml X-VCS-Directories: media-libs/imlib2/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7a9685f12c596d7b19b8d8f456aee88226addd9f X-VCS-Branch: master Date: Sun, 24 Nov 2019 13:16:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ed62eda4-f314-47b6-a85b-2e1ca1e64ac1 X-Archives-Hash: 051941066ab4ed682125be90a718f1d8 commit: 7a9685f12c596d7b19b8d8f456aee88226addd9f Author: Joonas Niilola gentoo org> AuthorDate: Sun Nov 24 13:14:31 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Nov 24 13:14:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9685f1 media-libs/imlib2: update metadata.xml with accurate USE descriptions Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Joonas Niilola gentoo.org> media-libs/imlib2/metadata.xml | 91 ++++++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 39 deletions(-) diff --git a/media-libs/imlib2/metadata.xml b/media-libs/imlib2/metadata.xml index 7f1dafcefc6..38796398fe0 100644 --- a/media-libs/imlib2/metadata.xml +++ b/media-libs/imlib2/metadata.xml @@ -6,50 +6,63 @@ Joonas Niilola - Use MIT shared memory support for X image transfer. + Use the X window system + Bzip2 loader support + Gif image loader support + Jpeg image loader support + ID3 loader support + PNG image loader support + Use MIT shared memory support for X image transfer + TIFF image loader support + WEBP image loader support + Zlib loader support -Imlib 2 is the successor to Imlib. It is not just a newer version - it is a -completely new library. Imlib2 can be installed alongside Imlib 1.x without any -problems since they are effectively different libraries - but they Have very -similar functionality. + Imlib 2 is the successor to Imlib. It is not just a newer version - it + is a completely new library. Imlib2 can be installed alongside Imlib + 1.x without any problems since they are effectively different libraries + - but they Have very similar functionality. -Imlib2 can do the following: -* Load image files from disk in one of many formats -* Save images to disk in one of many formats -* Render image data onto other images -* Render images to an X-Windows drawable -* Produce pixmaps and pixmap masks of Images -* Apply filters to images -* Rotate images -* Accept RGBA Data for images -* Scale images -* Alpha blend Images on other images or drawables -* Apply color correction and modification tables and factors to images -* Render images onto images with color correction and modification tables -* Render truetype anti-aliased text -* Render truetype anti-aliased text at any angle -* Render anti-aliased lines -* Render rectangles -* Render linear multi-colored gradients -* Cache data intelligently for maximum performance -* Allocate colors automatically -* Allow full control over caching and color allocation -* Provide highly optimized MMX assembly for core routines -* Provide plug-in filter interface -* Provide on-the-fly runtime plug-in image loading and saving interface -* Fastest image compositing, rendering and manipulation library for X + Imlib2 can do the following: + * Load image files from disk in one of many formats, + * Save images to disk in one of many formats, + * Render image data onto other images, + * Render images to an X-Windows drawable, + * Produce pixmaps and pixmap masks of Images, + * Apply filters to images, + * Rotate images, + * Accept RGBA Data for images, + * Scale images, + * Alpha blend Images on other images or drawables, + * Apply color correction and modification tables and factors to + images, + * Render images onto images with color correction and modification + tables, + * Render truetype anti-aliased text, + * Render truetype anti-aliased text at any angle, + * Render anti-aliased lines, + * Render rectangles, + * Render linear multi-colored gradients, + * Cache data intelligently for maximum performance, + * Allocate colors automatically, + * Allow full control over caching and color allocation, + * Provide highly optimized MMX assembly for core routines, + * Provide plug-in filter interface, + * Provide on-the-fly runtime plug-in image loading and saving + interface, + * Fastest image compositing, rendering and manipulation library for X. -If what you want isn't in the list above somewhere then likely Imlib 2 does not -do it. If it does it it likely does it faster than any other library you can find -(this includes gdk-pixbuf, gdkrgb, etc.) primarily because of highly optimized -code and a smart subsystem that does the dirty work for you and picks up the -pieces for you so you can be lazy and let all the optimizations for you. + If what you want isn't in the list above somewhere then likely Imlib 2 + does not do it. If it does it it likely does it faster than any other + library you can find (this includes gdk-pixbuf, gdkrgb, etc.) primarily + because of highly optimized code and a smart subsystem that does the + dirty work for you and picks up the pieces for you so you can be lazy + and let all the optimizations for you. -Imlib 2 can run without a display, so it can be easily used for background image -processing for web sites or servers - it only requires the X libraries to be -installed - that is all - it does not require an XServer to run unless you wish -to display images. + Imlib 2 can run without a display, so it can be easily used for + background image processing for web sites or servers - it only requires + the X libraries to be installed - that is all - it does not require an + XServer to run unless you wish to display images. enlightenment