From owner-freebsd-ports Sun Mar 28 12:20:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C0B114C48 for ; Sun, 28 Mar 1999 12:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA64417; Sun, 28 Mar 1999 12:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Mar 1999 12:20:01 -0800 (PST) Message-Id: <199903282020.MAA64417@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/10781: Update gqmpeg port (0.4.6 -> 0.5.0) Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10781; it has been noted by GNATS. From: Chris Piazza To: freebsd-gnats-submit@freebsd.org, cpiazza@home.net Cc: Subject: Re: ports/10781: Update gqmpeg port (0.4.6 -> 0.5.0) Date: Sun, 28 Mar 1999 12:11:20 -0800 (PST) Port is already updated, please disregard above patch and use the one included. diff -ruN /usr/ports/audio/gqmpeg/Makefile gqmpeg/Makefile --- /usr/ports/audio/gqmpeg/Makefile Mon Mar 15 10:30:04 1999 +++ gqmpeg/Makefile Sun Mar 28 11:51:01 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: gqmpeg -# Version required: 0.4.6 +# Version required: 0.5.1 # Date Created: 28 Oct 1998 # Whom: Vanilla Pooh Shu # # $Id: Makefile,v 1.11 1999/03/15 18:30:04 nectar Exp $ # -DISTNAME= gqmpeg-0.4.6 +DISTNAME= gqmpeg-0.5.1 CATEGORIES= audio MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/ EXTRACT_SUFX= .src.tgz diff -ruN /usr/ports/audio/gqmpeg/files/md5 gqmpeg/files/md5 --- /usr/ports/audio/gqmpeg/files/md5 Tue Feb 2 09:07:22 1999 +++ gqmpeg/files/md5 Sun Mar 28 11:51:48 1999 @@ -1 +1 @@ -MD5 (gqmpeg-0.4.6.src.tgz) = 17233ea8f197d0227fa67e15e1d8b1c1 +MD5 (gqmpeg-0.5.1.src.tgz) = 9649e5366da9298df19c216791fb9b14 diff -ruN /usr/ports/audio/gqmpeg/patches/patch-aa gqmpeg/patches/patch-aa --- /usr/ports/audio/gqmpeg/patches/patch-aa Sun Jan 24 00:10:31 1999 +++ gqmpeg/patches/patch-aa Sun Mar 28 11:55:51 1999 @@ -1,17 +1,20 @@ ---- Makefile.orig Fri Jan 22 07:37:38 1999 -+++ Makefile Sun Jan 24 03:15:04 1999 -@@ -1,11 +1,8 @@ -- +--- Makefile.orig Sat Mar 27 04:38:09 1999 ++++ Makefile Sun Mar 28 11:55:31 1999 +@@ -1,13 +1,12 @@ + -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) ++CC += -Wall $(CFLAGS) + + GNOME_PREFIX = `gnome-config --prefix` diff -ruN /usr/ports/audio/gqmpeg/pkg/DESCR gqmpeg/pkg/DESCR --- /usr/ports/audio/gqmpeg/pkg/DESCR Mon Nov 16 07:47:10 1998 +++ gqmpeg/pkg/DESCR Sun Mar 28 11:48:47 1999 @@ -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 Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message