From 774207781367939ced2890ec15b4c918d97ed6fd Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Sun, 2 Oct 2011 11:46:09 +0000 Subject: Pidgin-Audacious-Remote is a plug-in for Pidgin 2; it creates, in conversation and chat windows, some controls that allow two-way interaction with Audacious media player. Additionally, the plug-in allows users to automatically update their status message using information from the song played in Audacious. WWW: http://pidgin-audacious-remote.sourceforge.net PR: ports/160319 Submitted by: Anton Hryciuk Approved by: miwi, wen (mentors implicit) --- net-im/pidgin-audacious-remote/Makefile | 29 ++++++++++++++++++++++ net-im/pidgin-audacious-remote/distinfo | 2 ++ .../files/patch-pixmaps-Makefile.in | 11 ++++++++ net-im/pidgin-audacious-remote/pkg-descr | 3 +++ net-im/pidgin-audacious-remote/pkg-plist | 13 ++++++++++ 5 files changed, 58 insertions(+) create mode 100644 net-im/pidgin-audacious-remote/Makefile create mode 100644 net-im/pidgin-audacious-remote/distinfo create mode 100644 net-im/pidgin-audacious-remote/files/patch-pixmaps-Makefile.in create mode 100644 net-im/pidgin-audacious-remote/pkg-descr create mode 100644 net-im/pidgin-audacious-remote/pkg-plist (limited to 'net-im/pidgin-audacious-remote') diff --git a/net-im/pidgin-audacious-remote/Makefile b/net-im/pidgin-audacious-remote/Makefile new file mode 100644 index 000000000000..15d9eb1047cc --- /dev/null +++ b/net-im/pidgin-audacious-remote/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: pidgin-audacious-remote +# Date created: 30 August 2011 +# Whom: Anton Hryciuk +# +# $FreeBSD$ +# + +PORTNAME= pidgin-audacious-remote +PORTVERSION= 0.5 +CATEGORIES= net-im +MASTER_SITES= http://pidginaudacious.sourceforge.net/files/ \ + ftp://ftp.lissyara.su/users/gx_ua/distfiles/ +#DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= gnixua@gmail.com +COMMENT= Pidgin-Audacious-Remote is a plug-in for Pidgin 2 + +BUILD_DEPENDS= audacious>=2.2:${PORTSDIR}/multimedia/audacious \ + pidgin:${PORTSDIR}/net-im/pidgin +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_BZIP2= yes + +MAKE_JOBS_SAFE= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= "--prefix=${PREFIX}" + +.include diff --git a/net-im/pidgin-audacious-remote/distinfo b/net-im/pidgin-audacious-remote/distinfo new file mode 100644 index 000000000000..133e97b923ca --- /dev/null +++ b/net-im/pidgin-audacious-remote/distinfo @@ -0,0 +1,2 @@ +SHA256 (pidgin-audacious-remote-0.5.tar.bz2) = 94a5c073a25664377e4b9b34851c9029efa4d8b3e10629df4f3048766f664806 +SIZE (pidgin-audacious-remote-0.5.tar.bz2) = 251730 diff --git a/net-im/pidgin-audacious-remote/files/patch-pixmaps-Makefile.in b/net-im/pidgin-audacious-remote/files/patch-pixmaps-Makefile.in new file mode 100644 index 000000000000..86d8bddf8b04 --- /dev/null +++ b/net-im/pidgin-audacious-remote/files/patch-pixmaps-Makefile.in @@ -0,0 +1,11 @@ +--- pixmaps/Makefile.in.orig 2011-10-02 11:01:51.000000000 +0200 ++++ pixmaps/Makefile.in 2011-10-02 11:02:20.000000000 +0200 +@@ -163,7 +163,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-pixmapdir = /usr/share/pixmaps/pidgin/pidgin-audacious-remote ++pixmapdir = $(prefix)/share/pixmaps/pidgin/pidgin-audacious-remote + pixmap_DATA = audacious.png next.png pause.png play.png previous.png stop.png + all: all-am + diff --git a/net-im/pidgin-audacious-remote/pkg-descr b/net-im/pidgin-audacious-remote/pkg-descr new file mode 100644 index 000000000000..1699bad40939 --- /dev/null +++ b/net-im/pidgin-audacious-remote/pkg-descr @@ -0,0 +1,3 @@ +Pidgin-Audacious-Remote is a plug-in for Pidgin 2. + +WWW: http://pidgin-audacious-remote.sourceforge.net/ diff --git a/net-im/pidgin-audacious-remote/pkg-plist b/net-im/pidgin-audacious-remote/pkg-plist new file mode 100644 index 000000000000..93ca94fa098e --- /dev/null +++ b/net-im/pidgin-audacious-remote/pkg-plist @@ -0,0 +1,13 @@ +lib/pidgin/pidgin-audacious-remote.a +lib/pidgin/pidgin-audacious-remote.la +lib/pidgin/pidgin-audacious-remote.so +share/pixmaps/pidgin/pidgin-audacious-remote/audacious.png +share/pixmaps/pidgin/pidgin-audacious-remote/next.png +share/pixmaps/pidgin/pidgin-audacious-remote/pause.png +share/pixmaps/pidgin/pidgin-audacious-remote/play.png +share/pixmaps/pidgin/pidgin-audacious-remote/previous.png +share/pixmaps/pidgin/pidgin-audacious-remote/stop.png +@dirrm share/pixmaps/pidgin/pidgin-audacious-remote +@dirrmtry share/pixmaps/pidgin +@dirrmtry share/pixmaps +@dirrmtry lib/pidgin -- cgit v1.2.3