~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Christian Kampka <christian@kampka.net>
Details
Message ID
<1447105777-30753-1-git-send-email-christian@kampka.net>
Sender timestamp
1447105777
DKIM signature
missing
Download raw message
Patch: +3 -2
---
 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
---
Reply to thread Export thread (mbox)