pkgsrc/graphics/jasper/Makefile
wiz 79101955a0 Updated jasper to 2.0.12.
Bumped the version number.

    Added some additional checking to prevent a potential integer overflow
    due to conversion in the JPC decoder.

    Added numerous more-detailed error messages for the JPC and JP2
    codecs.
    Added a partial verbose capability for the run_test_1 script.
    Moved a test case from the bad category to the good category, as the
    test case had been miscategorized.


    Added another regression test case.

    Fixed some potential double-free problems in the JPC codec.
2017-03-05 12:49:51 +00:00

21 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.49 2017/03/05 12:49:51 wiz Exp $
DISTNAME= jasper-2.0.12
CATEGORIES= graphics
MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.ece.uvic.ca/~mdadams/jasper/
COMMENT= Software-based reference implementation of the JPEG-2000 codec
LICENSE= modified-bsd
USE_CMAKE= yes
USE_LANGUAGES= c99 c++
CMAKE_ARGS+= -DALLOW_IN_SOURCE_BUILD=ON
PKGCONFIG_OVERRIDE= pkgconfig/jasper.pc
.include "options.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"