mumble122: remove long_desc.
This commit is contained in:
parent
8c986a6627
commit
7e7e9a4683
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'mumble122'
|
||||
pkgname=mumble122
|
||||
version=1.2.2
|
||||
revision=5
|
||||
revision=6
|
||||
wrksrc="mumble-${version}"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="protobuf-devel>=2.5.0 libXi-devel qt-devel openssl-devel speex-devel
|
||||
jack-devel libsndfile-devel libX11-devel alsa-lib-devel pulseaudio-devel
|
||||
|
@ -15,20 +16,9 @@ license="BSD"
|
|||
homepage="http://mumble.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/mumble/mumble-${version}.tar.gz"
|
||||
checksum=2c564e3d5b7481129482f2365375a2dc77e134c0c00012073cfdfbeadaa49be8
|
||||
long_desc="
|
||||
Mumble is a voice chat application for groups. While it can be used for any
|
||||
kind of activity, it is primarily intended for gaming. It can be compared to
|
||||
programs like Ventrilo or TeamSpeak. People tend to simplify things, so when
|
||||
they talk about Mumble they either talk about Mumble the client application
|
||||
or about Mumble and Murmur the whole voice chat application suite.
|
||||
|
||||
This is the old version of mumble with a patch to enable JACK support from
|
||||
Filipe Coelho (falkTX) of KXStudio."
|
||||
|
||||
disable_parallel_build=yes
|
||||
|
||||
wrksrc=mumble-${version}
|
||||
|
||||
do_configure() {
|
||||
# Needs bundled celt for some reason
|
||||
qmake -recursive main.pro \
|
||||
|
|
Loading…
Reference in New Issue