pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mumble: removed problem from TODO, fixed



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Wed Mar 23 10:21:29 2016 +0200
Changeset:	f3b54f6ed47d95d74d4ee2f534d5024b688c1bdc

Modified Files:
	mumble/Makefile
	mumble/TODO

Log Message:
mumble: removed problem from TODO, fixed

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f3b54f6ed47d95d74d4ee2f534d5024b688c1bdc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mumble/Makefile |  3 +++
 mumble/TODO     | 11 -----------
 2 files changed, 3 insertions(+), 11 deletions(-)

diffs:
diff --git a/mumble/Makefile b/mumble/Makefile
index c5e3665..f2e708a 100644
--- a/mumble/Makefile
+++ b/mumble/Makefile
@@ -18,6 +18,8 @@ USE_LANGUAGES=	c c++
 
 .include "options.mk"
 
+CONFIG_OPTIONS+=     CONFIG+=no-bundled-opus
+
 do-configure:
 	cd ${WRKSRC} && \
 	${QTDIR}/bin/qmake -unix -recursive main.pro ${CONFIG_OPTIONS} ${MAKE_ENV}
@@ -25,6 +27,7 @@ do-configure:
 #BUILDLINK_API_DEPENDS.celt+=   celt>=0.7.0
 #BUILDLINK_API_DEPENDS.celt+=   celt<0.7.1
 .include "../../audio/celt/buildlink3.mk"
+.include "../../audio/libopus/buildlink3.mk"
 .include "../../audio/speexdsp/buildlink3.mk"
 .include "../../audio/speex/buildlink3.mk"
 .include "../../multimedia/libogg/buildlink3.mk"
diff --git a/mumble/TODO b/mumble/TODO
index 906737c..6af04da 100644
--- a/mumble/TODO
+++ b/mumble/TODO
@@ -1,14 +1,3 @@
-Currently stuck with the following:
-
-Reading /usr/pkgsrc/wip/mumble/work/mumble-1.2.15/opus-build/opus-build.pro
-Project MESSAGE: The opus-src/ directory was not found. You need to do one of the following:
-Project MESSAGE: 
-Project MESSAGE: git submodule init
-Project MESSAGE: git submodule update
-Project MESSAGE: 
-Project ERROR: Aborting configuration
-
-
 Address security issue: 
 - http://secunia.com/advisories/47951/
 - http://www.secunia.com/advisories/58793/ (http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0044


Home | Main Index | Thread Index | Old Index