public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Federico Kircheis <federico.kircheis@gmail.com>
To: cygwin apps <cygwin-apps@cygwin.com>
Subject: [ITP] jpegoptim
Date: Fri, 20 Dec 2019 14:56:00 -0000	[thread overview]
Message-ID: <fb518d9e-c3ec-febb-da5e-f91ce651c7d4@gmail.com> (raw)

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

Hello to everyone,

I'm interested in becoming a package maintainer for the program jpegoptim.
(see https://github.com/tjko/jpegoptim)

It would be a new package for the cygwin distribution, but it is already
distributed on different systems, like Arch, Debian, Fedora, openSUSE,
Gentoo and many others, including BSD and Mac OS (more information can
be found here: https://packages.debian.org/sid/jpegoptim, 
https://packages.gentoo.org/packages/media-gfx/jpegoptim, 
https://software.opensuse.org/package/jpegoptim, 
https://pkgs.org/download/jpegoptim).


Currently there is an unofficial x64 Windows port at 
https://github.com/XhmikosR/jpegoptim-windows/.

The current latest release can be downloaded from 
https://github.com/tjko/jpegoptim/archive/RELEASE.1.4.6.tar.gz


.hint and .cygport files are attached


Best regards

Federico Kircheis


[-- Attachment #2: jpegoptim.hint --]
[-- Type: text/plain, Size: 223 bytes --]

# jpegoptim.hint
sdesc: "utility to optimize jpeg files"
ldesc: "Provides lossless optimization (based on optimizing the Huffman tables) and "lossy" optimization based on setting maximum quality factor."
category: Graphics

[-- Attachment #3: jpegoptim.cygport --]
[-- Type: text/plain, Size: 788 bytes --]

# jpegoptim.cygport
NAME="jpegoptim"
VERSION=1.4.6
RELEASE=1
SUMMARY="utility to optimize jpeg files"
DESCRIPTION="Provides lossless optimization (based on optimizing the Huffman tables) and "lossy" optimization based on setting maximum quality factor."
CATEGORY="Graphics"

HOMEPAGE="https://www.kokkonen.net/tjko/projects.html"
SRC_URI="https://github.com/tjko/jpegoptim/archive/RELEASE.${VERSION}.tar.gz"
SRC_DIR="jpegoptim-RELEASE.${VERSION}"

DEPEND="libjpeg-devel"
REQUIRES="libjpeg8"

PKG_NAMES="jpegoptim"

src_compile() {
	lndirs
	cd ${B}
	cygconf --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --datadir=/usr/share --mandir=/usr/share/man --infodir=/usr/share/info
	cygmake CC="${CC}" CXX="${CXX}" AR="${AR}" RANLIB="${RANLIB}" STRIP=/usr/bin/true
}

             reply	other threads:[~2019-12-20 14:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-20 14:56 Federico Kircheis [this message]
2019-12-20 16:57 ` Marco Atzeri
2019-12-20 21:23   ` Federico Kircheis
2021-10-17 13:58 Federico Kircheis
2021-10-17 13:59 ` Federico Kircheis

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=fb518d9e-c3ec-febb-da5e-f91ce651c7d4@gmail.com \
    --to=federico.kircheis@gmail.com \
    --cc=cygwin-apps@cygwin.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).