Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2011 06:21:13 -0700 (PDT)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jsa@FreeBSD.org
Subject:   ports/155887: [PATCH] audio/exaile: add missing dependency
Message-ID:  <4d89f3c9.0b968e0a.319a.fffff643@mx.google.com>
Resent-Message-ID: <201103231330.p2NDU30x021437@freefall.freebsd.org>

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

>Number:         155887
>Category:       ports
>Synopsis:       [PATCH] audio/exaile: add missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 23 13:30:02 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Martin Wilke
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD miwibox.dyndns.org 9.0-CURRENT FreeBSD 9.0-CURRENT #2 r219897: Wed Mar 23 15:46:06 MYT
>Description:
- Add missing faad dependency

Port maintainer (jsa@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- exaile-0.3.2.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/exaile/Makefile,v
retrieving revision 1.27
diff -u -u -r1.27 Makefile
--- Makefile	13 Feb 2011 21:20:16 -0000	1.27
+++ Makefile	23 Mar 2011 13:14:43 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	exaile
 PORTVERSION=	${PORTVERSION_MAJOR}.${PORTVERSION_MINOR} # See below
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://launchpad.net/${LP_DIR}/ \
 		http://wickedmachine.net/mirror/
@@ -21,7 +22,7 @@
 
 FETCH_ARGS=	-pRr
 USE_GNOME=	pygtk2 librsvg2
-USE_GSTREAMER=	python good
+USE_GSTREAMER=	python good faad
 USE_PYTHON=	2.5+
 
 CONFLICTS=	exaile-devel-[0-9]*
--- exaile-0.3.2.1_1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4d89f3c9.0b968e0a.319a.fffff643>