pkgsrc-WIP-changes archive

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

Gimp-webp has been imported to pkgsrc-current.



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <youremailsarecrap%gmail.com@localhost>
Pushed By:	nros
Date:		Tue Nov 17 11:37:46 2015 +0100
Changeset:	40d75e84e5bb1a3149c38709ba67f320119cb56b

Removed Files:
	gimp-webp/DESCR
	gimp-webp/Makefile
	gimp-webp/PLIST
	gimp-webp/distinfo
	gimp-webp/patches/patch-CMakeLists.txt

Log Message:
Gimp-webp has been imported to pkgsrc-current.

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

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

diffstat:
 gimp-webp/DESCR                        |  2 --
 gimp-webp/Makefile                     | 18 ------------------
 gimp-webp/PLIST                        |  2 --
 gimp-webp/distinfo                     |  7 -------
 gimp-webp/patches/patch-CMakeLists.txt | 13 -------------
 5 files changed, 42 deletions(-)

diffs:
diff --git a/gimp-webp/DESCR b/gimp-webp/DESCR
deleted file mode 100644
index 2054eac..0000000
--- a/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/gimp-webp/Makefile b/gimp-webp/Makefile
deleted file mode 100644
index 4ae515e..0000000
--- a/gimp-webp/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2014/10/10 21:51:40 nros Exp $
-
-DISTNAME=	gimp-webp-0.2
-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 --git a/gimp-webp/PLIST b/gimp-webp/PLIST
deleted file mode 100644
index 4854a0d..0000000
--- a/gimp-webp/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/10/10 21:51:40 nros Exp $
-lib/gimp/2.0/plug-ins/file-webp
diff --git a/gimp-webp/distinfo b/gimp-webp/distinfo
deleted file mode 100644
index b718841..0000000
--- a/gimp-webp/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/10/10 21:51:40 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/gimp-webp/patches/patch-CMakeLists.txt b/gimp-webp/patches/patch-CMakeLists.txt
deleted file mode 100644
index 1b5fdb6..0000000
--- a/gimp-webp/patches/patch-CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-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