pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Remove gimp-jxl, gimp now support jxl in its base package
Module Name: pkgsrc-wip
Committed By: Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By: nros
Date: Fri Aug 18 12:15:20 2023 +0200
Changeset: 4ee938e10b8f689146e26ff2e3cd193ff7516245
Modified Files:
Makefile
libjxl/Makefile.common
Removed Files:
gimp-jxl/DESCR
gimp-jxl/Makefile
gimp-jxl/PLIST
Log Message:
Remove gimp-jxl, gimp now support jxl in its base package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4ee938e10b8f689146e26ff2e3cd193ff7516245
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
gimp-jxl/DESCR | 3 ---
gimp-jxl/Makefile | 19 -------------------
gimp-jxl/PLIST | 2 --
libjxl/Makefile.common | 1 -
5 files changed, 26 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 9ceadced8c..7ae6e58f57 100644
--- a/Makefile
+++ b/Makefile
@@ -1126,7 +1126,6 @@ SUBDIR+= ghmm
SUBDIR+= ghostpcl-urwfonts-ttf
SUBDIR+= ghostscript-cidfonts-ryumin
SUBDIR+= giggle
-SUBDIR+= gimp-jxl
SUBDIR+= gin
SUBDIR+= git-bug
SUBDIR+= git-docs-html
diff --git a/gimp-jxl/DESCR b/gimp-jxl/DESCR
deleted file mode 100644
index 0877848b19..0000000000
--- a/gimp-jxl/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Gimp plugin for reading and writing JPEG XL images.
-JPEG XL (.jxl) is the next generation , general-purpose
-image compression codec by the JPEG committee.
diff --git a/gimp-jxl/Makefile b/gimp-jxl/Makefile
deleted file mode 100644
index cbe7972cc9..0000000000
--- a/gimp-jxl/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-.include "../../wip/libjxl/Makefile.common"
-
-PKGNAME= ${DISTNAME:S/lib/gimp-/g}
-COMMENT= JpegXL Gimp plugin
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-USE_TOOLS+= pkg-config
-USE_LANGUAGES= c c++
-USE_CMAKE= yes
-
-CONFIGURE_DIRS= plugins/gimp
-BUILD_DIRS= plugins/gimp
-
-.include "../../graphics/gimp/buildlink3.mk"
-.include "../../wip/libjxl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gimp-jxl/PLIST b/gimp-jxl/PLIST
deleted file mode 100644
index fc0254f712..0000000000
--- a/gimp-jxl/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-lib/gimp/2.0/plug-ins/file-jxl/file-jxl
diff --git a/libjxl/Makefile.common b/libjxl/Makefile.common
index d55a6e3c64..2b59c3a792 100644
--- a/libjxl/Makefile.common
+++ b/libjxl/Makefile.common
@@ -1,6 +1,5 @@
# $NetBSD$
# used by wip/gdk-pixbuf-jxl/Makefile
-# used by wip/gimp-jxl/Makefile
DISTNAME= libjxl-0.6.1
CATEGORIES= graphics
Home |
Main Index |
Thread Index |
Old Index