pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/SDL2_image



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jun 16 20:59:44 UTC 2023

Modified Files:
        pkgsrc/graphics/SDL2_image: Makefile PLIST distinfo
        pkgsrc/graphics/SDL2_image/patches: patch-Makefile.in patch-configure

Log Message:
SDL2_image: update to 2.6.3.

2.6.2:
 * Updated autotools to use ax_compute_relative_paths, fixing homebrew on macOS

2.6.1:
 * Fixed loading grayscale PNGs when using stb_image

2.6.0:
 * Added support for building with CMake
 * Added stb_image as the default backend for JPG and PNG images loading.
   To use libpng and libjpg instead, configure using --disable-stb-image
 * Added IMG_LoadSizedSVG_RW()
 * Added support for AVIF images (https://github.com/AOMediaCodec/libavif)
 * Added IMG_ReadXPMFromArrayToRGB888()
 * Added support for JXL images (https://jpegxl.info/)
 * Added support for QOI images (https://qoiformat.org/)
 * Fixed XCF regression introduced in 2.0.5
 * Added support for loading animated GIFs
 * LoadBMP() now loads files using SDL2
 * Allow using libwebpdecoder instead libwebp


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/graphics/SDL2_image/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/SDL2_image/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/SDL2_image/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/SDL2_image/patches/patch-Makefile.in \
    pkgsrc/graphics/SDL2_image/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/SDL2_image/Makefile
diff -u pkgsrc/graphics/SDL2_image/Makefile:1.23 pkgsrc/graphics/SDL2_image/Makefile:1.24
--- pkgsrc/graphics/SDL2_image/Makefile:1.23    Sat May  6 19:08:50 2023
+++ pkgsrc/graphics/SDL2_image/Makefile Fri Jun 16 20:59:44 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2023/05/06 19:08:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2023/06/16 20:59:44 wiz Exp $
 
-DISTNAME=      SDL2_image-2.0.5
-PKGREVISION=   10
+DISTNAME=      SDL2_image-2.6.3
 CATEGORIES=    graphics devel
 MASTER_SITES=  http://www.libsdl.org/projects/SDL_image/release/
 

Index: pkgsrc/graphics/SDL2_image/PLIST
diff -u pkgsrc/graphics/SDL2_image/PLIST:1.1 pkgsrc/graphics/SDL2_image/PLIST:1.2
--- pkgsrc/graphics/SDL2_image/PLIST:1.1        Mon Mar 31 10:10:14 2014
+++ pkgsrc/graphics/SDL2_image/PLIST    Fri Jun 16 20:59:44 2023
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2014/03/31 10:10:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/06/16 20:59:44 wiz Exp $
 bin/showimage2
 include/SDL2/SDL_image.h
+lib/cmake/SDL2_image/sdl2_image-config-version.cmake
+lib/cmake/SDL2_image/sdl2_image-config.cmake
 lib/libSDL2_image.la
 lib/pkgconfig/SDL2_image.pc

Index: pkgsrc/graphics/SDL2_image/distinfo
diff -u pkgsrc/graphics/SDL2_image/distinfo:1.9 pkgsrc/graphics/SDL2_image/distinfo:1.10
--- pkgsrc/graphics/SDL2_image/distinfo:1.9     Tue Oct 26 10:45:58 2021
+++ pkgsrc/graphics/SDL2_image/distinfo Fri Jun 16 20:59:44 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:45:58 nia Exp $
+$NetBSD: distinfo,v 1.10 2023/06/16 20:59:44 wiz Exp $
 
-BLAKE2s (SDL2_image-2.0.5.tar.gz) = d515ee59264617323be1e660a21fffcfe34feea0ee7228e9e498e744147f8382
-SHA512 (SDL2_image-2.0.5.tar.gz) = 77e743d3f32707e015b290c1379ae3c7d7a3fe265995713267f0d0ec6517de4808f0de9890b5ab28445941af5bc9fbff346620629e0d7d7e9f365262cab05ee7
-Size (SDL2_image-2.0.5.tar.gz) = 11736518 bytes
-SHA1 (patch-Makefile.in) = 223b48a4b66e9138fdd3b2aae82af16e493dd703
-SHA1 (patch-configure) = fe18749571cdf44e0a66f7716b35b45dbb6ae203
+BLAKE2s (SDL2_image-2.6.3.tar.gz) = 52cfe0fd58f808b54f76109db9c8829a99a51738601c93ae2f76833872ff90a9
+SHA512 (SDL2_image-2.6.3.tar.gz) = 11f1d041a052829708560b6211a2a00b3a1ce26a6f23cb389f57fa5254372027e97d3a6ffe551134a77bc33718c3acea3df21fe8426e93a2b1955176c47c7647
+Size (SDL2_image-2.6.3.tar.gz) = 9816720 bytes
+SHA1 (patch-Makefile.in) = 9e545a34c74955ff06c6fe265bf5fa565da82b58
+SHA1 (patch-configure) = 550fbe7f26e711dc4fd8ebc737bb1fdcd9ec527b

Index: pkgsrc/graphics/SDL2_image/patches/patch-Makefile.in
diff -u pkgsrc/graphics/SDL2_image/patches/patch-Makefile.in:1.3 pkgsrc/graphics/SDL2_image/patches/patch-Makefile.in:1.4
--- pkgsrc/graphics/SDL2_image/patches/patch-Makefile.in:1.3    Wed Apr  1 10:24:05 2020
+++ pkgsrc/graphics/SDL2_image/patches/patch-Makefile.in        Fri Jun 16 20:59:44 2023
@@ -1,13 +1,13 @@
-$NetBSD: patch-Makefile.in,v 1.3 2020/04/01 10:24:05 nia Exp $
+$NetBSD: patch-Makefile.in,v 1.4 2023/06/16 20:59:44 wiz Exp $
 
 libtool: link: unable to infer tagged configuration
 libtool:   error: specify a tag with '--tag'
 
 Always specify a tag when linking.
 
---- Makefile.in.orig   2019-06-30 04:52:11.000000000 +0000
+--- Makefile.in.orig   2023-02-07 00:43:37.000000000 +0000
 +++ Makefile.in
-@@ -161,7 +161,7 @@ AM_V_lt = $(am__v_lt_@AM_V@)
+@@ -168,7 +168,7 @@ AM_V_lt = $(am__v_lt_@AM_V@)
  am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  am__v_lt_0 = --silent
  am__v_lt_1 = 
@@ -15,8 +15,8 @@ Always specify a tag when linking.
 +libSDL2_image_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        $(LIBTOOLFLAGS) --mode=link $(OBJCLD) $(AM_OBJCFLAGS) \
        $(OBJCFLAGS) $(libSDL2_image_la_LDFLAGS) $(LDFLAGS) -o $@
- showimage_SOURCES = showimage.c
-@@ -221,7 +221,7 @@ am__v_OBJC_ = $(am__v_OBJC_@AM_DEFAULT_V
+ showanim_SOURCES = showanim.c
+@@ -234,7 +234,7 @@ am__v_OBJC_ = $(am__v_OBJC_@AM_DEFAULT_V
  am__v_OBJC_0 = @echo "  OBJC    " $@;
  am__v_OBJC_1 = 
  OBJCLD = $(OBJC)
Index: pkgsrc/graphics/SDL2_image/patches/patch-configure
diff -u pkgsrc/graphics/SDL2_image/patches/patch-configure:1.3 pkgsrc/graphics/SDL2_image/patches/patch-configure:1.4
--- pkgsrc/graphics/SDL2_image/patches/patch-configure:1.3      Thu Nov  1 21:10:22 2018
+++ pkgsrc/graphics/SDL2_image/patches/patch-configure  Fri Jun 16 20:59:44 2023
@@ -1,20 +1,20 @@
-$NetBSD: patch-configure,v 1.3 2018/11/01 21:10:22 adam Exp $
+$NetBSD: patch-configure,v 1.4 2023/06/16 20:59:44 wiz Exp $
 
 Add frameworks required to link under OS X.
 Use absolute paths for dlopen(); don't expect users set LD_LIBRARY_PATH.
 
---- configure.orig     2018-10-31 14:59:01.000000000 +0000
+--- configure.orig     2023-02-07 00:43:37.000000000 +0000
 +++ configure
-@@ -12198,6 +12198,7 @@ $as_echo_n "checking for ImageIO support
- $as_echo "$enable_imageio" >&6; }
+@@ -13375,6 +13375,7 @@ printf %s "checking for ImageIO support.
+ printf "%s\n" "$enable_imageio" >&6; }
          if test x$enable_imageio = xyes; then
              IMG_LIBS="-Wl,-framework,ApplicationServices -lobjc $IMG_LIBS"
 +            IMG_LIBS="-Wl,-framework,Cocoa -Wl,-framework,Carbon -Wl,-framework,IOKit -Wl,-framework,ForceFeedback $IMG_LIBS"
          else
              CFLAGS="$CFLAGS -DSDL_IMAGE_USE_COMMON_BACKEND"
          fi
-@@ -12233,7 +12234,7 @@ find_lib()
-         host_lib_path="/usr/$base_libdir /usr/local/$base_libdir"
+@@ -13426,7 +13427,7 @@ find_lib()
+         host_lib_path="$ac_default_prefix/$base_libdir $ac_default_prefix/$base_bindir /usr/$base_libdir /usr/local/$base_libdir"
      fi
      for path in $env_lib_path $gcc_bin_path $gcc_lib_path $host_lib_path; do
 -        lib=`ls -- $path/$1 2>/dev/null | sed -e '/\.so\..*\./d' -e 's,.*/,,' | sort | tail -1`



Home | Main Index | Thread Index | Old Index