Date: Fri, 14 Apr 2006 23:34:22 -0400 (EDT) From: "Jeffrey H. Johnson" <CPE1704TKS@bellsouth.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: CPE1704TKS@bellsouth.net Subject: ports/95781: [PATCH] audio/libmpcdec: update to 1.2.2 Message-ID: <20060415033422.530CD3983D@offworld.cqasys.com> Resent-Message-ID: <200604150340.k3F3e91H009188@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 95781 >Category: ports >Synopsis: [PATCH] audio/libmpcdec: update to 1.2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Apr 15 03:40:09 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jeffrey H. Johnson >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD offworld.cqasys.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #22: Thu Feb 9 18:21:45 EST >Description: - Update to 1.2.2 libmpcdec.so.3 -> libmpcdec.so.4 ... other things might need to be bumped up or recompiled to chase this update? --Jeff Removed file(s): - files/patch-src_mpc_decoder.c Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- libmpcdec-1.2.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/libmpcdec/Makefile /usr/home/trn/port-work/libmpcdec/Makefile --- /usr/ports/audio/libmpcdec/Makefile Fri Apr 14 19:25:05 2006 +++ /usr/home/trn/port-work/libmpcdec/Makefile Fri Apr 14 23:25:42 2006 @@ -6,16 +6,15 @@ # PORTNAME= libmpcdec -PORTVERSION= 1.2 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= audio -MASTER_SITES= http://www.saunalahti.fi/grimmel/musepack.net-files/source/ +MASTER_SITES= http://files2.musepack.net/source/ \ + http://www.saunalahti.fi/grimmel/musepack.net-files/source/ MAINTAINER= ports@FreeBSD.org COMMENT= High quality audio compression format USE_BZIP2= yes -USE_REINPLACE= yes USE_GNOME= gnometarget GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff -ruN --exclude=CVS /usr/ports/audio/libmpcdec/distinfo /usr/home/trn/port-work/libmpcdec/distinfo --- /usr/ports/audio/libmpcdec/distinfo Sun Jan 22 03:12:49 2006 +++ /usr/home/trn/port-work/libmpcdec/distinfo Fri Apr 14 23:24:44 2006 @@ -1,3 +1,3 @@ -MD5 (libmpcdec-1.2.tar.bz2) = f8465cc807c4d8acca6da250fd4ca9b0 -SHA256 (libmpcdec-1.2.tar.bz2) = e5771b5d6d62d181550d64299e283d54825dbf7d7f8c6f8696065963aec7aee1 -SIZE (libmpcdec-1.2.tar.bz2) = 298574 +MD5 (libmpcdec-1.2.2.tar.bz2) = f14e07285b9b102a806649074c1d779b +SHA256 (libmpcdec-1.2.2.tar.bz2) = 419d06c4ada03cd456ef012ad2e82881eff0101f8485796022a2b198daed58f3 +SIZE (libmpcdec-1.2.2.tar.bz2) = 318620 diff -ruN --exclude=CVS /usr/ports/audio/libmpcdec/files/patch-src_mpc_decoder.c /usr/home/trn/port-work/libmpcdec/files/patch-src_mpc_decoder.c --- /usr/ports/audio/libmpcdec/files/patch-src_mpc_decoder.c Fri Jun 3 03:34:45 2005 +++ /usr/home/trn/port-work/libmpcdec/files/patch-src_mpc_decoder.c Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- src/mpc_decoder.c.orig Fri Jun 3 09:29:30 2005 -+++ src/mpc_decoder.c Fri Jun 3 09:29:49 2005 -@@ -486,7 +486,7 @@ - - #endif - #else --#define MPC_MULTIPLY_SCF(CcVal, SCF_idx) \ -+#define MPC_MULTIPLY_SCF(CcVal, SCF_idx) \ - MPC_MULTIPLY(CcVal, d->SCF[SCF_idx]) - #endif - // requantization and scaling of subband-samples diff -ruN --exclude=CVS /usr/ports/audio/libmpcdec/pkg-plist /usr/home/trn/port-work/libmpcdec/pkg-plist --- /usr/ports/audio/libmpcdec/pkg-plist Thu Feb 23 05:34:35 2006 +++ /usr/home/trn/port-work/libmpcdec/pkg-plist Fri Apr 14 23:27:35 2006 @@ -9,5 +9,5 @@ lib/libmpcdec.a lib/libmpcdec.la lib/libmpcdec.so -lib/libmpcdec.so.3 +lib/libmpcdec.so.4 @dirrm include/mpcdec --- libmpcdec-1.2.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060415033422.530CD3983D>