From f43560e00a6fc72f06bee1751a18d3e0cad0e243 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 5 Oct 2011 23:15:29 +0200 Subject: [PATCH] libvpx: update to 0.9.7-p1. --- srcpkgs/libvpx/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libvpx/template b/srcpkgs/libvpx/template index 6655112cfb6..e6cfcead4bd 100644 --- a/srcpkgs/libvpx/template +++ b/srcpkgs/libvpx/template @@ -1,8 +1,10 @@ # Template file for 'libvpx' pkgname=libvpx -version=0.9.7 -wrksrc="libvpx-v${version}" -distfiles="http://webm.googlecode.com/files/${pkgname}-v${version}.tar.bz2" +_distver=0.9.7 +_patchver=p1 +version=${_distver}${_patchver} +wrksrc="libvpx-v${_distver}-${_patchver}" +distfiles="http://webm.googlecode.com/files/${pkgname}-v${_distver}-${_patchver}.tar.bz2" build_style=configure configure_args="--enable-vp8 --enable-runtime-cpu-detect --enable-shared --enable-postproc --enable-pic --disable-install-docs --disable-install-srcs" @@ -11,7 +13,7 @@ short_desc="The VP8 Codec SDK" maintainer="Juan RP " homepage="http://www.webmproject.org" license="BSD" -checksum=4436275b905d996f4f0e4a3f98f5d3ca4507a05b9b1e101adfd6f508fa6ae14b +checksum=074583d46955d406cf63c6a8d0d5b0a75c2b98128e6d425ab481f57612e291f0 long_desc=" WebM is an open, royalty-free, media file format designed for the web.