Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/guayadeque/files/, media-sound/guayadeque/
Date: Sat, 28 Dec 2019 17:16:34
Message-Id: 1577553380.b4efda14fa5fc18ee73c3a4d1024a23e897f5ed9.fordfrog@gentoo
1 commit: b4efda14fa5fc18ee73c3a4d1024a23e897f5ed9
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 17:16:01 2019 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 17:16:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4efda14
7
8 media-sound/guayadeque: fixed 0.4.5_p20170110
9
10 Closes: https://bugs.gentoo.org/681632
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 .../guayadeque-0.4.5_p20170110-missing-aui-component.patch | 13 +++++++++++++
15 media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild | 6 +++++-
16 2 files changed, 18 insertions(+), 1 deletion(-)
17
18 diff --git a/media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch b/media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch
19 new file mode 100644
20 index 00000000000..69a6e8b673a
21 --- /dev/null
22 +++ b/media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch
23 @@ -0,0 +1,13 @@
24 +diff --git a/CMakeLists.txt b/CMakeLists.txt
25 +index e46d921..13e4ffa 100644
26 +--- a/CMakeLists.txt
27 ++++ b/CMakeLists.txt
28 +@@ -32,7 +32,7 @@ SET( SEARCH_LIBS
29 +
30 + SET( wxWidgets_USE_LIBS base core adv net html xml aui qa )
31 +
32 +-FIND_PACKAGE( wxWidgets )
33 ++FIND_PACKAGE( wxWidgets COMPONENTS base core adv net html xml aui qa REQUIRED )
34 +
35 + IF( NOT wxWidgets_FOUND)
36 + MESSAGE( FATAL_ERROR "wxWidgets not found!" )
37
38 diff --git a/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild b/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild
39 index 53d52ddcc33..72dbae26c33 100644
40 --- a/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild
41 +++ b/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -48,6 +48,10 @@ DEPEND="${RDEPEND}
49 sys-devel/gettext
50 virtual/pkgconfig"
51
52 +PATCHES=(
53 + "${FILESDIR}/${PF}-missing-aui-component.patch"
54 +)
55 +
56 # echo $(cat po/CMakeLists.txt | grep ADD_SUBDIRECTORY | sed 's#ADD_SUBDIRECTORY( \(\w\+\) )#\1#')
57 LANGS=( bg ca_ES cs de el es fr hr hu is it ja nb nl pl pt pt_BR ru sk sr sr@latin sv th tr uk )