pkgsrc-WIP-changes archive

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

gimp-dds: remove



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%NetBSD.org@localhost>
Pushed By:	nros
Date:		Fri Feb 12 23:11:18 2021 +0000
Changeset:	0729a0b32b651409a75b3f83f942c4b09bc265c0

Modified Files:
	Makefile
Removed Files:
	gimp-dds/DESCR
	gimp-dds/Makefile
	gimp-dds/PLIST
	gimp-dds/TODO
	gimp-dds/distinfo

Log Message:
gimp-dds: remove

gimp-dds has since a long time been part of the official
gimp distribution that is in pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0729a0b32b651409a75b3f83f942c4b09bc265c0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile          |  1 -
 gimp-dds/DESCR    | 13 -------------
 gimp-dds/Makefile | 25 -------------------------
 gimp-dds/PLIST    |  2 --
 gimp-dds/TODO     |  4 ----
 gimp-dds/distinfo |  5 -----
 6 files changed, 50 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 7a7b4e6ebe..1a1fc61c5a 100644
--- a/Makefile
+++ b/Makefile
@@ -1085,7 +1085,6 @@ SUBDIR+=	ghmm
 SUBDIR+=	ghostpcl-urwfonts-ttf
 SUBDIR+=	ghostscript-cidfonts-ryumin
 SUBDIR+=	giggle
-SUBDIR+=	gimp-dds
 SUBDIR+=	gin
 SUBDIR+=	git-docs-html
 SUBDIR+=	git-modes-git
diff --git a/gimp-dds/DESCR b/gimp-dds/DESCR
deleted file mode 100644
index f9b15f38fd..0000000000
--- a/gimp-dds/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-GIMP plugin that allows you to load and save images in the Direct Draw
-Surface (DDS) format.
-
-Features:
-    Load/save DDS files, optionally using DirectX texture compression (DXT)
-    Optional automatic mipmap generation when saving
-    Load mipmaps into separate layers
-    Load cube map faces and volume map slices into separate layers
-    Save cube maps and volume maps with automatic mipmap generation support
-    Save image with a custom pixel format
-    Non-power-of-two image loading and saving support with automatic
-     mipmap generation support
-    Compliant with DirectX 10 block compressed (BC) formats
diff --git a/gimp-dds/Makefile b/gimp-dds/Makefile
deleted file mode 100644
index 26d0049c71..0000000000
--- a/gimp-dds/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2014/10/10 20:40:16 nros Exp $
-
-DISTNAME=	gimp-dds-3.0.1
-CATEGORIES=	graphics
-MASTER_SITES=	https://gimp-dds.googlecode.com/files/
-EXTRACT_SUFX=	.tar.bz2
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://code.google.com/p/gimp-dds/
-COMMENT=	DDS io gimp plugin
-LICENSE=	gnu-gpl-v2 AND mit
-
-USE_TOOLS+=	gmake pkg-config
-
-GCC_REQD=	4.9
-
-gimplibdir=	pkg-config --variable=gimplibdir gimp-2.0
-
-do-install:
-	${INSTALL_LIB_DIR} ${DESTDIR}${gimplibdir:sh}/plug-ins
-	${INSTALL_LIB} ${WRKSRC}/dds \
-		${DESTDIR}${gimplibdir:sh}/plug-ins
-
-.include "../../graphics/gimp/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gimp-dds/PLIST b/gimp-dds/PLIST
deleted file mode 100644
index 8cd8feca0b..0000000000
--- a/gimp-dds/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/10/10 20:40:16 nros Exp $
-lib/gimp/2.0/plug-ins/dds
diff --git a/gimp-dds/TODO b/gimp-dds/TODO
deleted file mode 100644
index 3a83359a7c..0000000000
--- a/gimp-dds/TODO
+++ /dev/null
@@ -1,4 +0,0 @@
-only knows that gcc 4.9 works
-building breaks with gcc 4.5.3 
-
-is it ok to use pkg-config to get gimplibdir?
diff --git a/gimp-dds/distinfo b/gimp-dds/distinfo
deleted file mode 100644
index 1dbf8f0ffc..0000000000
--- a/gimp-dds/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/10/10 20:40:16 nros Exp $
-
-SHA1 (gimp-dds-3.0.1.tar.bz2) = f142a6f0794c6ece16047e25a5ed75930cf33cc8
-RMD160 (gimp-dds-3.0.1.tar.bz2) = a955209209294e7c8faf1e95b50377ec872af63e
-Size (gimp-dds-3.0.1.tar.bz2) = 470026 bytes


Home | Main Index | Thread Index | Old Index