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

(-)a/media-video/totem/totem-3.26.0.ebuild (-1 / +9 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2018 Gentoo Authors
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
Lines 128-133 src_configure() { Link Here
128
		-Dwith-plugins=${plugins}
128
		-Dwith-plugins=${plugins}
129
}
129
}
130
130
131
src_compile() {
132
	# Workaround for bug in Meson
133
	# https://github.com/mesonbuild/meson/issues/1994
134
	# https://bugzilla.gnome.org/show_bug.cgi?id=786248
135
	gnome-meson_src_compile src/Totem-1.0.gir
136
	gnome-meson_src_compile
137
}
138
131
src_install() {
139
src_install() {
132
	gnome-meson_src_install
140
	gnome-meson_src_install
133
	if use python ; then
141
	if use python ; then
(-)a/media-video/totem/totem-9999.ebuild (-2 / +9 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2018 Gentoo Authors
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
Lines 138-143 src_configure() { Link Here
138
		-Dwith-plugins=${plugins}
138
		-Dwith-plugins=${plugins}
139
}
139
}
140
140
141
src_compile() {
142
	# Workaround for bug in Meson
143
	# https://github.com/mesonbuild/meson/issues/1994
144
	# https://bugzilla.gnome.org/show_bug.cgi?id=786248
145
	gnome-meson_src_compile src/Totem-1.0.gir
146
	gnome-meson_src_compile
147
}
148
141
src_install() {
149
src_install() {
142
	gnome-meson_src_install
150
	gnome-meson_src_install
143
	if use python ; then
151
	if use python ; then
144
- 

Return to bug 670792