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

Context Navigation

  • Back to Ticket #429

Ticket #429: webp-leptonica-0.0.1.bep

File webp-leptonica-0.0.1.bep, 629 bytes (added by michaelvoliveira, 5 years ago)

Broken.. builds liblept, but not builds libwep

Line 
1DESCRIPTION="wep - WebP image format"
2HOMEPAGE="http://www.webmproject.org"
3SRC_URI="http://webp.googlecode.com/files/webp-leptonica-0.0.1.tar.gz"
4REVISION="1"
5STATUS_HAIKU="broken"
6DEPEND="media-libs/libvpx >= 0.9.2"
7BUILD {
8        cd webp
9        cd leptonlib-1.066
10        libtoolize --force --copy --install
11        ./configure --prefix=/boot/common
12        make
13        cd ..
14        cd libwebp
15        make
16}
17       
18INSTALL {
19        cd webp
20        cd leptonlib-1.066
21        make install
22}
23
24LICENSE="BSD (3-clause)"
25COPYRIGHT="2009-2010 Google Inc.,
26           The Mozilla Foundation and
27           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/