pkgsrc-WIP-changes archive

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

mumble: broken update to 1.2.15, added TODO



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

Modified Files:
	mumble/Makefile
	mumble/TODO
	mumble/distinfo

Log Message:
mumble: broken update to 1.2.15, added TODO

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

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

diffstat:
 mumble/Makefile | 16 +++++++---------
 mumble/TODO     | 12 +++++++++++-
 mumble/distinfo |  9 ++++-----
 3 files changed, 22 insertions(+), 15 deletions(-)

diffs:
diff --git a/mumble/Makefile b/mumble/Makefile
index 4ccc6f2..c5e3665 100644
--- a/mumble/Makefile
+++ b/mumble/Makefile
@@ -1,24 +1,21 @@
 # $NetBSD: Makefile,v 1.6 2012/11/12 16:51:36 othyro Exp $
 #
 
-DISTNAME=	mumble-1.2.2
-PKGREVISION=	1
-CATEGORIES=	audio
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=mumble/}
+GITHUB_PROJECT= mumble
+DISTNAME=       mumble-1.2.15
+CATEGORIES=     audio
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=mumble-voip/}
+DIST_SUBDIR=    ${GITHUB_PROJECT}
 
 MAINTAINER=	elentirmo.gilgalad%gmail.com@localhost
 HOMEPAGE=	http://mumble.sourceforge.net/
 COMMENT=	Low latency VOIP software used mostly during computer games
-#LICENSE=	# TODO: (see mk/license.mk)
+LICENSE=	modified-bsd
 
 BUILD_DEPENDS+=	boost-headers-[0-9]*:../../devel/boost-headers
 USE_TOOLS+= 	pkg-config
 USE_LANGUAGES=	c c++
 
-PKGCONFIG_OVERRIDE+=	celt-0.7.0-src/celt.pc.in
-PKGCONFIG_OVERRIDE+=	speex/speexdsp.pc.in
-PKGCONFIG_OVERRIDE+=	speex/speex.pc.in
-
 .include "options.mk"
 
 do-configure:
@@ -28,6 +25,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/speexdsp/buildlink3.mk"
 .include "../../audio/speex/buildlink3.mk"
 .include "../../multimedia/libogg/buildlink3.mk"
 .include "../../audio/libsndfile/buildlink3.mk"
diff --git a/mumble/TODO b/mumble/TODO
index 386ad57..906737c 100644
--- a/mumble/TODO
+++ b/mumble/TODO
@@ -1,3 +1,14 @@
+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
@@ -8,5 +19,4 @@ Address security issue:
 Does not build, pkgsrc contains celt>=0.12, this needs celt-0.7.
 
 1.2.3 does not build either, somewhere in boost or qt4.
-No newer source tarball found (though supposedly 1.2.4rc1 exists).
 [wiz 2013-04-17]
diff --git a/mumble/distinfo b/mumble/distinfo
index 6393283..0f2c691 100644
--- a/mumble/distinfo
+++ b/mumble/distinfo
@@ -1,7 +1,6 @@
 $NetBSD: distinfo,v 1.1.1.1 2010/11/05 16:01:32 ggergely Exp $
 
-SHA1 (mumble-1.2.2.tar.gz) = b2a7fd50e70147b3ea2361cbc5a577b0e1ae45ea
-RMD160 (mumble-1.2.2.tar.gz) = 501aa1c4c170fb5aad2841cdfe3421376e62a07b
-Size (mumble-1.2.2.tar.gz) = 2920587 bytes
-SHA1 (patch-aa) = 996d056515cd2875ec533935e5b1bfa5c54153fc
-SHA1 (patch-ab) = 1eaa29fcb2220698d4fdad513a2bc18872cd467d
+SHA1 (mumble/mumble-1.2.15.tar.gz) = 277813ad7a352d8505e57ecd8671204f21483d5c
+RMD160 (mumble/mumble-1.2.15.tar.gz) = 305459afbe64d0ba311e8527000b269a64036c99
+SHA512 (mumble/mumble-1.2.15.tar.gz) = 026ebec9f8f2427ca161b4ac81137522d8afc956f054e543ddc7d5279d246183d27404e2d8b2991073673dc95d3862d19c13edb593ca359b9e0656059de26e23
+Size (mumble/mumble-1.2.15.tar.gz) = 3321745 bytes


Home | Main Index | Thread Index | Old Index