Bug 181270 - [PATCH] graphics/webp: update to 0.3.1
Summary: [PATCH] graphics/webp: update to 0.3.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-13 19:00 UTC by Martin Matuska
Modified: 2013-09-10 00:00 UTC (History)
1 user (show)

See Also:


Attachments
webp-0.3.1.patch (1.66 KB, patch)
2013-08-13 19:00 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska freebsd_committer freebsd_triage 2013-08-13 19:00:01 UTC
- Update to 0.3.1

This is required for future ImageMagick updates.

Port maintainer (johans@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-13 19:00:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->johans

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Chris Petrik 2013-09-08 02:34:18 UTC
Hi,
I require this to update ImageMagick can this please be reset due to
timeout and committed ?
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2013-09-08 09:40:36 UTC
I will re-run the test with the dependent ports:

games/netradiant
graphics/ImageMagick
graphics/gdal
graphics/ida
graphics/leptonica
graphics/openimageio
graphics/qiviewer
graphics/sdl2_image
graphics/sdl_image
www/netsurf
x11-toolkits/fox17

and timeout this PR

On 8.9.2013 3:34, Chris Petrik wrote:
> Hi,
> I require this to update ImageMagick can this please be reset due to
> timeout and committed ?

-- 
Martin Matuska
FreeBSD committer
http://blog.vx.sk
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-09-09 23:48:39 UTC
Author: mm
Date: Mon Sep  9 22:48:31 2013
New Revision: 326849
URL: http://svnweb.freebsd.org/changeset/ports/326849

Log:
  Update graphics/webp to 0.3.1
  
  PR:		ports/181270
  Submitted by:	myself
  Approved by: 	maintainer (timeout)

Modified:
  head/graphics/webp/Makefile
  head/graphics/webp/distinfo
  head/graphics/webp/pkg-plist

Modified: head/graphics/webp/Makefile
==============================================================================
--- head/graphics/webp/Makefile	Mon Sep  9 22:41:43 2013	(r326848)
+++ head/graphics/webp/Makefile	Mon Sep  9 22:48:31 2013	(r326849)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	webp
-PORTVERSION=	0.1.3
-PORTREVISION=	1
+PORTVERSION=	0.3.1
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}

Modified: head/graphics/webp/distinfo
==============================================================================
--- head/graphics/webp/distinfo	Mon Sep  9 22:41:43 2013	(r326848)
+++ head/graphics/webp/distinfo	Mon Sep  9 22:48:31 2013	(r326849)
@@ -1,2 +1,2 @@
-SHA256 (libwebp-0.1.3.tar.gz) = 40b18456e39b2822311b0ea161d6f09507cf5e8e937b02b9be3ee994ded67aba
-SIZE (libwebp-0.1.3.tar.gz) = 544552
+SHA256 (libwebp-0.3.1.tar.gz) = b37932c625322a69fe4e9b88884b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7
+SIZE (libwebp-0.3.1.tar.gz) = 844799

Modified: head/graphics/webp/pkg-plist
==============================================================================
--- head/graphics/webp/pkg-plist	Mon Sep  9 22:41:43 2013	(r326848)
+++ head/graphics/webp/pkg-plist	Mon Sep  9 22:48:31 2013	(r326849)
@@ -1,11 +1,10 @@
 bin/dwebp
 bin/cwebp
 include/webp/decode.h
-include/webp/decode_vp8.h
 include/webp/types.h
 include/webp/encode.h
 lib/libwebp.so
-lib/libwebp.so.2
+lib/libwebp.so.4
 lib/libwebp.la
 lib/libwebp.a
 libdata/pkgconfig/libwebp.pc
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-09-09 23:52:27 UTC
Author: mm
Date: Mon Sep  9 22:52:20 2013
New Revision: 326851
URL: http://svnweb.freebsd.org/changeset/ports/326851

Log:
  graphics/webp: do not depend on explicit jpeg library version
  
  PR:		ports/181270
  Submitted by:	myself
  Approved by: 	maintainer (timeout)

Modified:
  head/graphics/webp/Makefile

Modified: head/graphics/webp/Makefile
==============================================================================
--- head/graphics/webp/Makefile	Mon Sep  9 22:49:20 2013	(r326850)
+++ head/graphics/webp/Makefile	Mon Sep  9 22:52:20 2013	(r326851)
@@ -14,7 +14,7 @@ DISTNAME=	lib${PORTNAME}-${PORTVERSION}
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Google WebP image format conversion tool
 
-LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 		png15:${PORTSDIR}/graphics/png
 
 USE_LDCONFIG=	yes
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Martin Matuska freebsd_committer freebsd_triage 2013-09-09 23:55:00 UTC
Responsible Changed
From-To: johans->mm

Taking over on maintainer timeout.
Comment 7 Martin Matuska freebsd_committer freebsd_triage 2013-09-09 23:55:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!