diff options
author | pav <pav@FreeBSD.org> | 2004-10-29 04:53:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-29 04:53:37 +0800 |
commit | 7d93ebc3b4463e6f7d0746c9f2b72acac3d60a76 (patch) | |
tree | b95614447c876dc7d301c3c397dbd2b1ff94b064 /multimedia | |
parent | 2b355cbf83d905a24809335a40e8ec92744ccb37 (diff) | |
download | freebsd-ports-gnome-7d93ebc3b4463e6f7d0746c9f2b72acac3d60a76.tar.gz freebsd-ports-gnome-7d93ebc3b4463e6f7d0746c9f2b72acac3d60a76.tar.zst freebsd-ports-gnome-7d93ebc3b4463e6f7d0746c9f2b72acac3d60a76.zip |
Add gaim-xmms-remote, a Gaim plugin to allow control of XMMS from Gaim
message windows, and to print currently playing tune to the IM/chat.
PR: ports/71216
Submitted by: Daniel Shafer <danielshafer@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/gaim-xmms-remote/Makefile | 32 | ||||
-rw-r--r-- | multimedia/gaim-xmms-remote/distinfo | 2 | ||||
-rw-r--r-- | multimedia/gaim-xmms-remote/pkg-descr | 4 | ||||
-rw-r--r-- | multimedia/gaim-xmms-remote/pkg-plist | 8 |
5 files changed, 47 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 9ca94a3c550b..d1a6be1cd7b2 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -23,6 +23,7 @@ SUBDIR += enjoympeg SUBDIR += ffmpeg SUBDIR += fxtv + SUBDIR += gaim-xmms-remote SUBDIR += gavl SUBDIR += gmencoder SUBDIR += goggles diff --git a/multimedia/gaim-xmms-remote/Makefile b/multimedia/gaim-xmms-remote/Makefile new file mode 100644 index 000000000000..69ff0ae5a1d0 --- /dev/null +++ b/multimedia/gaim-xmms-remote/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gaim-xmms-remote +# Date created: 2004-08-31 +# Whom: daniel@xbox-irc.net +# +# $FreeBSD$ +# + +PORTNAME= gaim-xmms-remote +PORTVERSION= 1.7 +CATEGORIES= multimedia net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= guifications + +MAINTAINER= daniel@xbox-irc.net +COMMENT= Plugin to display current XMMS song in Gaim + +BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim +RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim +LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gtk20 +USE_LIBTOOL_VER=15 +USE_REINPLACE= yes + +post-patch: + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ + -e 's#\([@(]\)GAIM_LIBDIR\([@)]\)#\1libdir\2#' \ + -e 's#\([@(]\)GAIM_DATADIR\([@)]\)#\1datadir\2#' + +.include <bsd.port.mk> diff --git a/multimedia/gaim-xmms-remote/distinfo b/multimedia/gaim-xmms-remote/distinfo new file mode 100644 index 000000000000..0244444a4d99 --- /dev/null +++ b/multimedia/gaim-xmms-remote/distinfo @@ -0,0 +1,2 @@ +MD5 (gaim-xmms-remote-1.7.tar.gz) = 89d17e2e328c45d9dbbd1ac7c24caba4 +SIZE (gaim-xmms-remote-1.7.tar.gz) = 312459 diff --git a/multimedia/gaim-xmms-remote/pkg-descr b/multimedia/gaim-xmms-remote/pkg-descr new file mode 100644 index 000000000000..1fc83f2d8c6f --- /dev/null +++ b/multimedia/gaim-xmms-remote/pkg-descr @@ -0,0 +1,4 @@ +Gaim XMMS Remote is a Gaim plugin that lets you control +XMMS from within gaim. + +WWW: http://guifications.sourceforge.net/Gaim-XMMS-Remote/ diff --git a/multimedia/gaim-xmms-remote/pkg-plist b/multimedia/gaim-xmms-remote/pkg-plist new file mode 100644 index 000000000000..a107c7425c37 --- /dev/null +++ b/multimedia/gaim-xmms-remote/pkg-plist @@ -0,0 +1,8 @@ +lib/gaim/gxr.so +share/gnome/pixmaps/gaim/gxr/next.png +share/gnome/pixmaps/gaim/gxr/pause.png +share/gnome/pixmaps/gaim/gxr/play.png +share/gnome/pixmaps/gaim/gxr/previous.png +share/gnome/pixmaps/gaim/gxr/stop.png +share/gnome/pixmaps/gaim/gxr/xmms.png +@dirrm share/gnome/pixmaps/gaim/gxr |