all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 32617@debbugs.gnu.org
Subject: [bug#32617] [PATCH] gnu: libjpeg: Update description.
Date: Sun, 02 Sep 2018 17:54:58 -0400	[thread overview]
Message-ID: <87a7oza7kd.fsf@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 123 bytes --]

Hello,

This should help people like me that failed finding which of our package
provided `jpegtran' :)

Thank you,

Maxim

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-libjpeg-Update-description.patch --]
[-- Type: text/x-patch, Size: 1320 bytes --]

From 188244b597f7f351cdefe0f50f67b463ceab847f Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Date: Sun, 2 Sep 2018 17:49:51 -0400
Subject: [PATCH] gnu: libjpeg: Update description.

* gnu/packages/image.scm (libjpeg): Add the list of the programs it provides.
---
 gnu/packages/image.scm | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 81d22ed42..c49bf4bf9 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -266,8 +266,16 @@ files.  It can compress them as much as 40% losslessly.")
     "Libjpeg implements JPEG image encoding, decoding, and transcoding.
 JPEG is a standardized compression method for full-color and gray-scale
 images.
-The included programs provide conversion between the JPEG format and
-image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats.")
+It also includes programs that provide conversion between the JPEG format and
+image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats, as well as
+lossless JPEG manipulations such as rotation, scaling or cropping:
+@enumerate
+@item cjpeg
+@item djpeg
+@item jpegtran
+@item rdjpgcom
+@item wrjpgcom
+@end enumerate")
    (license license:ijg)
    (home-page "http://www.ijg.org/")))
 
-- 
2.18.0


             reply	other threads:[~2018-09-02 22:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-02 21:54 Maxim Cournoyer [this message]
2018-09-04 13:09 ` [bug#32617] [PATCH] gnu: libjpeg: Update description Ludovic Courtès
2018-09-05  0:54   ` Maxim Cournoyer
2018-09-05 10:23     ` Ludovic Courtès
2018-09-15  2:50 ` bug#32617: " 宋文武

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a7oza7kd.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=32617@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.