You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/dvdauthor/dvdauthor-0.7.0.ebuild

42 lines
1.1 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.0.ebuild,v 1.3 2012/05/22 10:04:23 ssuominen Exp $
EAPI=4
inherit eutils flag-o-matic toolchain-funcs
DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players"
HOMEPAGE="http://dvdauthor.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="graphicsmagick"
RDEPEND=">=dev-libs/fribidi-0.19.2
dev-libs/libxml2
>=media-libs/freetype-2
media-libs/libdvdread
media-libs/libpng
graphicsmagick? ( media-gfx/graphicsmagick )
!graphicsmagick? ( >=media-gfx/imagemagick-5.5.7.14 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S=${WORKDIR}/${PN}
DOCS=( AUTHORS ChangeLog README TODO )
src_prepare() {
use graphicsmagick && \
sed -i -e 's:ExportImagePixels:dIsAbLeAuToMaGiC&:' configure
epatch "${FILESDIR}"/${P}-libpng15.patch
}
src_configure() {
append-cppflags "$($(tc-getPKG_CONFIG) --cflags fribidi)" #417041
econf
}