Lines 1-8
Link Here
|
1 |
# Copyright 1999-2019 Gentoo Authors |
1 |
# Copyright 1999-2021 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 |
5 |
|
5 |
|
|
|
6 |
GNOME2_EAUTORECONF=yes |
6 |
inherit gnome2 virtualx |
7 |
inherit gnome2 virtualx |
7 |
|
8 |
|
8 |
DESCRIPTION="C++ interface for GStreamer" |
9 |
DESCRIPTION="C++ interface for GStreamer" |
Lines 10-16
Link Here
|
10 |
|
11 |
|
11 |
LICENSE="LGPL-2.1" |
12 |
LICENSE="LGPL-2.1" |
12 |
SLOT="1.0/1" |
13 |
SLOT="1.0/1" |
13 |
KEYWORDS="amd64 ~ppc x86" |
14 |
KEYWORDS="~amd64 ~ppc ~x86" |
14 |
IUSE="doc examples test" |
15 |
IUSE="doc examples test" |
15 |
RESTRICT="!test? ( test )" |
16 |
RESTRICT="!test? ( test )" |
16 |
|
17 |
|
Lines 43-53
Link Here
|
43 |
src_prepare() { |
44 |
src_prepare() { |
44 |
if ! use examples; then |
45 |
if ! use examples; then |
45 |
# don't waste time building examples |
46 |
# don't waste time building examples |
46 |
sed -e 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \ |
47 |
sed -e 's/ examples / /' -i Makefile.am || die |
47 |
-i Makefile.am Makefile.in || die |
|
|
48 |
fi |
48 |
fi |
49 |
|
49 |
|
50 |
sed -e 's/ -Werror/ /' -i tests/Makefile.am tests/Makefile.in || die |
50 |
sed -e 's/ -Werror/ /' -i tests/Makefile.am || die |
51 |
|
51 |
|
52 |
gnome2_src_prepare |
52 |
gnome2_src_prepare |
53 |
} |
53 |
} |