# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/dvdstyler/dvdstyler-1.7.4.ebuild,v 1.2 2010/02/17 05:51:05 dirtyepic Exp $ EAPI=2 inherit autotools wxwidgets eutils MY_P=${PN/dvds/DVDS}-${PV/_} DESCRIPTION="DVDStyler is a cross-platform DVD authoring System" HOMEPAGE="http://www.dvdstyler.de" SRC_URI="mirror://sourceforge/dvdstyler/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug gnome" COMMON_DEPEND=">=media-video/ffmpeg-0.5[encode] >=media-video/xine-ui-0.99.1 x11-libs/wxGTK:2.8[X] || ( >=media-libs/wxsvg-1.0.2 >=media-libs/wxsvg-1[ffmpeg] ) >=media-libs/libexif-0.6.16 gnome? ( >=gnome-base/libgnomeui-2 )" RDEPEND="${COMMON_DEPEND} virtual/cdrtools >=media-video/dvdauthor-0.6.14 >=app-cdr/dvd+rw-tools-7.1" DEPEND="${COMMON_DEPEND} dev-util/pkgconfig app-text/xmlto >=sys-devel/gettext-0.17" PDEPEND=">=app-cdr/dvdisaster-0.71.0" S=${WORKDIR}/${MY_P} src_prepare() { epatch "${FILESDIR}"/${P}-autoconf.patch eautoreconf } src_configure() { export WX_GTK_VER="2.8" need-wxwidgets gtk2 econf \ --docdir=/usr/share/doc/${PF} \ $(use_enable debug) \ --disable-dependency-tracking \ --with-wx-config="${WX_CONFIG}" } src_install() { emake DESTDIR="${D}" install || die #rm -rf "${D}"/usr/share/doc/${PN} #dodoc AUTHORS ChangeLog README TODO }