Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 139746 Details for
Bug 183781
media-sound/mumble 1.1.0 is out (needs update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/media-sound/mumble-1.1.1.ebuild update
mumble-1.1.1.ebuild (text/plain), 2.67 KB, created by
jon R-B
on 2007-12-31 17:40:11 UTC
(
hide
)
Description:
/media-sound/mumble-1.1.1.ebuild update
Filename:
MIME Type:
Creator:
jon R-B
Created:
2007-12-31 17:40:11 UTC
Size:
2.67 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-1.1.1.ebuild,v 1.2 2007/12/23 23:36:36 mr_bones_ Exp $ > >inherit eutils toolchain-funcs 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="pulseaudio vanilla" > >DEPEND="$(qt4_min_version 4.3) > >=media-libs/speex-1.2_beta3 > media-libs/alsa-lib > dev-libs/boost > x11-libs/libXevie > pulseaudio? ( media-sound/pulseaudio )" > >RDEPEND="${DEPEND}" > >pkg_setup() { > if ! built_with_use -a =x11-libs/qt-4* sqlite3 dbus ; then > echo > if ! built_with_use =x11-libs/qt-4* sqlite3; then > eerror "You need to build Qt4 with the sqlite3 use-flag" > fi > if ! built_with_use =x11-libs/qt-4* dbus; then > eerror "You need to build Qt4 with the dbus use-flag" > fi > echo > die "Your Qt4 installation lacks propper useflag configuration, see above" > fi > > if [[ $(gcc-major-version) -eq 3 && $(gcc-minor-version) -lt 4 ]]; then > eerror "You need >=sys-devel/gcc-3.4 to compile ${PN}." > die "System gcc is too old to compile ${PN}." > fi >} > >src_unpack() { > unpack ${A} > cd "${S}" > > sed -i -e "s:\(-lspeex\):\1 -lspeexdsp:" "${S}"/src/mumble/mumble.pro > > use pulseaudio || sed -i -e '/CONFIG += oss/s/ pulseaudio//' \ > "${S}"/src/mumble/mumble.pro || die > use vanilla || epatch "${FILESDIR}"/${P}-path.patch > >} > >src_compile() { > local dir > for dir in src/mumble overlay_gl; do > cd "${S}/$dir" > qmake ${dir##*/}.pro || die "qmake failed" > lrelease ${dir##*/}.pro || die "lrelease failed" > emake CC="$(tc-getCC) ${CFLAGS}" \ > CXX="$(tc-getCXX) ${CXXFLAGS}" \ > LINK="$(tc-getCXX)" || die "emake failed" > done >} > >src_install() { > newdoc README.Linux README > dodoc CHANGES > > local dir > if built_with_use =x11-libs/qt-4* debug; then > dir=debug > ewarn "Built debug-version because your Qt4 has the debug use-flag enabled." > else > dir=release > fi > > dobin ${dir}/mumble || die "installing failed" > dolib.so ${dir}/lib*.so* || die "installing failed" > > dobin scripts/mumble-overlay || die "installing failed" > newicon icons/mumble.64x64.png mumble.png || die "installing icon failed" > make_desktop_entry ${PN} "Mumble" mumble.png "KDE;Qt;AudioVideo" \ > || die "installing menu entry failed" >} > >pkg_postinst() { > elog > elog "Visit http://mumble.sourceforge.net/Audio_Tuning for futher configuration" > elog "type mumble to run the client" > elog "you might want to add this to your xorg.conf to get shortcut support" > elog " Section \"Extensions\"" > elog " Option \"XEVIE\" \"Enable\"" > elog " EndSection" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 183781
:
125174
|
125175
|
126175
|
134048
|
134125
|
134126
|
137254
|
137256
|
137285
|
137549
|
137674
|
137676
|
137678
|
137680
|
137913
|
139141
|
139183
|
139185
|
139186
|
139187
| 139746 |
139993