- Update to 1.0.0
This commit is contained in:
parent
55e8233c91
commit
51a2c89354
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291537
4 changed files with 17 additions and 16 deletions
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= libvpx
|
||||
PORTVERSION= 0.9.7
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}-p1
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
|
||||
MAINTAINER= ashish@FreeBSD.org
|
||||
COMMENT= VP8 Codec SDK
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libvpx-v0.9.7-p1.tar.bz2) = 074583d46955d406cf63c6a8d0d5b0a75c2b98128e6d425ab481f57612e291f0
|
||||
SIZE (libvpx-v0.9.7-p1.tar.bz2) = 1244783
|
||||
SHA256 (libvpx-v1.0.0.tar.bz2) = 07cedb0a19a44e6d81d75f52eea864f59ef10c6c725cb860431bec6641eafe21
|
||||
SIZE (libvpx-v1.0.0.tar.bz2) = 1641411
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
--- configure.orig 2011-05-03 14:04:54.078494804 +0200
|
||||
+++ configure 2011-05-03 14:05:10.689164730 +0200
|
||||
@@ -85,6 +85,7 @@
|
||||
all_platforms="${all_platforms} armv6-linux-gcc"
|
||||
all_platforms="${all_platforms} armv6-none-rvct"
|
||||
all_platforms="${all_platforms} armv6-symbian-gcc"
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -125,6 +125,7 @@
|
||||
all_platforms="${all_platforms} x86_64-win64-vs9"
|
||||
all_platforms="${all_platforms} universal-darwin8-gcc"
|
||||
all_platforms="${all_platforms} universal-darwin9-gcc"
|
||||
+all_platforms="${all_platforms} ia64-linux-gcc"
|
||||
all_platforms="${all_platforms} iwmmxt-linux-rvct"
|
||||
all_platforms="${all_platforms} iwmmxt-linux-gcc"
|
||||
all_platforms="${all_platforms} iwmmxt2-linux-rvct"
|
||||
all_platforms="${all_platforms} generic-gnu"
|
||||
|
||||
# all_targets is a list of all targets that can be configured
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
bin/vpxdec
|
||||
bin/vpxenc
|
||||
bin/vp8_scalable_patterns
|
||||
include/vpx/vp8.h
|
||||
include/vpx/vp8cx.h
|
||||
include/vpx/vp8dx.h
|
||||
|
@ -15,7 +16,7 @@ include/vpx/vpx_integer.h
|
|||
lib/libvpx.a
|
||||
libdata/pkgconfig/vpx.pc
|
||||
%%SHARED%%lib/libvpx.so
|
||||
%%SHARED%%lib/libvpx.so.0
|
||||
%%SHARED%%lib/libvpx.so.0.9
|
||||
%%SHARED%%lib/libvpx.so.0.9.7
|
||||
%%SHARED%%lib/libvpx.so.1
|
||||
%%SHARED%%lib/libvpx.so.1.0
|
||||
%%SHARED%%lib/libvpx.so.1.0.0
|
||||
@dirrm include/vpx
|
||||
|
|
Loading…
Reference in a new issue