Skip to content

Commit

Permalink
Update to gifsicle-1.96.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit committed Mar 1, 2025
1 parent ba83746 commit d334b30
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion graphics/gifsicle/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
COMMENT = creating & editing GIF images and animations

DISTNAME = gifsicle-1.95
DISTNAME = gifsicle-1.96

CATEGORIES = graphics

Expand Down
4 changes: 2 additions & 2 deletions graphics/gifsicle/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (gifsicle-1.95.tar.gz) = snEWRwCf0qExMPO+FgUy7UZTjnYr/A8CDepQYYp9yVA=
SIZE (gifsicle-1.95.tar.gz) = 579636
SHA256 (gifsicle-1.96.tar.gz) = /SPSeWgabf48FSZOM/NEBFs7pHPaTRn0nmelCZSwd/s=
SIZE (gifsicle-1.96.tar.gz) = 587298
10 changes: 5 additions & 5 deletions graphics/gifsicle/patches/patch-configure_ac
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
--- configure.ac.orig Wed Feb 28 14:09:32 2024
+++ configure.ac Wed Feb 28 14:09:54 2024
--- configure.ac.orig.port Wed Feb 26 23:01:38 2025
+++ configure.ac Sat Mar 1 15:57:28 2025
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([gifsicle],[1.95])
-AC_PREREQ([2.72])
AC_INIT([gifsicle],[1.96])
-AC_PREREQ([2.69])
+AC_PREREQ([2.71])
AC_CONFIG_SRCDIR([src/gifsicle.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile src/Makefile])
@@ -238,7 +238,7 @@
@@ -239,7 +239,7 @@

AC_SEARCH_LIBS([pthread_create], [pthread], [have_threads=yes], [have_threads=no])
AC_MSG_CHECKING([for __sync_add_and_fetch])
Expand Down

0 comments on commit d334b30

Please sign in to comment.