Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2006 11:03:33 GMT
From:      Nicholas Taylor<net20@cam.ac.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/105140: multimedia/linux-realplayer port has conflicting dependencies
Message-ID:  <200611041103.kA4B3XPw057463@www.freebsd.org>
Resent-Message-ID: <200611041110.kA4BAYI5013135@freefall.freebsd.org>

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

>Number:         105140
>Category:       ports
>Synopsis:       multimedia/linux-realplayer port has conflicting dependencies
>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:   Sat Nov 04 11:10:33 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nicholas Taylor
>Release:        6.1-RELEASE-p10
>Organization:
University of Cambridge
>Environment:
FreeBSD soulsteel.waypoint 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #5: Sat Oct  7 11:15:56 BST 2006     net@soulsteel.waypoint:/usr/obj/usr/src/sys/SOULSTEEL-61  i386
>Description:
The multimedia/linux-realplayer port depends on x11-toolkits/linux-gtk2 and graphics/linux-gdk-pixbuf.  These two ports are marked as conflicting, which makes building installing linux-realplayer difficult.  The Linux Realplayer does not require, as far as I can tell, the GTK 1 pixbuf routines provided by linux-gdk-pixbuf.  linux-realplayer should therefore not depend on linux-gdk-pixbuf.
>How-To-Repeat:
Try to install the multimedia/linux-realplayer port.
>Fix:
Remove dependency on linux-gdk-pixbuf from multimedia/linux-realplayer Makefile.  Attached patch should do this.

Patch attached with submission follows:

--- Makefile.old	Sat Nov  4 10:43:34 2006
+++ Makefile	Sat Nov  4 10:19:42 2006
@@ -19,8 +19,7 @@
 
 EXTRACT_DEPENDS=	rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
 RUN_DEPENDS=	${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \
-		${LINUXBASE}/usr/lib/libpng12.so.0:${PORTSDIR}/graphics/linux-png \
-		${LINUXBASE}/usr/lib/gdk-pixbuf/loaders/libpixbufloader-png.so:${PORTSDIR}/graphics/linux-gdk-pixbuf
+		${LINUXBASE}/usr/lib/libpng12.so.0:${PORTSDIR}/graphics/linux-png
 
 WRKSRC=		${WRKDIR}/usr/local/RealPlayer
 ONLY_FOR_ARCHS=	i386 amd64

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



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