From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 12 04:50:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A58B9106566C for ; Thu, 12 Jan 2012 04:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7A1648FC0A for ; Thu, 12 Jan 2012 04:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0C4oCo0065609 for ; Thu, 12 Jan 2012 04:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0C4oCmu065608; Thu, 12 Jan 2012 04:50:12 GMT (envelope-from gnats) Resent-Date: Thu, 12 Jan 2012 04:50:12 GMT Resent-Message-Id: <201201120450.q0C4oCmu065608@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tatsuki Makino Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D09BB106564A for ; Thu, 12 Jan 2012 04:48:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id BD79F8FC12 for ; Thu, 12 Jan 2012 04:48:38 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q0C4mc0Y046698 for ; Thu, 12 Jan 2012 04:48:38 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q0C4mcTD046697; Thu, 12 Jan 2012 04:48:38 GMT (envelope-from nobody) Message-Id: <201201120448.q0C4mcTD046697@red.freebsd.org> Date: Thu, 12 Jan 2012 04:48:38 GMT From: Tatsuki Makino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/164037: New version of ports: audio/libamrnb and audio/libamrwb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2012 04:50:12 -0000 >Number: 164037 >Category: ports >Synopsis: New version of ports: audio/libamrnb and audio/libamrwb >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jan 12 04:50:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Tatsuki Makino >Release: FreeBSD 8.2-STABLE i386 >Organization: >Environment: FreeBSD T2.test 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Dec 24 05:08:50 UTC 2011 root@T2.test:/usr/obj/usr/src/sys/GENERIC i386 >Description: amrnb-10.0.0.0 and amrwb-10.0.0.0 are released. This is patch for using them. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # patch-libamrnb.diff # patch-libamrwb.diff # echo x - patch-libamrnb.diff sed 's/^X//' >patch-libamrnb.diff << 'a1138d5db8794a27c4006c1d19c6cf22' Xdiff -u -r -N -d /usr/ports/audio/libamrnb/Makefile ./audio/libamrnb/Makefile X--- /usr/ports/audio/libamrnb/Makefile 2010-12-04 07:30:24.000000000 +0000 X+++ ./audio/libamrnb/Makefile 2012-01-12 00:11:00.000000000 +0000 X@@ -6,7 +6,7 @@ X # X X PORTNAME= libamrnb X-PORTVERSION= 7.0.0.2 X+PORTVERSION= 10.0.0.0 X PORTEPOCH= 1 X CATEGORIES= audio X MASTER_SITES= http://ftp.penguin.cz/pub/users/utx/amr/ \ X@@ -18,8 +18,11 @@ X MAINTAINER= tatsuki_makino@hotmail.com X COMMENT= 3GPP floating-point Adaptive Multi-Rate (AMR) Speech Codec X X+LICENSE= BSD X+ X BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip X X+LICENSE_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} X RESTRICTED= license prohibits redistribution X RESTRICTED_FILES= ${SRC3GPP} X USE_BZIP2= yes X@@ -32,7 +35,7 @@ X MAKE_ENV= LANG=C X USE_LDCONFIG= yes X X-SRC3GPP= 26104-700.zip X+SRC3GPP= 26104-a00.zip X X post-extract: X @${CP} ${DISTDIR}/${SRC3GPP} ${WRKSRC}/ Xdiff -u -r -N -d /usr/ports/audio/libamrnb/distinfo ./audio/libamrnb/distinfo X--- /usr/ports/audio/libamrnb/distinfo 2011-03-19 12:28:21.000000000 +0000 X+++ ./audio/libamrnb/distinfo 2012-01-12 01:16:01.000000000 +0000 X@@ -1,4 +1,4 @@ X-SHA256 (amrnb-7.0.0.2.tar.bz2) = 4a7d1411c80ca35910dbb7d2ae8ae73aaa4686afb4ef06da1e27d12a41969c7c X-SIZE (amrnb-7.0.0.2.tar.bz2) = 227194 X-SHA256 (26104-700.zip) = d17e4e65b6f8138ff6243f194cefa6f2b39450075cdb2e9bb431e2dc5a43f541 X-SIZE (26104-700.zip) = 303856 X+SHA256 (amrnb-10.0.0.0.tar.bz2) = a5d6c03b8c6b7c912583b6cbb66da093b87a6a070a26540aae7589ab40a48509 X+SIZE (amrnb-10.0.0.0.tar.bz2) = 257471 X+SHA256 (26104-a00.zip) = 840ed0965f880faeae24c5f8e39fe4ddf1a192d02f0d8b5329b6938cf4e3961d X+SIZE (26104-a00.zip) = 430675 Xdiff -u -r -N -d /usr/ports/audio/libamrnb/files/pkg-message.in ./audio/libamrnb/files/pkg-message.in X--- /usr/ports/audio/libamrnb/files/pkg-message.in 2007-07-14 21:33:04.000000000 +0000 X+++ ./audio/libamrnb/files/pkg-message.in 2012-01-12 03:47:55.000000000 +0000 X@@ -1,17 +1,14 @@ X X-AMR codecs incorporate several patents, held by Ericsson, X-Universite de Sherbrooke (VoiceAge) and Nokia. X-VoiceAge claims to provide patent portfolio for AMR codecs. Depending on law in X-your country, manufacturers and developers may need to get a license. X-Because it is a shared library, you may need a special contract for each one X-application, which links against this library, directly or indirectly. X+AMR codecs incorporate several patents, held by Ericsson, Universite de X+Sherbrooke (VoiceAge) and Nokia. VoiceAge claims to provide patent portfolio X+for AMR codecs. Depending on law in your country, manufacturers and developers X+may need to get a license. Because it is a shared library, you may need special X+contract for each one application, which links against this library, directly X+or indirectly. X X-* 3GPP policy on licensing and 3G Patent Platform: X- http://www.3gpp.org/faq/faq_2005_2.htm#A3.1 X-* Intellectual property in ETSI standards: X- http://webapp.etsi.org/IPR/home.asp X-* On 3GPP legal issues: X- http://www.3gpp.org/legal/legal.htm X-* On VoiceAge licensing: X- http://www.voiceage.com/licensing.php X+Patent portfolio seems to be licensed by Via Licensing. X+ X+Depending on law in your country, you may need a license for distribution, any X+use, commercial use or even development. X+You don't have permission to distribute the source code and attached .doc file. X Xdiff -u -r -N -d /usr/ports/audio/libamrnb/pkg-descr ./audio/libamrnb/pkg-descr X--- /usr/ports/audio/libamrnb/pkg-descr 2007-07-14 21:33:04.000000000 +0000 X+++ ./audio/libamrnb/pkg-descr 2012-01-12 03:54:05.000000000 +0000 X@@ -1,12 +1,11 @@ X-3GPP floating-point Adaptive Multi-Rate (AMR) Speech Codec X-(3GPP TS 26.104 V 6.1.0) X-http://www.3gpp.org/ftp/Specs/html-info/26104.htm X+3GPP Adaptive Multi-Rate Floating-point (AMR) Speech Codec Shared Library X X-AMR is an audio data compression scheme optimized for speech coding. X-AMR was adopted as the standard speech codec by 3GPP in October 1998 X-and is now widely used in GSM. X+3GPP released reference implementation of 3GPP Adaptive Multi-Rate X+Floating-point (AMR) Speech Codec (3GPP TS 26.104). X X-Note that depending on law in your country, you may need a license for X-distribution, any use, commercial use or even development. X+http://www.3gpp.org/ftp/Specs/html-info/26104.htm X+ X+This package converts 3GPP TS 26.104 reference implementation of AMR-NB to a X+shared library. X X WWW: http://www.penguin.cz/~utx/amr a1138d5db8794a27c4006c1d19c6cf22 echo x - patch-libamrwb.diff sed 's/^X//' >patch-libamrwb.diff << '6117c5148c2b0bcf187333245c55b58d' Xdiff -u -r -N -d /usr/ports/audio/libamrwb/Makefile ./audio/libamrwb/Makefile X--- /usr/ports/audio/libamrwb/Makefile 2011-10-01 11:10:03.000000000 +0000 X+++ ./audio/libamrwb/Makefile 2012-01-12 00:12:50.000000000 +0000 X@@ -6,7 +6,7 @@ X # X X PORTNAME= libamrwb X-PORTVERSION= 7.0.0.4 X+PORTVERSION= 10.0.0.0 X CATEGORIES= audio X MASTER_SITES= http://ftp.penguin.cz/pub/users/utx/amr/ \ X http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/:3GPP X@@ -17,7 +17,7 @@ X MAINTAINER= tatsuki_makino@hotmail.com X COMMENT= 3GPP Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec X X-LICENSE= LGPL20 X+LICENSE= BSD X X BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip X X@@ -34,7 +34,7 @@ X MAKE_ENV= LANG=C X USE_LDCONFIG= yes X X-SRC3GPP= 26204-700.zip X+SRC3GPP= 26204-a00.zip X X post-extract: X @${CP} ${DISTDIR}/${SRC3GPP} ${WRKSRC}/ Xdiff -u -r -N -d /usr/ports/audio/libamrwb/distinfo ./audio/libamrwb/distinfo X--- /usr/ports/audio/libamrwb/distinfo 2011-10-01 11:10:03.000000000 +0000 X+++ ./audio/libamrwb/distinfo 2012-01-12 01:16:56.000000000 +0000 X@@ -1,4 +1,4 @@ X-SHA256 (amrwb-7.0.0.4.tar.bz2) = db34d75823770a244e1d03602c82a9d3916005c68219365f0e484c47c11ecb5b X-SIZE (amrwb-7.0.0.4.tar.bz2) = 215088 X-SHA256 (26204-700.zip) = 1b8ba234f5ac520650cb66aee1079491681afb7dba78eb717dca9534ae3598f0 X-SIZE (26204-700.zip) = 255757 X+SHA256 (amrwb-10.0.0.0.tar.bz2) = 1d5209c7f8c9d4d7894e3f03a48b83a53a5630b5d43848b3730bf25ba86061bb X+SIZE (amrwb-10.0.0.0.tar.bz2) = 252042 X+SHA256 (26204-a00.zip) = 45acacd40a81436d69caf532a39303141eea020f16594d91c1a81994088f73a7 X+SIZE (26204-a00.zip) = 383905 Xdiff -u -r -N -d /usr/ports/audio/libamrwb/files/pkg-message.in ./audio/libamrwb/files/pkg-message.in X--- /usr/ports/audio/libamrwb/files/pkg-message.in 2007-07-14 21:39:54.000000000 +0000 X+++ ./audio/libamrwb/files/pkg-message.in 2012-01-12 03:47:55.000000000 +0000 X@@ -1,17 +1,14 @@ X X-AMR codecs incorporate several patents, held by Ericsson, X-Universite de Sherbrooke (VoiceAge) and Nokia. X-VoiceAge claims to provide patent portfolio for AMR codecs. Depending on law in X-your country, manufacturers and developers may need to get a license. X-Because it is a shared library, you may need a special contract for each one X-application, which links against this library, directly or indirectly. X+AMR codecs incorporate several patents, held by Ericsson, Universite de X+Sherbrooke (VoiceAge) and Nokia. VoiceAge claims to provide patent portfolio X+for AMR codecs. Depending on law in your country, manufacturers and developers X+may need to get a license. Because it is a shared library, you may need special X+contract for each one application, which links against this library, directly X+or indirectly. X X-* 3GPP policy on licensing and 3G Patent Platform: X- http://www.3gpp.org/faq/faq_2005_2.htm#A3.1 X-* Intellectual property in ETSI standards: X- http://webapp.etsi.org/IPR/home.asp X-* On 3GPP legal issues: X- http://www.3gpp.org/legal/legal.htm X-* On VoiceAge licensing: X- http://www.voiceage.com/licensing.php X+Patent portfolio seems to be licensed by Via Licensing. X+ X+Depending on law in your country, you may need a license for distribution, any X+use, commercial use or even development. X+You don't have permission to distribute the source code and attached .doc file. X Xdiff -u -r -N -d /usr/ports/audio/libamrwb/pkg-descr ./audio/libamrwb/pkg-descr X--- /usr/ports/audio/libamrwb/pkg-descr 2007-07-14 21:39:54.000000000 +0000 X+++ ./audio/libamrwb/pkg-descr 2012-01-12 04:13:50.000000000 +0000 X@@ -1,13 +1,11 @@ X-3GPP Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec X-(3GPP TS 26.204 V7.0.0) X-http://www.3gpp.org/ftp/Specs/html-info/26204.htm X+3GPP AMR Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec Shared Library X X-AMR-WB is a speech coding standard developed after the AMR using the same X-technology like ACELP. The codec provides better speech quality due to wider X-speech bandwidth of 50-7000 Hz compared to narrowband speech codecs. X-AMR-WB is codified as G.722.2, an ITU-T standard speech codec. X+3GPP released reference implementation of 3GPP AMR Adaptive Multi-Rate - X+Wideband (AMR-WB) Speech Codec (3GPP TS 26.204). X X-Note that depending on law in your country, you may need a license for X-distribution, any use, commercial use or even development. X+http://www.3gpp.org/ftp/Specs/html-info/26204.htm X+ X+This package converts 3GPP TS 26.204 reference implementation of AMR-WB to a X+shared library. X X WWW: http://www.penguin.cz/~utx/amr 6117c5148c2b0bcf187333245c55b58d exit >Release-Note: >Audit-Trail: >Unformatted: