pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gimp-jxr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr  4 13:08:13 UTC 2017

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

Log Message:
Import gimp-jxr-2.0 as graphics/gimp-jxr.

GIMP plugin for jpegxr files.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/gimp-jxr/DESCR \
    pkgsrc/graphics/gimp-jxr/Makefile pkgsrc/graphics/gimp-jxr/PLIST \
    pkgsrc/graphics/gimp-jxr/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-jxr/DESCR
diff -u /dev/null pkgsrc/graphics/gimp-jxr/DESCR:1.1
--- /dev/null   Tue Apr  4 13:08:13 2017
+++ pkgsrc/graphics/gimp-jxr/DESCR      Tue Apr  4 13:08:13 2017
@@ -0,0 +1 @@
+GIMP plugin for jpegxr files.
Index: pkgsrc/graphics/gimp-jxr/Makefile
diff -u /dev/null pkgsrc/graphics/gimp-jxr/Makefile:1.1
--- /dev/null   Tue Apr  4 13:08:13 2017
+++ pkgsrc/graphics/gimp-jxr/Makefile   Tue Apr  4 13:08:13 2017
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1 2017/04/04 13:08:13 wiz Exp $
+
+DISTNAME=      gimp-jxr-2.0
+CATEGORIES=    graphics
+MASTER_SITES=  # javascript link
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://gimpjpegxrplugin.codeplex.com/
+COMMENT=       Gimp plugin for JPEG XR files
+LICENSE=       modified-bsd
+
+WRKSRC=                ${WRKDIR}/src
+
+USE_TOOLS+=    pkg-config
+
+INSTALLATION_DIRS+=    lib/gimp/2.0/plug-ins
+
+CFLAGS+=       -I${BUILDLINK_PREFIX.jxrlib}/include/jxrlib/common/include
+CFLAGS+=       -I${BUILDLINK_PREFIX.jxrlib}/include/jxrlib/image/sys
+CFLAGS+=       -I${BUILDLINK_PREFIX.jxrlib}/include/jxrlib/image/encode
+CFLAGS+=       -I${BUILDLINK_PREFIX.jxrlib}/include/jxrlib/image/decode
+CFLAGS+=       -I${BUILDLINK_PREFIX.jxrlib}/include/jxrlib/image/x86
+CFLAGS+=       -I${BUILDLINK_PREFIX.jxrlib}/include/jxrgluelib
+CFLAGS+=       -D__ANSI__ -DABLE_PERF_MEASUREMENT
+CFLAGS+=       load.c save.c utils.c
+LDFLAGS+=      -L${BUILDLINK_PREFIX.jxrlib}/lib -ljxrglue -ljpegxr
+
+do-build:
+       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gimptool-2.0 --build file-jxr.c
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/file-jxr ${DESTDIR}${PREFIX}/lib/gimp/2.0/plug-ins
+
+.include "../../graphics/gimp/buildlink3.mk"
+.include "../../graphics/jxrlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/gimp-jxr/PLIST
diff -u /dev/null pkgsrc/graphics/gimp-jxr/PLIST:1.1
--- /dev/null   Tue Apr  4 13:08:13 2017
+++ pkgsrc/graphics/gimp-jxr/PLIST      Tue Apr  4 13:08:13 2017
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/04 13:08:13 wiz Exp $
+lib/gimp/2.0/plug-ins/file-jxr
Index: pkgsrc/graphics/gimp-jxr/distinfo
diff -u /dev/null pkgsrc/graphics/gimp-jxr/distinfo:1.1
--- /dev/null   Tue Apr  4 13:08:13 2017
+++ pkgsrc/graphics/gimp-jxr/distinfo   Tue Apr  4 13:08:13 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/04 13:08:13 wiz Exp $
+
+SHA1 (gimp-jxr-2.0.zip) = d6d370d32e15c851cce460231707b95db0c81572
+RMD160 (gimp-jxr-2.0.zip) = c0a401153e580208dcbd6e55789d1e09e46b2cb5
+SHA512 (gimp-jxr-2.0.zip) = bd35c323f2072dfb76a7b49379ce5ff47167ad0afe75e16e2453880808a08d2acfef7cce4493c840c86b70aeff52b5a6e7b1252ace14c376a1e25134def45b03
+Size (gimp-jxr-2.0.zip) = 191840 bytes



Home | Main Index | Thread Index | Old Index