| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild,v 1.5 2011/12/07 07:57:11 phajdan.jr Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.5.0.ebuild,v 1.6 2012/01/28 04:16:14 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | inherit autotools |
6 | inherit autotools |
| 7 | |
7 | |
| 8 | DESCRIPTION="A library for the manipulation of RDF file in LADSPA plugins" |
8 | DESCRIPTION="A library for the manipulation of RDF file in LADSPA plugins" |
| 9 | HOMEPAGE="http://github.com/swh/LRDF" |
9 | HOMEPAGE="http://github.com/swh/LRDF" |
| 10 | SRC_URI="http://github.com/swh/LRDF/tarball/${PV} -> ${P}.tar.gz" |
10 | SRC_URI="http://github.com/swh/LRDF/tarball/${PV} -> ${P}.tar.gz" |
| 11 | |
11 | |
| 12 | LICENSE="GPL-2" |
12 | LICENSE="GPL-2" |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | KEYWORDS="amd64 hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" |
14 | KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" |
| 15 | IUSE="static-libs" |
15 | IUSE="static-libs" |
| 16 | |
16 | |
| 17 | RDEPEND=">=dev-libs/openssl-1 |
17 | RDEPEND=">=dev-libs/openssl-1 |
| 18 | media-libs/raptor:2 |
18 | media-libs/raptor:2 |
| 19 | >=media-libs/ladspa-sdk-1.12" |
19 | >=media-libs/ladspa-sdk-1.12" |