ports/51358: Update port: audio/muse to 0.8.1

KATO Tsuguru tkato at prontomail.com
Thu Apr 24 16:40:19 UTC 2003


>Number:         51358
>Category:       ports
>Synopsis:       Update port: audio/muse to 0.8.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 09:40:06 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.8.1

New file:
files/patch-shout::mp3.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/muse/Makefile audio/muse/Makefile
--- /usr/ports/audio/muse/Makefile	Sat Apr 12 22:35:59 2003
+++ audio/muse/Makefile	Thu Apr 24 02:42:40 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	muse
-PORTVERSION=	0.7.2
+PORTVERSION=	0.8.1
 CATEGORIES=	audio
 MASTER_SITES=	http://savannah.nongnu.org/download/muse/ \
 		http://muse.dyne.org/releases/
@@ -19,6 +19,7 @@
 LIB_DEPENDS=	mp3lame.0:${PORTSDIR}/audio/lame \
 		vorbis.2:${PORTSDIR}/audio/libvorbis
 
+USE_GETOPT_LONG=	yes
 USE_REINPLACE=	yes
 USE_GNOME=	gtk12
 USE_GMAKE=	yes
@@ -27,14 +28,11 @@
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS=	--disable-debug
 
+MAN1=		muse.1
+
 CPPFLAGS=	-I${LOCALBASE}/include -DHAVE_DECL_GETOPT
 LDFLAGS=	-L${LOCALBASE}/lib
 
-.if !exists(/usr/include/getopt.h)
-LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-LDFLAGS+=	-lgnugetopt
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|^CFLAGS=.*$$|CFLAGS="\$$CFLAGS"|g ; \
 		 s|[$$]GTK_LIBS -lgthread|\$$GTK_LIBS \$$GLIB_LIBS|g ; \
@@ -44,6 +42,7 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/muse ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/muse.1 ${MANPREFIX}/man/man1
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 .for file in AUTHORS ChangeLog KNOWN-BUGS NEWS README TODO USAGE
diff -urN /usr/ports/audio/muse/distinfo audio/muse/distinfo
--- /usr/ports/audio/muse/distinfo	Sat Jul 27 11:27:57 2002
+++ audio/muse/distinfo	Thu Apr 24 02:33:22 2003
@@ -1 +1 @@
-MD5 (MuSE-0.7.2.tar.gz) = dbeaf1f338fa004638ba1d719006a3ed
+MD5 (MuSE-0.8.1.tar.gz) = 1ca2c62aa2db10f92ee5a864da736e34
diff -urN /usr/ports/audio/muse/files/patch-shout::mp3.c audio/muse/files/patch-shout::mp3.c
--- /usr/ports/audio/muse/files/patch-shout::mp3.c	Thu Jan  1 09:00:00 1970
+++ audio/muse/files/patch-shout::mp3.c	Thu Apr 24 02:44:17 2003
@@ -0,0 +1,10 @@
+--- shout/mp3.c.orig	Tue Mar 25 05:30:10 2003
++++ shout/mp3.c	Thu Apr 24 02:44:09 2003
+@@ -1,7 +1,6 @@
+ /* mp3.c: libshout MP3 format handler */
+ 
+ #include <stdio.h>
+-#include <stdint.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <config.h>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list