~alpine/aports

main/mumble: fix build v1 PROPOSED

Christian Kampka: 1
 main/mumble: fix build

 1 files changed, 3 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/1669/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/mumble: fix build Export this patch

---
 main/mumble/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/main/mumble/APKBUILD b/main/mumble/APKBUILD
index ff7b3dd..7b84121 100644
--- a/main/mumble/APKBUILD
+++ b/main/mumble/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr>
pkgname=mumble
pkgver=1.2.9
pkgrel=0
pkgrel=1
pkgdesc="Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming"
url="http://mumble.sourceforge.net/"
arch="all"
@@ -33,7 +33,7 @@ prepare() {
build() {
	cd "$_builddir"
	qmake -recursive main.pro \
		CONFIG+="no-speechd no-g15 no-update no-ice bundled-celt no-bundled-speex" \
		CONFIG+="no-speechd no-g15 no-update no-ice bundled-celt no-embed-qt-translations no-bundled-speex" \
		|| return 1
	make release
}
@@ -86,6 +86,7 @@ murmur_doc() {

	install -Dm644 ./man/murmurd.1 ${subpkgdir}/usr/share/man/man1/murmurd.1
	install -Dm644 ./LICENSE ${subpkgdir}/usr/share/licenses/murmur/LICENSE
	default_doc
}

md5sums="85decb9a1efb13e7558fab6265f81ad8  mumble-1.2.9.tar.gz
-- 
2.6.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---