public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] openjpeg
@ 2024-02-22 10:28 Takashi Yano
  0 siblings, 0 replies; only message in thread
From: Takashi Yano @ 2024-02-22 10:28 UTC (permalink / raw)
  To: cygwin-apps

[-- 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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-22 10:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-22 10:28 [ITA] openjpeg Takashi Yano

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).