svn commit: r330235 - in head/audio/mumble: . files

Mark Felder feld at FreeBSD.org
Sun Oct 13 15:41:35 UTC 2013


Author: feld
Date: Sun Oct 13 15:41:34 2013
New Revision: 330235
URL: http://svnweb.freebsd.org/changeset/ports/330235

Log:
  - Apply patch that slipped last commit
  - Update another LIB_DEPENDS syntax I missed
  
  Approved by:	swills (mentor)

Added:
  head/audio/mumble/files/patch-src-mumble-CELTCodec.cpp   (contents, props changed)
Modified:
  head/audio/mumble/Makefile

Modified: head/audio/mumble/Makefile
==============================================================================
--- head/audio/mumble/Makefile	Sun Oct 13 15:31:39 2013	(r330234)
+++ head/audio/mumble/Makefile	Sun Oct 13 15:41:34 2013	(r330235)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mumble
 PORTVERSION=	1.2.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/Mumble/${PORTVERSION}
 
@@ -45,7 +45,7 @@ USE_QT4+=	dbus
 .if ! ${PORT_OPTIONS:MBONJOUR}
 CONFIG+=	no-bonjour
 .else
-LIB_DEPENDS+=	dns_sd:${PORTSDIR}/net/mDNSResponder
+LIB_DEPENDS+=	libdns_sd.so:${PORTSDIR}/net/mDNSResponder
 .endif
 
 post-patch:

Added: head/audio/mumble/files/patch-src-mumble-CELTCodec.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/mumble/files/patch-src-mumble-CELTCodec.cpp	Sun Oct 13 15:41:34 2013	(r330235)
@@ -0,0 +1,11 @@
+--- src/mumble/CELTCodec.cpp.orig	2013-08-07 07:26:41.259860710 +0200
++++ src/mumble/CELTCodec.cpp	2013-08-07 07:27:58.905421337 +0200
+@@ -64,6 +64,7 @@
+ 	alternatives << QString::fromLatin1("libcelt0.so.%1").arg(version);
+ 	alternatives << QString::fromLatin1("libcelt.so.%1").arg(version);
+ 	alternatives << QString::fromLatin1("celt.so.%1").arg(version);
++	alternatives << QString::fromLatin1("libcelt-mumble.so.%1").arg(version);
+ #else
+ 	int cpuinfo[4];
+ 	__cpuid(cpuinfo, 1);
+


More information about the svn-ports-head mailing list