Date: Thu, 14 Apr 2005 11:38:34 +0200 (CEST) From: Ulrich Spoerlein <q@uni.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/79900: [PATCH] audio/mp3gain: update to 1.4.6 Message-ID: <200504140938.j3E9cY6Y005009@roadrunner.q.local> Resent-Message-ID: <200504140940.j3E9e2qX042067@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79900 >Category: ports >Synopsis: [PATCH] audio/mp3gain: update to 1.4.6 >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: Thu Apr 14 09:40:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ulrich Spoerlein >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD roadrunner 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Wed Mar 30 23:20:28 CEST 2005 >Description: - Update to 1.4.6 - Update Homepage URL Removed file(s): - files/patch-mp3gain.c Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- mp3gain-1.4.6.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/mp3gain/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 13 Apr 2005 14:30:01 -0000 1.4 +++ Makefile 14 Apr 2005 09:37:38 -0000 @@ -6,11 +6,11 @@ # PORTNAME= mp3gain -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.6 CATEGORIES= audio -MASTER_SITES= http://www.mpex.net/software/mirror/ \ - http://www.speakeasy.net/~djkarmad/mp3gain/ -DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//g}_src${EXTSUFFIX} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\./_/g}-src${EXTSUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= A tool to normalize the gain of mp3 files @@ -27,8 +27,6 @@ @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e "s/`/usr/bin/printf '\r'`//" post-patch: - @${REINPLACE_CMD} -e '906,943s,/?,-h,;921,945s,/,-,g' ${WRKSRC}/mp3gain.c - @${REINPLACE_CMD} -e 's,\\,/,' ${WRKSRC}/mpglibDBL/interface.h @${CP} ${FILESDIR}/Makefile.main ${WRKSRC}/Makefile @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/mpglibDBL/Makefile Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/mp3gain/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 31 Mar 2004 03:06:07 -0000 1.2 +++ distinfo 14 Apr 2005 09:37:38 -0000 @@ -1,2 +1,2 @@ -MD5 (mp3gain132_src.zip) = 6d0c8a5d04afeb27927c2b49587cc3f1 -SIZE (mp3gain132_src.zip) = 90384 +MD5 (mp3gain-1_4_6-src.zip) = 4327167375dce5bce97625729a95fdb9 +SIZE (mp3gain-1_4_6-src.zip) = 111408 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/audio/mp3gain/pkg-descr,v retrieving revision 1.1 diff -u -u -r1.1 pkg-descr --- pkg-descr 20 Jan 2003 07:08:26 -0000 1.1 +++ pkg-descr 14 Apr 2005 09:37:38 -0000 @@ -8,6 +8,6 @@ lossless. There is no quality lost in the change because the program adjusts the mp3 file directly, without decoding and re-encoding. -WWW: http://www.geocities.com/mp3gain/ +WWW: http://mp3gain.sourceforge.net/ - Simon 'corecode' Schubert Index: files/Makefile.main =================================================================== RCS file: /home/ncvs/ports/audio/mp3gain/files/Makefile.main,v retrieving revision 1.1 diff -u -u -r1.1 Makefile.main --- files/Makefile.main 20 Jan 2003 07:08:27 -0000 1.1 +++ files/Makefile.main 14 Apr 2005 09:37:38 -0000 @@ -1,4 +1,4 @@ -SRCS= gain_analysis.c mp3gain.c rg_error.c +SRCS= gain_analysis.c mp3gain.c rg_error.c apetag.c PROG= mp3gain LDADD= -LmpglibDBL -lm -lmpglibDBL Index: files/patch-mp3gain.c =================================================================== RCS file: files/patch-mp3gain.c diff -N files/patch-mp3gain.c --- files/patch-mp3gain.c 21 Jan 2003 02:41:58 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,10 +0,0 @@ --- mp3gain.c.orig Sun Jan 19 07:16:02 2003 -+++ mp3gain.c Sun Jan 19 07:16:37 2003 -@@ -50,6 +50,7 @@ - - #ifndef WIN32 - #undef asWIN32DLL -+#include <sys/types.h> - #include <utime.h> - #endif /* WIN32 */ - --- mp3gain-1.4.6.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?200504140938.j3E9cY6Y005009>