Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2001 07:52:05 -0800 (PST)
From:      toga@puyo.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/24694: Fix port: audio/gqmpeg: It is depend on graphics/gdk-pixbuf
Message-ID:  <200101281552.f0SFq5596091@freefall.freebsd.org>

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

>Number:         24694
>Category:       ports
>Synopsis:       Fix port: audio/gqmpeg: It is depend on graphics/gdk-pixbuf
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 28 08:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     TOGAWA Satoshi
>Release:        4-stable
>Organization:
PUYO Online Reactional Group
>Environment:
FreeBSD cel.sd.puyo.org 4.2-STABLE FreeBSD 4.2-STABLE #61: Sun Jan 28 16:25:24 JST 2001     root@:/usr/src/sys/compile/CEL  i386

>Description:
I can't configure audio/gqmpeg because I didn't install gdk-pixbuf.
Documents of gqmpeg says it needs gdk-pixbuf.

>How-To-Repeat:

>Fix:
This patch approved by maintainer michael@lyngbol.dk .


diff -urN gqmpeg.old/Makefile gqmpeg/Makefile
--- gqmpeg.old/Makefile	Sun Jan 28 23:33:37 2001
+++ gqmpeg/Makefile	Mon Jan 29 00:05:32 2001
@@ -13,6 +13,7 @@
 
 MAINTAINER=	lyngbol@candid.dk
 
+LIB_DEPENDS=	gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
 RUN_DEPENDS=	mpg123:${PORTSDIR}/audio/mpg123
 
 USE_X_PREFIX=	yes


>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?200101281552.f0SFq5596091>