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/qmmp/
Date: Sat, 08 Aug 2020 10:02:36
Message-Id: 1596880942.d5285d8086aaf5a224f375cd4356b9fbed349492.fordfrog@gentoo
1 commit: d5285d8086aaf5a224f375cd4356b9fbed349492
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 8 10:02:06 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 8 10:02:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5285d80
7
8 media-sound/qmmp: fixed xdg stuff + switched to virtual/jack
9
10 Bug: https://bugs.gentoo.org/736314
11 Closes: https://bugs.gentoo.org/733412
12 Package-Manager: Portage-3.0.1, Repoman-2.3.23
13 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
14
15 media-sound/qmmp/qmmp-1.4.0.ebuild | 12 ++----------
16 1 file changed, 2 insertions(+), 10 deletions(-)
17
18 diff --git a/media-sound/qmmp/qmmp-1.4.0.ebuild b/media-sound/qmmp/qmmp-1.4.0.ebuild
19 index 4c02d12db02..10999a8686e 100644
20 --- a/media-sound/qmmp/qmmp-1.4.0.ebuild
21 +++ b/media-sound/qmmp/qmmp-1.4.0.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -inherit cmake xdg-utils
27 +inherit cmake xdg
28 [[ ${PV} = 9999 ]] && inherit subversion
29
30 DESCRIPTION="Qt5-based audio player with winamp/xmms skins support"
31 @@ -55,7 +55,7 @@ RDEPEND="
32 game? ( media-libs/game-music-emu )
33 jack? (
34 media-libs/libsamplerate
35 - media-sound/jack-audio-connection-kit
36 + virtual/jack
37 )
38 ladspa? ( media-libs/ladspa-cmt )
39 mad? ( || (
40 @@ -154,11 +154,3 @@ src_configure() {
41
42 cmake_src_configure
43 }
44 -
45 -pkg_postinst() {
46 - xdg_desktop_database_update
47 -}
48 -
49 -pkg_postrm() {
50 - xdg_desktop_database_update
51 -}