mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add xmms-crossfade, a XMMS Output plugin that fades between two tracks.
PR: 22576 Submitted by: esk@ira.uka.de
This commit is contained in:
parent
e4112d2deb
commit
2d82873348
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36274
@ -180,6 +180,7 @@
|
||||
SUBDIR += xmixer
|
||||
SUBDIR += xmmix
|
||||
SUBDIR += xmms
|
||||
SUBDIR += xmms-crossfade
|
||||
SUBDIR += xmms-liveice
|
||||
SUBDIR += xmms-quix3dn
|
||||
SUBDIR += xmms-shn
|
||||
|
27
audio/xmms-crossfade/Makefile
Normal file
27
audio/xmms-crossfade/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: xmms-crossfade
|
||||
# Date created: 21 September 2000
|
||||
# Whom: Espen Skoglund <esk@ira.uka.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmms-crossfade
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.netcologne.de/~nc-eisenlpe2/xmms-crossfade/ \
|
||||
ftp://ftp.falsehope.com/pub/xmms-crossfade/
|
||||
|
||||
MAINTAINER= esk@ira.uka.de
|
||||
|
||||
LIB_DEPENDS= xmms.1:${PORTSDIR}/audio/xmms
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GTK= yes
|
||||
|
||||
post-configure:
|
||||
${PERL} -pi.bak -e 's:linkopts=\Z:linkopts=-nostartfiles:' \
|
||||
${WRKSRC}/libtool
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/xmms-crossfade/distinfo
Normal file
1
audio/xmms-crossfade/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xmms-crossfade-0.1.1.tar.gz) = d6883f822e3aab4239aa3ba0b481b671
|
1
audio/xmms-crossfade/pkg-comment
Normal file
1
audio/xmms-crossfade/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
XMMS Output plugin for crossfading between songs.
|
3
audio/xmms-crossfade/pkg-descr
Normal file
3
audio/xmms-crossfade/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
An XMMS Output plugin that allows you to crossfade between different tunes.
|
||||
|
||||
WWW: http://www.netcologne.de/~nc-eisenlpe2/xmms-crossfade/
|
1
audio/xmms-crossfade/pkg-plist
Normal file
1
audio/xmms-crossfade/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
lib/xmms/Output/libcrossfade.so
|
Loading…
Reference in New Issue
Block a user