freebsd-ports/audio/squeezecenter-transitionupdater/Makefile
Tim Bishop ca45d0a25b This plugin looks at the songs before and after the current song in
the playlist and determines whether an album is playing or if random
tracks are playing. After that determination, it sets the player's
transition behaviour (crossfade, fade, etc) appropriately. The
transition behaviour for the album/random/default cases can be changed
by modifying the values of the four global variables at the top of
Transitions.pm. There is also a user configurable section for
excluding specific genres from being processed for album/random
detection. In these cases, the 'default' transition preference will be
used (not in v1.5).

WWW: http://www.sutula.us/james/slimserver/
2008-06-29 21:59:50 +00:00

32 lines
840 B
Makefile

# New ports collection makefile for: squeezecenter-transitionupdater
# Date created: 21 June 2008
# Whom: Tim Bishop <tdb@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= transitionupdater
PORTVERSION= 1.5
CATEGORIES= audio
MASTER_SITES= http://www.sutula.us/james/slimserver/${PORTNAME}_${PORTVERSION}/
PKGNAMEPREFIX= squeezecenter-
DISTNAME= TransitionUpdater${PORTVERSION}
DIST_SUBDIR= squeezecenter
MAINTAINER= tdb@FreeBSD.org
COMMENT= SqueezeCenter plugin for determining transitions between tracks
RUN_DEPENDS= softsqueeze:${PORTSDIR}/audio/squeezecenter
USE_ZIP= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
SLIMDIR?= squeezecenter
PLIST_SUB+= SLIMDIR=${SLIMDIR}
do-install:
${MKDIR} ${PREFIX}/${SLIMDIR}/Plugins/TransitionUpdater
${CP} -R ${WRKSRC}/TransitionUpdater/* ${PREFIX}/${SLIMDIR}/Plugins/TransitionUpdater
.include <bsd.port.mk>