pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/libmypaint



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Apr 30 04:53:25 UTC 2018

Added Files:
        pkgsrc/graphics/libmypaint: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
graphics/libmypaint: import libmypaint-1.3.0

Libmypaint is MyPaint's brushstroke rendering code, in a form that
can be used by other programs.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/libmypaint/DESCR \
    pkgsrc/graphics/libmypaint/Makefile pkgsrc/graphics/libmypaint/PLIST \
    pkgsrc/graphics/libmypaint/buildlink3.mk \
    pkgsrc/graphics/libmypaint/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/libmypaint/DESCR
diff -u /dev/null pkgsrc/graphics/libmypaint/DESCR:1.1
--- /dev/null   Mon Apr 30 04:53:25 2018
+++ pkgsrc/graphics/libmypaint/DESCR    Mon Apr 30 04:53:25 2018
@@ -0,0 +1,2 @@
+Libmypaint is MyPaint's brushstroke rendering code, in a form that
+can be used by other programs.
Index: pkgsrc/graphics/libmypaint/Makefile
diff -u /dev/null pkgsrc/graphics/libmypaint/Makefile:1.1
--- /dev/null   Mon Apr 30 04:53:25 2018
+++ pkgsrc/graphics/libmypaint/Makefile Mon Apr 30 04:53:25 2018
@@ -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"
Index: pkgsrc/graphics/libmypaint/PLIST
diff -u /dev/null pkgsrc/graphics/libmypaint/PLIST:1.1
--- /dev/null   Mon Apr 30 04:53:25 2018
+++ pkgsrc/graphics/libmypaint/PLIST    Mon Apr 30 04:53:25 2018
@@ -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
Index: pkgsrc/graphics/libmypaint/buildlink3.mk
diff -u /dev/null pkgsrc/graphics/libmypaint/buildlink3.mk:1.1
--- /dev/null   Mon Apr 30 04:53:25 2018
+++ pkgsrc/graphics/libmypaint/buildlink3.mk    Mon Apr 30 04:53:25 2018
@@ -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
Index: pkgsrc/graphics/libmypaint/distinfo
diff -u /dev/null pkgsrc/graphics/libmypaint/distinfo:1.1
--- /dev/null   Mon Apr 30 04:53:25 2018
+++ pkgsrc/graphics/libmypaint/distinfo Mon Apr 30 04:53:25 2018
@@ -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