From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 8 17:10:01 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 DBC991065670 for ; Tue, 8 Sep 2009 17:10:01 +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 B7CAA8FC22 for ; Tue, 8 Sep 2009 17:10:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n88HA1Wq074954 for ; Tue, 8 Sep 2009 17:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n88HA17U074953; Tue, 8 Sep 2009 17:10:01 GMT (envelope-from gnats) Resent-Date: Tue, 8 Sep 2009 17:10:01 GMT Resent-Message-Id: <200909081710.n88HA17U074953@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, David Naylor Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55AE21065672 for ; Tue, 8 Sep 2009 17:06:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 43E718FC18 for ; Tue, 8 Sep 2009 17:06:39 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n88H6dZK000564 for ; Tue, 8 Sep 2009 17:06:39 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n88H6cNn000563; Tue, 8 Sep 2009 17:06:38 GMT (envelope-from nobody) Message-Id: <200909081706.n88H6cNn000563@www.freebsd.org> Date: Tue, 8 Sep 2009 17:06:38 GMT From: David Naylor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/138634: [PORT] deskutils/dolphin-plugins-mplayerthumbs: 1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2009 17:10:01 -0000 >Number: 138634 >Category: ports >Synopsis: [PORT] deskutils/dolphin-plugins-mplayerthumbs: 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 08 17:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: David Naylor >Release: Freebsd 8.0b3 >Organization: Private >Environment: FreeBSD dragon.dg 8.0-BETA3 FreeBSD 8.0-BETA3 #0: Thu Sep 3 09:39:36 SAST 2009 root@dragon.dg:/tmp/usr/src/sys/GENERIC i386 >Description: MPlayerThumbs is a thumbnail generator for all KDE file managers (konqueror, dolphin, ...) It needs mplayer (of course) to generate thumbnails, and it contains no linking to any library, so in a x86_64 system you can freely use the 32bit mplayer binary with win32codecs by configuring the application launching the mplayerthumbsconfig helper application. Is there perhaps a better name than the above? >How-To-Repeat: n/a >Fix: See shar archive Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # dolphin-plugins-mplayerthumbs # dolphin-plugins-mplayerthumbs/Makefile # dolphin-plugins-mplayerthumbs/distinfo # dolphin-plugins-mplayerthumbs/pkg-descr # dolphin-plugins-mplayerthumbs/pkg-plist # echo c - dolphin-plugins-mplayerthumbs mkdir -p dolphin-plugins-mplayerthumbs > /dev/null 2>&1 echo x - dolphin-plugins-mplayerthumbs/Makefile sed 's/^X//' >dolphin-plugins-mplayerthumbs/Makefile << '5073a70ec3b70e2e74bdabcba1c7801e' X# New ports collection makefile for: mplayerthumbs X# Date created: 2009-09-07 X# Whom: David Naylor X# X# $FreeBSD$ X# X XPORTNAME= mplayerthumbs XPORTVERSION= 1.2 XCATEGORIES= deskutils kde XMASTER_SITES= http://kde-look.org/CONTENT/content-files/ XPKGNAMEPREFIX= dolphin-plugins- XDISTNAME= 41180-${PORTNAME}-${PORTVERSION} X XMAINTAINER= naylor.b.david@gmail.com XCOMMENT= Video thumbs previewer for dolphin X XRUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer X XUSE_CMAKE= yes XUSE_KDE4= automoc4 kdeprefix kdelibs XUSE_QT_VER= 4 XQT_COMPONENTS= gui dbus network svg xml \ X qmake_build moc_build rcc_build uic_build X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X X.include 5073a70ec3b70e2e74bdabcba1c7801e echo x - dolphin-plugins-mplayerthumbs/distinfo sed 's/^X//' >dolphin-plugins-mplayerthumbs/distinfo << 'b3a0428099805a63d9b19a878185787e' XMD5 (41180-mplayerthumbs-1.2.tar.gz) = 9040cbbc343845b634e09317cd71d631 XSHA256 (41180-mplayerthumbs-1.2.tar.gz) = af3d9b2af0940b6d58cfb1b9262712744fb565c54bc30a57f94c3e98052b994a XSIZE (41180-mplayerthumbs-1.2.tar.gz) = 20492 b3a0428099805a63d9b19a878185787e echo x - dolphin-plugins-mplayerthumbs/pkg-descr sed 's/^X//' >dolphin-plugins-mplayerthumbs/pkg-descr << '8e5c65a776bff120463df4e64a7f87b4' XMPlayerThumbs is a thumbnail generator for all KDE file managers (konqueror, Xdolphin, ...) It needs mplayer (of course) to generate thumbnails, and it Xcontains no linking to any library, so in a x86_64 system you can freely use the X32bit mplayer binary with win32codecs by configuring the application launching Xthe mplayerthumbsconfig helper application. X XWWW: http://www.kde-apps.org/content/show.php?content=41180 8e5c65a776bff120463df4e64a7f87b4 echo x - dolphin-plugins-mplayerthumbs/pkg-plist sed 's/^X//' >dolphin-plugins-mplayerthumbs/pkg-plist << '7a8256ee7b4a10b236fce18a6b4b754d' Xbin/mplayerthumbsconfig Xlib/kde4/videopreview.so Xshare/config.kcfg/mplayerthumbs.kcfg Xshare/kde4/services/videopreview.desktop Xshare/apps/videothumbnail/sprocket-large.png Xshare/apps/videothumbnail/sprocket-medium.png Xshare/apps/videothumbnail/sprocket-small.png 7a8256ee7b4a10b236fce18a6b4b754d exit >Release-Note: >Audit-Trail: >Unformatted: