summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2018-04-30 04:53:25 +0000
committerryoon <ryoon@pkgsrc.org>2018-04-30 04:53:25 +0000
commitdcd02f3252ed24863628e44312916ec7a763694c (patch)
tree85e49bd1b35aac31116c6e624880f39d22a44612 /graphics
parente7a4221efcbcf2ef259b17f36e3a8e83a000069f (diff)
downloadpkgsrc-dcd02f3252ed24863628e44312916ec7a763694c.tar.gz
graphics/libmypaint: import libmypaint-1.3.0
Libmypaint is MyPaint's brushstroke rendering code, in a form that can be used by other programs.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libmypaint/DESCR2
-rw-r--r--graphics/libmypaint/Makefile25
-rw-r--r--graphics/libmypaint/PLIST13
-rw-r--r--graphics/libmypaint/buildlink3.mk14
-rw-r--r--graphics/libmypaint/distinfo6
5 files changed, 60 insertions, 0 deletions
diff --git a/graphics/libmypaint/DESCR b/graphics/libmypaint/DESCR
new file mode 100644
index 00000000000..7c685cd652b
--- /dev/null
+++ b/graphics/libmypaint/DESCR
@@ -0,0 +1,2 @@
+Libmypaint is MyPaint's brushstroke rendering code, in a form that
+can be used by other programs.
diff --git a/graphics/libmypaint/Makefile b/graphics/libmypaint/Makefile
new file mode 100644
index 00000000000..39337227350
--- /dev/null
+++ b/graphics/libmypaint/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2018/04/30 04:53:25 ryoon Exp $
+
+DISTNAME= libmypaint-1.3.0
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GITHUB:=mypaint/}
+GITHUB_PROJECT= libmypaint
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= ryoon@NetBSD.org
+HOMEPAGE= http://mypaint.org/
+COMMENT= Library for making brushstrokes
+LICENSE= isc
+
+CONFLICTS+= mypaint-[0-9]*
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= intltool pkg-config
+
+PKGCONFIG_OVERRIDE+= gegl/libmypaint-gegl.pc.in
+PKGCONFIG_OVERRIDE+= libmypaint.pc.in
+
+.include "../../textproc/json-c/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/libmypaint/PLIST b/graphics/libmypaint/PLIST
new file mode 100644
index 00000000000..bbf91c6b66b
--- /dev/null
+++ b/graphics/libmypaint/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1 2018/04/30 04:53:25 ryoon Exp $
+include/libmypaint/mypaint-brush-settings-gen.h
+include/libmypaint/mypaint-brush-settings.h
+include/libmypaint/mypaint-brush.h
+include/libmypaint/mypaint-config.h
+include/libmypaint/mypaint-fixed-tiled-surface.h
+include/libmypaint/mypaint-glib-compat.h
+include/libmypaint/mypaint-mapping.h
+include/libmypaint/mypaint-rectangle.h
+include/libmypaint/mypaint-surface.h
+include/libmypaint/mypaint-tiled-surface.h
+lib/libmypaint.la
+lib/pkgconfig/libmypaint.pc
diff --git a/graphics/libmypaint/buildlink3.mk b/graphics/libmypaint/buildlink3.mk
new file mode 100644
index 00000000000..f1b1d864b3d
--- /dev/null
+++ b/graphics/libmypaint/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/04/30 04:53:25 ryoon Exp $
+
+BUILDLINK_TREE+= libmypaint
+
+.if !defined(LIBMYPAINT_BUILDLINK3_MK)
+LIBMYPAINT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libmypaint+= libmypaint>=1.3.0
+BUILDLINK_PKGSRCDIR.libmypaint?= ../../graphics/libmypaint
+
+.include "../../textproc/json-c/buildlink3.mk"
+.endif # LIBMYPAINT_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libmypaint
diff --git a/graphics/libmypaint/distinfo b/graphics/libmypaint/distinfo
new file mode 100644
index 00000000000..6c5a7cf08df
--- /dev/null
+++ b/graphics/libmypaint/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/04/30 04:53:25 ryoon Exp $
+
+SHA1 (libmypaint-1.3.0.tar.xz) = d9d2ac9d6ee45056e02bbbc497a66dc861db5c05
+RMD160 (libmypaint-1.3.0.tar.xz) = b70855b627d29a5150e8e89c5c49be17f2f10c9e
+SHA512 (libmypaint-1.3.0.tar.xz) = 553eeb3439ffd0c013e33254a16334242583b8bab76d1a3e937f3ed1d7e05a832c6eb26acd7220dce20c6a7d997c32afe828202ce48e25a5fe57b67efd853fcf
+Size (libmypaint-1.3.0.tar.xz) = 438160 bytes