Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/qsynth: qsynth-0.3.6.ebuild qsynth-0.3.9.ebuild ChangeLog qsynth-0.3.8.ebuild qsynth-0.3.7.ebuild
Date: Mon, 30 Mar 2015 18:36:16
Message-Id: 20150330183607.E608E14DD3@oystercatcher.gentoo.org
1 mrueg 15/03/30 18:36:06
2
3 Modified: qsynth-0.3.6.ebuild qsynth-0.3.9.ebuild ChangeLog
4 Removed: qsynth-0.3.8.ebuild qsynth-0.3.7.ebuild
5 Log:
6 Drop support for media-sound/fluidsynth[oss]. Remove old.
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.9 media-sound/qsynth/qsynth-0.3.6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild?r1=1.8&r2=1.9
16
17 Index: qsynth-0.3.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- qsynth-0.3.6.ebuild 2 Mar 2013 22:01:34 -0000 1.8
24 +++ qsynth-0.3.6.ebuild 30 Mar 2015 18:36:06 -0000 1.9
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v 1.8 2013/03/02 22:01:34 hwoarang Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v 1.9 2015/03/30 18:36:06 mrueg Exp $
31
32 EAPI=4
33 LANGS="cs de es ru"
34 @@ -19,10 +19,11 @@
35 DEPEND=">=dev-qt/qtcore-4.2:4
36 >=dev-qt/qtgui-4.2:4
37 >=media-sound/fluidsynth-1.0.7a[jack?,alsa?,pulseaudio?]
38 - x11-libs/libX11
39 - !pulseaudio? ( !jack? ( !alsa? ( >=media-sound/fluidsynth-1.0.7a[oss] ) ) )"
40 + x11-libs/libX11"
41 RDEPEND="${DEPEND}"
42
43 +REQUIRED_USE="|| ( alsa jack pulseaudio )"
44 +
45 DOCS="AUTHORS ChangeLog README TODO TRANSLATORS"
46
47 src_prepare() {
48
49
50
51 1.2 media-sound/qsynth/qsynth-0.3.9.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.9.ebuild?rev=1.2&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.9.ebuild?rev=1.2&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.9.ebuild?r1=1.1&r2=1.2
56
57 Index: qsynth-0.3.9.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.9.ebuild,v
60 retrieving revision 1.1
61 retrieving revision 1.2
62 diff -u -r1.1 -r1.2
63 --- qsynth-0.3.9.ebuild 26 Mar 2015 13:31:22 -0000 1.1
64 +++ qsynth-0.3.9.ebuild 30 Mar 2015 18:36:06 -0000 1.2
65 @@ -1,6 +1,6 @@
66 # Copyright 1999-2015 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.9.ebuild,v 1.1 2015/03/26 13:31:22 yngwin Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.9.ebuild,v 1.2 2015/03/30 18:36:06 mrueg Exp $
70
71 EAPI=5
72 LANGS="cs de fr ru sr"
73 @@ -19,10 +19,11 @@
74 DEPEND=">=dev-qt/qtcore-4.2:4
75 >=dev-qt/qtgui-4.2:4
76 >=media-sound/fluidsynth-1.0.7a[jack?,alsa?,pulseaudio?]
77 - x11-libs/libX11
78 - !pulseaudio? ( !jack? ( !alsa? ( >=media-sound/fluidsynth-1.0.7a[oss] ) ) )"
79 + x11-libs/libX11"
80 RDEPEND="${DEPEND}"
81
82 +REQUIRED_USE="|| ( alsa jack pulseaudio )"
83 +
84 DOCS="AUTHORS ChangeLog README TODO TRANSLATORS"
85
86 src_configure() {
87
88
89
90 1.62 media-sound/qsynth/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?rev=1.62&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?rev=1.62&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?r1=1.61&r2=1.62
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v
99 retrieving revision 1.61
100 retrieving revision 1.62
101 diff -u -r1.61 -r1.62
102 --- ChangeLog 26 Mar 2015 13:31:22 -0000 1.61
103 +++ ChangeLog 30 Mar 2015 18:36:06 -0000 1.62
104 @@ -1,6 +1,10 @@
105 # ChangeLog for media-sound/qsynth
106 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.61 2015/03/26 13:31:22 yngwin Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.62 2015/03/30 18:36:06 mrueg Exp $
109 +
110 + 30 Mar 2015; Manuel RĂ¼ger <mrueg@g.o> -qsynth-0.3.7.ebuild,
111 + -qsynth-0.3.8.ebuild, qsynth-0.3.6.ebuild, qsynth-0.3.9.ebuild:
112 + Drop support for media-sound/fluidsynth[oss]. Remove old.
113
114 *qsynth-0.3.9 (26 Mar 2015)