ports/65462: [PATCH] audio/gqmpeg: update to 0.20.0

michael johnson ahze at ahze.net
Mon Apr 12 17:00:36 UTC 2004


>Number:         65462
>Category:       ports
>Synopsis:       [PATCH] audio/gqmpeg: update to 0.20.0
>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:   Mon Apr 12 10:00:35 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #37: Sat Mar 27 18:30:44 EST 2004
>Description:
- Update to 0.20.0
- Add support for OGG(.ogg) and XMP(.mod) files.

Port maintainer (lyngbol at wheel.dk) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- gqmpeg-0.20.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/gqmpeg/Makefile,v
retrieving revision 1.53
diff -u -r1.53 Makefile
--- Makefile	14 Mar 2004 06:15:57 -0000	1.53
+++ Makefile	12 Apr 2004 16:55:18 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gqmpeg
-PORTVERSION=	0.19.0
-PORTREVISION=	1
+PORTVERSION=	0.20.0
 CATEGORIES+=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,10 +14,13 @@
 MAINTAINER?=	lyngbol at wheel.dk
 COMMENT?=	Another gtk-based MP3 frontend
 
+RUN_DEPENDS=	ogg123:${PORTSDIR}/audio/vorbis-tools \
+		xmp:${PORTSDIR}/audio/xmp
+
 .if defined(WITH_MPG321)
-RUN_DEPENDS=	mpg321:${PORTSDIR}/audio/mpg321
+RUN_DEPENDS+=	mpg321:${PORTSDIR}/audio/mpg321
 .else
-RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mpg123
+RUN_DEPENDS+=	mpg123:${PORTSDIR}/audio/mpg123
 .endif
 
 USE_REINPLACE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/gqmpeg/distinfo,v
retrieving revision 1.24
diff -u -r1.24 distinfo
--- distinfo	31 Mar 2004 03:06:05 -0000	1.24
+++ distinfo	12 Apr 2004 16:41:37 -0000
@@ -1,2 +1,2 @@
-MD5 (gqmpeg-0.19.0.tar.gz) = c0c4568bd85d679a9dc7f7a01b0269b3
-SIZE (gqmpeg-0.19.0.tar.gz) = 961647
+MD5 (gqmpeg-0.20.0.tar.gz) = 18cc9e61969552fd6dabfded53907227
+SIZE (gqmpeg-0.20.0.tar.gz) = 966991
--- gqmpeg-0.20.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list