Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 431308 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/media-video/mkvtoolnix/mkvtoolnix-5.8.0.ebuild (-3 / +5 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-5.8.0.ebuild,v 1.1 2012/09/02 22:40:43 radhermit Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-5.8.0.ebuild,v 1.1 2012/09/02 22:40:43 radhermit Exp $
4
4
5
EAPI=4
5
EAPI=4
6
inherit eutils toolchain-funcs versionator wxwidgets
6
inherit eutils multilib toolchain-funcs versionator wxwidgets
7
7
8
DESCRIPTION="Tools to create, alter, and inspect Matroska files"
8
DESCRIPTION="Tools to create, alter, and inspect Matroska files"
9
HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix"
9
HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix"
Lines 11-17 Link Here
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~amd64 ~x86"
14
KEYWORDS="~amd64 ~x86 ~x86-linux"
15
IUSE="bzip2 debug lzo pch qt4 wxwidgets"
15
IUSE="bzip2 debug lzo pch qt4 wxwidgets"
16
16
17
RDEPEND="
17
RDEPEND="
Lines 71-80 Link Here
71
		$(use_enable wxwidgets) \
71
		$(use_enable wxwidgets) \
72
		${myconf} \
72
		${myconf} \
73
		--disable-optimization \
73
		--disable-optimization \
74
		--docdir=/usr/share/doc/${PF} \
74
		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
75
		--with-boost-regex=boost_regex \
75
		--with-boost-regex=boost_regex \
76
		--with-boost-filesystem=boost_filesystem \
76
		--with-boost-filesystem=boost_filesystem \
77
		--with-boost-system=boost_system \
77
		--with-boost-system=boost_system \
78
		--with-boost="${EPREFIX}"/usr \
79
		--with-boost-libdir="${EPREFIX}"/usr/$(get_libdir) \
78
		--without-curl
80
		--without-curl
79
}
81
}
80
82

Return to bug 431308