aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-09-13 05:31:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-09-13 22:08:35 +0000
commit402b658a02423140c2b7aeedf5999f5690a51737 (patch)
tree8b06487655a4a2235182b7d024425e3e1ede44ca
parent4ea13351b01f0510588a21908fc20e130ef2e840 (diff)
downloadports-402b658a02423140c2b7aeedf5999f5690a51737.tar.gz
ports-402b658a02423140c2b7aeedf5999f5690a51737.zip
graphics/libjxl: update to 0.11.0
Changes: https://github.com/libjxl/libjxl/releases/tag/v0.11.0 Reported by: GitHub (watch releases)
-rw-r--r--comms/xastir/Makefile2
-rw-r--r--devel/efl/Makefile2
-rw-r--r--graphics/GraphicsMagick/Makefile2
-rw-r--r--graphics/ImageMagick7/Makefile2
-rw-r--r--graphics/chafa/Makefile1
-rw-r--r--graphics/darktable/Makefile1
-rw-r--r--graphics/digikam/Makefile1
-rw-r--r--graphics/gdal/Makefile1
-rw-r--r--graphics/geeqie/Makefile2
-rw-r--r--graphics/gimp-app/Makefile1
-rw-r--r--graphics/gimp-jxl-plugin/Makefile1
-rw-r--r--graphics/gthumb/Makefile2
-rw-r--r--graphics/imlib2-jxl/Makefile2
-rw-r--r--graphics/imlib2/Makefile1
-rw-r--r--graphics/kf5-kimageformats/Makefile1
-rw-r--r--graphics/krita/Makefile1
-rw-r--r--graphics/libjxl/Makefile2
-rw-r--r--graphics/libjxl/distinfo6
-rw-r--r--graphics/libjxl/files/patch-jpegli21
-rw-r--r--graphics/libjxl/pkg-plist12
-rw-r--r--graphics/rawtherapee/Makefile1
-rw-r--r--graphics/sdl2_image/Makefile2
-rw-r--r--graphics/vips/Makefile1
-rw-r--r--multimedia/aom/Makefile1
-rw-r--r--multimedia/emby-server/Makefile2
-rw-r--r--multimedia/ffmpeg/Makefile1
-rw-r--r--x11/swayimg/Makefile1
27 files changed, 44 insertions, 29 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile
index 56e271568161..7d1a14faeb78 100644
--- a/comms/xastir/Makefile
+++ b/comms/xastir/Makefile
@@ -1,7 +1,7 @@
PORTNAME= xastir
DISTVERSIONPREFIX= Release-
DISTVERSION= 2.2.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= comms hamradio
MAINTAINER= carl@stagecraft.cx
diff --git a/devel/efl/Makefile b/devel/efl/Makefile
index 21c6679eba18..b02a8e886112 100644
--- a/devel/efl/Makefile
+++ b/devel/efl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= efl
DISTVERSION= 1.27.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel enlightenment
MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/
DIST_SUBDIR= enlightenment
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index d797f8207053..043d8339a0ed 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -1,6 +1,6 @@
PORTNAME= GraphicsMagick
PORTVERSION= 1.3.43
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= SF
diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile
index 13ffc189d44c..0a39b2328cce 100644
--- a/graphics/ImageMagick7/Makefile
+++ b/graphics/ImageMagick7/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ImageMagick
DISTVERSION= 7.1.1-26
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics perl5
MASTER_SITES= https://ftp.acc.umu.se/mirror/imagemagick.org/ftp/releases/ \
https://mirror.dogado.de/imagemagick/releases/ \
diff --git a/graphics/chafa/Makefile b/graphics/chafa/Makefile
index f7ed4749aca5..dfbc9734431a 100644
--- a/graphics/chafa/Makefile
+++ b/graphics/chafa/Makefile
@@ -1,5 +1,6 @@
PORTNAME= chafa
DISTVERSION= 1.14.4
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://hpjansson.org/chafa/releases/ \
https://github.com/hpjansson/chafa/releases/download/${PORTVERSION}/
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile
index be672f264454..de02b20efa17 100644
--- a/graphics/darktable/Makefile
+++ b/graphics/darktable/Makefile
@@ -1,5 +1,6 @@
PORTNAME= darktable
PORTVERSION= 4.8.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/
diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile
index 5720c2e48cd4..cb89ea271729 100644
--- a/graphics/digikam/Makefile
+++ b/graphics/digikam/Makefile
@@ -1,5 +1,6 @@
PORTNAME= digikam
DISTVERSION= 8.4.0
+PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} \
https://files.kde.org/digikam/%SUBDIR%/:aesthetic,autotags,face,shape \
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 94435265fcff..398ec03300f3 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gdal
PORTVERSION= 3.9.2
+PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \
LOCAL/sunpoet
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile
index 35459649918c..08692c88bee4 100644
--- a/graphics/geeqie/Makefile
+++ b/graphics/geeqie/Makefile
@@ -1,7 +1,7 @@
PORTNAME= geeqie
DISTVERSIONPREFIX= v
DISTVERSION= 2.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= amdmi3@FreeBSD.org
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 65bd46afbf63..c7a584f37ddd 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gimp
DISTVERSION= 2.10.38
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= GIMP/gimp/v${PORTVERSION:R}
diff --git a/graphics/gimp-jxl-plugin/Makefile b/graphics/gimp-jxl-plugin/Makefile
index 83496c0883f4..65c127865c8b 100644
--- a/graphics/gimp-jxl-plugin/Makefile
+++ b/graphics/gimp-jxl-plugin/Makefile
@@ -1,6 +1,7 @@
PORTNAME= gimp-jxl-plugin
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.3
+PORTREVISION= 1
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile
index ff806717b958..2508d1b68488 100644
--- a/graphics/gthumb/Makefile
+++ b/graphics/gthumb/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gthumb
PORTVERSION= 3.12.2
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= graphics
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
diff --git a/graphics/imlib2-jxl/Makefile b/graphics/imlib2-jxl/Makefile
index a71928a7b909..158612606bd1 100644
--- a/graphics/imlib2-jxl/Makefile
+++ b/graphics/imlib2-jxl/Makefile
@@ -1,7 +1,7 @@
PORTNAME= imlib2-jxl
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile
index 7c804c0f3ffa..2b9b8f9d2a73 100644
--- a/graphics/imlib2/Makefile
+++ b/graphics/imlib2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= imlib2
DISTVERSION= 1.12.3
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= graphics enlightenment
MASTER_SITES= SF/enlightenment/imlib2-src/${DISTVERSION}
diff --git a/graphics/kf5-kimageformats/Makefile b/graphics/kf5-kimageformats/Makefile
index 087f960c7cf9..8e062f603460 100644
--- a/graphics/kf5-kimageformats/Makefile
+++ b/graphics/kf5-kimageformats/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kimageformats
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile
index 1284de3d9b8a..efeddd7dffa0 100644
--- a/graphics/krita/Makefile
+++ b/graphics/krita/Makefile
@@ -1,5 +1,6 @@
PORTNAME= krita
DISTVERSION= 5.2.3
+PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}
DIST_SUBDIR= KDE/${PORTNAME}
diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile
index a5e6a0e1326f..8051ac918ce8 100644
--- a/graphics/libjxl/Makefile
+++ b/graphics/libjxl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libjxl
DISTVERSIONPREFIX= v
-DISTVERSION= 0.10.3
+DISTVERSION= 0.11.0
CATEGORIES= graphics
MAINTAINER= jbeich@FreeBSD.org
diff --git a/graphics/libjxl/distinfo b/graphics/libjxl/distinfo
index 5d120e00ffd3..058647bcdd37 100644
--- a/graphics/libjxl/distinfo
+++ b/graphics/libjxl/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1719490208
-SHA256 (libjxl-libjxl-v0.10.3_GH0.tar.gz) = e0191411cfcd927eebe5392d030fe4283fe27ba1685ab7265104936e0b4283a6
-SIZE (libjxl-libjxl-v0.10.3_GH0.tar.gz) = 1912351
+TIMESTAMP = 1726205465
+SHA256 (libjxl-libjxl-v0.11.0_GH0.tar.gz) = 7ce4ec8bb37a435a73ac18c4c9ff56c2dc6c98892bf3f53a328e3eca42efb9cf
+SIZE (libjxl-libjxl-v0.11.0_GH0.tar.gz) = 1873614
SHA256 (jbeich-skcms-42030a7_GH0.tar.gz) = b7537267dd0fda80a98939cc4e4d15614d2d6f433cc8421b797e0f47078c2979
SIZE (jbeich-skcms-42030a7_GH0.tar.gz) = 10050433
SHA256 (libjxl-testdata-ff8d743_GH0.tar.gz) = d225523e0576f21b6f8de106d2eac4e07650522bae7b65011993792a4dbc3eda
diff --git a/graphics/libjxl/files/patch-jpegli b/graphics/libjxl/files/patch-jpegli
index f3f4bb8c0ece..b6556b28fb10 100644
--- a/graphics/libjxl/files/patch-jpegli
+++ b/graphics/libjxl/files/patch-jpegli
@@ -2,23 +2,24 @@ Allow building jpegli against system libjpeg-turbo.
This is an old version of https://github.com/libjxl/libjxl/pull/3085
---- CMakeLists.txt.orig 2024-01-10 09:51:57 UTC
+--- CMakeLists.txt.orig 2024-09-13 05:31:05 UTC
+++ CMakeLists.txt
-@@ -81,13 +81,6 @@ endif()
+@@ -83,14 +83,6 @@ else()
+ set(BUNDLE_LIBPNG_DEFAULT YES)
+ else()
set(BUNDLE_LIBPNG_DEFAULT NO)
- endif()
-
+-endif()
+-
-
-if(EXISTS "${PROJECT_SOURCE_DIR}/third_party/libjpeg-turbo/jconfig.h.in")
- set(ENABLE_JPEGLI_DEFAULT YES)
-else()
- set(ENABLE_JPEGLI_DEFAULT NO)
--endif()
--
- # Standard cmake naming for building shared libraries.
- get_property(SHARED_LIBS_SUPPORTED GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS)
- option(BUILD_SHARED_LIBS "Build shared libraries instead of static ones" ${SHARED_LIBS_SUPPORTED})
-@@ -98,7 +91,7 @@ set(JPEGXL_ENABLE_TOOLS true CACHE BOOL
+- message(STATUS "libjpeg-turbo submodule is absent; not enabling jpegli")
+ endif()
+
+ include(TestBigEndian)
+@@ -112,7 +104,7 @@ set(JPEGXL_ENABLE_TOOLS true CACHE BOOL
"Build JPEGXL developer tools.")
set(JPEGXL_ENABLE_TOOLS true CACHE BOOL
"Build JPEGXL user tools: cjxl and djxl.")
diff --git a/graphics/libjxl/pkg-plist b/graphics/libjxl/pkg-plist
index d7d706b4e9aa..6aa1cc1751d0 100644
--- a/graphics/libjxl/pkg-plist
+++ b/graphics/libjxl/pkg-plist
@@ -7,10 +7,12 @@ include/jxl/cms.h
include/jxl/cms_interface.h
include/jxl/codestream_header.h
include/jxl/color_encoding.h
+include/jxl/compressed_icc.h
include/jxl/decode.h
include/jxl/decode_cxx.h
include/jxl/encode.h
include/jxl/encode_cxx.h
+include/jxl/gain_map.h
include/jxl/jxl_cms_export.h
include/jxl/jxl_export.h
include/jxl/jxl_threads_export.h
@@ -25,16 +27,14 @@ include/jxl/types.h
include/jxl/version.h
%%PIXBUF%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-jxl.so
lib/libjxl.so
-lib/libjxl.so.0.10
+lib/libjxl.so.0.11
lib/libjxl.so.%%VERSION%%
lib/libjxl_cms.so
-lib/libjxl_cms.so.0.10
+lib/libjxl_cms.so.0.11
lib/libjxl_cms.so.%%VERSION%%
-lib/libjxl_extras_codec.so
-lib/libjxl_extras_codec.so.0.10
-lib/libjxl_extras_codec.so.%%VERSION%%
+lib/libjxl_extras_codec.a
lib/libjxl_threads.so
-lib/libjxl_threads.so.0.10
+lib/libjxl_threads.so.0.11
lib/libjxl_threads.so.%%VERSION%%
libdata/pkgconfig/libjxl.pc
libdata/pkgconfig/libjxl_cms.pc
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile
index 5e157d422205..c09c9f92e7b7 100644
--- a/graphics/rawtherapee/Makefile
+++ b/graphics/rawtherapee/Makefile
@@ -1,5 +1,6 @@
PORTNAME= rawtherapee
PORTVERSION= 5.11
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://github.com/Beep6581/RawTherapee/releases/download/${PORTVERSION}/ \
https://rawtherapee.com/shared/source/ \
diff --git a/graphics/sdl2_image/Makefile b/graphics/sdl2_image/Makefile
index cddee3694fee..81de19c1417e 100644
--- a/graphics/sdl2_image/Makefile
+++ b/graphics/sdl2_image/Makefile
@@ -1,7 +1,7 @@
PORTNAME= sdl2_image
DISTVERSIONPREFIX= release-
DISTVERSION= 2.8.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MAINTAINER= amdmi3@FreeBSD.org
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index 999221a499a1..79108ba68a86 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -1,5 +1,6 @@
PORTNAME= vips
PORTVERSION= 8.15.3
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
diff --git a/multimedia/aom/Makefile b/multimedia/aom/Makefile
index 799f356ab651..c2477bb95b90 100644
--- a/multimedia/aom/Makefile
+++ b/multimedia/aom/Makefile
@@ -1,5 +1,6 @@
PORTNAME= aom
DISTVERSION= 3.10.0
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= https://storage.googleapis.com/${PORTNAME}-releases/
DISTNAME= lib${PORTNAME}-${DISTVERSION}
diff --git a/multimedia/emby-server/Makefile b/multimedia/emby-server/Makefile
index 5778402b3997..d32d746e7e5d 100644
--- a/multimedia/emby-server/Makefile
+++ b/multimedia/emby-server/Makefile
@@ -1,6 +1,6 @@
PORTNAME= emby-server
DISTVERSION= 4.8.8.0
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= https://github.com/MediaBrowser/Emby.Releases/releases/download/${DISTVERSION}/ \
https://mediabrowser.github.io/embytools/
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile
index 84a365ca9454..5e702f13b1b8 100644
--- a/multimedia/ffmpeg/Makefile
+++ b/multimedia/ffmpeg/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ffmpeg
PORTVERSION= 6.1.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= multimedia audio net
MASTER_SITES= https://ffmpeg.org/releases/
diff --git a/x11/swayimg/Makefile b/x11/swayimg/Makefile
index 983beeb0033b..bc803b203197 100644
--- a/x11/swayimg/Makefile
+++ b/x11/swayimg/Makefile
@@ -1,6 +1,7 @@
PORTNAME= swayimg
DISTVERSIONPREFIX= v
DISTVERSION= 3.2
+PORTREVISION= 1
CATEGORIES= x11 wayland
MAINTAINER= jbeich@FreeBSD.org