Date: Thu, 14 May 2009 00:19:26 -0700 (PDT) From: "Jason E. Hale" <bsdkaffee@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/134525: [MAINTAINER] deskutils/plasma-applet-playwolf: Fix album cover display Message-ID: <4a0bc5fe.07015a0a.7ff3.651f@mx.google.com> Resent-Message-ID: <200905140720.n4E7K1Xg007050@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4a0bc5fe.07015a0a.7ff3.651f>