From 68894770bf443260bb1614e6fa10769b85c857b9 Mon Sep 17 00:00:00 2001 From: nia Date: Fri, 22 Nov 2019 17:23:53 +0000 Subject: Remove gimp-webp, GIMP has built-in WebP support and this conflicts with it. --- graphics/Makefile | 3 +-- graphics/gimp-webp/DESCR | 2 -- graphics/gimp-webp/Makefile | 19 ------------------- graphics/gimp-webp/PLIST | 2 -- graphics/gimp-webp/distinfo | 7 ------- graphics/gimp-webp/patches/patch-CMakeLists.txt | 13 ------------- 6 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 graphics/gimp-webp/DESCR delete mode 100644 graphics/gimp-webp/Makefile delete mode 100644 graphics/gimp-webp/PLIST delete mode 100644 graphics/gimp-webp/distinfo delete mode 100644 graphics/gimp-webp/patches/patch-CMakeLists.txt diff --git a/graphics/Makefile b/graphics/Makefile index f94e8b4b190..f2bcccfbd5b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.861 2019/11/21 06:26:10 markd Exp $ +# $NetBSD: Makefile,v 1.862 2019/11/22 17:23:53 nia Exp $ # COMMENT= Graphics tools and libraries @@ -180,7 +180,6 @@ SUBDIR+= gimp-refocus-it SUBDIR+= gimp-resynthesizer SUBDIR+= gimp-ufraw SUBDIR+= gimp-warp-sharp -SUBDIR+= gimp-webp SUBDIR+= gimp2-wideangle SUBDIR+= giram SUBDIR+= girara diff --git a/graphics/gimp-webp/DESCR b/graphics/gimp-webp/DESCR deleted file mode 100644 index 2054eac41e8..00000000000 --- a/graphics/gimp-webp/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -This plugin allows the Gimp to open and save image files in the WebP -format. diff --git a/graphics/gimp-webp/Makefile b/graphics/gimp-webp/Makefile deleted file mode 100644 index fc450cebd8c..00000000000 --- a/graphics/gimp-webp/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.13 2019/07/21 22:24:59 wiz Exp $ - -DISTNAME= gimp-webp-0.2 -PKGREVISION= 12 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GITHUB:=nathan-osman/} -EXTRACT_USING= bsdtar - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/nathan-osman/gimp-webp -COMMENT= WebP Gimp I/O plugin -LICENSE= gnu-gpl-v3 - -USE_TOOLS+= pkg-config -USE_CMAKE= yes - -.include "../../graphics/gimp/buildlink3.mk" -.include "../../graphics/libwebp/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gimp-webp/PLIST b/graphics/gimp-webp/PLIST deleted file mode 100644 index e2d7b1ca182..00000000000 --- a/graphics/gimp-webp/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2015/11/16 13:33:13 nros Exp $ -lib/gimp/2.0/plug-ins/file-webp diff --git a/graphics/gimp-webp/distinfo b/graphics/gimp-webp/distinfo deleted file mode 100644 index a1ab3f25431..00000000000 --- a/graphics/gimp-webp/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.1 2015/11/16 13:33:13 nros Exp $ - -SHA1 (gimp-webp-0.2.tar.gz) = d0b0d6bbf9004a043ea10ac1fd84bd2783d190b6 -RMD160 (gimp-webp-0.2.tar.gz) = 38bc31d44e39e29124ffa6f14ecd312b8e077e88 -SHA512 (gimp-webp-0.2.tar.gz) = 8d8d80d651a2d86b1126f331c57b63d1ccfe32bd786b1777a406864bb6f0cd47e61a4e54fa474eb37da7bb3a65c5b5594fb51fe8180dbaa90837f85e41607aed -Size (gimp-webp-0.2.tar.gz) = 21823 bytes -SHA1 (patch-CMakeLists.txt) = dbd9803f398a5c4c4f18d39b0ca8bf5d395f9222 diff --git a/graphics/gimp-webp/patches/patch-CMakeLists.txt b/graphics/gimp-webp/patches/patch-CMakeLists.txt deleted file mode 100644 index 61d7983b166..00000000000 --- a/graphics/gimp-webp/patches/patch-CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-CMakeLists.txt,v 1.1 2015/11/16 13:33:14 nros Exp $ -This project only uses C. ---- CMakeLists.txt.orig 2015-11-16 11:22:30.000000000 +0000 -+++ CMakeLists.txt -@@ -15,7 +15,7 @@ - # along with this program. If not, see . - - cmake_minimum_required(VERSION 2.8.12) --project(gimp-webp) -+project(gimp-webp C) - - # Find the packages that contain the Gimp/WebP headers and libraries - find_package(PkgConfig REQUIRED) -- cgit v1.2.3