From 45abaf0d86e85fbd3cf5a7566ced4fe6142db93d Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Sun, 13 Oct 2013 15:41:34 +0000 Subject: [PATCH] - Apply patch that slipped last commit - Update another LIB_DEPENDS syntax I missed Approved by: swills (mentor) --- audio/mumble/Makefile | 4 ++-- audio/mumble/files/patch-src-mumble-CELTCodec.cpp | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 audio/mumble/files/patch-src-mumble-CELTCodec.cpp diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index 09cc27ed47fc..52a9b4c337dc 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -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: diff --git a/audio/mumble/files/patch-src-mumble-CELTCodec.cpp b/audio/mumble/files/patch-src-mumble-CELTCodec.cpp new file mode 100644 index 000000000000..b8d3d2f3a0eb --- /dev/null +++ b/audio/mumble/files/patch-src-mumble-CELTCodec.cpp @@ -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); +