update to 883 and moved to qt5

This commit is contained in:
Phil
2015-12-12 19:14:24 -07:00
parent b5edac9232
commit a3b5e7eda2
2 changed files with 12 additions and 11 deletions

View File

@@ -1,6 +1,8 @@
# Generated by mksrcinfo v8
# Sun Dec 13 02:12:59 UTC 2015
pkgbase = mumble-snapshot
pkgdesc = A high quality voice chat program. (snapshot build)
pkgver = 1.3.0_744_g75a25c4
pkgver = 1.3.0_883_g2a31708
pkgrel = 1
url = http://mumble.info/
install = mumble.install
@@ -8,7 +10,7 @@ pkgbase = mumble-snapshot
arch = x86_64
license = BSD
makedepends = boost
depends = qt4
depends = qt5-base
depends = opus
depends = speex
depends = libpulse
@@ -16,8 +18,8 @@ pkgbase = mumble-snapshot
depends = protobuf
provides = mumble
conflicts = mumble
source = http://mumble.info/snapshot/mumble-1.3.0~744~g75a25c4~snapshot.tar.gz
sha256sums = a82f6b548dd3b39989baaeb6c8dc50b25ea2082fc553cfd083122f42e911e60c
source = http://mumble.info/snapshot/mumble-1.3.0~883~g2a31708~snapshot.tar.gz
sha256sums = ad25bb66873f825f91f1ed06c6599db532dd26a6b82691819c7c757637154e31
pkgname = mumble-snapshot

View File

@@ -1,25 +1,25 @@
# Maintainer: synapse84 <synapse84 at gmail dot com>
pkgname=mumble-snapshot
pkgver=1.3.0_744_g75a25c4
pkgver=1.3.0_883_g2a31708
pkgrel=1
pkgdesc="A high quality voice chat program. (snapshot build)"
arch=('i686' 'x86_64')
url="http://mumble.info/"
license=('BSD')
depends=('qt4' 'opus' 'speex' 'libpulse' 'avahi' 'protobuf')
depends=('qt5-base' 'opus' 'speex' 'libpulse' 'avahi' 'protobuf')
makedepends=('boost')
provides=('mumble')
conflicts=('mumble')
install=mumble.install
source=("http://mumble.info/snapshot/mumble-${pkgver//_/\~}~snapshot.tar.gz")
sha256sums=('a82f6b548dd3b39989baaeb6c8dc50b25ea2082fc553cfd083122f42e911e60c')
sha256sums=('ad25bb66873f825f91f1ed06c6599db532dd26a6b82691819c7c757637154e31')
build() {
cd $srcdir/mumble-${pkgver//_/\~}~snapshot
qmake-qt4 main.pro \
CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie no-server no-embed-qt-translations no-update no-speechd qt4-legacy-compat" \
qmake-qt5 main.pro \
CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie no-server no-embed-qt-translations no-update no-speechd" \
DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
make release
@@ -58,4 +58,3 @@ package() {
install -m644 -D ./icons/mumble.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/mumble.svg
install -m644 -D ./LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}