pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libmypaint graphics/libmypaint: import libmyp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f259c56c9b8
branches:  trunk
changeset: 379418:1f259c56c9b8
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Apr 30 04:53:25 2018 +0000

description:
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:

 graphics/libmypaint/DESCR         |   2 ++
 graphics/libmypaint/Makefile      |  25 +++++++++++++++++++++++++
 graphics/libmypaint/PLIST         |  13 +++++++++++++
 graphics/libmypaint/buildlink3.mk |  14 ++++++++++++++
 graphics/libmypaint/distinfo      |   6 ++++++
 5 files changed, 60 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r a77e75469147 -r 1f259c56c9b8 graphics/libmypaint/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libmypaint/DESCR Mon Apr 30 04:53:25 2018 +0000
@@ -0,0 +1,2 @@
+Libmypaint is MyPaint's brushstroke rendering code, in a form that
+can be used by other programs.
diff -r a77e75469147 -r 1f259c56c9b8 graphics/libmypaint/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libmypaint/Makefile      Mon Apr 30 04:53:25 2018 +0000
@@ -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@localhost
+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 -r a77e75469147 -r 1f259c56c9b8 graphics/libmypaint/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libmypaint/PLIST Mon Apr 30 04:53:25 2018 +0000
@@ -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 -r a77e75469147 -r 1f259c56c9b8 graphics/libmypaint/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libmypaint/buildlink3.mk Mon Apr 30 04:53:25 2018 +0000
@@ -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 -r a77e75469147 -r 1f259c56c9b8 graphics/libmypaint/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/libmypaint/distinfo      Mon Apr 30 04:53:25 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index