First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 141351
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Stefan Schweizer <genstef@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: David Li <matrixhax0r@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
lastfmplayer-1.0.0.1_p2113.ebuild Ebuild for media-radio/lastfmplayer-1.0.0.1_p2113.ebuild text/plain David Li 2006-07-21 18:17 0000 2.65 KB Details
lastfm.sh Start up script text/plain David Li 2006-07-21 18:18 0000 307 bytes Details
lastfm.sh Start up script text/plain David Li 2006-07-21 18:47 0000 377 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 141351 depends on: Show dependency tree
Bug 141351 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-07-21 18:14 0000
The Last.FM team has completely redone their radio player and the new svn
branch is
svn://svn.audioscrobbler.net/LastFM_client/trunk

Also, they have decided to do a version number reset so it's currently at
1.0.0.1. I think this is also a good oppertunity to move lastfmplayer to
media-radio.

I've created a preliminary working ebuild. Signficant ebuild differences from
previous versions are:
1) GCC 4.1 compilation has been fixed
2) There is a new wrapper which will dump the cache and log files into
~/.config/Last.fm/bin instead of making a group writable folder

Although the current script is ugly and may cause problems if any significant
changes, it's better than what we have now IMHO. The new player writes quite a
lot of personlized files and it's no long going to work to dump all the files
into one folder.

Also, a minor problem is that the about page says the it is "for OSX 10.4".
I'm not entirely sure exactly what SVN checkout is 1.0.0.1, but I'm guessing
it's 2117

------- Comment #1 From David Li 2006-07-21 18:17:12 0000 -------
Created an attachment (id=92463) [edit]
Ebuild for media-radio/lastfmplayer-1.0.0.1_p2113.ebuild

------- Comment #2 From David Li 2006-07-21 18:18:08 0000 -------
Created an attachment (id=92464) [edit]
Start up script

Goes in the files directory

------- Comment #3 From David Li 2006-07-21 18:19:31 0000 -------
Oh, I forgot to mention, you need to get the lastfm.protocol file from the
current portage tree (/usr/portage/media-sound/lastfmplayer/files)

------- Comment #4 From David Li 2006-07-21 18:47:24 0000 -------
Created an attachment (id=92465) [edit]
Start up script

Fixed bug. Made clearifications

------- Comment #5 From Stefan Schweizer 2006-07-23 11:20:19 0000 -------
Gentoo stays as close as possible to upstream. That is why I did not include
the home directory cache.

But thanks for the other parts of the ebuild :)

------- Comment #6 From David Li 2006-07-23 16:10:42 0000 -------
There will be a few terminal messages about not being able to write logs.
That might annoy upstream a little, but whatever.

I think it's cleaner than that awful script I made.

------- Comment #7 From David Li 2006-07-24 12:43:09 0000 -------
Small mistake, looks like I forgot the check the "doc" use flag before calling
dodoc. I did remeber to put it in IUSE however...

Line 41 should be:
use doc && dodoc ChangeLog HACKING README TODO

------- Comment #8 From Stefan Schweizer 2006-07-24 13:04:49 0000 -------
no, USE=doc is meant for additional depends or docs that are built. Just doc
installation can be disabled with FEATURES=nodoc or something like that ;) it
is used in the embedded profiles.

Point is: dont use doc && dodoc.

First Last Prev Next    No search results available      Search page      Enter new bug