Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kmix: ChangeLog kmix-3.5.8-r1.ebuild
Date: Tue, 20 Nov 2007 12:46:41
Message-Id: E1IuSUm-0008Pe-Az@stork.gentoo.org
1 philantrop 07/11/20 12:46:28
2
3 Modified: ChangeLog
4 Added: kmix-3.5.8-r1.ebuild
5 Log:
6 Added a patch to fix a problem with the XF86Audio* key handlers not working when there's no master channel (e. g. you have a mute key that stopped working in KDE). Fixes bug 198015. Thanks to Kelvie Wong for creating and submitting said patch.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.75 kde-base/kmix/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmix/ChangeLog?rev=1.75&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmix/ChangeLog?rev=1.75&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmix/ChangeLog?r1=1.74&r2=1.75
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v
19 retrieving revision 1.74
20 retrieving revision 1.75
21 diff -u -r1.74 -r1.75
22 --- ChangeLog 19 Oct 2007 23:08:48 -0000 1.74
23 +++ ChangeLog 20 Nov 2007 12:46:27 -0000 1.75
24 @@ -1,6 +1,15 @@
25 # ChangeLog for kde-base/kmix
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.74 2007/10/19 23:08:48 philantrop Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.75 2007/11/20 12:46:27 philantrop Exp $
29 +
30 +*kmix-3.5.8-r1 (20 Nov 2007)
31 +
32 + 20 Nov 2007; Wulf C. Krueger <philantrop@g.o>
33 + +files/kmix-3.5.8-198015_XF86Audio.patch, +kmix-3.5.8-r1.ebuild:
34 + Added a patch to fix a problem with the XF86Audio* key handlers not working
35 + when there's no master channel (e. g. you have a mute key that stopped
36 + working in KDE). Fixes bug 198015. Thanks to Kelvie Wong for creating and
37 + submitting said patch.
38
39 *kmix-3.5.8 (19 Oct 2007)
40
41
42
43
44 1.1 kde-base/kmix/kmix-3.5.8-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmix/kmix-3.5.8-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kmix/kmix-3.5.8-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: kmix-3.5.8-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2007 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-3.5.8-r1.ebuild,v 1.1 2007/11/20 12:46:27 philantrop Exp $
54
55 KMNAME=kdemultimedia
56 MAXKDEVER=$PV
57 KM_DEPRANGE="$PV $MAXKDEVER"
58 inherit kde-meta eutils
59
60 DESCRIPTION="aRts mixer gui"
61 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE="alsa"
63 DEPEND="alsa? ( media-libs/alsa-lib )"
64 RDEPEND="${DEPEND}"
65
66 PATCHES="${FILESDIR}/kmix-3.5.6-alsa-tests.patch
67 ${FILESDIR}/${P}-198015_XF86Audio.patch"
68
69 src_compile() {
70 local myconf="$(use_with alsa)"
71 kde-meta_src_compile
72 }
73
74
75
76 --
77 gentoo-commits@g.o mailing list