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/muse/
Date: Sat, 08 Aug 2020 12:15:17
Message-Id: 1596888893.e81fcfa4fe6fe304a8295b4337b7c4654a9592b1.fordfrog@gentoo
1 commit: e81fcfa4fe6fe304a8295b4337b7c4654a9592b1
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 8 12:14:53 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 8 12:14:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81fcfa4
7
8 media-sound/muse: updated
9
10 1) fixed homepage
11 2) switched to virtual/jack
12 3) added desktop file
13
14 Closes: https://bugs.gentoo.org/736324
15 Package-Manager: Portage-3.0.1, Repoman-2.3.23
16 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
17
18 media-sound/muse/muse-0.9.2_p20161002.ebuild | 12 +++++++++---
19 1 file changed, 9 insertions(+), 3 deletions(-)
20
21 diff --git a/media-sound/muse/muse-0.9.2_p20161002.ebuild b/media-sound/muse/muse-0.9.2_p20161002.ebuild
22 index e296b01d658..a2a8c150045 100644
23 --- a/media-sound/muse/muse-0.9.2_p20161002.ebuild
24 +++ b/media-sound/muse/muse-0.9.2_p20161002.ebuild
25 @@ -3,10 +3,10 @@
26
27 EAPI=7
28
29 -inherit autotools
30 +inherit autotools desktop xdg
31
32 DESCRIPTION="Multiple Streaming Engine, an icecast source streamer"
33 -HOMEPAGE="http://muse.dyne.org"
34 +HOMEPAGE="https://www.dyne.org/software/muse/"
35 SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.gz"
36
37 LICENSE="GPL-2"
38 @@ -22,7 +22,7 @@ RDEPEND="
39 media-libs/libshout
40 media-libs/libsamplerate
41 gtk? ( x11-libs/gtk+:2 )
42 - jack? ( media-sound/jack-audio-connection-kit )
43 + jack? ( virtual/jack )
44 ncurses? ( sys-libs/ncurses:0= )
45 portaudio? ( media-libs/portaudio )"
46 DEPEND="${RDEPEND}"
47 @@ -48,3 +48,9 @@ src_configure() {
48 $(use_enable portaudio) \
49 $(use_enable doc)
50 }
51 +
52 +src_install() {
53 + default
54 +
55 + make_desktop_entry /usr/bin/muse "MuSE"
56 +}