/[gentoo-x86]/media-libs/libwebp/libwebp-0.2.0_rc1.ebuild
Gentoo

Contents of /media-libs/libwebp/libwebp-0.2.0_rc1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sat Aug 25 11:21:16 2012 UTC (8 months, 3 weeks ago) by ssuominen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
old

(Portage version: 2.2.0_alpha122/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/media-libs/libwebp/libwebp-0.2.0_rc1.ebuild,v 1.1 2012/08/11 15:04:55 ssuominen Exp $
4
5 EAPI=4
6 inherit eutils
7
8 MY_P=${PN}-${PV/_/-}
9
10 DESCRIPTION="A lossy image compression format"
11 HOMEPAGE="http://code.google.com/p/webp/"
12 SRC_URI="http://webp.googlecode.com/files/${MY_P}.tar.gz"
13
14 LICENSE="BSD"
15 SLOT="0"
16 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
17 IUSE="experimental static-libs"
18
19 RDEPEND="media-libs/libpng:0
20 media-libs/tiff:0
21 virtual/jpeg"
22 DEPEND="${RDEPEND}"
23
24 S=${WORKDIR}/${MY_P}
25
26 DOCS="AUTHORS ChangeLog doc/*.txt NEWS README*"
27
28 src_configure() {
29 econf \
30 $(use_enable static-libs static) \
31 --disable-silent-rules \
32 $(use_enable experimental) \
33 --enable-experimental-libwebpmux
34 }
35
36 src_install() {
37 default
38 prune_libtool_files
39 }

  ViewVC Help
Powered by ViewVC 1.1.13