pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gimp-create-spritesheet



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 12 09:03:12 UTC 2021

Added Files:
        pkgsrc/graphics/gimp-create-spritesheet: DESCR Makefile PLIST distinfo

Log Message:
graphics/gimp-create-spritesheet: import gimp-create-spritesheet-0.0.2019.11.27

This package provides a plugin for GIMP to create simple spritesheets.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/gimp-create-spritesheet/DESCR \
    pkgsrc/graphics/gimp-create-spritesheet/Makefile \
    pkgsrc/graphics/gimp-create-spritesheet/PLIST \
    pkgsrc/graphics/gimp-create-spritesheet/distinfo

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

Added files:

Index: pkgsrc/graphics/gimp-create-spritesheet/DESCR
diff -u /dev/null pkgsrc/graphics/gimp-create-spritesheet/DESCR:1.1
--- /dev/null   Wed May 12 09:03:12 2021
+++ pkgsrc/graphics/gimp-create-spritesheet/DESCR       Wed May 12 09:03:12 2021
@@ -0,0 +1 @@
+This package provides a plugin for GIMP to create simple spritesheets.
Index: pkgsrc/graphics/gimp-create-spritesheet/Makefile
diff -u /dev/null pkgsrc/graphics/gimp-create-spritesheet/Makefile:1.1
--- /dev/null   Wed May 12 09:03:12 2021
+++ pkgsrc/graphics/gimp-create-spritesheet/Makefile    Wed May 12 09:03:12 2021
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2021/05/12 09:03:12 wiz Exp $
+
+DISTNAME=              create_spritesheet
+PKGNAME=               gimp-create-spritesheet-0.0.2019.11.27
+CATEGORIES=            graphics
+MASTER_SITES=          https://raw.githubusercontent.com/Spydarlee/scripts/master/GIMP/
+DIST_SUBDIR=           ${PKGNAME_NOREV}
+EXTRACT_SUFX=          .py
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              https://karnbianco.co.uk/blog/2018/04/10/tutorial-animated-spritesheets-with-gimp-and-unity/
+COMMENT=               Spritesheet creation plugin for gimp
+LICENSE=               public-domain
+
+DEPENDS+=              gimp-[0-9]*:../../graphics/gimp
+
+WRKSRC=                        ${WRKDIR}
+REPLACE_PYTHON=                ${DISTNAME}.py
+INSTALLATION_DIRS=     lib/gimp/2.0/plug-ins
+USE_LANGUAGES=         # python
+
+# gimp python plugin support only targets python 2.7
+PYTHON_VERSIONS_ACCEPTED=      27
+
+do-build:
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.py ${DESTDIR}${PREFIX}/lib/gimp/2.0/plug-ins/
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/gimp-create-spritesheet/PLIST
diff -u /dev/null pkgsrc/graphics/gimp-create-spritesheet/PLIST:1.1
--- /dev/null   Wed May 12 09:03:12 2021
+++ pkgsrc/graphics/gimp-create-spritesheet/PLIST       Wed May 12 09:03:12 2021
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/05/12 09:03:12 wiz Exp $
+lib/gimp/2.0/plug-ins/create_spritesheet.py
Index: pkgsrc/graphics/gimp-create-spritesheet/distinfo
diff -u /dev/null pkgsrc/graphics/gimp-create-spritesheet/distinfo:1.1
--- /dev/null   Wed May 12 09:03:12 2021
+++ pkgsrc/graphics/gimp-create-spritesheet/distinfo    Wed May 12 09:03:12 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/05/12 09:03:12 wiz Exp $
+
+SHA1 (gimp-create-spritesheet-0.0.2019.11.27/create_spritesheet.py) = 9d6d8c294c0ccf3a05103052f15598b8bfcc38d3
+RMD160 (gimp-create-spritesheet-0.0.2019.11.27/create_spritesheet.py) = ced2d6317625310096c17249a1fcef0cca433757
+SHA512 (gimp-create-spritesheet-0.0.2019.11.27/create_spritesheet.py) = 
23ef1e41208cb74b18239fada81dfb6017d4a726f940bff659f3f8db8569cae555b8baedd3d373aea2ce2999364914f8c04d9c99abc10d206c447e33afa8dde9
+Size (gimp-create-spritesheet-0.0.2019.11.27/create_spritesheet.py) = 3559 bytes



Home | Main Index | Thread Index | Old Index