dev-qt/qtpositioning: stable 5.14.2 for ppc, bug #719732
[gentoo.git] / media-gfx / gozer / gozer-0.7-r3.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit autotools
7
8 DESCRIPTION="tool for rendering arbitrary text as graphics, using ttfs and styles"
9 HOMEPAGE="http://www.linuxbrit.co.uk/gozer/"
10 SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz"
11
12 LICENSE="feh LGPL-2+"
13 SLOT="0"
14 KEYWORDS="amd64 ppc x86"
15 IUSE=""
16
17 RDEPEND="
18         media-libs/giblib
19         media-libs/imlib2"
20 DEPEND="
21         ${RDEPEND}
22         x11-libs/libXext"
23
24 PATCHES=( "${FILESDIR}"/${P}-fix-build-system.patch )
25
26 src_prepare() {
27         default
28         mv configure.{in,ac} || die
29         eautoreconf
30 }