Bug 83484 - new port: audio/xmms-rateplug - Add song rating control to the XMMS playlist
Summary: new port: audio/xmms-rateplug - Add song rating control to the XMMS playlist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-15 02:00 UTC by Emanuel Haupt
Modified: 2005-07-16 13:38 UTC (History)
0 users

See Also:


Attachments
xmms-rateplug.shar (3.28 KB, text/plain)
2005-07-15 02:00 UTC, Emanuel Haupt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Haupt 2005-07-15 02:00:29 UTC
new port: audio/xmms-rateplug - Add song rating control to the XMMS playlist

Adds extra control to the XMMS playlist and automatically skips songs you don't
like and play the ones you do like.

  * High rated songs will be played privileged
  * Manual manipulation of the assessment of single songs
  * Ignore single songs
  * Configurable
Comment 1 Emanuel Haupt 2005-07-15 02:12:55 UTC
Forgot to register the dependencies:


--- Makefile.patch begins here ---
--- Makefile.orig	Fri Jul 15 03:09:51 2005
+++ Makefile	Fri Jul 15 03:10:25 2005
@@ -14,6 +14,9 @@
 MAINTAINER=	ehaupt@critical.ch
 COMMENT=	Add song rating control to the XMMS playlist
 
+BUILD_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
+RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
+
 USE_X_PREFIX=	yes
 USE_GNOME=	gtk12
 
--- Makefile.patch ends here ---
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-07-16 13:38:07 UTC
State Changed
From-To: open->closed

New port added, thank you!