commit:     e81fcfa4fe6fe304a8295b4337b7c4654a9592b1
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  8 12:14:53 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Aug  8 12:14:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81fcfa4

media-sound/muse: updated

1) fixed homepage
2) switched to virtual/jack
3) added desktop file

Closes: https://bugs.gentoo.org/736324
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/muse/muse-0.9.2_p20161002.ebuild | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/media-sound/muse/muse-0.9.2_p20161002.ebuild 
b/media-sound/muse/muse-0.9.2_p20161002.ebuild
index e296b01d658..a2a8c150045 100644
--- a/media-sound/muse/muse-0.9.2_p20161002.ebuild
+++ b/media-sound/muse/muse-0.9.2_p20161002.ebuild
@@ -3,10 +3,10 @@
 
 EAPI=7
 
-inherit autotools
+inherit autotools desktop xdg
 
 DESCRIPTION="Multiple Streaming Engine, an icecast source streamer"
-HOMEPAGE="http://muse.dyne.org";
+HOMEPAGE="https://www.dyne.org/software/muse/";
 SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.gz";
 
 LICENSE="GPL-2"
@@ -22,7 +22,7 @@ RDEPEND="
        media-libs/libshout
        media-libs/libsamplerate
        gtk? ( x11-libs/gtk+:2 )
-       jack? ( media-sound/jack-audio-connection-kit )
+       jack? ( virtual/jack )
        ncurses? ( sys-libs/ncurses:0= )
        portaudio? ( media-libs/portaudio )"
 DEPEND="${RDEPEND}"
@@ -48,3 +48,9 @@ src_configure() {
                $(use_enable portaudio) \
                $(use_enable doc)
 }
+
+src_install() {
+       default
+
+       make_desktop_entry /usr/bin/muse "MuSE"
+}

Reply via email to