pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/imlib2
Module Name: pkgsrc
Committed By: nia
Date: Tue Oct 19 08:39:05 UTC 2021
Modified Files:
pkgsrc/graphics/imlib2: Makefile distinfo
Log Message:
imlib2: update to 1.7.4
v1.7.4 - 2021-09-16
-------------------
Kim Woelders (14):
imlib2_view: Move property stuff to separate file
imlib2_view: Cleanups
imlib2_view: By default scale large images to fit on screen
imlib2_view: Add some debug
imlib2_view: Fix issue with new default scaling
WEBP loader: Remove forgotten debug printout
WEBP loader: Rename fd variable to be same as everywhere else
LBM loader: Fix potential out-of-bounds memory access
GIF, TIFF, WEBP loaders: Fix loading if filename does not have usual suffix
Revert "GIF, TIFF, WEBP loaders: Fix loading if filename does not have usual suffix"
GIF, TIFF, WEBP loaders: Fix loading if filename does not have usual suffix - take 2
Add script to generate Changelog
Update Changelog to new format
image.c: Use the LOAD_... macros to check loader return values
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/graphics/imlib2/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/imlib2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/imlib2/Makefile
diff -u pkgsrc/graphics/imlib2/Makefile:1.83 pkgsrc/graphics/imlib2/Makefile:1.84
--- pkgsrc/graphics/imlib2/Makefile:1.83 Tue Aug 24 13:31:07 2021
+++ pkgsrc/graphics/imlib2/Makefile Tue Oct 19 08:39:04 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2021/08/24 13:31:07 nia Exp $
+# $NetBSD: Makefile,v 1.84 2021/10/19 08:39:04 nia Exp $
-DISTNAME= imlib2-1.7.3
+DISTNAME= imlib2-1.7.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/graphics/imlib2/distinfo
diff -u pkgsrc/graphics/imlib2/distinfo:1.46 pkgsrc/graphics/imlib2/distinfo:1.47
--- pkgsrc/graphics/imlib2/distinfo:1.46 Thu Oct 7 14:12:21 2021
+++ pkgsrc/graphics/imlib2/distinfo Tue Oct 19 08:39:04 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.46 2021/10/07 14:12:21 nia Exp $
+$NetBSD: distinfo,v 1.47 2021/10/19 08:39:04 nia Exp $
-RMD160 (imlib2-1.7.3.tar.bz2) = d7ff705620967702b1ddd7779e1b9f0bd0213f9b
-SHA512 (imlib2-1.7.3.tar.bz2) = b22fb4a9227ef8817b45dfd27d33271e2afb4750453bc623d32e66ad648637ae2f7e4f074e7552e63bcbf83c03e4f80cf257cd35f7b90fa27fa9c89945af1d70
-Size (imlib2-1.7.3.tar.bz2) = 894888 bytes
+RMD160 (imlib2-1.7.4.tar.bz2) = f31ec7cc1c6d87a788f85f97b685743d08921bde
+SHA512 (imlib2-1.7.4.tar.bz2) = 54c213de38535f14359d9e407b9ae5911a158347525a298673ba53d122c3e506449feb34203e764e43d5aa163f3024093803cd976a23c0f0f65b843ed9685d66
+Size (imlib2-1.7.4.tar.bz2) = 895819 bytes
SHA1 (patch-imlib2-config.in) = 22bd429a029e1071f1920ed2261cb94fd66b1146
SHA1 (patch-src_bin_imlib2__view.c) = 53a7bdb2e1f8687db095b796b46945ee5a72f552
SHA1 (patch-src_lib_amd64__blend.S) = 09e89c6b1d6fb622b3ee88f6c3a5e9b6f3ab3fad
Home |
Main Index |
Thread Index |
Old Index