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 F3FAF138334 for ; Sun, 24 Nov 2019 13:36:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF3DBE0855; Sun, 24 Nov 2019 13:36:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 867C0E0855 for ; Sun, 24 Nov 2019 13:36:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1ABA934D2BD for ; Sun, 24 Nov 2019 13:36:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3089C8D3 for ; Sun, 24 Nov 2019 13:36:02 +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: <1574602542.372ec538a32db09c2e92d8bacbc5c30d9b0dc286.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: 372ec538a32db09c2e92d8bacbc5c30d9b0dc286 X-VCS-Branch: master Date: Sun, 24 Nov 2019 13:36:02 +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: 4dc62de3-dcb3-4a2c-989f-b271e4081c61 X-Archives-Hash: 82c9f98c8b1a81ba168e9288aa447e3b commit: 372ec538a32db09c2e92d8bacbc5c30d9b0dc286 Author: Joonas Niilola gentoo org> AuthorDate: Sun Nov 24 13:34:40 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Nov 24 13:35:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=372ec538 media-libs/imlib2: fix trailing whitespace Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Joonas Niilola gentoo.org> media-libs/imlib2/metadata.xml | 74 +++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/media-libs/imlib2/metadata.xml b/media-libs/imlib2/metadata.xml index 38796398fe0..043e8ff987f 100644 --- a/media-libs/imlib2/metadata.xml +++ b/media-libs/imlib2/metadata.xml @@ -18,50 +18,50 @@ 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 + 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, + * 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 + 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 + 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.