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