pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/maim



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug 13 12:42:02 UTC 2021

Modified Files:
        pkgsrc/x11/maim: Makefile distinfo

Log Message:
maim: update to 5.7.4

Changes:
    Maim now supports webp, and bmp! (Thank you llenck and awused!)
    Use memset instead of for loops to mask images (big speed increase.)
    Better exception handling, (invalid commands no longer crash the app.)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/maim/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/maim/distinfo

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

Modified files:

Index: pkgsrc/x11/maim/Makefile
diff -u pkgsrc/x11/maim/Makefile:1.11 pkgsrc/x11/maim/Makefile:1.12
--- pkgsrc/x11/maim/Makefile:1.11       Wed Apr 21 11:42:59 2021
+++ pkgsrc/x11/maim/Makefile    Fri Aug 13 12:42:02 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2021/04/21 11:42:59 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/08/13 12:42:02 nia Exp $
 
-DISTNAME=      maim-5.6.3
-PKGREVISION=   3
+DISTNAME=      maim-5.7.4
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=naelstrof/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -19,6 +18,7 @@ USE_LANGUAGES=        c c++
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE="Release"
 
 .include "../../graphics/glm/buildlink3.mk"
+.include "../../graphics/libwebp/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../x11/libXcomposite/buildlink3.mk"

Index: pkgsrc/x11/maim/distinfo
diff -u pkgsrc/x11/maim/distinfo:1.3 pkgsrc/x11/maim/distinfo:1.4
--- pkgsrc/x11/maim/distinfo:1.3        Sun Apr 12 21:10:25 2020
+++ pkgsrc/x11/maim/distinfo    Fri Aug 13 12:42:02 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/04/12 21:10:25 wiz Exp $
+$NetBSD: distinfo,v 1.4 2021/08/13 12:42:02 nia Exp $
 
-SHA1 (maim-5.6.3.tar.gz) = 36bf5730aa0cebbfbcb4b070503fba3337f15e3d
-RMD160 (maim-5.6.3.tar.gz) = 6badb251036e1694d63cc2d04506228c90925d86
-SHA512 (maim-5.6.3.tar.gz) = 8e19bd4e89db117bcb74a9b9e35f3232cdd0ef3836a536d170f803d7159fbc4be415d20695e5e61942ff7714d990d027149cee20a689f797d25d01610cc1c3be
-Size (maim-5.6.3.tar.gz) = 40217 bytes
+SHA1 (maim-5.7.4.tar.gz) = d6dd171cbf95c1dae0c8c09bc94c7db414880680
+RMD160 (maim-5.7.4.tar.gz) = 848b787062ead58aa1853acb90497ef484baa41f
+SHA512 (maim-5.7.4.tar.gz) = f91ba00e436514d2d0eecc664c02dd45c53750045b5bc4abbc2cfbf64159085e83736e820c54fa819b4d82b0905a3cfe76a5227db49dd54238f655fd4899cd6c
+Size (maim-5.7.4.tar.gz) = 41663 bytes



Home | Main Index | Thread Index | Old Index