1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add xfce4-xmms-controller, a full-featured XMMS controller for the Xfce4

Panel. It features playback control, playlist navigation, volume
control and launching XMMS. It is customisable and supports the mouse
scroll wheel.

PR:		ports/73696
Submitted by:	Robin Schoonover <end@endif.cjb.net>
This commit is contained in:
Pav Lucistnik 2004-11-09 23:43:32 +00:00
parent d125b8725f
commit 70810b38b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121248
5 changed files with 56 additions and 0 deletions

View File

@ -136,6 +136,7 @@
SUBDIR += xanim
SUBDIR += xawtv
SUBDIR += xdvshow
SUBDIR += xfce4-xmms-controller-plugin
SUBDIR += xfce4-xmms-plugin
SUBDIR += xine
SUBDIR += xine_artsplugin

View File

@ -0,0 +1,36 @@
# New ports collection makefile for: xfce4-xmms-controller-plugin
# Date created: 8 Nov 2004
# Whom: Robin Schoonover (endx7@users.sf.net)
#
# $FreeBSD$
#
PORTNAME= xfce4-xmms-controller-plugin
PORTVERSION= 1.4.3
CATEGORIES= multimedia audio xfce
MASTER_SITES= http://eoin.angrystickman.com/files/
DIST_SUBDIR= xfce4
MAINTAINER= endx7@users.sf.net
COMMENT= XMMS controller plugin for the xfce4 panel
BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms \
xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
USE_GNOME= gtk20
USE_X_PREFIX= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/${PORTNAME}
pre-patch:
${REINPLACE_CMD} -e 's_share/_share/xfce4-xmms-controller-plugin/_' ${WRKSRC}/panel-plugin/xfcexmms.c
${REINPLACE_CMD} -e 's_/usr/local_${PREFIX}_' ${WRKSRC}/config.h.in
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (xfce4/xfce4-xmms-controller-plugin-1.4.3.tar.gz) = 84dcd34f7b2187c8f270feb4ab22f135
SIZE (xfce4/xfce4-xmms-controller-plugin-1.4.3.tar.gz) = 210431

View File

@ -0,0 +1,6 @@
xfce4-xmms-controller is a full-featured XMMS controller for the Xfce4
Panel. It features playback control, playlist navigation, volume
control and launching XMMS. It is customisable and supports the mouse
scroll wheel.
WWW: http://freshmeat.net/projects/xfce4xmmscontroller/

View File

@ -0,0 +1,11 @@
lib/xfce4/panel-plugins/libxfcexmms.so
share/xfce4-xmms-controller-plugin/eject.png
share/xfce4-xmms-controller-plugin/next.png
share/xfce4-xmms-controller-plugin/stop.png
share/xfce4-xmms-controller-plugin/pause.png
share/xfce4-xmms-controller-plugin/play.png
share/xfce4-xmms-controller-plugin/prev.png
share/xfce4-xmms-controller-plugin/icon.png
@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true
@unexec rmdir %D/lib/xfce4 2>/dev/null || true
@unexec rmdir %D/share/xfce4-xmms-controller-plugin 2>/dev/null || true