Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 504638
Collapse All | Expand All

(-)/mnt/builder/portage/media-video/dvdauthor/dvdauthor-0.7.1.ebuild (-1 / +6 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v 1.2 2013/04/10 14:16:02 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.7.1.ebuild,v 1.2 2013/04/10 14:16:02 ssuominen Exp $
4
4
5
EAPI=5
5
EAPI=5
6
inherit eutils flag-o-matic toolchain-funcs
6
inherit eutils flag-o-matic pax-utils toolchain-funcs
7
7
8
DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players"
8
DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players"
9
HOMEPAGE="http://dvdauthor.sourceforge.net/"
9
HOMEPAGE="http://dvdauthor.sourceforge.net/"
Lines 39-41 Link Here
39
	append-cppflags "$($(tc-getPKG_CONFIG) --cflags fribidi)" #417041
39
	append-cppflags "$($(tc-getPKG_CONFIG) --cflags fribidi)" #417041
40
	econf
40
	econf
41
}
41
}
42
43
src_install() {
44
	emake DESTDIR="${D}" install
45
	pax-mark E "${ED}usr/bin/mpeg2desc"
46
}

Return to bug 504638