Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/gqrx: gqrx-9999.ebuild gqrx-2.3.0-r1.ebuild ChangeLog gqrx-2.3.0.ebuild
Date: Wed, 27 Aug 2014 17:41:26
Message-Id: 20140827174122.28B103FFC@oystercatcher.gentoo.org
1 zerochaos 14/08/27 17:41:22
2
3 Modified: gqrx-9999.ebuild ChangeLog
4 Added: gqrx-2.3.0-r1.ebuild
5 Removed: gqrx-2.3.0.ebuild
6 Log:
7 fixing bug 521206 by removing incorrect qtsvg requirement
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
10
11 Revision Changes Path
12 1.4 net-wireless/gqrx/gqrx-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/gqrx-9999.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/gqrx-9999.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/gqrx-9999.ebuild?r1=1.3&r2=1.4
17
18 Index: gqrx-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-wireless/gqrx/gqrx-9999.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- gqrx-9999.ebuild 6 Aug 2014 02:49:11 -0000 1.3
25 +++ gqrx-9999.ebuild 27 Aug 2014 17:41:22 -0000 1.4
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/gqrx-9999.ebuild,v 1.3 2014/08/06 02:49:11 zerochaos Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/gqrx-9999.ebuild,v 1.4 2014/08/27 17:41:22 zerochaos Exp $
31
32 EAPI=5
33
34 @@ -24,13 +24,17 @@
35
36 DEPEND=">=net-wireless/gnuradio-3.7_rc:=
37 >=net-wireless/gr-osmosdr-0.1.0:=
38 - pulseaudio? ( media-sound/pulseaudio )"
39 + dev-libs/boost:=
40 + dev-qt/qtgui:=
41 + dev-qt/qtcore:=
42 + pulseaudio? ( media-sound/pulseaudio:= )"
43 RDEPEND="${DEPEND}"
44
45 src_prepare() {
46 if use !pulseaudio; then
47 sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' gqrx.pro || die
48 fi
49 + epatch "${FILESDIR}"/no_qtsvg.patch
50 qt4-r2_src_prepare
51 }
52
53
54
55
56 1.5 net-wireless/gqrx/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/ChangeLog?rev=1.5&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/ChangeLog?rev=1.5&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/ChangeLog?r1=1.4&r2=1.5
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/net-wireless/gqrx/ChangeLog,v
65 retrieving revision 1.4
66 retrieving revision 1.5
67 diff -u -r1.4 -r1.5
68 --- ChangeLog 6 Aug 2014 02:49:11 -0000 1.4
69 +++ ChangeLog 27 Aug 2014 17:41:22 -0000 1.5
70 @@ -1,6 +1,12 @@
71 # ChangeLog for net-wireless/gqrx
72 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/ChangeLog,v 1.4 2014/08/06 02:49:11 zerochaos Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/ChangeLog,v 1.5 2014/08/27 17:41:22 zerochaos Exp $
75 +
76 +*gqrx-2.3.0-r1 (27 Aug 2014)
77 +
78 + 27 Aug 2014; Rick Farina <zerochaos@g.o> +files/no_qtsvg.patch,
79 + +gqrx-2.3.0-r1.ebuild, -gqrx-2.3.0.ebuild, gqrx-9999.ebuild:
80 + fixing bug 521206 by removing incorrect qtsvg requirement
81
82 *gqrx-2.3.0 (06 Aug 2014)
83
84
85
86
87 1.1 net-wireless/gqrx/gqrx-2.3.0-r1.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/gqrx-2.3.0-r1.ebuild?rev=1.1&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gqrx/gqrx-2.3.0-r1.ebuild?rev=1.1&content-type=text/plain
91
92 Index: gqrx-2.3.0-r1.ebuild
93 ===================================================================
94 # Copyright 1999-2014 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 # $Header: /var/cvsroot/gentoo-x86/net-wireless/gqrx/gqrx-2.3.0-r1.ebuild,v 1.1 2014/08/27 17:41:22 zerochaos Exp $
97
98 EAPI=5
99
100 inherit qt4-r2
101
102 DESCRIPTION="Software defined radio receiver powered by GNU Radio and Qt"
103 HOMEPAGE="http://gqrx.dk/"
104
105 if [[ ${PV} == "9999" ]] ; then
106 EGIT_REPO_URI="https://github.com/csete/gqrx.git"
107 inherit git-r3
108 KEYWORDS=""
109 else
110 SRC_URI="https://github.com/csete/gqrx/archive/v${PV}.tar.gz"
111 KEYWORDS="~amd64 ~arm ~x86"
112 fi
113
114 LICENSE="GPL-3"
115 SLOT="0"
116 IUSE="pulseaudio"
117
118 DEPEND=">=net-wireless/gnuradio-3.7_rc:=
119 >=net-wireless/gr-osmosdr-0.1.0:=
120 dev-libs/boost:=
121 dev-qt/qtgui:=
122 dev-qt/qtcore:=
123 pulseaudio? ( media-sound/pulseaudio:= )"
124 RDEPEND="${DEPEND}"
125
126 src_prepare() {
127 if use !pulseaudio; then
128 sed -i 's/AUDIO_BACKEND = pulse/#AUDIO_BACKEND = pulse/' gqrx.pro || die
129 fi
130 epatch "${FILESDIR}"/no_qtsvg.patch
131 qt4-r2_src_prepare
132 }
133
134 src_install() {
135 dobin gqrx
136 }