Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 18:40:01 GMT
From:      David Demelier <demelier.david@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [patch] Re: ports/182215: audio/mumble: no sound, failed to load CELT plugins
Message-ID:  <201309251840.r8PIe1ji085216@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182215; it has been noted by GNATS.

From: David Demelier <demelier.david@gmail.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: [patch] Re: ports/182215: audio/mumble: no sound, failed to load
 CELT plugins
Date: Wed, 25 Sep 2013 20:38:29 +0200

 This is a multi-part message in MIME format.
 --------------050305060101080604090807
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 On 18.09.2013 22:40, FreeBSD-gnats-submit@FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/182215'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 > 
 > You can access the state of your problem report at any time
 > via this link:
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=182215
 > 
 >> Category:       ports
 >> Responsible:    freebsd-ports-bugs
 >> Synopsis:       audio/mumble: no sound, failed to load CELT plugins
 >> Arrival-Date:   Wed Sep 18 20:40:00 UTC 2013
 
 It seems that the installation of libcelt0 renamed to libcelt-mumble
 caused the issue. For now no other port install libcelt.so.0.(7|11).0 so
 I install just like the application should do.
 
 Please commit it as soon as possible as the port is just unusable yet.
 
 Regards
 
 --------------050305060101080604090807
 Content-Type: text/x-patch;
  name="mumble.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="mumble.diff"
 
 --- Makefile.orig	2013-09-25 19:45:14.000000000 +0200
 +++ Makefile	2013-09-25 19:48:06.000000000 +0200
 @@ -58,8 +58,8 @@
  
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/release/mumble ${PREFIX}/bin
 -	${INSTALL_LIB} ${WRKSRC}/release/libcelt0.so.0.11.0 ${PREFIX}/lib/libcelt-mumble.so.0.11.0
 -	${INSTALL_LIB} ${WRKSRC}/release/libcelt0.so.0.7.0 ${PREFIX}/lib/libcelt-mumble.so.0.7.0
 +	${INSTALL_LIB} ${WRKSRC}/release/libcelt0.so.0.11.0 ${PREFIX}/lib/libcelt0.so.0.11.0
 +	${INSTALL_LIB} ${WRKSRC}/release/libcelt0.so.0.7.0 ${PREFIX}/lib/libcelt0.so.0.7.0
  	${INSTALL_LIB} ${WRKSRC}/release/libmumble.so.1.2.4 ${PREFIX}/lib/libmumble.so.1.2.4
  	${LN} -s ${PREFIX}/lib/libmumble.so.1.2.4 ${PREFIX}/lib/libmumble.so
  	${LN} -s ${PREFIX}/lib/libmumble.so.1.2.4 ${PREFIX}/lib/libmumble.so.1
 --- pkg-plist.orig	2013-09-25 19:47:46.000000000 +0200
 +++ pkg-plist	2013-09-25 19:47:56.000000000 +0200
 @@ -1,6 +1,6 @@
  bin/mumble
 -lib/libcelt-mumble.so.0.11.0
 -lib/libcelt-mumble.so.0.7.0
 +lib/libcelt0.so.0.11.0
 +lib/libcelt0.so.0.7.0
  lib/libmumble.so
  lib/libmumble.so.1
  lib/libmumble.so.1.2
 
 --------------050305060101080604090807--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309251840.r8PIe1ji085216>