pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Remove gimp-webp, GIMP has built-in WebP supp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59a661fa5e83
branches:  trunk
changeset: 418196:59a661fa5e83
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Nov 22 17:23:53 2019 +0000

description:
Remove gimp-webp, GIMP has built-in WebP support and this conflicts with it.

diffstat:

 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 insertions(+), 45 deletions(-)

diffs (80 lines):

diff -r d31dcc2c00c0 -r 59a661fa5e83 graphics/Makefile
--- a/graphics/Makefile Fri Nov 22 17:21:02 2019 +0000
+++ b/graphics/Makefile Fri Nov 22 17:23:53 2019 +0000
@@ -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-resynthesizer
 SUBDIR+=       gimp-ufraw
 SUBDIR+=       gimp-warp-sharp
-SUBDIR+=       gimp-webp
 SUBDIR+=       gimp2-wideangle
 SUBDIR+=       giram
 SUBDIR+=       girara
diff -r d31dcc2c00c0 -r 59a661fa5e83 graphics/gimp-webp/DESCR
--- a/graphics/gimp-webp/DESCR  Fri Nov 22 17:21:02 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-This plugin allows the Gimp to open and save image files in the WebP
-format.
diff -r d31dcc2c00c0 -r 59a661fa5e83 graphics/gimp-webp/Makefile
--- a/graphics/gimp-webp/Makefile       Fri Nov 22 17:21:02 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r d31dcc2c00c0 -r 59a661fa5e83 graphics/gimp-webp/PLIST
--- a/graphics/gimp-webp/PLIST  Fri Nov 22 17:21:02 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r d31dcc2c00c0 -r 59a661fa5e83 graphics/gimp-webp/distinfo
--- a/graphics/gimp-webp/distinfo       Fri Nov 22 17:21:02 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r d31dcc2c00c0 -r 59a661fa5e83 graphics/gimp-webp/patches/patch-CMakeLists.txt
--- a/graphics/gimp-webp/patches/patch-CMakeLists.txt   Fri Nov 22 17:21:02 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 <http://www.gnu.org/licenses/>.
- 
- 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)



Home | Main Index | Thread Index | Old Index