diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-09-24 23:08:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-09-24 23:08:54 +0000 |
commit | da3e1f232ce4fd91dfba591c6beeac63747550f9 (patch) | |
tree | d77f40825a83a024963f7193ab1f562b70e3521d /multimedia | |
parent | e5239edf5d423c175ecf8793d8eb6fc0af6f8cd5 (diff) | |
download | ports-da3e1f232ce4fd91dfba591c6beeac63747550f9.tar.gz ports-da3e1f232ce4fd91dfba591c6beeac63747550f9.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/xfmedia-remote-plugin/Makefile | 27 | ||||
-rw-r--r-- | multimedia/xfmedia-remote-plugin/distinfo | 3 | ||||
-rw-r--r-- | multimedia/xfmedia-remote-plugin/pkg-descr | 5 | ||||
-rw-r--r-- | multimedia/xfmedia-remote-plugin/pkg-plist | 7 |
5 files changed, 43 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index bac708bee723..f78b7d73f0b9 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -239,6 +239,7 @@ SUBDIR += xfce4-media SUBDIR += xfce4-xmms-controller-plugin SUBDIR += xfce4-xmms-plugin + SUBDIR += xfmedia-remote-plugin SUBDIR += xine SUBDIR += xine_artsplugin SUBDIR += xmms diff --git a/multimedia/xfmedia-remote-plugin/Makefile b/multimedia/xfmedia-remote-plugin/Makefile new file mode 100644 index 000000000000..789374075d49 --- /dev/null +++ b/multimedia/xfmedia-remote-plugin/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: xfmedia-remote-plugin +# Date created: 2007/09/24 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xfmedia-remote-plugin +PORTVERSION= 0.2.2 +CATEGORIES= multimedia audio xfce +MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ +DIST_SUBDIR= xfce4 + +MAINTAINER= miwi@FreeBSD.org +COMMENT= XFce 4 media remote plugin for xfce4-panel + +BUILD_DEPENDS= xfce4-media>=0.9.2:${PORTSDIR}/multimedia/xfce4-media + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_XFCE= configenv panel +USE_XLIB= yes + +.include <bsd.port.mk> diff --git a/multimedia/xfmedia-remote-plugin/distinfo b/multimedia/xfmedia-remote-plugin/distinfo new file mode 100644 index 000000000000..e06b98517a98 --- /dev/null +++ b/multimedia/xfmedia-remote-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfmedia-remote-plugin-0.2.2.tar.bz2) = e351226c69a82c1b93fab7ae7d6a84fe +SHA256 (xfce4/xfmedia-remote-plugin-0.2.2.tar.bz2) = 5d204ce47839ac24278071a9f6abd73d84e9ccd26666106736918a1c7e00c7ce +SIZE (xfce4/xfmedia-remote-plugin-0.2.2.tar.bz2) = 291349 diff --git a/multimedia/xfmedia-remote-plugin/pkg-descr b/multimedia/xfmedia-remote-plugin/pkg-descr new file mode 100644 index 000000000000..6ff4519106ed --- /dev/null +++ b/multimedia/xfmedia-remote-plugin/pkg-descr @@ -0,0 +1,5 @@ +xfmedia remote plugin enables control of xfce4 media player via a +Xfce panel icon. It includes ability to control playback (play, pause, stop, +etc.) and playlist (add/remove songs) and more. + +WWW: http://goodies.xfce.org/projects/panel-plugins/xfmedia-remote-plugin/ diff --git a/multimedia/xfmedia-remote-plugin/pkg-plist b/multimedia/xfmedia-remote-plugin/pkg-plist new file mode 100644 index 000000000000..0437f5c28b21 --- /dev/null +++ b/multimedia/xfmedia-remote-plugin/pkg-plist @@ -0,0 +1,7 @@ +libexec/xfce4/panel-plugins/xfmedia-remote-plugin +share/locale/fi/LC_MESSAGES/xfmedia-remote-plugin.mo +share/xfce4/panel-plugins/xfmedia-remote.desktop +@dirrm share/xfce4/panel-plugins +@dirrm share/xfce4 +@dirrm libexec/xfce4/panel-plugins +@dirrm libexec/xfce4 |