Date: Fri, 29 Mar 2019 23:00:36 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497222 - in head: astro/kstars astro/siril devel/efl graphics/ImageMagick6 graphics/ImageMagick7 graphics/entangle graphics/gegl graphics/gthumb graphics/krita graphics/libkdcraw graph... Message-ID: <201903292300.x2TN0aaj025202@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Fri Mar 29 23:00:35 2019 New Revision: 497222 URL: https://svnweb.freebsd.org/changeset/ports/497222 Log: graphics/libraw: Update to 0.19.2 - Demosaic packs are no longer distributed nor supported upstream - Bump PORTREVISON on all consumers due to libraw shlib version increase Changes: https://www.libraw.org/news/libraw-0-19-2-release Deleted: head/graphics/libraw/files/patch-internal_dcraw__common.cpp head/graphics/libraw/files/patch-internal_libraw__x3f.cpp Modified: head/astro/kstars/Makefile head/astro/siril/Makefile head/devel/efl/Makefile head/graphics/ImageMagick6/Makefile head/graphics/ImageMagick7/Makefile head/graphics/entangle/Makefile head/graphics/gegl/Makefile head/graphics/gthumb/Makefile head/graphics/krita/Makefile head/graphics/libkdcraw/Makefile head/graphics/libraw/Makefile head/graphics/libraw/distinfo head/graphics/libraw/pkg-plist head/graphics/luminance-qt5/Makefile head/graphics/nomacs/Makefile head/graphics/openimageio/Makefile head/graphics/oyranos/Makefile head/graphics/photoqt/Makefile head/graphics/shotwell/Makefile Modified: head/astro/kstars/Makefile ============================================================================== --- head/astro/kstars/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/astro/kstars/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -2,7 +2,7 @@ PORTNAME= kstars DISTVERSION= 3.1.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= astro kde MASTER_SITES= KDE/stable/${PORTNAME} Modified: head/astro/siril/Makefile ============================================================================== --- head/astro/siril/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/astro/siril/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -2,6 +2,7 @@ PORTNAME= siril DISTVERSION= 0.9.10 +PORTREVISION= 1 CATEGORIES= astro graphics MASTER_SITES= https://free-astro.org/download/ Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/devel/efl/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -3,7 +3,7 @@ PORTNAME= efl DISTVERSION= 1.20.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment Modified: head/graphics/ImageMagick6/Makefile ============================================================================== --- head/graphics/ImageMagick6/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/ImageMagick6/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -2,6 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 6.9.10-22 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ Modified: head/graphics/ImageMagick7/Makefile ============================================================================== --- head/graphics/ImageMagick7/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/ImageMagick7/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -2,6 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 7.0.8-22 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://www.imagemagick.org/download/legacy/ \ Modified: head/graphics/entangle/Makefile ============================================================================== --- head/graphics/entangle/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/entangle/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -3,7 +3,7 @@ PORTNAME= entangle PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://entangle-photo.org/download/sources/ Modified: head/graphics/gegl/Makefile ============================================================================== --- head/graphics/gegl/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/gegl/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -3,7 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.4.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GIMP Modified: head/graphics/gthumb/Makefile ============================================================================== --- head/graphics/gthumb/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/gthumb/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -4,7 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.6.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/graphics/krita/Makefile ============================================================================== --- head/graphics/krita/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/krita/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -2,7 +2,7 @@ PORTNAME= krita DISTVERSION= 4.1.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} DIST_SUBDIR= KDE/${PORTNAME} Modified: head/graphics/libkdcraw/Makefile ============================================================================== --- head/graphics/libkdcraw/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/libkdcraw/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -2,6 +2,7 @@ PORTNAME= libkdcraw DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/graphics/libraw/Makefile ============================================================================== --- head/graphics/libraw/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/libraw/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= libraw -PORTVERSION= 0.18.13 -PORTREVISION= 2 +PORTVERSION= 0.19.2 CATEGORIES= graphics MASTER_SITES= http://www.libraw.org/data/ DISTNAME= LibRaw-${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jhale@FreeBSD.org COMMENT= Library for manipulating raw images @@ -15,8 +13,9 @@ COMMENT= Library for manipulating raw images LICENSE= LGPL21 CDDL LICENSE_COMB= dual -USE_LDCONFIG= yes USES= cpe libtool localbase pathfix pkgconfig +USE_LDCONFIG= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-examples INSTALL_TARGET= install-strip @@ -24,25 +23,8 @@ INSTALL_TARGET= install-strip PORTDOCS= * PORTEXAMPLES= * -DEMOSAIC_PACK_VERSION= 0.18.8 - -OPTIONS_DEFINE= DEMOSAIC_PACK_GPL2 DEMOSAIC_PACK_GPL3 \ - DOCS EXAMPLES JASPER JPEG LCMS2 OPENMP OPTIMIZED_CFLAGS +OPTIONS_DEFINE= DOCS EXAMPLES JASPER JPEG LCMS2 OPENMP OPTIMIZED_CFLAGS OPTIONS_DEFAULT= JPEG LCMS2 - -DEMOSAIC_PACK_GPL2_DESC= GPLv2 demosaic pack -DEMOSAIC_PACK_GPL2_CONFIGURE_OFF= --disable-demosaic-pack-gpl2 -DEMOSAIC_PACK_GPL2_CONFIGURE_ON= --enable-demosaic-pack-gpl2=../LibRaw-demosaic-pack-GPL2-${DEMOSAIC_PACK_VERSION} -DEMOSAIC_PACK_GPL2_DISTFILES= LibRaw-demosaic-pack-GPL2-${DEMOSAIC_PACK_VERSION}.tar.gz -DEMOSAIC_PACK_GPL2_VARS= LICENSE=GPLv2+ \ - LICENSE_COMB=single - -DEMOSAIC_PACK_GPL3_DESC= GPLv3 demosaic pack -DEMOSAIC_PACK_GPL3_CONFIGURE_OFF= --disable-demosaic-pack-gpl3 -DEMOSAIC_PACK_GPL3_CONFIGURE_ON= --enable-demosaic-pack-gpl3=../LibRaw-demosaic-pack-GPL3-${DEMOSAIC_PACK_VERSION} -DEMOSAIC_PACK_GPL3_DISTFILES= LibRaw-demosaic-pack-GPL3-${DEMOSAIC_PACK_VERSION}.tar.gz -DEMOSAIC_PACK_GPL3_VARS= LICENSE=GPLv3+ \ - LICENSE_COMB=single JASPER_CONFIGURE_ENABLE= jasper JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper Modified: head/graphics/libraw/distinfo ============================================================================== --- head/graphics/libraw/distinfo Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/libraw/distinfo Fri Mar 29 23:00:35 2019 (r497222) @@ -1,7 +1,3 @@ -TIMESTAMP = 1530409608 -SHA256 (LibRaw-0.18.13.tar.gz) = cb1f9d0d1fabc8967d501d95c05d2b53d97a2b917345c66553b1abbea06757ca -SIZE (LibRaw-0.18.13.tar.gz) = 1287631 -SHA256 (LibRaw-demosaic-pack-GPL2-0.18.8.tar.gz) = 0b24bcf7bbb5d13fde58bb071f94dc9354be09bc44b2bba0698493065e99f8da -SIZE (LibRaw-demosaic-pack-GPL2-0.18.8.tar.gz) = 30868 -SHA256 (LibRaw-demosaic-pack-GPL3-0.18.8.tar.gz) = ffd6916cd66c8101e4e6b589799f256c897748d2fd2486aa34c3705146dbc701 -SIZE (LibRaw-demosaic-pack-GPL3-0.18.8.tar.gz) = 39002 +TIMESTAMP = 1553861200 +SHA256 (LibRaw-0.19.2.tar.gz) = 400d47969292291d297873a06fb0535ccce70728117463927ddd9452aa849644 +SIZE (LibRaw-0.19.2.tar.gz) = 1302092 Modified: head/graphics/libraw/pkg-plist ============================================================================== --- head/graphics/libraw/pkg-plist Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/libraw/pkg-plist Fri Mar 29 23:00:35 2019 (r497222) @@ -7,11 +7,11 @@ include/libraw/libraw_types.h include/libraw/libraw_version.h lib/libraw.a lib/libraw.so -lib/libraw.so.16 -lib/libraw.so.16.0.0 +lib/libraw.so.19 +lib/libraw.so.19.0.0 lib/libraw_r.a lib/libraw_r.so -lib/libraw_r.so.16 -lib/libraw_r.so.16.0.0 +lib/libraw_r.so.19 +lib/libraw_r.so.19.0.0 libdata/pkgconfig/libraw.pc libdata/pkgconfig/libraw_r.pc Modified: head/graphics/luminance-qt5/Makefile ============================================================================== --- head/graphics/luminance-qt5/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/luminance-qt5/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.4.0 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} PKGNAMESUFFIX= -qt5 Modified: head/graphics/nomacs/Makefile ============================================================================== --- head/graphics/nomacs/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/nomacs/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -2,7 +2,7 @@ PORTNAME= nomacs PORTVERSION= 3.6.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MAINTAINER= bsd@tuxproject.de Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/openimageio/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -4,7 +4,7 @@ PORTNAME= openimageio PORTVERSION= 1.8.17 DISTVERSIONPREFIX= Release- -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz Modified: head/graphics/oyranos/Makefile ============================================================================== --- head/graphics/oyranos/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/oyranos/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -2,7 +2,7 @@ PORTNAME= oyranos PORTVERSION= 0.9.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MAINTAINER= bsam@FreeBSD.org Modified: head/graphics/photoqt/Makefile ============================================================================== --- head/graphics/photoqt/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/photoqt/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -3,7 +3,7 @@ PORTNAME= photoqt DISTVERSIONPREFIX= v DISTVERSION= 1.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= melanhit@gmail.com Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Fri Mar 29 23:00:31 2019 (r497221) +++ head/graphics/shotwell/Makefile Fri Mar 29 23:00:35 2019 (r497222) @@ -3,7 +3,7 @@ PORTNAME= shotwell PORTVERSION= 0.30.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= GNOME
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903292300.x2TN0aaj025202>