Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2009 00:26:48 GMT
From:      "Joseph S. Atkinson" <jsa@wickedmachine.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/140984: Fix running of audio/exaile when SVG support is absent
Message-ID:  <200911290026.nAT0QmVT092092@www.freebsd.org>
Resent-Message-ID: <200911290030.nAT0U2As065364@freefall.freebsd.org>

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

>Number:         140984
>Category:       ports
>Synopsis:       Fix running of audio/exaile when SVG support is absent
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 29 00:30:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Joseph S. Atkinson
>Release:        
>Organization:
>Environment:
>Description:
Exaile will build fine, but on invocation, if librsvg2 is not installed, will crash. This was supposed to be an optional depend, but didn't quite work out that way.

This adds librsvg2.so.2 as a LIB_DEPEND. Bumps PORTREVISION so the package will be updated.

Reported by lx@
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ru /usr/ports/audio/exaile/Makefile exaile/Makefile
--- /usr/ports/audio/exaile/Makefile	2009-11-28 18:43:35.000000000 -0500
+++ exaile/Makefile	2009-11-28 19:15:41.000000000 -0500
@@ -7,6 +7,7 @@
 
 PORTNAME=	exaile
 DISTVERSION=	0.3.0.2
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://launchpadlibrarian.net/35452349/ \
 		http://wickedmachine.net/mirror/
@@ -14,6 +15,7 @@
 MAINTAINER=	jsa@wickedmachine.net
 COMMENT=	A full featured python-based music player for GTK+
 
+LIB_DEPENDS=	rsvg-2.2:${PORTSDIR}/graphics/librsvg2
 RUN_DEPENDS=	py*-mutagen>=1.11:${PORTSDIR}/audio/py-mutagen
 
 USE_GNOME=	pygtk2


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



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