diff options
author | gahr <gahr@FreeBSD.org> | 2008-07-17 03:55:16 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-07-17 03:55:16 +0800 |
commit | 0f86882b74c6f5e339cf8acfb6d2632ccc8654c7 (patch) | |
tree | d21180c24a2b8b80eb839ba3a47ebaa78282eca5 /audio/Makefile | |
parent | a1cd567cb7025d5cf7f6d18717d2eb51957ec2b1 (diff) | |
download | freebsd-ports-gnome-0f86882b74c6f5e339cf8acfb6d2632ccc8654c7.tar.gz freebsd-ports-gnome-0f86882b74c6f5e339cf8acfb6d2632ccc8654c7.tar.zst freebsd-ports-gnome-0f86882b74c6f5e339cf8acfb6d2632ccc8654c7.zip |
- New port: lastfmrec
LastFMrec plays a last.fm radio stream.
While listening it creates one mp3-file per song and names it after artist
and title.
It can be run inside a shell or in a pop-up xterm (as browser plugin).
WWW: http://elgrande.daemoncore.org/index_lastfmrec.php
PR: 125674
Submitted by: Tino Engel <goaengel@gmx.net> (new maintainer)
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 1bfe0916e5d9..b0aded1873b0 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -326,6 +326,7 @@ SUBDIR += lame SUBDIR += lash SUBDIR += last.fm + SUBDIR += lastfmrec SUBDIR += laudio SUBDIR += liba52 SUBDIR += libadplug |