Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267873 - net-misc|www-client/clamz - Command-line downloader for the Amazon.com MP3 music store
Summary: net-misc|www-client/clamz - Command-line downloader for the Amazon.com MP3 mu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://code.google.com/p/clamz/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-29 13:27 UTC by David
Modified: 2010-08-15 03:43 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Clamz-0.2.ebuild CLI Amazon mp3 downloader (clamz-0.2.ebuild,759 bytes, text/plain)
2009-04-29 13:35 UTC, David
Details
Clamz-0.2.ebuild CLI Amazon mp3 downloader (clamz-0.2.ebuild,755 bytes, text/plain)
2010-01-10 18:25 UTC, maxb
Details
Clamz-0.2.ebuild CLI Amazon mp3 downloader (clamz-0.2.ebuild,759 bytes, text/plain)
2010-01-10 18:32 UTC, maxb
Details
clamz-0.3.ebuild (clamz-0.3.ebuild,1.43 KB, text/plain)
2010-04-04 23:52 UTC, Andreas Grundler
Details
Ebuild for 0.4 (clamz-0.4.ebuild,1.38 KB, text/plain)
2010-05-19 06:49 UTC, Thomas Kahle (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David 2009-04-29 13:27:27 UTC
Attached is an ebuild from the application Clamz, which is a nice CLI Amazon MP3 downloader.  In my opinion this blows away the official Amazon mp3 downloader which I have never been able to get to work on 64bit systems anyway.

Description from http://code.google.com/p/clamz/ :
Clamz is a little command-line program to download MP3 files from Amazon.com's music store. It is intended to serve as a substitute for Amazon's official MP3 Downloader, which is not free software (and therefore is only available in binary form for a limited set of platforms.) Clamz can be used to download either individual songs or complete albums that you have purchased from Amazon.
Comment 1 David 2009-04-29 13:35:38 UTC
Created attachment 189832 [details]
Clamz-0.2.ebuild CLI Amazon mp3 downloader
Comment 2 Thomas Nichols 2009-09-01 13:06:56 UTC
Thanks for this. I created a simple overlay containing this ebuild at http://github.com/thomasn/twixbox-overlay/tree/master
since it doesn't seem to have made it to sunrise, and net-misc/amazonmp3 is not working for me on an athlon-xp box.

-- Thomas
Comment 3 maxb 2010-01-10 18:25:36 UTC
Created attachment 216020 [details]
Clamz-0.2.ebuild CLI Amazon mp3 downloader

I compiled and tested the program with amd64 system successfully, thus added ~amd64 keyword.
Comment 4 maxb 2010-01-10 18:32:48 UTC
Created attachment 216022 [details]
Clamz-0.2.ebuild CLI Amazon mp3 downloader

~amd64
Comment 5 Donald 2010-01-18 08:41:45 UTC
Can someone please add this to the official tree? I'm no developer, but I just installed it "manually" (i.e., not using emerge at all) on my x86 system and it seems to work just fine. This is really needed since it seems to be impossible to install Amazon's MP3 Downloader now, even when unmasked, since one of its dependencies has fallen out of the tree.
Comment 6 Zachary Kline 2010-01-27 18:54:12 UTC
I'd just like to say that this'll be very useful to me too.  Please commit
it.
Comment 7 Andreas Grundler 2010-04-04 23:52:29 UTC
Created attachment 226597 [details]
clamz-0.3.ebuild
Comment 8 Thomas Kahle (RETIRED) gentoo-dev 2010-05-19 06:49:00 UTC
Created attachment 232059 [details]
Ebuild for 0.4

I updated the ebuild to 0.4. This is a really useful! Somebody should try to get this into sunrise at least...
Comment 9 Jim Ramsay (lack) (RETIRED) gentoo-dev 2010-05-27 14:38:16 UTC
I'm interested in maintaining this.  I've been trying to get amazonmp3 into the tree for a while, but got sick of trying to figure out the binary dependencies.

There are a couple minor issues with the clamz-0.4 ebuild as attached here, but thanks for the good starting point.  In particular:

 -> Instead of doing a full 'install' and then removing all the auto-generated mime stuff, you can just set UPDATE_MIME_DATABASE=true and UPDATE_DESKTOP_DATABASE=true when running econf.  The files will be installed but no database updates until we manually do them in pkg_postinst.

 -> Any package that uses pkgconfig should have dev-util/pkgconfig in DEPEND

 -> I couldn't see any reason why this was RESTRICT="mirror", please tell me if I'm missing something here, but I've removed that.

Enjoy your new net-misc/clamz-0.4