From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 14 07:20:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51934106564A for ; Thu, 14 May 2009 07:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2925E8FC36 for ; Thu, 14 May 2009 07:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4E7K127007051 for ; Thu, 14 May 2009 07:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4E7K1Xg007050; Thu, 14 May 2009 07:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 14 May 2009 07:20:01 GMT Resent-Message-Id: <200905140720.n4E7K1Xg007050@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jason E. Hale" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3AF71065674 for ; 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 ; 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 ; 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" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/134525: [MAINTAINER] deskutils/plasma-applet-playwolf: Fix album cover display X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2009 07:20:02 -0000 >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 --- 2009-05-07-plasma-applet-playwolf.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: