ports/105140: multimedia/linux-realplayer port has conflicting dependencies

Nicholas Taylor net20 at cam.ac.uk
Sat Nov 4 11:10:41 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list