Add xmms-gdancer 0.4.4,
XMMS Visualization plugin, displays dancing figures. Approved by: steve
This commit is contained in:
parent
8575472dca
commit
4231616b5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58030
11 changed files with 81 additions and 0 deletions
|
@ -255,6 +255,7 @@
|
|||
SUBDIR += xmms-crossfade
|
||||
SUBDIR += xmms-crystality
|
||||
SUBDIR += xmms-fc
|
||||
SUBDIR += xmms-gdancer
|
||||
SUBDIR += xmms-kde
|
||||
SUBDIR += xmms-liveice
|
||||
SUBDIR += xmms-musepack
|
||||
|
|
34
audio/xmms-gdancer/Makefile
Normal file
34
audio/xmms-gdancer/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: xmms-gdancer
|
||||
# Date created: 2. Jul 2001
|
||||
# Whom: Alexander@Leidinger.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmms-gdancer
|
||||
PORTVERSION= 0.4.4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.figz.com/gdancer/files/
|
||||
DISTNAME= gdancer-$(PORTVERSION)
|
||||
|
||||
MAINTAINER= netchild@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms \
|
||||
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GTK= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --enable-pixbuf
|
||||
|
||||
post-install:
|
||||
-${RM} ${PREFIX}/lib/xmms/Visualization/gdancer.la
|
||||
@${ECHO_CMD} +++
|
||||
@${ECHO_CMD} Now you have to install some themes from http://www.figz.com/gdancer/themes.php
|
||||
@${ECHO_CMD} into .xmms/gdancer_themes. If it does not exist in your HOME directory, just
|
||||
@${ECHO_CMD} create it.
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/xmms-gdancer/distinfo
Normal file
1
audio/xmms-gdancer/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gdancer-0.4.4.tar.gz) = 49a1f116c6cf64209c366381adeecc60
|
1
audio/xmms-gdancer/pkg-comment
Normal file
1
audio/xmms-gdancer/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
XMMS Visualization plugin, displays dancing figures
|
3
audio/xmms-gdancer/pkg-descr
Normal file
3
audio/xmms-gdancer/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
XMMS Visualization plugin, displays dancing figures.
|
||||
|
||||
WWW: http://www.figz.com/gdancer/
|
1
audio/xmms-gdancer/pkg-plist
Normal file
1
audio/xmms-gdancer/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
lib/xmms/Visualization/gdancer.so
|
34
graphics/xmms-gdancer/Makefile
Normal file
34
graphics/xmms-gdancer/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: xmms-gdancer
|
||||
# Date created: 2. Jul 2001
|
||||
# Whom: Alexander@Leidinger.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmms-gdancer
|
||||
PORTVERSION= 0.4.4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.figz.com/gdancer/files/
|
||||
DISTNAME= gdancer-$(PORTVERSION)
|
||||
|
||||
MAINTAINER= netchild@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms \
|
||||
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GTK= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --enable-pixbuf
|
||||
|
||||
post-install:
|
||||
-${RM} ${PREFIX}/lib/xmms/Visualization/gdancer.la
|
||||
@${ECHO_CMD} +++
|
||||
@${ECHO_CMD} Now you have to install some themes from http://www.figz.com/gdancer/themes.php
|
||||
@${ECHO_CMD} into .xmms/gdancer_themes. If it does not exist in your HOME directory, just
|
||||
@${ECHO_CMD} create it.
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/xmms-gdancer/distinfo
Normal file
1
graphics/xmms-gdancer/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gdancer-0.4.4.tar.gz) = 49a1f116c6cf64209c366381adeecc60
|
1
graphics/xmms-gdancer/pkg-comment
Normal file
1
graphics/xmms-gdancer/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
XMMS Visualization plugin, displays dancing figures
|
3
graphics/xmms-gdancer/pkg-descr
Normal file
3
graphics/xmms-gdancer/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
XMMS Visualization plugin, displays dancing figures.
|
||||
|
||||
WWW: http://www.figz.com/gdancer/
|
1
graphics/xmms-gdancer/pkg-plist
Normal file
1
graphics/xmms-gdancer/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
lib/xmms/Visualization/gdancer.so
|
Loading…
Reference in a new issue