Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2000 04:21:12 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/18046: Update port: audio/gqmpeg
Message-ID:  <200004171121.EAA96548@freefall.freebsd.org>

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

>Number:         18046
>Category:       ports
>Synopsis:       Update port: audio/gqmpeg
>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:   Mon Apr 17 04:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.0-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix LIB_DEPENDS to actually used one
- Support install macros

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/audio/gqmpeg/Makefile audio/gqmpeg/Makefile
--- /usr/ports/audio/gqmpeg/Makefile	Sun Apr  9 15:42:24 2000
+++ audio/gqmpeg/Makefile	Thu Apr 13 04:01:32 2000
@@ -15,12 +15,9 @@
 MAINTAINER=	nakai@FreeBSD.org
 
 RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mpg123
-LIB_DEPENDS=	Imlib.5:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS=	gdk_imlib.5:${PORTSDIR}/graphics/imlib
 
 USE_X_PREFIX=	yes
 ALL_TARGET=	gqmpeg
-
-post-install:
-	@strip ${PREFIX}/bin/gqmpeg
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/gqmpeg/patches/patch-aa audio/gqmpeg/patches/patch-aa
--- /usr/ports/audio/gqmpeg/patches/patch-aa	Mon Jul  5 11:20:05 1999
+++ audio/gqmpeg/patches/patch-aa	Thu Apr 13 20:39:24 2000
@@ -1,22 +1,34 @@
---- Makefile.orig	Sat Jul  3 04:39:08 1999
-+++ Makefile	Mon Jul  5 19:14:39 1999
-@@ -1,8 +1,7 @@
+--- Makefile.orig	Sat Jul  3 20:39:08 1999
++++ Makefile	Thu Apr 13 03:59:10 2000
+@@ -1,8 +1,8 @@
  
 -PREFIX=/usr/local
++PREFIX?=/usr/local
  
 -GTK_INCLUDE = `gtk-config --cflags`
 -GTK_LIB = `gtk-config --libs`
-+GTK_INCLUDE = `gtk12-config --cflags`
-+GTK_LIB = `gtk12-config --libs`
++#GTK_INCLUDE = `gtk-config --cflags`
++#GTK_LIB = `gtk-config --libs`
  IMLIB_INCLUDE = `imlib-config --cflags-gdk`
  IMLIB_LIB = `imlib-config --libs-gdk`
  
-@@ -15,7 +14,7 @@
+@@ -15,7 +15,7 @@
  #for IRIX
  #LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) -laudio
  
 -CC = gcc -Wall
-+CC += -Wall
++CC ?= gcc -Wall
  
  GNOME_PREFIX = `gnome-config --prefix`
  
+@@ -119,8 +119,8 @@
+ 	$(CC) $(OBJS) -o gqmpeg.static -static $(LDFLAGS)
+ 
+ install: gqmpeg
+-	install -c gqmpeg $(PREFIX)/bin/gqmpeg
+-	install -c plugin/gqmpeg-shoutcast-plugin.sh $(PREFIX)/bin/gqmpeg-shoutcast-plugin.sh
++	${BSD_INSTALL_PROGRAM} gqmpeg $(PREFIX)/bin/gqmpeg
++	${BSD_INSTALL_SCRIPT} plugin/gqmpeg-shoutcast-plugin.sh $(PREFIX)/bin/gqmpeg-shoutcast-plugin.sh
+ 
+ gnome-install: gqmpeg
+ 	install -c gqmpeg $(PREFIX)/bin/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?200004171121.EAA96548>