View | Details | Raw Unified | Return to bug 79900
Collapse All | Expand All

(-)Makefile (-6 / +4 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	mp3gain
8
PORTNAME=	mp3gain
9
PORTVERSION=	1.3.2
9
PORTVERSION=	1.4.6
10
CATEGORIES=	audio
10
CATEGORIES=	audio
11
MASTER_SITES=	http://www.mpex.net/software/mirror/ \
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
		http://www.speakeasy.net/~djkarmad/mp3gain/
12
MASTER_SITE_SUBDIR=${PORTNAME}
13
DISTNAME=	${PORTNAME}${PORTVERSION:C/\.//g}_src${EXTSUFFIX}
13
DISTNAME=	${PORTNAME}-${PORTVERSION:C/\./_/g}-src${EXTSUFFIX}
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	A tool to normalize the gain of mp3 files
16
COMMENT=	A tool to normalize the gain of mp3 files
Lines 27-34 Link Here
27
	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e "s/`/usr/bin/printf '\r'`//"
27
	@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e "s/`/usr/bin/printf '\r'`//"
28
28
29
post-patch:
29
post-patch:
30
	@${REINPLACE_CMD} -e '906,943s,/?,-h,;921,945s,/,-,g' ${WRKSRC}/mp3gain.c
31
	@${REINPLACE_CMD} -e 's,\\,/,' ${WRKSRC}/mpglibDBL/interface.h
32
	@${CP} ${FILESDIR}/Makefile.main ${WRKSRC}/Makefile
30
	@${CP} ${FILESDIR}/Makefile.main ${WRKSRC}/Makefile
33
	@${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/mpglibDBL/Makefile
31
	@${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/mpglibDBL/Makefile
34
32
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (mp3gain132_src.zip) = 6d0c8a5d04afeb27927c2b49587cc3f1
1
MD5 (mp3gain-1_4_6-src.zip) = 4327167375dce5bce97625729a95fdb9
2
SIZE (mp3gain132_src.zip) = 90384
2
SIZE (mp3gain-1_4_6-src.zip) = 111408
(-)pkg-descr (-1 / +1 lines)
Lines 8-13 Link Here
8
lossless. There is no quality lost in the change because the program adjusts
8
lossless. There is no quality lost in the change because the program adjusts
9
the mp3 file directly, without decoding and re-encoding.
9
the mp3 file directly, without decoding and re-encoding.
10
10
11
WWW: http://www.geocities.com/mp3gain/
11
WWW: http://mp3gain.sourceforge.net/
12
12
13
- Simon 'corecode' Schubert
13
- Simon 'corecode' Schubert
(-)files/Makefile.main (-1 / +1 lines)
Lines 1-4 Link Here
1
SRCS=	gain_analysis.c mp3gain.c rg_error.c
1
SRCS=	gain_analysis.c mp3gain.c rg_error.c apetag.c
2
PROG=	mp3gain
2
PROG=	mp3gain
3
3
4
LDADD=	-LmpglibDBL -lm -lmpglibDBL
4
LDADD=	-LmpglibDBL -lm -lmpglibDBL
(-)files/patch-mp3gain.c
Removed Link Here

Return to bug 79900