mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-09 19:09:01 +08:00
mumble: 1.2.5
This commit is contained in:
parent
16aa87e159
commit
3ede894e58
@ -1,26 +1,27 @@
|
|||||||
# Maintainer: Michael Haesel <michael[dot]haesel[at]gmail[dot]com>
|
# Maintainer: Michael Haesel <michael[dot]haesel[at]gmail[dot]com>
|
||||||
|
|
||||||
pkgname=mumble
|
pkgname=mumble
|
||||||
pkgver=1.2.4
|
pkgver=1.2.5
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
pkgdesc="A voice chat application similar to TeamSpeak."
|
pkgdesc="A voice chat application similar to TeamSpeak."
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('qt' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse')
|
depends=('qt' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 'libpulse' 'opus')
|
||||||
makedepends=('boost' 'mesa' 'avahi')
|
makedepends=('boost' 'mesa')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
categories=('communication')
|
categories=('communication')
|
||||||
url="http://mumble.sourceforge.net/"
|
url="http://mumble.sourceforge.net/"
|
||||||
screenshot="http://mumble.sourceforge.net/static/Mumble%20--%201.2.3.png"
|
screenshot="http://mumble.sourceforge.net/static/Mumble%20--%201.2.3.png"
|
||||||
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname^}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname^}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||||
sha256sums=('a1cf8383d99a02719b16c5440e3a5fb5375a8aa060f203bfa5d25bc69f919c9b')
|
sha256sums=('915156946f7662c2488e4c40c95cb95c4ff00532789515da7df775a36d544faf')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
|
||||||
# Building mumble
|
# Building mumble
|
||||||
qmake main.pro \
|
qmake main.pro \
|
||||||
CONFIG+="bundled-celt no-bundled-speex no-speechd no-g15 no-xevie no-server no-embed-qt-translations packaged" \
|
CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-speechd no-g15 no-xevie no-server \
|
||||||
|
no-embed-qt-translations packaged" \
|
||||||
DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
|
DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
|
||||||
make release
|
make release
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user