public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/mumble: ChangeLog metadata.xml mumble-1.1.6.ebuild mumble-0.9.4.ebuild mumble-1.1.1.ebuild
@ 2008-10-22 23:14 Timo Gurr (tgurr)
  0 siblings, 0 replies; only message in thread
From: Timo Gurr (tgurr) @ 2008-10-22 23:14 UTC (permalink / raw
  To: gentoo-commits

tgurr       08/10/22 23:14:22

  Modified:             ChangeLog metadata.xml
  Added:                mumble-1.1.6.ebuild
  Removed:              mumble-0.9.4.ebuild mumble-1.1.1.ebuild
  Log:
  Version bump, fixing bug #206792 (Thanks Dennis Schridde for the updated ebuild and everyone else who contributed in any way). Remove old.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)

Revision  Changes    Path
1.12                 media-sound/mumble/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	28 Jul 2008 21:21:14 -0000	1.11
+++ ChangeLog	22 Oct 2008 23:14:22 -0000	1.12
@@ -1,6 +1,14 @@
 # ChangeLog for media-sound/mumble
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v 1.11 2008/07/28 21:21:14 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v 1.12 2008/10/22 23:14:22 tgurr Exp $
+
+*mumble-1.1.6 (22 Oct 2008)
+
+  22 Oct 2008; Timo Gurr <tgurr@gentoo.org> -files/mumble-0.9.4-path.patch,
+  -files/mumble-1.1.1-path.patch, metadata.xml, -mumble-0.9.4.ebuild,
+  -mumble-1.1.1.ebuild, +mumble-1.1.6.ebuild:
+  Version bump, fixing bug #206792 (Thanks Dennis Schridde for the updated
+  ebuild and everyone else who contributed in any way). Remove old.
 
   28 Jul 2008; Carsten Lohrke <carlo@gentoo.org> mumble-0.9.4.ebuild,
   mumble-1.1.1.ebuild:



1.2                  media-sound/mumble/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mumble/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	25 Nov 2006 11:39:57 -0000	1.1
+++ metadata.xml	22 Oct 2008 23:14:22 -0000	1.2
@@ -8,4 +8,7 @@
 <longdescription lang="en">
 Mumble is a low-latency, high quality voice chat software primarily intended for use while gaming.
 </longdescription>
+<use>
+	<flag name='speech'>Enables text-to-speech support in Mumble.</flag>
+</use>
 </pkgmetadata>



1.1                  media-sound/mumble/mumble-1.1.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/mumble-1.1.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mumble/mumble-1.1.6.ebuild?rev=1.1&content-type=text/plain

Index: mumble-1.1.6.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-1.1.6.ebuild,v 1.1 2008/10/22 23:14:22 tgurr Exp $

EAPI="2"

inherit eutils multilib qt4

DESCRIPTION="Voice chat software for gaming written in Qt4."
HOMEPAGE="http://mumble.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="alsa dbus debug oss portaudio pulseaudio speech"

RDEPEND="dev-libs/boost
	>=media-libs/speex-1.2_beta3_p2
	x11-libs/libXevie
	|| ( ( x11-libs/qt-core:4[ssl]
			x11-libs/qt-gui:4
			x11-libs/qt-opengl:4
			x11-libs/qt-sql:4[sqlite]
			dbus? ( x11-libs/qt-dbus:4 ) )
		( =x11-libs/qt-4.3*:4[dbus,opengl,sqlite3,ssl] ) )
	alsa? ( media-libs/alsa-lib )
	portaudio? ( media-libs/portaudio )
	pulseaudio? ( media-sound/pulseaudio )
	speech? ( app-accessibility/speech-dispatcher )"

DEPEND="${RDEPEND}"

src_configure() {
	use dbus || conf_add="${conf_add} no-dbus"
	use portaudio || conf_add="${conf_add} no-portaudio"
	use pulseaudio || conf_add="${conf_add} no-pulseaudio"
	use alsa || conf_add="${conf_add} no-alsa"
	use oss || conf_add="${conf_add} no-oss"
	use speech || conf_add="${conf_add} no-speechd"
	use debug && conf_add="${conf_add} symbols debug" || conf_add="${conf_add} release"

	eqmake4 "${S}/main.pro" -recursive \
		CONFIG+="${conf_add} no-server no-bundled-speex" \
		DEFINES+="PLUGIN_PATH=/usr/$(get_libdir)/mumble" \
		|| die "eqmake4 failed."
}

src_install() {
	newdoc README.Linux README || die "Installing docs failed."
	dodoc CHANGES || die "Installing docs failed."

	local dir
	if use debug; then
		dir=debug
	else
		dir=release
	fi

	dobin "${dir}"/mumble || die "Installing mumble binary failed."

	CONF_LIBDIR="$(get_libdir)/mumble" dolib.so "${dir}"/lib*.so* || die "Installing libraries failed."
	CONF_LIBDIR="$(get_libdir)/mumble" dolib.so "${dir}"/plugins/lib*.so* || die "Installing libraries failed."

	insinto /usr/share/services
	doins scripts/mumble.protocol || die "Installing mumble.protocol file failed."

	dobin scripts/mumble-overlay || die "Installing overlay script failed."

	newicon icons/mumble.64x64.png mumble.png || die "Installing icon failed."

	make_desktop_entry ${PN} "Mumble" mumble "Qt;KDE;Network;Telephony;" \
		|| die "Installing menu entry failed."

	doman man/mumble-overlay.1 || die "Installing mumble-overlay manpage failed."
	doman man/mumble.1 || die "Installing mumble manpage failed."
}

pkg_postinst() {
	echo
	elog "Visit http://mumble.sourceforge.net/Audio_Tuning for futher configuration."
	elog "Run mumble-overlay to start the OpenGL overlay (after starting mumble)."
	echo
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-22 23:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-22 23:14 [gentoo-commits] gentoo-x86 commit in media-sound/mumble: ChangeLog metadata.xml mumble-1.1.6.ebuild mumble-0.9.4.ebuild mumble-1.1.1.ebuild Timo Gurr (tgurr)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox