- Update to 0.9.5.
PR: ports/152198 Submitted by: kwm Approved by: tabthorpe (mentor)
This commit is contained in:
parent
abe1cec777
commit
51435f5dd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264861
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 @@ lib/libvpx.a
|
|||
%%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
|
||||
|
|
Loading…
Reference in a new issue