Bug 71216 - [NEW PORT] misc/gaim-xmms-remote Gaim plugin to show xmms usage
Summary: [NEW PORT] misc/gaim-xmms-remote Gaim plugin to show xmms usage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-01 02:40 UTC by Daniel Shafer
Modified: 2004-10-28 21:54 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (2.46 KB, text/plain)
2004-09-01 02:40 UTC, Daniel Shafer
no flags Details
gxr.patch (1.02 KB, patch)
2004-09-01 21:12 UTC, Daniel Shafer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Shafer 2004-09-01 02:40:08 UTC
            New port for the Gaim XMMS Remote plugin.
Comment 1 Daniel Shafer 2004-09-01 21:12:49 UTC
Im submitting a diff file to fix the Makefile of my port, mainly to
fix the depencies as I used the wrong format, and the pkg-plist.

diff -ruN gaim-xmms-remote/Makefile gxr.new/Makefile
--- gaim-xmms-remote/Makefile   Wed Sep  1 13:10:11 2004
+++ gxr.new/Makefile    Wed Sep  1 13:00:54 2004
@@ -14,9 +14,9 @@
 MAINTAINER=    daniel@xbox-irc.net
 COMMENT=       Plugin to display current xmms song in Gaim

-BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
+BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms \
+               ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
 RUN_DEPENDS=   gaim:${PORTSDIR}/net/gaim
-BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
 LIB_DEPENDS=   xmms.4:${PORTSDIR}/multimedia/xmms \

 USE_X_PREFIX=  yes
diff -ruN gaim-xmms-remote/pkg-plist gxr.new/pkg-plist
--- gaim-xmms-remote/pkg-plist  Wed Dec 31 16:00:00 1969
+++ gxr.new/pkg-plist   Wed Sep  1 13:00:54 2004
@@ -0,0 +1,7 @@
+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
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2004-09-02 16:20:55 UTC
Class Changed
From-To: maintainer-update->	 change-request

New ports are change requests.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-10-28 21:54:38 UTC
State Changed
From-To: open->closed

New port added, thank you!