Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 1999 19:31:45 -0800 (PST)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10781: Update gqmpeg port (0.4.6 -> 0.5.0) 
Message-ID:  <199903250331.TAA57935@norn.ca.eu.org>

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

>Number:         10781
>Category:       ports
>Synopsis:       Update gqmpeg port (0.4.6 -> 0.5.0)
>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 Mar 24 19:40:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a 
>Environment:

FreeBSD norn.ca.eu.org 4.0-CURRENT

>Description:

Update gqmpeg port, fix DESCR (it was totally wrong)
Make it use gtk12

Comments welcome.

>How-To-Repeat:

>Fix:

Index: gqmpeg/Makefile
===================================================================
RCS file: /cvs/freebsd/ports/audio/gqmpeg/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	1999/03/15 18:30:04	1.11
+++ Makefile	1999/03/25 01:21:31
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	gqmpeg
-# Version required:	0.4.6
+# Version required:	0.5.0
 # Date Created:		28 Oct 1998
 # Whom:			Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
 #
 # $Id: Makefile,v 1.11 1999/03/15 18:30:04 nectar Exp $
 #
 
-DISTNAME=	gqmpeg-0.4.6
+DISTNAME=	gqmpeg-0.5.0
 CATEGORIES=	audio
 MASTER_SITES=	http://www.geocities.com/SiliconValley/Haven/5235/
 EXTRACT_SUFX=	.src.tgz
Index: gqmpeg/files/md5
===================================================================
RCS file: /cvs/freebsd/ports/audio/gqmpeg/files/md5,v
retrieving revision 1.6
diff -u -r1.6 md5
--- md5	1999/02/02 17:07:22	1.6
+++ md5	1999/03/25 01:21:58
@@ -1 +1 @@
-MD5 (gqmpeg-0.4.6.src.tgz) = 17233ea8f197d0227fa67e15e1d8b1c1
+MD5 (gqmpeg-0.5.0.src.tgz) = ecbaad667794d8b51a83dae7a5aa64ab
Index: gqmpeg/patches/patch-aa
===================================================================
RCS file: /cvs/freebsd/ports/audio/gqmpeg/patches/patch-aa,v
retrieving revision 1.6
diff -u -r1.6 patch-aa
--- patch-aa	1999/01/24 08:10:31	1.6
+++ patch-aa	1999/03/25 03:28:11
@@ -1,17 +1,26 @@
---- Makefile.orig	Fri Jan 22 07:37:38 1999
-+++ Makefile	Sun Jan 24 03:15:04 1999
-@@ -1,11 +1,8 @@
--
+--- Makefile.old	Wed Mar 24 19:23:05 1999
++++ Makefile	Wed Mar 24 19:28:02 1999
+@@ -1,11 +1,10 @@
+ 
 -PREFIX=/usr/local
--
+ 
 -GTK_INCLUDE = `gtk-config --cflags`
 -GTK_LIB = `gtk-config --libs`
-+GTK_INCLUDE = `gtk11d-config --cflags`
-+GTK_LIB = `gtk11d-config --libs`
++GTK_INCLUDE = `gtk12-config --cflags`
++GTK_LIB = `gtk12-config --libs`
  IMLIB_INCLUDE = `imlib-config --cflags-gdk`
  IMLIB_LIB = `imlib-config --libs-gdk`
 -CFLAGS = $(GTK_INCLUDE) $(IMLIB_INCLUDE)
 +CFLAGS += $(GTK_INCLUDE) $(IMLIB_INCLUDE)
  LDFLAGS = $(GTK_LIB) $(IMLIB_LIB)
- CC = gcc -Wall $(CFLAGS) $(SHAPED_HACK)
+ CC = gcc -Wall $(CFLAGS)
+ 
+@@ -132,7 +131,7 @@
+ 	$(CC) -c ipc.c
+ 
+ install: gqmpeg
+-	install -c gqmpeg $(PREFIX)/bin/gqmpeg
++	$(INSTALL_PROGRAM) gqmpeg $(PREFIX)/bin/gqmpeg
  
+ gnome-install: gqmpeg
+ 	install -c gqmpeg $(PREFIX)/bin/gqmpeg
Index: gqmpeg/pkg/DESCR
===================================================================
RCS file: /cvs/freebsd/ports/audio/gqmpeg/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 DESCR
--- DESCR	1998/11/16 15:47:10	1.1.1.1
+++ DESCR	1999/03/25 03:30:39
@@ -1,6 +1,7 @@
-Another gtk-base graphic file viewer.
+A GTK-based mp3 front-end. 
+Uses mpg123 for decoding and supports winamp themes..
 
-author's homepage: http://www.geocities.com/SiliconValley/Haven/5235/
+Author's homepage: http://www.geocities.com/SiliconValley/Haven/5235/
 
 -Vanilla
 vanilla@FreeBSD.ORG

-Chris


>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?199903250331.TAA57935>