pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp-create-spritesheet graphics/gimp-create-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b623b7d2d2f
branches:  trunk
changeset: 452509:6b623b7d2d2f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 12 09:03:12 2021 +0000

description:
graphics/gimp-create-spritesheet: import gimp-create-spritesheet-0.0.2019.11.27

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

diffstat:

 graphics/gimp-create-spritesheet/DESCR    |   1 +
 graphics/gimp-create-spritesheet/Makefile |  31 +++++++++++++++++++++++++++++++
 graphics/gimp-create-spritesheet/PLIST    |   2 ++
 graphics/gimp-create-spritesheet/distinfo |   6 ++++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r b91a95a22505 -r 6b623b7d2d2f graphics/gimp-create-spritesheet/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-create-spritesheet/DESCR    Wed May 12 09:03:12 2021 +0000
@@ -0,0 +1,1 @@
+This package provides a plugin for GIMP to create simple spritesheets.
diff -r b91a95a22505 -r 6b623b7d2d2f graphics/gimp-create-spritesheet/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-create-spritesheet/Makefile Wed May 12 09:03:12 2021 +0000
@@ -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"
diff -r b91a95a22505 -r 6b623b7d2d2f graphics/gimp-create-spritesheet/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-create-spritesheet/PLIST    Wed May 12 09:03:12 2021 +0000
@@ -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
diff -r b91a95a22505 -r 6b623b7d2d2f graphics/gimp-create-spritesheet/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-create-spritesheet/distinfo Wed May 12 09:03:12 2021 +0000
@@ -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