From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 13 12:10:10 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83A1B106566C for ; Sat, 13 Nov 2010 12:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 54A5E8FC0A for ; Sat, 13 Nov 2010 12:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oADCAAaT071512 for ; Sat, 13 Nov 2010 12:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oADCAA1i071511; Sat, 13 Nov 2010 12:10:10 GMT (envelope-from gnats) Resent-Date: Sat, 13 Nov 2010 12:10:10 GMT Resent-Message-Id: <201011131210.oADCAA1i071511@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Koop Mast Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1961D10656A5 for ; Sat, 13 Nov 2010 12:05:00 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep19.mx.upcmail.net (fep19.mx.upcmail.net [62.179.121.39]) by mx1.freebsd.org (Postfix) with ESMTP id 8299C8FC1D for ; Sat, 13 Nov 2010 12:04:59 +0000 (UTC) Received: from edge05.upcmail.net ([192.168.13.212]) by viefep19-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20101113120457.VJJT1944.viefep19-int.chello.at@edge05.upcmail.net> for ; Sat, 13 Nov 2010 13:04:57 +0100 Received: from mail.rainbow-runner.nl ([77.250.185.191]) by edge05.upcmail.net with edge id Wc4w1f01L48Bq8D05c4xo1; Sat, 13 Nov 2010 13:04:57 +0100 Received: from hermes.rainbow-runner.nl (localhost [127.0.0.1]) by mail.rainbow-runner.nl (Postfix) with ESMTP id 44678107C9E3 for ; Sat, 13 Nov 2010 13:04:56 +0100 (CET) Received: from mail.rainbow-runner.nl ([127.0.0.1]) by hermes.rainbow-runner.nl (hermes.rainbow-runner.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id K-55L6Dex6hC for ; Sat, 13 Nov 2010 13:04:51 +0100 (CET) Received: by mail.rainbow-runner.nl (Postfix, from userid 1001) id 1B054107C9DB; Sat, 13 Nov 2010 13:04:51 +0100 (CET) Message-Id: <20101113120451.1B054107C9DB@mail.rainbow-runner.nl> Date: Sat, 13 Nov 2010 13:04:51 +0100 (CET) From: Koop Mast To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/152198: [Patch] Update libvpx to 0.9.5. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Koop Mast List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 12:10:10 -0000 >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: