Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2010 13:04:51 +0100 (CET)
From:      Koop Mast <kwm@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152198: [Patch] Update libvpx to 0.9.5.
Message-ID:  <20101113120451.1B054107C9DB@mail.rainbow-runner.nl>
Resent-Message-ID: <201011131210.oADCAA1i071511@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         152198
>Category:       ports
>Synopsis:       [Patch] Update libvpx to 0.9.5.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 13 12:10:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Koop Mast
>Release:        FreeBSD 8.1-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD hermes.rainbow-runner.nl 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #3 r212995: Wed Sep 22 14:19:30 CEST 2010 root@hermes.rainbow-runner.nl:/var/obj/usr/src/sys/Hermes amd64


	
>Description:
	Update libvpx to 0.9.5. 
	
>How-To-Repeat:
	
>Fix:

	

--- libvpx-0.9.5.diff begins here ---
Index: multimedia/libvpx/Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/libvpx/Makefile,v
retrieving revision 1.3
diff -a -u -r1.3 Makefile
--- multimedia/libvpx/Makefile	28 Sep 2010 13:25:28 -0000	1.3
+++ multimedia/libvpx/Makefile	13 Nov 2010 11:51:58 -0000
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	libvpx
-PORTVERSION=	0.9.1
+PORTVERSION=	0.9.5
 CATEGORIES=	multimedia
 MASTER_SITES=	GOOGLE_CODE
+DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	VP8 Codec SDK
Index: multimedia/libvpx/distinfo
===================================================================
RCS file: /home/pcvs/ports/multimedia/libvpx/distinfo,v
retrieving revision 1.1
diff -a -u -r1.1 distinfo
--- multimedia/libvpx/distinfo	24 Jun 2010 12:49:39 -0000	1.1
+++ multimedia/libvpx/distinfo	13 Nov 2010 11:51:58 -0000
@@ -1,3 +1,2 @@
-MD5 (libvpx-0.9.1.tar.bz2) = e1442e74d0cca228785083fa520735a2
-SHA256 (libvpx-0.9.1.tar.bz2) = c4e8e463e079ffde5b6948366a1d0873f1bf685dccd89ca137585c2b8247ec59
-SIZE (libvpx-0.9.1.tar.bz2) = 1191203
+SHA256 (libvpx-v0.9.5.tar.bz2) = 2e93968afcded113a7e218de047feecf6659a089058803a9e40fb687de5f9bfa
+SIZE (libvpx-v0.9.5.tar.bz2) = 1250422
Index: multimedia/libvpx/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/multimedia/libvpx/pkg-plist,v
retrieving revision 1.2
diff -a -u -r1.2 pkg-plist
--- multimedia/libvpx/pkg-plist	21 Aug 2010 02:26:52 -0000	1.2
+++ multimedia/libvpx/pkg-plist	13 Nov 2010 11:51:58 -0000
@@ -1,5 +1,5 @@
-bin/ivfdec
-bin/ivfenc
+bin/vpxdec
+bin/vpxenc
 include/vpx/vp8.h
 include/vpx/vp8cx.h
 include/vpx/vp8dx.h
@@ -16,5 +16,5 @@
 %%SHARED%%lib/libvpx.so
 %%SHARED%%lib/libvpx.so.0
 %%SHARED%%lib/libvpx.so.0.9
-%%SHARED%%lib/libvpx.so.0.9.1
+%%SHARED%%lib/libvpx.so.0.9.5
 @dirrm include/vpx
--- libvpx-0.9.5.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101113120451.1B054107C9DB>