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

(-)a/media-video/mkvtoolnix/mkvtoolnix-35.0.0.ebuild (-1 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=6
5
inherit toolchain-funcs versionator multiprocessing qmake-utils xdg
5
inherit flag-o-matic multiprocessing qmake-utils toolchain-funcs versionator xdg
6
6
7
if [[ ${PV} == "9999" ]] ; then
7
if [[ ${PV} == "9999" ]] ; then
8
	EGIT_REPO_URI="https://gitlab.com/mbunkus/mkvtoolnix.git"
8
	EGIT_REPO_URI="https://gitlab.com/mbunkus/mkvtoolnix.git"
Lines 75-80 src_prepare() { Link Here
75
}
75
}
76
76
77
src_configure() {
77
src_configure() {
78
	append-cxxflags -I/usr/include/utf8cpp
79
78
	local myeconfargs=(
80
	local myeconfargs=(
79
		$(use_enable debug)
81
		$(use_enable debug)
80
		$(usex pch "" --disable-precompiled-headers)
82
		$(usex pch "" --disable-precompiled-headers)
(-)a/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild (-2 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=6
5
inherit toolchain-funcs versionator multiprocessing qmake-utils xdg
5
inherit flag-o-matic multiprocessing qmake-utils toolchain-funcs versionator xdg
6
6
7
if [[ ${PV} == "9999" ]] ; then
7
if [[ ${PV} == "9999" ]] ; then
8
	EGIT_REPO_URI="https://gitlab.com/mbunkus/mkvtoolnix.git"
8
	EGIT_REPO_URI="https://gitlab.com/mbunkus/mkvtoolnix.git"
Lines 75-80 src_prepare() { Link Here
75
}
75
}
76
76
77
src_configure() {
77
src_configure() {
78
	append-cxxflags -I/usr/include/utf8cpp
79
78
	local myeconfargs=(
80
	local myeconfargs=(
79
		$(use_enable debug)
81
		$(use_enable debug)
80
		$(usex pch "" --disable-precompiled-headers)
82
		$(usex pch "" --disable-precompiled-headers)
81
- 

Return to bug 692322