ports/134525: [MAINTAINER] deskutils/plasma-applet-playwolf: Fix album cover display

Jason E. Hale bsdkaffee at gmail.com
Thu May 14 07:20:02 UTC 2009


>Number:         134525
>Category:       ports
>Synopsis:       [MAINTAINER] deskutils/plasma-applet-playwolf: Fix album cover display
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 14 07:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Jason E. Hale
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
none 
>Environment:
System: FreeBSD mocha.verizon.net 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon May 4 04:03:46 EDT 2009 root at mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA7 i386
KDE 4.2.3
	
>Description:
deskutils/plasma-applet-playwolf: Fix a problem with hardcoded paths that
would prevent album covers from being displayed properly.  If a track without
an album cover was played after a track with an album cover, the album cover
from the previous track would remain visible instead of using the generic
picture for no cover.
	
>How-To-Repeat:
Use attached diff.
	
>Fix:
	
--- 2009-05-07-plasma-applet-playwolf.diff begins here ---
diff -ruN plasma-applet-playwolf.orig/Makefile plasma-applet-playwolf/Makefile
--- plasma-applet-playwolf.orig/Makefile	2009-05-07 21:00:12.000000000 -0400
+++ plasma-applet-playwolf/Makefile	2009-05-07 21:10:00.000000000 -0400
@@ -37,4 +37,7 @@
 	${ECHO_CMD} >> ${WRKSRC}/${i}
 .endfor
 
+	cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|usr|${KDE4_PREFIX}|g' \
+		infomanager.cpp wolflabel.cpp
+
 .include <bsd.port.post.mk>
--- 2009-05-07-plasma-applet-playwolf.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list