From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 27 11:40:03 2008 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 2561D106568E for ; Wed, 27 Aug 2008 11:40:03 +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 E11C78FC0A for ; Wed, 27 Aug 2008 11:40: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.2/8.14.2) with ESMTP id m7RBe2ud023260 for ; Wed, 27 Aug 2008 11:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7RBe2Jg023259; Wed, 27 Aug 2008 11:40:02 GMT (envelope-from gnats) Resent-Date: Wed, 27 Aug 2008 11:40:02 GMT Resent-Message-Id: <200808271140.m7RBe2Jg023259@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, Timothy Bourke Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4935A1065687 for ; Wed, 27 Aug 2008 11:30:02 +0000 (UTC) (envelope-from tbourke@triptrop.cse.unsw.edu.au) Received: from mail.netspace.net.au (mail-out1.netspace.net.au [203.10.110.71]) by mx1.freebsd.org (Postfix) with ESMTP id A6A458FC22 for ; Wed, 27 Aug 2008 11:30:01 +0000 (UTC) (envelope-from tbourke@triptrop.cse.unsw.edu.au) Received: from triptrop.cse.unsw.edu.au (220-253-180-54.NSW.netspace.net.au [220.253.180.54]) by mail.netspace.net.au (Postfix) with ESMTP id D578F6C4E for ; Wed, 27 Aug 2008 21:08:41 +1000 (EST) Received: from triptrop.cse.unsw.edu.au (localhost [127.0.0.1]) by triptrop.cse.unsw.edu.au (8.14.2/8.14.2) with ESMTP id m7RB4qiN012792 for ; Wed, 27 Aug 2008 21:04:52 +1000 (EST) (envelope-from tbourke@triptrop.cse.unsw.edu.au) Received: (from tbourke@localhost) by triptrop.cse.unsw.edu.au (8.14.2/8.13.6/Submit) id m7RB4qkd012791; Wed, 27 Aug 2008 21:04:52 +1000 (EST) (envelope-from tbourke) Message-Id: <200808271104.m7RB4qkd012791@triptrop.cse.unsw.edu.au> Date: Wed, 27 Aug 2008 21:04:52 +1000 (EST) From: Timothy Bourke To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/126883: [NEW PORT] audio/albumart: GUI application for downloading album cover art 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: Wed, 27 Aug 2008 11:40:03 -0000 >Number: 126883 >Category: ports >Synopsis: [NEW PORT] audio/albumart: GUI application for downloading album cover art >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: Wed Aug 27 11:40:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Timothy Bourke >Release: FreeBSD 6.3-STABLE i386 >Organization: >Environment: System: FreeBSD triptrop 6.3-STABLE FreeBSD 6.3-STABLE #5: Wed Aug 13 20:21:19 EST 2008 >Description: GUI program to semi-automatically download album cover images for a music collection. It will work through a specified music directory, and for each subdirectory will download a set of corresponding (best guess) album covers. The naming format of the subdirectories can be configured, as can the location to save the results, such as .desktop-entry files, folder.jpg files, mp3 tags, etc. WWW: http://www.unrealvoodoo.org/hiteck/projects/albumart/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- albumart-1.6.6.shar begins here --- # 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: # # albumart # albumart/Makefile # albumart/distinfo # albumart/files # albumart/files/patch-setup.py # albumart/pkg-descr # albumart/pkg-plist # echo c - albumart mkdir -p albumart > /dev/null 2>&1 echo x - albumart/Makefile sed 's/^X//' >albumart/Makefile << 'END-of-albumart/Makefile' X# New ports collection makefile for: albumart X# Date created: 27 Aug 2008 X# Whom: Timothy Bourke X# X# $FreeBSD$ X# X XPORTNAME= albumart XPORTVERSION= 1.6.6 XCATEGORIES= audio python XMASTER_SITES= http://muksuluuri.ath.cx/~skyostil/projects/albumart/dist/ X XMAINTAINER= timbob@bigpond.com XCOMMENT= GUI application for downloading album cover art X XUSE_GMAKE= yes XUSE_PYTHON= 2.3+ XUSE_PYDISTUTILS=yes X XRUN_DEPENDS+= py*-qt>=3.1:${PORTSDIR}/x11-toolkits/py-qt XRUN_DEPENDS+= py*-imaging>=1.1:${PORTSDIR}/graphics/py-imaging X Xpost-patch: X ${CP} ${WRKSRC}/bin/albumart-qt ${WRKSRC}/bin/albumart-qt.orig X echo "#!${PYTHON_CMD}" > ${WRKSRC}/bin/albumart-qt X ${TAIL} -n +2 ${WRKSRC}/bin/albumart-qt.orig >> ${WRKSRC}/bin/albumart-qt X ${CP} ${WRKSRC}/setup.py ${WRKSRC}/setup.py.orig X ${SED} -e "s/os.system(\"make\")/os.system(\"${GMAKE}\")/" \ X ${WRKSRC}/setup.py.orig > ${WRKSRC}/setup.py X X.include END-of-albumart/Makefile echo x - albumart/distinfo sed 's/^X//' >albumart/distinfo << 'END-of-albumart/distinfo' XMD5 (albumart-1.6.6.tar.gz) = 445a487eea4b8e41e85b47134edb330a XSHA256 (albumart-1.6.6.tar.gz) = de2e7e344e0fa1ebdf593099af9a365230d2a467b02364b1f9be6b2f023cae8e XSIZE (albumart-1.6.6.tar.gz) = 443415 END-of-albumart/distinfo echo c - albumart/files mkdir -p albumart/files > /dev/null 2>&1 echo x - albumart/files/patch-setup.py sed 's/^X//' >albumart/files/patch-setup.py << 'END-of-albumart/files/patch-setup.py' X--- setup.py.orig 2008-08-27 21:01:10.000000000 +1000 X+++ setup.py 2008-08-27 21:01:24.000000000 +1000 X@@ -51,7 +51,6 @@ X 'lib/albumart/yahoo/search/webservices.py', X 'lib/albumart/yahoo/search/version.py', X ]), X- ('share/doc/albumart', ['README', 'TODO', 'CHANGELOG']), X ] X ) X END-of-albumart/files/patch-setup.py echo x - albumart/pkg-descr sed 's/^X//' >albumart/pkg-descr << 'END-of-albumart/pkg-descr' XGUI program to semi-automatically download album cover images for a music Xcollection. It will work through a specified music directory, and for each Xsubdirectory will download a set of corresponding (best guess) album covers. XThe naming format of the subdirectories can be configured, as can the Xlocation to save the results, such as .desktop-entry files, folder.jpg Xfiles, mp3 tags, etc. X XWWW: http://www.unrealvoodoo.org/hiteck/projects/albumart/ END-of-albumart/pkg-descr echo x - albumart/pkg-plist sed 's/^X//' >albumart/pkg-plist << 'END-of-albumart/pkg-plist' Xbin/albumart-qt Xlib/albumart/albumart_source_buy.py Xlib/albumart/event.py Xlib/albumart/config.py Xlib/albumart/albumart_source_amazon.py Xlib/albumart/albumart_images.py Xlib/albumart/albumart_source_yahoo.py Xlib/albumart/albumart_configuration_dialog.py Xlib/albumart/albumart_dialog_base.py Xlib/albumart/albumart_target_freedesktop.py Xlib/albumart/albumart_target_id3v2.py Xlib/albumart/albumart_target_windows.py Xlib/albumart/albumart_progress_widget.py Xlib/albumart/albumart_string_list_widget.py Xlib/albumart/albumart_about_dialog_base.py Xlib/albumart/id3/__init__.py Xlib/albumart/id3/binfuncs.py Xlib/albumart/id3/ID3v2Frames.py Xlib/albumart/items.py Xlib/albumart/albumart_about_dialog.py Xlib/albumart/albumart_exception_dialog.py Xlib/albumart/albumart_configuration_dialog_base.py Xlib/albumart/albumart.py Xlib/albumart/albumart_recognizer_path.py Xlib/albumart/albumart_exception_dialog_base.py Xlib/albumart/amazon.py Xlib/albumart/albumart_source_walmart.py Xlib/albumart/pixmap.py Xlib/albumart/albumart_target_generic.py Xlib/albumart/albumart_recognizer_id3v2.py Xlib/albumart/albumart_dialog.py Xlib/albumart/albumart_unattended_ui.py Xlib/albumart/albumart_string_list_widget_base.py Xlib/albumart/version.py Xlib/albumart/process.py Xlib/albumart/yahoo/__init__.py Xlib/albumart/yahoo/search/domparsers.py Xlib/albumart/yahoo/search/debug.py Xlib/albumart/yahoo/search/__init__.py Xlib/albumart/yahoo/search/webservices.py Xlib/albumart/yahoo/search/version.py Xshare/pixmaps/albumart.png Xshare/applnk/Multimedia/albumart.desktop Xshare/apps/konqueror/servicemenus/albumart_set_cover_image.desktop X@dirrmtry share/doc/albumart X@dirrmtry share/apps/konqueror/servicemenus X@dirrmtry share/apps/konqueror X@dirrmtry share/apps X@dirrmtry share/applnk/Multimedia X@dirrmtry share/applnk X@dirrmtry lib/albumart/yahoo/search X@dirrmtry lib/albumart/yahoo X@dirrmtry lib/albumart/id3 X@dirrmtry lib/albumart END-of-albumart/pkg-plist exit --- albumart-1.6.6.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: