Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jun 2010 14:34:54 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/147974: [patch] audio/xmms-flac fix depends
Message-ID:  <201006181434.o5IEYsMb070826@www.freebsd.org>
Resent-Message-ID: <201006181440.o5IEe4Bg057343@freefall.freebsd.org>

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

>Number:         147974
>Category:       ports
>Synopsis:       [patch] audio/xmms-flac fix depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 18 14:40:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrius Morkunas
>Release:        
>Organization:
>Environment:
>Description:
Add missing dependencies.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN audio/xmms-flac.orig/Makefile audio/xmms-flac/Makefile
--- audio/xmms-flac.orig/Makefile	2009-08-22 00:13:24.000000000 +0000
+++ audio/xmms-flac/Makefile	2010-06-18 14:27:36.664834105 +0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	xmms-flac
 PORTVERSION=	1.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	SF/flac/flac-src/flac-${PORTVERSION}-src
 DISTNAME=	flac-${PORTVERSION}
@@ -16,9 +16,16 @@
 COMMENT=	XMMS input plugin for playing FLAC files
 
 LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms \
-		FLAC.10:${PORTSDIR}/audio/flac
+		FLAC.10:${PORTSDIR}/audio/flac \
+		pthread-stubs.0:${PORTSDIR}/devel/libpthread-stubs \
+		ogg.7:${PORTSDIR}/audio/libogg \
+		xcb.2:${PORTSDIR}/x11/libxcb
 
 USE_AUTOTOOLS=	libtool:22
+USE_GETTEXT=	yes
+USE_GNOME=	gtk12
+USE_ICONV=	yes
+USE_XORG=	x11 xau xdmcp xext xi
 CONFIGURE_ARGS=	--with-libiconv-prefix="${LOCALBASE}" \
 		--with-ogg="${LOCALBASE}" \
 		--with-xmms-prefix="${LOCALBASE}"


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006181434.o5IEYsMb070826>