Date: Fri, 29 Jun 2007 09:05:37 +0400 (MSD) From: Yuri Pankov <yuri@darklight.org.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/114117: [NEW PORT] net-im/pidgin-rhythmbox: Plugin to update your status with info from Rhythmbox Message-ID: <200706290505.l5T55bdj045014@darklight.org.ru> Resent-Message-ID: <200706290510.l5T5A3aT063842@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114117 >Category: ports >Synopsis: [NEW PORT] net-im/pidgin-rhythmbox: Plugin to update your status with info from Rhythmbox >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 29 05:10:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Yuri Pankov >Release: FreeBSD 7.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD darklight.org.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Fri Jun 29 06:04:57 MSD 2007 >Description: The Pidgin-Rhythmbox plugin will automatically update your Pidgin user info and status message with the currently playing music in Rhythmbox. If the artist and title are known, it will also attempt to create a link to the song's lyrics by using Google's "I'm Feeling Lucky" feature. Author: Jon Oberheide WWW: http://jon.oberheide.org/projects/pidgin-rhythmbox/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pidgin-rhythmbox-2.0.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pidgin-rhythmbox # pidgin-rhythmbox/pkg-descr # pidgin-rhythmbox/Makefile # pidgin-rhythmbox/distinfo # pidgin-rhythmbox/files # pidgin-rhythmbox/files/patch-src__pidgin-rhythmbox.c # echo c - pidgin-rhythmbox mkdir -p pidgin-rhythmbox > /dev/null 2>&1 echo x - pidgin-rhythmbox/pkg-descr sed 's/^X//' >pidgin-rhythmbox/pkg-descr << 'END-of-pidgin-rhythmbox/pkg-descr' XThe Pidgin-Rhythmbox plugin will automatically update your Pidgin user info and Xstatus message with the currently playing music in Rhythmbox. If the artist and Xtitle are known, it will also attempt to create a link to the song's lyrics by Xusing Google's "I'm Feeling Lucky" feature. X XAuthor: Jon Oberheide XWWW: http://jon.oberheide.org/projects/pidgin-rhythmbox/ END-of-pidgin-rhythmbox/pkg-descr echo x - pidgin-rhythmbox/Makefile sed 's/^X//' >pidgin-rhythmbox/Makefile << 'END-of-pidgin-rhythmbox/Makefile' X# New ports collection makefile for: pidgin-rhythmbox X# Date created: 2007-06-28 X# Whom: Yuri Pankov <yuri@darklight.org.ru> X# X# $FreeBSD$ X# X XPORTNAME= pidgin-rhythmbox XPORTVERSION= 2.0 XCATEGORIES= net-im audio XMASTER_SITES= http://jon.oberheide.org/projects/pidgin-rhythmbox/downloads/ X XMAINTAINER= yuri@darklight.org.ru XCOMMENT= Plugin to update your status with info from Rhythmbox X XBUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin XLIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib XRUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \ X rhythmbox:${PORTSDIR}/audio/rhythmbox X XUSE_XLIB= yes XUSE_GMAKE= yes XUSE_GNOME= gtk20 XGNU_CONFIGURE= yes X XPLIST_FILES= lib/pidgin/pidgin-rhythmbox.la \ X lib/pidgin/pidgin-rhythmbox.so X X.include <bsd.port.pre.mk> X Xpost-extract: X @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ X -e 's#\([@(]\)PIDGIN_INSTALL\([@)]\)#\1libdir\2/pidgin#' \ X -e 's#-g -g3 -O2##' X X.include <bsd.port.post.mk> END-of-pidgin-rhythmbox/Makefile echo x - pidgin-rhythmbox/distinfo sed 's/^X//' >pidgin-rhythmbox/distinfo << 'END-of-pidgin-rhythmbox/distinfo' XMD5 (pidgin-rhythmbox-2.0.tar.gz) = d4c7329b6dc8311dfd7d75299537c68e XSHA256 (pidgin-rhythmbox-2.0.tar.gz) = 9fc4b43d8a353e2c4e7e219b34ae5fb23a3a0dd10b10446c4e75acab9bc5d460 XSIZE (pidgin-rhythmbox-2.0.tar.gz) = 320758 END-of-pidgin-rhythmbox/distinfo echo c - pidgin-rhythmbox/files mkdir -p pidgin-rhythmbox/files > /dev/null 2>&1 echo x - pidgin-rhythmbox/files/patch-src__pidgin-rhythmbox.c sed 's/^X//' >pidgin-rhythmbox/files/patch-src__pidgin-rhythmbox.c << 'END-of-pidgin-rhythmbox/files/patch-src__pidgin-rhythmbox.c' X--- ./src/pidgin-rhythmbox.c.orig 2007-06-28 14:14:13.000000000 +0400 X+++ ./src/pidgin-rhythmbox.c 2007-06-28 14:14:22.000000000 +0400 X@@ -26,7 +26,7 @@ X #include <string.h> X #include <glib.h> X #include <dbus/dbus.h> X-#include <dbus/dbus-glib.h> X+#include <dbus/dbus-glib-lowlevel.h> X X #include "gtkplugin.h" X #include "util.h" END-of-pidgin-rhythmbox/files/patch-src__pidgin-rhythmbox.c exit --- pidgin-rhythmbox-2.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706290505.l5T55bdj045014>