From bsdkaffee@gmail.com  Thu May 14 07:19:32 2009
Return-Path: <bsdkaffee@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D3AF71065674
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 May 2009 07:19:27 +0000 (UTC)
	(envelope-from bsdkaffee@gmail.com)
Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31])
	by mx1.freebsd.org (Postfix) with ESMTP id 8C7698FC1E
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 May 2009 07:19:27 +0000 (UTC)
	(envelope-from bsdkaffee@gmail.com)
Received: by yw-out-2324.google.com with SMTP id 9so644497ywe.13
        for <FreeBSD-gnats-submit@freebsd.org>; Thu, 14 May 2009 00:19:26 -0700 (PDT)
Received: by 10.100.231.4 with SMTP id d4mr2687802anh.24.1242285566822;
        Thu, 14 May 2009 00:19:26 -0700 (PDT)
Received: from mocha.verizon.net (c-24-3-41-151.hsd1.oh.comcast.net [24.3.41.151])
        by mx.google.com with ESMTPS id 7sm1431450aga.27.2009.05.14.00.19.26
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Thu, 14 May 2009 00:19:26 -0700 (PDT)
Message-Id: <4a0bc5fe.07015a0a.7ff3.651f@mx.google.com>
Date: Thu, 14 May 2009 00:19:26 -0700 (PDT)
From: Jason E. Hale <bsdkaffee@gmail.com>
Reply-To: Jason E. Hale <bsdkaffee@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] deskutils/plasma-applet-playwolf: Fix album cover display
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         134525
>Category:       ports
>Synopsis:       [MAINTAINER] deskutils/plasma-applet-playwolf: Fix album cover display
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 14 07:20:01 UTC 2009
>Closed-Date:    Sat May 16 22:46:54 UTC 2009
>Last-Modified:  Sat May 16 22:50:10 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu May 14 09:36:51 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134525 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat May 16 22:46:53 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134525 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134525: commit references a PR
Date: Sat, 16 May 2009 22:46:58 +0000 (UTC)

 miwi        2009-05-16 22:46:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     deskutils/plasma-applet-playwolf Makefile 
   Log:
   - 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.
   
   PR:             134525
   Submitted by:   Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.3       +4 -0      ports/deskutils/plasma-applet-playwolf/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
