public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: Takashi Yano <takashi.yano@nifty.ne.jp>
To: cygwin-apps@cygwin.com
Subject: [ITA] openjpeg
Date: Thu, 22 Feb 2024 19:28:30 +0900	[thread overview]
Message-ID: <20240222192830.1362c1670f3c9fcb6f60784b@nifty.ne.jp> (raw)

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

I'd like to adopt openjpeg package.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

[-- Attachment #2: openjpeg.cygport --]
[-- Type: text/plain, Size: 1087 bytes --]

inherit cmake

NAME="openjpeg"
VERSION=2.5.0
RELEASE=1
LICENSE="BSD-2-Clause"
CATEGORY="Graphics"
SUMMARY="JPEG 2000 codec"
DESCRIPTION="The OpenJPEG library is an open-source JPEG 2000 codec written
in C language. It has been developed in order to promote the use of JPEG 2000,
the new still-image compression standard from the Joint Photographic Experts
Group (JPEG)."
HOMEPAGE="https://www.openjpeg.org/"
SRC_URI="https://github.com/uclouvain/openjpeg/archive/refs/tags/v${VERSION}.tar.gz"

PKG_NAMES="${NAME} libopenjp2_7 lib${NAME}-devel"
openjpeg_SUMMARY="JPEG 2000 utilities"
openjpeg_CONTENTS="usr/bin/*.exe usr/share/doc/ usr/share/man/man1/"
libopenjp2_7_SUMMARY="${SUMMARY} (runtime)"
libopenjp2_7_CONTENTS="usr/bin/cygopenjp2-7.dll"
libopenjpeg_devel_SUMMARY="${SUMMARY} (development)"
libopenjpeg_devel_CONTENTS="usr/include/ usr/lib/ usr/share/man/man3/"

DISTCLEANFILES="thirdparty/*/*.h thirdparty/*/*/*.h"

CYGCMAKE_ARGS="
	-DBUILD_DOC=ON
	-DOPENJPEG_INSTALL_DOC_DIR=/usr/share/doc/${NAME}
"
BUILD_REQUIRES="libjbig-devel libdeflate-devel"

                 reply	other threads:[~2024-02-22 10:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20240222192830.1362c1670f3c9fcb6f60784b@nifty.ne.jp \
    --to=takashi.yano@nifty.ne.jp \
    --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).