HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #428

Ticket #428: libvpx-0.9.2-git.bep

File libvpx-0.9.2-git.bep, 510 bytes (added by michaelvoliveira, 5 years ago)

Is not possible use --enable-shared yet

Line 
1DESCRIPTION="libvpx - WebM VP8 Codec SDK"
2HOMEPAGE="http://www.webmproject.org"
3SRC_URI="git+git://review.webmproject.org/libvpx.git"
4REVISION="1"
5STATUS_HAIKU="stable"
6DEPEND=""
7BUILD {
8        cd libvpx-0.9.2-git
9        ./configure --prefix=/boot/common \
10        --enable-pic \
11                --enable-vp8
12        make
13}
14       
15INSTALL {
16        cd libvpx-0.9.2-git
17        make install
18}
19
20LICENSE="BSD (3-clause)"
21COPYRIGHT="2009-2010 Google Inc.,
22           The Mozilla Foundation and
23           The Xiph.Org Foundation"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/