Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2006 23:04:01 -0800 (PST)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94437: [NEW PORT] audio/gxmms2: A GTK2 based XMMS2 client, written in C
Message-ID:  <200603140704.k2E741HY099828@Laptop.mine.box>
Resent-Message-ID: <200603140710.k2E7AHnk040151@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94437
>Category:       ports
>Synopsis:       [NEW PORT] audio/gxmms2: A GTK2 based XMMS2 client, written in C
>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:   Tue Mar 14 07:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
gxmms2 is a GTK2 based XMMS2 client, written in C. Its main window is small 
and simple. It includes a playlist editor and a file details dialog.

WWW: http://wejp.mooo.com/wejp/xmms2/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- gxmms2-0.6.1.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:
#
#	gxmms2
#	gxmms2/pkg-descr
#	gxmms2/pkg-plist
#	gxmms2/Makefile
#	gxmms2/files
#	gxmms2/files/patch-Makefile
#	gxmms2/distinfo
#
echo c - gxmms2
mkdir -p gxmms2 > /dev/null 2>&1
echo x - gxmms2/pkg-descr
sed 's/^X//' >gxmms2/pkg-descr << 'END-of-gxmms2/pkg-descr'
Xgxmms2 is a GTK2 based XMMS2 client, written in C. Its main window is small 
Xand simple. It includes a playlist editor and a file details dialog.
X
XWWW: http://wejp.mooo.com/wejp/xmms2/
END-of-gxmms2/pkg-descr
echo x - gxmms2/pkg-plist
sed 's/^X//' >gxmms2/pkg-plist << 'END-of-gxmms2/pkg-plist'
Xbin/gxmms2
END-of-gxmms2/pkg-plist
echo x - gxmms2/Makefile
sed 's/^X//' >gxmms2/Makefile << 'END-of-gxmms2/Makefile'
X# New ports collection makefile for:    gxmms2
X# Date created:				03 Mar 2006
X# Whom:				  	Alexander Botero-Lowry <alex@foxybanana.com>
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	gxmms2
XPORTVERSION=	0.6.1
XCATEGORIES=	audio
XMASTER_SITES=	http://wejp.mooo.com/wejp/xmms2/
X
XMAINTAINER=	alex@foxybanana.com
XCOMMENT=	A GTK2 based XMMS2 client, written in C
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
X
XUSE_X_PREFIX=	yes
XUSE_GNOME=	gtk20
X
XWRKSRC=		${WRKDIR}/${DISTNAME}
X
X.include <bsd.port.pre.mk>
X
Xdo-build:
X	cd ${WRKSRC} && \
X		${MAKE} PREFIX="${PREFIX}" gxmms2
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/gxmms ${PREFIX}/gxmms2
X
X.include <bsd.port.post.mk>
END-of-gxmms2/Makefile
echo c - gxmms2/files
mkdir -p gxmms2/files > /dev/null 2>&1
echo x - gxmms2/files/patch-Makefile
sed 's/^X//' >gxmms2/files/patch-Makefile << 'END-of-gxmms2/files/patch-Makefile'
X--- Makefile.orig	Mon Mar 13 22:31:49 2006
X+++ Makefile	Mon Mar 13 22:32:44 2006
X@@ -1,9 +1,6 @@
X # Makefile for gxmms2 and gkrellxmms2
X 
X # Installation directory
X-PREFIX=/usr/local
X-KRELLPREFIX=/usr
X-
X ALLFILES=gkrellxmms2/*.c gkrellxmms2/*.h gkrellxmms2/*.xpm gmedialib/*.c gmedialib/*.h gmedialib/*.xpm gtrackinfo/*.c gtrackinfo/*.h gxmms2src/*.c gxmms2src/*.h gxmms2src/*.xpm sdecode/*.c sdecode/*.h xmms2ctrl/*.c xmms2ctrl/*.h Makefile README README.gxmms2 README.gkrellxmms2 COPYING CHANGELOG
X 
X GTK_CFLAGS=`pkg-config gtk+-2.0 --cflags`
X@@ -11,12 +8,10 @@
X XMMS2_CFLAGS=`pkg-config xmms2-client xmms2-client-glib --cflags`
X XMMS2_LIB=`pkg-config xmms2-client xmms2-client-glib --libs`
X 
X-CFLAGS=-O2 -Wall -fPIC $(GTK_CFLAGS) $(XMMS2_CFLAGS) -I.
X-LIBS=$(GTK_LIB) $(XMMS2_LIB)
X+CFLAGS+=$(GTK_CFLAGS) $(XMMS2_CFLAGS) -I.
X+LIBS+=$(GTK_LIB) $(XMMS2_LIB)
X 
X KRELLLFLAGS=-shared
X-
X-CC=gcc
X 
X OBJS = gxmms2.o xmms2ctrl.o trackinfo.o gtrackinfo.o gmlplaylist.o gmedialib.o gmlbrowser.o gmlsearch.o gmlplaylists.o gmladdfiles.o sdecode.o wejpscroller.o statusdisplay.o wejpconfig.o eggtrayicon.o
X 
END-of-gxmms2/files/patch-Makefile
echo x - gxmms2/distinfo
sed 's/^X//' >gxmms2/distinfo << 'END-of-gxmms2/distinfo'
XMD5 (gxmms2-0.6.1.tar.gz) = 5d486fa8e03c8d0f6fe6a6d0d580386e
XSHA256 (gxmms2-0.6.1.tar.gz) = 170d33905364b18d45caf7429d88e20a94db1c92ca0b96c9491792af2f3c78ca
XSIZE (gxmms2-0.6.1.tar.gz) =  70441
END-of-gxmms2/distinfo
exit
--- gxmms2-0.6.1.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?200603140704.k2E741HY099828>