mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
graphics/jasper: Update to 4.0.0
- Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/jasper-software/jasper/releases Security: CVE-2022-2963, CVE-2022-40755
This commit is contained in:
parent
16ad1698b1
commit
b1c370eb31
@ -1,7 +1,7 @@
|
||||
PORTNAME= xastir
|
||||
DISTVERSIONPREFIX= Release-
|
||||
DISTVERSION= 2.1.8
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= comms hamradio
|
||||
|
||||
MAINTAINER= carl@stagecraft.cx
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= GraphicsMagick
|
||||
PORTVERSION= 1.3.40
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
@ -1,7 +1,7 @@
|
||||
PORTNAME= aaphoto
|
||||
PORTVERSION= 0.43.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= mail@log69.com
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= darktable
|
||||
PORTVERSION= 4.2.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= dcraw-m
|
||||
PORTVERSION= 9.22
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= waitman@waitman.net
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= dcraw
|
||||
PORTVERSION= 9.28
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= LOCAL/sunpoet
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
PORTNAME= devil
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.8.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= digikam
|
||||
DISTVERSION= 7.10.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
|
||||
DIST_SUBDIR= KDE/${PORTNAME}/${PORTVERSION}
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= gegl
|
||||
PORTVERSION= 0.4.44
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GIMP
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
PORTNAME= jasper
|
||||
PORTVERSION= 3.0.6
|
||||
PORTVERSION= 4.0.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://github.com/jasper-software/jasper/releases/download/version-${PORTVERSION}/
|
||||
|
||||
@ -14,8 +14,39 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
USES= cmake cpe jpeg localbase
|
||||
|
||||
CMAKE_OFF= JAS_ENABLE_32BIT JAS_ENABLE_DANGEROUS_INTERNAL_TESTING_MODE JAS_ENABLE_DOC JAS_ENABLE_LATEX JAS_ENABLE_MIF_CODEC JAS_ENABLE_NON_THREAD_SAFE_DEBUGGING JAS_PREFER_PTHREAD_TSS JAS_STRICT JAS_USE_JAS_INIT
|
||||
CMAKE_ON= JAS_ENABLE_BMP_CODEC JAS_ENABLE_HIDDEN JAS_ENABLE_JP2_CODEC JAS_ENABLE_JPC_CODEC JAS_ENABLE_JPG_CODEC JAS_ENABLE_LIBJPEG JAS_ENABLE_MULTITHREADING_SUPPORT JAS_ENABLE_PGX_CODEC JAS_ENABLE_PNM_CODEC JAS_ENABLE_PROGRAMS JAS_ENABLE_RAS_CODEC JAS_ENABLE_SHARED JAS_INCLUDE_BMP_CODEC JAS_INCLUDE_JP2_CODEC JAS_INCLUDE_JPC_CODEC JAS_INCLUDE_JPG_CODEC JAS_INCLUDE_MIF_CODEC JAS_INCLUDE_PGX_CODEC JAS_INCLUDE_PNM_CODEC JAS_INCLUDE_RAS_CODEC JAS_PREFER_PTHREAD JAS_STRICT
|
||||
CMAKE_OFF= JAS_ENABLE_32BIT \
|
||||
JAS_ENABLE_DANGEROUS_INTERNAL_TESTING_MODE \
|
||||
JAS_ENABLE_DOC \
|
||||
JAS_ENABLE_LATEX \
|
||||
JAS_ENABLE_MIF_CODEC \
|
||||
JAS_ENABLE_NON_THREAD_SAFE_DEBUGGING \
|
||||
JAS_ENABLE_PIC \
|
||||
JAS_PREFER_PTHREAD_TSS \
|
||||
JAS_STRICT \
|
||||
JAS_USE_JAS_INIT
|
||||
CMAKE_ON= JAS_ENABLE_BMP_CODEC \
|
||||
JAS_ENABLE_HIDDEN \
|
||||
JAS_ENABLE_JP2_CODEC \
|
||||
JAS_ENABLE_JPC_CODEC \
|
||||
JAS_ENABLE_JPG_CODEC \
|
||||
JAS_ENABLE_LIBJPEG \
|
||||
JAS_ENABLE_MULTITHREADING_SUPPORT \
|
||||
JAS_ENABLE_PGX_CODEC \
|
||||
JAS_ENABLE_PIC \
|
||||
JAS_ENABLE_PNM_CODEC \
|
||||
JAS_ENABLE_PROGRAMS \
|
||||
JAS_ENABLE_RAS_CODEC \
|
||||
JAS_ENABLE_SHARED \
|
||||
JAS_INCLUDE_BMP_CODEC \
|
||||
JAS_INCLUDE_JP2_CODEC \
|
||||
JAS_INCLUDE_JPC_CODEC \
|
||||
JAS_INCLUDE_JPG_CODEC \
|
||||
JAS_INCLUDE_MIF_CODEC \
|
||||
JAS_INCLUDE_PGX_CODEC \
|
||||
JAS_INCLUDE_PNM_CODEC \
|
||||
JAS_INCLUDE_RAS_CODEC \
|
||||
JAS_PREFER_PTHREAD \
|
||||
JAS_STRICT
|
||||
TEST_TARGET= test
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
@ -24,7 +55,7 @@ DOCSDIR= ${PREFIX}/share/doc/JasPer
|
||||
CPE_VENDOR= jasper_project
|
||||
|
||||
OPTIONS_DEFINE= DOCS HEIF OPENGL TEST
|
||||
OPTIONS_DEFAULT=OPENGL
|
||||
#OPTIONS_DEFAULT=OPENGL
|
||||
OPTIONS_SUB= yes
|
||||
HEIF_DESC= ISO/IEC 23008-12:2017 HEIF file format support (experimental)
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1657835405
|
||||
SHA256 (jasper-3.0.6.tar.gz) = 169be004d91f6940c649a4f854ada2755d4f35f62b0555ce9e1219c778cffc09
|
||||
SIZE (jasper-3.0.6.tar.gz) = 2074203
|
||||
TIMESTAMP = 1682776523
|
||||
SHA256 (jasper-4.0.0.tar.gz) = 39514e1b53a5333fcff817e19565371f016ea536c36fd2d13a9c4d8da8f0be0c
|
||||
SIZE (jasper-4.0.0.tar.gz) = 2088520
|
||||
|
@ -26,12 +26,12 @@ include/jasper/jas_types.h
|
||||
include/jasper/jas_version.h
|
||||
include/jasper/jasper.h
|
||||
lib/libjasper.so
|
||||
lib/libjasper.so.6
|
||||
lib/libjasper.so.6.0.0
|
||||
lib/libjasper.so.7
|
||||
lib/libjasper.so.7.0.0
|
||||
libdata/pkgconfig/jasper.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/jpeg2000.pdf
|
||||
share/man/man1/imgcmp.1.gz
|
||||
share/man/man1/imginfo.1.gz
|
||||
share/man/man1/jasper.1.gz
|
||||
%%OPENGL%%share/man/man1/jiv.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
%%PORTDOCS%%%%DOCSDIR%%/jpeg2000.pdf
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= libkdcraw
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= libraw
|
||||
PORTVERSION= 0.21.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.libraw.org/data/
|
||||
DISTNAME= LibRaw-${PORTVERSION}
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= mtpaint
|
||||
DISTVERSION= 3.50.09
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= netpbm
|
||||
DISTVERSION= 10.91.01
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= LOCAL/tobik
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= opencv
|
||||
DISTVERSION= 4.6.0
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= desktop@FreeBSD.org
|
||||
|
@ -1,7 +1,7 @@
|
||||
PORTNAME= osg
|
||||
PORTVERSION= 3.6.5
|
||||
DISTVERSIONPREFIX= OpenSceneGraph-
|
||||
PORTREVISION= 56
|
||||
PORTREVISION= 57
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
|
@ -1,7 +1,7 @@
|
||||
PORTNAME= osg
|
||||
PORTVERSION= 3.4.1
|
||||
DISTVERSIONPREFIX= OpenSceneGraph-
|
||||
PORTREVISION= 49
|
||||
PORTREVISION= 50
|
||||
CATEGORIES= graphics
|
||||
PKGNAMESUFFIX= 34
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= imageformats
|
||||
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
PKGNAMEPREFIX= qt5-
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= imageformats
|
||||
DISTVERSION= ${QT6_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
PKGNAMEPREFIX= qt6-
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= simage
|
||||
PORTVERSION= 1.7.0
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= ufraw
|
||||
PORTVERSION= 0.22.20210424
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= rodrigo@FreeBSD.org
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= xv
|
||||
PORTVERSION= 3.10a
|
||||
PORTREVISION= 19
|
||||
PORTREVISION= 20
|
||||
CATEGORIES+= graphics
|
||||
MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/:base \
|
||||
SF/png-mng/XV%20jumbo%20patches/20070520
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= kopete
|
||||
PORTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-im kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= ghostscript
|
||||
PORTVERSION= 8.71
|
||||
PORTREVISION= 23
|
||||
PORTREVISION= 24
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \
|
||||
SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= cdo
|
||||
PORTVERSION= 2.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/28013/ \
|
||||
LOCAL/sunpoet
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= cgribex
|
||||
PORTVERSION= 1.9.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/21178/ \
|
||||
LOCAL/sunpoet
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= eccodes
|
||||
PORTVERSION= 2.30.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
DISTVERSIONSUFFIX= -Source
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= https://confluence.ecmwf.int/download/attachments/45757960/ \
|
||||
|
@ -1,7 +1,7 @@
|
||||
PORTNAME= grib_api
|
||||
PORTVERSION= 1.28.0
|
||||
DISTVERSIONSUFFIX= -Source
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= https://confluence.ecmwf.int/download/attachments/3473437/ \
|
||||
LOCAL/sunpoet
|
||||
|
Loading…
Reference in New Issue
Block a user