Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2001 23:03:31 +0200 (CEST)
From:      Christian Weisgerber <naddy@mips.inka.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29234: clean-up audio/mpg321
Message-ID:  <200107252103.f6PL3Vo44259@kemoauc.mips.inka.de>

next in thread | raw e-mail | index | archive | help

>Number:         29234
>Category:       ports
>Synopsis:       clean-up audio/mpg321
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 25 14:40:25 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Christian Weisgerber
>Release:        FreeBSD 5.0-CURRENT alpha
>Organization:
>Environment:
System: FreeBSD kemoauc.mips.inka.de 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Wed Jul 25 14:28:27 CEST 2001 naddy@kemoauc.mips.inka.de:/home/obj/usr/src/sys/KEMOAUC alpha

>Description:

Clean-up of audio/mpg321 port, add description, take maintainer.

>How-To-Repeat:

>Fix:

diff -uNr /usr/ports/audio/mpg321/Makefile mpg321/Makefile
--- /usr/ports/audio/mpg321/Makefile	Sun Jul 22 21:39:57 2001
+++ mpg321/Makefile	Wed Jul 25 22:35:37 2001
@@ -13,16 +13,15 @@
 		http://gemini.woot.net/~hosehead/packages/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	naddy@mips.inka.de
 
-LIB_DEPENDS=	ao.1:${PORTSDIR}/audio/libao \
-		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS=	ao.1:${PORTSDIR}/audio/libao
 BUILD_DEPENDS=	${LOCALBASE}/lib/libmad.a:${PORTSDIR}/audio/mad
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lgnugetopt" \
-		CFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
-USE_GMAKE=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 MAN1=		mpg321.1
diff -uNr /usr/ports/audio/mpg321/files/patch-Makefile.in mpg321/files/patch-Makefile.in
--- /usr/ports/audio/mpg321/files/patch-Makefile.in	Thu Jan  1 01:00:00 1970
+++ mpg321/files/patch-Makefile.in	Wed Jul 25 22:49:38 2001
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- Makefile.in.orig	Wed Jul 25 22:48:58 2001
++++ Makefile.in	Wed Jul 25 22:49:18 2001
+@@ -339,7 +339,7 @@
+ 
+ install-exec-am: install-binPROGRAMS
+ 	@$(NORMAL_INSTALL)
+-	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
++
+ install-exec: install-exec-am
+ 
+ install-data-am: install-man
diff -uNr /usr/ports/audio/mpg321/files/patch-configure mpg321/files/patch-configure
--- /usr/ports/audio/mpg321/files/patch-configure	Sat Mar 17 15:35:08 2001
+++ mpg321/files/patch-configure	Wed Jul 25 23:00:31 2001
@@ -1,3 +1,6 @@
+
+$FreeBSD$
+
 --- configure.orig	Sat Feb 10 20:39:39 2001
 +++ configure	Sat Feb 10 20:39:50 2001
 @@ -1078,7 +1078,7 @@
diff -uNr /usr/ports/audio/mpg321/pkg-descr mpg321/pkg-descr
--- /usr/ports/audio/mpg321/pkg-descr	Sat Mar 17 15:35:06 2001
+++ mpg321/pkg-descr	Wed Jul 25 22:58:34 2001
@@ -1 +1,9 @@
-A completely free clone of mpg123
+mpg321 is a completely free clone of mpg123.
+
+mpg321 has been tested to work with gqmpeg.  It should work with
+other frontends, but isn't guaranteed.  mpg321 is built on top of
+libmad, which was written by Robert Leslie, and is a fully ISO-compliant
+MPEG decoder, meaning it's very accurate.  It also operates entirely
+within fixed-point arithmetic.
+
+ID3 tags are not supported at all, yet.
diff -uNr /usr/ports/audio/mpg321/pkg-plist mpg321/pkg-plist
--- /usr/ports/audio/mpg321/pkg-plist	Sat Mar 17 15:35:06 2001
+++ mpg321/pkg-plist	Wed Jul 25 22:59:24 2001
@@ -1 +1,2 @@
+@comment $FreeBSD$
 bin/mpg321
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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