mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
De-lint recipes.
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
SUMMARY="OpenJPEG is an open-source C-Library for JPEG 2000"
|
||||
DESCRIPTION="
|
||||
The OpenJPEG library is an open-source JPEG 2000 codec written in C language. \
|
||||
SUMMARY="An open-source C-Library for JPEG 2000"
|
||||
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). In addition to the basic codec, various other features are under \
|
||||
development, among them the JP2 and MJ2 (Motion JPEG 2000) file formats, an \
|
||||
indexing tool useful for the JPIP protocol, JPWL-tools for error-resilience, \
|
||||
a Java-viewer for j2k-images, ...
|
||||
"
|
||||
LICENSE="BSD (2-clause)"
|
||||
a Java-viewer for j2k-images."
|
||||
HOMEPAGE="http://www.openjpeg.org/"
|
||||
COPYRIGHT="2002-2012, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
|
||||
2002-2012 Professor Benoit Macq
|
||||
2003-2012 Antonin Descampe
|
||||
@@ -16,10 +14,12 @@ COPYRIGHT="2002-2012, Communications and Remote Sensing Laboratory, Universite c
|
||||
2005 Herve Drolon, FreeImage Team
|
||||
2002-2003 Yannick Verschueren
|
||||
2001-2003 David Janssens"
|
||||
HOMEPAGE="http://www.openjpeg.org/"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://sourceforge.net/projects/openjpeg.mirror/files/$portVersion/openjpeg-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="1232bb814fd88d8ed314c94f0bfebb03de8559583a33abbe8c64ef3fc0a8ff03"
|
||||
REVISION="2"
|
||||
PATCHES="openjpeg-2.1.0.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
@@ -60,8 +60,6 @@ REQUIRES_devel="
|
||||
openjpeg$secondaryArchSuffix == $portVersion
|
||||
"
|
||||
|
||||
PATCHES="openjpeg-2.1.0.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p build
|
||||
|
||||
Reference in New Issue
Block a user