mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
initial bep and patch files for libvpx, from michaelvoliveira.
This commit is contained in:
23
media-libs/libvpx/libvpx-0.9.2-git.bep
Normal file
23
media-libs/libvpx/libvpx-0.9.2-git.bep
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION="libvpx - WebM VP8 Codec SDK"
|
||||
HOMEPAGE="http://www.webmproject.org"
|
||||
SRC_URI="git+git://review.webmproject.org/libvpx.git"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd libvpx-0.9.2-git
|
||||
./configure --prefix=/boot/common \
|
||||
--enable-pic \
|
||||
--enable-vp8
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libvpx-0.9.2-git
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2009-2010 Google Inc.,
|
||||
The Mozilla Foundation and
|
||||
The Xiph.Org Foundation"
|
||||
Reference in New Issue
Block a user