pkgsrc-WIP-changes archive

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

Updated gimp-webp to use a real 0.2 release and not beta.



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <youremailsarecrap%gmail.com@localhost>
Pushed By:	nros
Date:		Mon Nov 16 13:51:28 2015 +0100
Changeset:	19638b5d2b85bee41b970b1510f508aa2d508cf4

Modified Files:
	gimp-webp/Makefile
	gimp-webp/distinfo
Added Files:
	gimp-webp/patches/patch-CMakeLists.txt
Removed Files:
	gimp-webp/TODO

Log Message:
Updated gimp-webp to use a real 0.2 release and not beta.

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

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

diffstat:
 gimp-webp/Makefile                     | 14 ++++++--------
 gimp-webp/TODO                         |  2 --
 gimp-webp/distinfo                     |  8 +++++---
 gimp-webp/patches/patch-CMakeLists.txt | 13 +++++++++++++
 4 files changed, 24 insertions(+), 13 deletions(-)

diffs:
diff --git a/gimp-webp/Makefile b/gimp-webp/Makefile
index 7633dd1..4ae515e 100644
--- a/gimp-webp/Makefile
+++ b/gimp-webp/Makefile
@@ -1,19 +1,17 @@
 # $NetBSD: Makefile,v 1.1 2014/10/10 21:51:40 nros Exp $
 
-DISTNAME=	gimp-webp_0.2-0~29~raring1
-PKGNAME=	gimp-webp-0.2
+DISTNAME=	gimp-webp-0.2
 CATEGORIES=	graphics
-MASTER_SITES=	http://ppa.launchpad.net/george-edison55/webp/ubuntu/pool/main/g/gimp-webp/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=nathan-osman/}
+EXTRACT_USING=	bsdtar
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://launchpad.net/gimp-webp
+HOMEPAGE=	https://github.com/nathan-osman/gimp-webp
 COMMENT=	WebP Gimp I/O plugin
 LICENSE=	gnu-gpl-v3
 
-USE_TOOLS+=	gmake pkg-config
-
-BUILD_TARGET=	file-webp
-WRKSRC=		${WRKDIR}/recipe-{debupstream}-0~{revno}
+USE_TOOLS+=	pkg-config
+USE_CMAKE=	yes
 
 .include "../../graphics/gimp/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"
diff --git a/gimp-webp/TODO b/gimp-webp/TODO
deleted file mode 100644
index 251e1f6..0000000
--- a/gimp-webp/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-Test with libwebp version 0.4.1.
-pkglint warns about the source directory name being invalid.
diff --git a/gimp-webp/distinfo b/gimp-webp/distinfo
index 6bcc80e..b718841 100644
--- a/gimp-webp/distinfo
+++ b/gimp-webp/distinfo
@@ -1,5 +1,7 @@
 $NetBSD: distinfo,v 1.1 2014/10/10 21:51:40 nros Exp $
 
-SHA1 (gimp-webp_0.2-0~29~raring1.tar.gz) = 90085b32751ad21ec7585f2425edbea043765eb2
-RMD160 (gimp-webp_0.2-0~29~raring1.tar.gz) = ce0402b11afc239ed420f8af1474d8e7b437d2aa
-Size (gimp-webp_0.2-0~29~raring1.tar.gz) = 21609 bytes
+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
new file mode 100644
index 0000000..1b5fdb6
--- /dev/null
+++ b/gimp-webp/patches/patch-CMakeLists.txt
@@ -0,0 +1,13 @@
+$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