Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2008 21:04:52 +1000 (EST)
From:      Timothy Bourke <timbob@bigpond.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126883: [NEW PORT] audio/albumart: GUI application for downloading album cover art
Message-ID:  <200808271104.m7RB4qkd012791@triptrop.cse.unsw.edu.au>
Resent-Message-ID: <200808271140.m7RBe2Jg023259@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <timbob@bigpond.com>
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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808271104.m7RB4qkd012791>