Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2001 10:27:12 +0100 (CET)
From:      Michael Lyngbøl <lyngbol@bifrost.lyngbol.dk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31908: MAINTAINER UPDATE: audio/gqmpeg
Message-ID:  <200111110927.fAB9RCs87507@bifrost.lyngbol.dk>

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

>Number:         31908
>Category:       ports
>Synopsis:       MAINTAINER UPDATE: audio/gqmpeg
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 11 01:30:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Michael Lyngbøl
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD bifrost 4.4-STABLE FreeBSD 4.4-STABLE #3: Sun Oct 14 09:51:32 CEST 2001 lyngbol@bifrost:/usr/src/sys/compile/BIFROST i386


>Description:
	- Update to 0.11.0
	- Make GNOME an option (not a requirement)

>How-To-Repeat:
>Fix:

diff -ruN gqmpeg.090/Makefile gqmpeg/Makefile
--- gqmpeg.090/Makefile	Sun Nov 11 10:21:13 2001
+++ gqmpeg/Makefile	Sun Nov 11 10:17:55 2001
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gqmpeg
-PORTVERSION=	0.9.0
-PORTREVISION=	2
+PORTVERSION=	0.11.0
 CATEGORIES+=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -20,14 +19,14 @@
 USE_X_PREFIX=	yes
 USE_GTK=	yes
 USE_LIBTOOL=	yes
-WANT_GNOME=	yes
 
 MAN1=		gqmpeg.1
 
 .include <bsd.port.pre.mk>
 
-.if defined(HAVE_GNOME)
+.if defined(WITH_GNOME)
 USE_GNOME=	yes
+PLIST=		${WRKSRC}/pkg-plist.gnome
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN gqmpeg.090/distinfo gqmpeg/distinfo
--- gqmpeg.090/distinfo	Sun Nov 11 10:21:13 2001
+++ gqmpeg/distinfo	Sat Nov 10 18:36:36 2001
@@ -1 +1 @@
-MD5 (gqmpeg-0.9.0.tar.gz) = 78e30f5ff2fa7af0d2501fe6bd373f1b
+MD5 (gqmpeg-0.11.0.tar.gz) = a6b1f35c47afc5e5c67ad801dffb93ae
diff -ruN gqmpeg.090/files/patch-ad gqmpeg/files/patch-ad
--- gqmpeg.090/files/patch-ad	Sun Nov 11 10:21:13 2001
+++ gqmpeg/files/patch-ad	Sat Nov 10 18:40:35 2001
@@ -1,11 +1,11 @@
---- Makefile.in.orig	Sun Dec 24 13:03:03 2000
-+++ Makefile.in	Sun Dec 24 13:03:15 2000
-@@ -109,7 +109,7 @@
+--- Makefile.in.orig	Sat Nov 10 18:39:44 2001
++++ Makefile.in	Sat Nov 10 18:40:14 2001
+@@ -116,7 +116,7 @@
  skindir = $(prefix)/share/gqmpeg/skins
- skin_DATA = 
+ skin_DATA = SKIN-SPECS
  
--@HAVE_GNOME_TRUE@desktopdir = $(GNOME_DATADIR)/gnome/apps/Multimedia
-+@HAVE_GNOME_TRUE@desktopdir = $(GNOME_DATADIR)/apps/Multimedia
- @HAVE_GNOME_TRUE@desktop_DATA = gqmpeg.desktop
+-@HAVE_GNOME_TRUE@desktopdir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/gnome/apps/Multimedia
++@HAVE_GNOME_TRUE@desktopdir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/apps/Multimedia
+ @HAVE_GNOME_TRUE@desktop_DATA = @HAVE_GNOME_TRUE@gqmpeg.desktop
  
- @HAVE_GNOME_TRUE@icondir = $(GNOME_DATADIR)/pixmaps
+ @HAVE_GNOME_TRUE@icondir = @HAVE_GNOME_TRUE@$(GNOME_DATADIR)/pixmaps
diff -ruN gqmpeg.090/pkg-plist gqmpeg/pkg-plist
--- gqmpeg.090/pkg-plist	Sun Nov 11 10:21:13 2001
+++ gqmpeg/pkg-plist	Sun Nov 11 10:07:31 2001
@@ -1,7 +1,5 @@
 bin/gqmpeg
 bin/gqmpeg-shoutcast-plugin.sh
-%%GNOME:%%%%DATADIR%%/apps/Multimedia/gqmpeg.desktop
-%%GNOME:%%%%DATADIR%%/pixmaps/gqmpeg.png
 share/gqmpeg/skins/SKIN-SPECS
 share/locale/cs/LC_MESSAGES/gqmpeg.mo
 share/locale/de/LC_MESSAGES/gqmpeg.mo
diff -ruN gqmpeg.090/pkg-plist.gnome gqmpeg/pkg-plist.gnome
--- gqmpeg.090/pkg-plist.gnome	Thu Jan  1 01:00:00 1970
+++ gqmpeg/pkg-plist.gnome	Sun Nov 11 10:07:21 2001
@@ -0,0 +1,12 @@
+bin/gqmpeg
+bin/gqmpeg-shoutcast-plugin.sh
+%%GNOME:%%%%DATADIR%%/apps/Multimedia/gqmpeg.desktop
+%%GNOME:%%%%DATADIR%%/pixmaps/gqmpeg.png
+share/gqmpeg/skins/SKIN-SPECS
+share/locale/cs/LC_MESSAGES/gqmpeg.mo
+share/locale/de/LC_MESSAGES/gqmpeg.mo
+share/locale/fr/LC_MESSAGES/gqmpeg.mo
+share/locale/ja/LC_MESSAGES/gqmpeg.mo
+share/locale/pt_BR/LC_MESSAGES/gqmpeg.mo
+@dirrm share/gqmpeg/skins
+@dirrm share/gqmpeg
>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?200111110927.fAB9RCs87507>