pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-Pillow



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 11 19:48:08 UTC 2024

Modified Files:
        pkgsrc/graphics/py-Pillow: Makefile

Log Message:
py-Pillow: enable raqm support

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/graphics/py-Pillow/Makefile

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

Modified files:

Index: pkgsrc/graphics/py-Pillow/Makefile
diff -u pkgsrc/graphics/py-Pillow/Makefile:1.82 pkgsrc/graphics/py-Pillow/Makefile:1.83
--- pkgsrc/graphics/py-Pillow/Makefile:1.82     Mon Jul  1 16:30:02 2024
+++ pkgsrc/graphics/py-Pillow/Makefile  Thu Jul 11 19:48:08 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.82 2024/07/01 16:30:02 adam Exp $
+# $NetBSD: Makefile,v 1.83 2024/07/11 19:48:08 wiz Exp $
 
 DISTNAME=      pillow-10.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^p/P/}
+PKGREVISION=   1
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pillow/}
 
@@ -31,6 +32,7 @@ DISTUTILS_BUILDDIR_IN_TEST_ENV=       yes
 .include "../../graphics/libimagequant/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"
 .include "../../graphics/openjpeg/buildlink3.mk"
+.include "../../graphics/raqm/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/jpeg.buildlink3.mk"



Home | Main Index | Thread Index | Old Index