Date: Fri, 3 Oct 2003 18:59:40 +0200 (CEST) From: Ulrich Spoerlein <q@uni.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/57543: [NEW PORT] audio/xmms-real-random: REAL shuffle mode for xmms Message-ID: <200310031659.h93GxdP3026623@roadrunner.q.local> Resent-Message-ID: <200310031700.h93H0Qbp060068@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 57543 >Category: ports >Synopsis: [NEW PORT] audio/xmms-real-random: REAL shuffle mode for xmms >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 Oct 03 10:00:26 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Ulrich Spoerlein >Release: FreeBSD 5.1-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD roadrunner 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #1: Sat Sep 27 20:33:30 CEST 2003 >Description: The shuffle mode of xmms is not as I expected it. So I created this plugin -- Martin Oberzalek WWW: http://kingleo.home.pages.at/index_stuff.xml.php Generated with FreeBSD Port Tools 0.26 >How-To-Repeat: >Fix: --- xmms-real-random-0.2.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: # # xmms-real-random # xmms-real-random/Makefile # xmms-real-random/distinfo # xmms-real-random/pkg-descr # xmms-real-random/pkg-plist # xmms-real-random/files # xmms-real-random/files/patch-Makefile # echo c - xmms-real-random mkdir -p xmms-real-random > /dev/null 2>&1 echo x - xmms-real-random/Makefile sed 's/^X//' >xmms-real-random/Makefile << 'END-of-xmms-real-random/Makefile' X# New ports collection makefile for: xmms-real-random X# Date created: 03.10.2003 X# Whom: Ulrich Spoerlein <q@uni.de> X# X# $FreeBSD$ X# X XPORTNAME= xmms-real-random XPORTVERSION= 0.2 XCATEGORIES= audio XMASTER_SITES= http://kingleo.home.pages.at/development/stuff/ XDISTNAME= real_random-${PORTVERSION} X XMAINTAINER= q@uni.de XCOMMENT= REAL shuffle mode for xmms X XLIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_REINPLACE= yes XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes XUSE_X_PREFIX= yes X XCONFIGURE_ENV= CFLAGS='${CFLAGS}' X Xpost-patch: X.for Makefile in Makefile.am Makefile.in X @${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/' ${WRKSRC}/${Makefile} X.endfor X X.include <bsd.port.mk> END-of-xmms-real-random/Makefile echo x - xmms-real-random/distinfo sed 's/^X//' >xmms-real-random/distinfo << 'END-of-xmms-real-random/distinfo' XMD5 (real_random-0.2.tar.gz) = d50c70e8406b21582e7286747ac43981 END-of-xmms-real-random/distinfo echo x - xmms-real-random/pkg-descr sed 's/^X//' >xmms-real-random/pkg-descr << 'END-of-xmms-real-random/pkg-descr' XThe shuffle mode of xmms is not as I expected it. So I created this plugin X-- Martin Oberzalek X XWWW: http://kingleo.home.pages.at/index_stuff.xml.php END-of-xmms-real-random/pkg-descr echo x - xmms-real-random/pkg-plist sed 's/^X//' >xmms-real-random/pkg-plist << 'END-of-xmms-real-random/pkg-plist' Xlib/xmms/General/libreal_random.la Xlib/xmms/General/libreal_random.so END-of-xmms-real-random/pkg-plist echo c - xmms-real-random/files mkdir -p xmms-real-random/files > /dev/null 2>&1 echo x - xmms-real-random/files/patch-Makefile sed 's/^X//' >xmms-real-random/files/patch-Makefile << 'END-of-xmms-real-random/files/patch-Makefile' X--- Makefile.am.orig Fri Oct 3 16:41:10 2003 X+++ Makefile.am Fri Oct 3 16:42:27 2003 X@@ -1,6 +1,6 @@ X lib_LTLIBRARIES = libreal_random.la X X-CFLAGS = $$(xmms-config --cflags) X+CFLAGS = @CFLAGS@ $$(xmms-config --cflags) X libreal_random_la_SOURCES = real_random.c X libreal_random_la_LDFLAGS= -module -avoid-version -nostdlib -lpthread X X--- Makefile.in.orig Fri Oct 3 16:39:36 2003 X+++ Makefile.in Fri Oct 3 16:42:20 2003 X@@ -82,7 +82,7 @@ X X lib_LTLIBRARIES = libreal_random.la X X-CFLAGS = $$(xmms-config --cflags) X+CFLAGS = @CFLAGS@ $$(xmms-config --cflags) X libreal_random_la_SOURCES = real_random.c X libreal_random_la_LDFLAGS = -module -avoid-version -nostdlib -lpthread X CCLD = "gcc -nostdlib" END-of-xmms-real-random/files/patch-Makefile exit --- xmms-real-random-0.2.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?200310031659.h93GxdP3026623>