[Lunar-commits] <moonbase> libvpx: Adding Googles VP8 codec to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri Jun 18 15:00:56 CEST 2010
commit d2754d7a6cbb59090bc69142d50824f92ab26164
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri Jun 18 09:00:56 2010 -0400
libvpx: Adding Googles VP8 codec to moonbase.
---
video/libvpx/BUILD | 21 +++++++++++++++++++++
video/libvpx/DETAILS | 13 +++++++++++++
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/video/libvpx/BUILD b/video/libvpx/BUILD
new file mode 100644
index 0000000..ebb6e76
--- /dev/null
+++ b/video/libvpx/BUILD
@@ -0,0 +1,21 @@
+(
+
+
+ CFLAGS="-fPIC" &&
+
+ OPTS="--enable-vp8 --enable-psnr --enable-postproc --enable-shared \
+ --enable-runtime-cpu-detect --CPU=$CPU --disable-install-docs" &&
+
+ if [ "`arch`" = "x86_64" ]; then
+ OPTS="--target=x86_64-linux-gcc"
+ else
+ OPTS="--target=x86-linux-gcc"
+ fi &&
+
+ ./configure $OPTS &&
+
+ sedit "s:/usr/local:/usr:" config.mk &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/video/libvpx/DETAILS b/video/libvpx/DETAILS
new file mode 100644
index 0000000..9447f6a
--- /dev/null
+++ b/video/libvpx/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=libvpx
+ VERSION=0.9.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://webm.googlecode.com/files/
+ SOURCE_VFY=sha1:a18acb7a1a2fd62268e63aab860b43ff04669b9e
+ WEB_SITE=http://www.webmproject.org/about/
+ ENTERED=20100618
+ UPDATED=20100618
+ SHORT="Googles VP8 codec"
+
+cat << EOF
+Googles VP8 codec.
+EOF
More information about the Lunar-commits
mailing list