mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add xfce4-xmms-plugin, a XFce plugin to control XMMS from xfce4-panel.
PR: ports/66557 Submitted by: Zahemszky, Gábor <gabor@zahemszky.hu>
This commit is contained in:
parent
86e662cea2
commit
1facd41b76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109166
@ -125,6 +125,7 @@
|
||||
SUBDIR += xanim
|
||||
SUBDIR += xawtv
|
||||
SUBDIR += xdvshow
|
||||
SUBDIR += xfce4-xmms-plugin
|
||||
SUBDIR += xine
|
||||
SUBDIR += xmms
|
||||
SUBDIR += xmms-avi
|
||||
|
34
multimedia/xfce4-xmms-plugin/Makefile
Normal file
34
multimedia/xfce4-xmms-plugin/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: xfce4-mixer
|
||||
# Date created: 2004/05/10
|
||||
# Whom: Zahemszky, Gábor <Gabor@Zahemszky.HU>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xfce4-xmms-plugin
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= multimedia audio xfce
|
||||
MASTER_SITES= http://download.berlios.de/xfce-goodies/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= XFce 4 xmms control plugin for xfce4-panel
|
||||
|
||||
BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \
|
||||
xmms-config:${PORTSDIR}/multimedia/xmms
|
||||
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
|
||||
xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2 \
|
||||
startup-notification-1.0:${PORTSDIR}/x11/startup-notification
|
||||
RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \
|
||||
xmms:${PORTSDIR}/multimedia/xmms
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_X_PREFIX= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
|
||||
CPPFLAGS=-I${LOCALBASE}/include \
|
||||
LIBS=-L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
2
multimedia/xfce4-xmms-plugin/distinfo
Normal file
2
multimedia/xfce4-xmms-plugin/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (xfce4-xmms-plugin-0.1.1.tar.bz2) = 7d852c49b74170cd662afabd86f40e8d
|
||||
SIZE (xfce4-xmms-plugin-0.1.1.tar.bz2) = 145414
|
4
multimedia/xfce4-xmms-plugin/pkg-descr
Normal file
4
multimedia/xfce4-xmms-plugin/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
XFce 4 XMMS control module for xfce4-panel.
|
||||
|
||||
Author: Patrick van Staveren <pvanstav@cs.wmich.edu>
|
||||
WWW: http://xfce-goodies.berlios.de/
|
10
multimedia/xfce4-xmms-plugin/pkg-plist
Normal file
10
multimedia/xfce4-xmms-plugin/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
lib/xfce4/panel-plugins/libxmms_plugin.a
|
||||
lib/xfce4/panel-plugins/libxmms_plugin.la
|
||||
lib/xfce4/panel-plugins/libxmms_plugin.so
|
||||
share/xfce4/xmms-plugin/xmms-plugin-prev.png
|
||||
share/xfce4/xmms-plugin/xmms-plugin-play.png
|
||||
share/xfce4/xmms-plugin/xmms-plugin-pause.png
|
||||
share/xfce4/xmms-plugin/xmms-plugin-stop.png
|
||||
share/xfce4/xmms-plugin/xmms-plugin-next.png
|
||||
@unexec rmdir %D/share/xfce4/xmms-plugin 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/xfce4 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user