Gentoo Archives: gentoo-commits

From: "Timo Gurr (tgurr)" <tgurr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mumble: ChangeLog mumble-1.2.2.ebuild mumble-1.2.1-r1.ebuild
Date: Wed, 10 Feb 2010 21:48:27
Message-Id: E1NfKQ0-00025k-V6@stork.gentoo.org
1 tgurr 10/02/10 21:48:20
2
3 Modified: ChangeLog
4 Added: mumble-1.2.2.ebuild
5 Removed: mumble-1.2.1-r1.ebuild
6 Log:
7 Version bump, remove old.
8 (Portage version: 2.2_rc62/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.27 media-sound/mumble/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/ChangeLog?rev=1.27&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/ChangeLog?rev=1.27&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/ChangeLog?r1=1.26&r2=1.27
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v
20 retrieving revision 1.26
21 retrieving revision 1.27
22 diff -u -r1.26 -r1.27
23 --- ChangeLog 2 Feb 2010 01:17:42 -0000 1.26
24 +++ ChangeLog 10 Feb 2010 21:48:20 -0000 1.27
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-sound/mumble
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v 1.26 2010/02/02 01:17:42 tgurr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v 1.27 2010/02/10 21:48:20 tgurr Exp $
30 +
31 +*mumble-1.2.2 (10 Feb 2010)
32 +
33 + 10 Feb 2010; Timo Gurr <tgurr@g.o> -mumble-1.2.1-r1.ebuild,
34 + -files/mumble-1.2.1-celt-libnaming.patch, +mumble-1.2.2.ebuild:
35 + Version bump, remove old.
36
37 *mumble-1.2.1-r1 (02 Feb 2010)
38
39
40
41
42 1.1 media-sound/mumble/mumble-1.2.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/mumble-1.2.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/mumble-1.2.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mumble-1.2.2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-1.2.2.ebuild,v 1.1 2010/02/10 21:48:20 tgurr Exp $
52
53 EAPI="2"
54
55 inherit eutils multilib qt4
56
57 MY_P="${PN}-${PV/_/~}"
58
59 DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat software."
60 HOMEPAGE="http://mumble.sourceforge.net/"
61 SRC_URI="http://mumble.info/snapshot/${MY_P}.tar.gz"
62
63 LICENSE="BSD"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="+alsa +dbus debug g15 oss pch portaudio pulseaudio speech zeroconf"
67
68 RDEPEND=">=dev-libs/boost-1.36.0-r1
69 dev-libs/openssl
70 >=dev-libs/protobuf-2.2.0
71 >=media-libs/celt-0.7.0
72 >=media-libs/libsndfile-1.0.20
73 >=media-libs/speex-1.2_rc1
74 x11-libs/qt-core:4[ssl]
75 x11-libs/qt-gui:4
76 x11-libs/qt-opengl:4
77 x11-libs/qt-sql:4[sqlite]
78 x11-libs/qt-svg:4
79 x11-libs/qt-xmlpatterns:4
80 x11-proto/inputproto
81 alsa? ( media-libs/alsa-lib )
82 dbus? ( x11-libs/qt-dbus:4 )
83 g15? ( app-misc/g15daemon )
84 portaudio? ( media-libs/portaudio )
85 pulseaudio? ( media-sound/pulseaudio )
86 speech? ( app-accessibility/speech-dispatcher )
87 zeroconf? ( || ( net-dns/avahi[mdnsresponder-compat] net-misc/mDNSResponder ) )"
88 DEPEND="${RDEPEND}
89 dev-util/pkgconfig"
90
91 S="${WORKDIR}/${MY_P}"
92
93 src_configure() {
94 local conf_add
95
96 if has_version '<=sys-devel/gcc-4.2'; then
97 conf_add="${conf_add} no-pch"
98 else
99 use pch || conf_add="${conf_add} no-pch"
100 fi
101
102 use alsa || conf_add="${conf_add} no-alsa"
103 use dbus || conf_add="${conf_add} no-dbus"
104 use debug && conf_add="${conf_add} symbols debug" || conf_add="${conf_add} release"
105 use g15 || conf_add="${conf_add} no-g15"
106 use oss || conf_add="${conf_add} no-oss"
107 use portaudio || conf_add="${conf_add} no-portaudio"
108 use pulseaudio || conf_add="${conf_add} no-pulseaudio"
109 use speech || conf_add="${conf_add} no-speechd"
110 use zeroconf || conf_add="${conf_add} no-bonjour"
111
112 eqmake4 "${S}/main.pro" -recursive \
113 CONFIG+="${conf_add} \
114 no-11x \
115 no-bundled-celt \
116 no-bundled-speex \
117 no-embed-qt-translations \
118 no-server" \
119 DEFINES+="PLUGIN_PATH=/usr/$(get_libdir)/mumble" \
120 || die "eqmake4 failed."
121 }
122
123 src_install() {
124 newdoc README.Linux README || die "Installing docs failed."
125 dodoc CHANGES || die "Installing docs failed."
126
127 local dir
128 if use debug; then
129 dir=debug
130 else
131 dir=release
132 fi
133
134 dobin "${dir}"/mumble || die "Installing mumble binary failed."
135 dobin scripts/mumble-overlay || die "Installing overlay script failed."
136
137 insinto /usr/share/services
138 doins scripts/mumble.protocol || die "Installing mumble.protocol file failed."
139
140 domenu scripts/mumble.desktop || die "Installing menu entry failed."
141
142 insinto /usr/share/icons/hicolor/scalable/apps
143 doins icons/mumble.svg || die "Installing icon failed."
144
145 doman man/mumble-overlay.1 || die "Installing mumble-overlay manpage failed."
146 doman man/mumble.1 || die "Installing mumble manpage failed."
147
148 insopts -o root -g root -m 0755
149 insinto "/usr/$(get_libdir)/mumble"
150 doins "${dir}"/lib*.so* || die "Installing plugins failed."
151 doins "${dir}"/plugins/lib*.so* || die "Installing plugins failed."
152 }
153
154 pkg_postinst() {
155 echo
156 elog "Visit http://mumble.sourceforge.net/ for futher configuration instructions."
157 elog "Run mumble-overlay to start the OpenGL overlay (after starting mumble)."
158 echo
159 }