Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2006 14:23:05 -0500 (CDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        itetcu@FreeBSD.org
Subject:   ports/98762: [NEW PORT] audio/sidplay2: A player that plays Commodore SID music files using libsidplay2
Message-ID:  <200606091923.k59JN5MH075759@Laptop.mine.box>
Resent-Message-ID: <200606091830.k59IUHBx057648@freefall.freebsd.org>

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

>Number:         98762
>Category:       ports
>Synopsis:       [NEW PORT] audio/sidplay2: A player that plays Commodore SID music files using libsidplay2
>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 09 18:30:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat May  6 22:21:39 PDT
>Description:
Sidplay 2 is the second in the Sidplay series originally developed by Michael 
Schwendt. This version is written by Simon White and is cycle accurate for 
improved sound reproduction. Sidplay 2 is capable of playing all C64 mono and 
stereo file formats. 

WWW: http://sidplay2.sourceforge.net/

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

--- sidplay2-2.0.9.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:
#
#	sidplay2
#	sidplay2/files
#	sidplay2/files/patch-src_audio_oss_audiodrv.h
#	sidplay2/Makefile
#	sidplay2/distinfo
#	sidplay2/pkg-descr
#
echo c - sidplay2
mkdir -p sidplay2 > /dev/null 2>&1
echo c - sidplay2/files
mkdir -p sidplay2/files > /dev/null 2>&1
echo x - sidplay2/files/patch-src_audio_oss_audiodrv.h
sed 's/^X//' >sidplay2/files/patch-src_audio_oss_audiodrv.h << 'END-of-sidplay2/files/patch-src_audio_oss_audiodrv.h'
X--- src/audio/oss/audiodrv.h.orig	Fri Jun  9 13:55:40 2006
X+++ src/audio/oss/audiodrv.h	Fri Jun  9 13:56:03 2006
X@@ -57,15 +57,7 @@
X #include <stdio.h>
X #include <unistd.h>
X 
X-#if defined(HAVE_LINUX_SOUNDCARD_H)
X-#   include <linux/soundcard.h>
X-#elif defined(HAVE_MACHINE_SOUNDCARD_H)
X-#   include <machine/soundcard.h>
X-#elif defined(HAVE_SOUNDCARD_H)
X-#   include <soundcard.h>
X-#else
X-#   error Audio driver not supported.
X-#endif
X+#include <sys/soundcard.h>
X 
X #include "../AudioBase.h"
X 
END-of-sidplay2/files/patch-src_audio_oss_audiodrv.h
echo x - sidplay2/Makefile
sed 's/^X//' >sidplay2/Makefile << 'END-of-sidplay2/Makefile'
X# New ports collection makefile for:   sidplay2
X# Date created:        09 June 2006
X# Whom:                Alexander Botero-Lowry <alex@foxybanana.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sidplay2
XPORTVERSION=	2.0.9
XCATEGORIES=	audio emulators
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=	sidplay-${PORTVERSION}
X
XMAINTAINER=	alex@foxybanana.com
XCOMMENT=	A player that plays Commodore SID music files using libsidplay2
X
XLIB_DEPENDS=	sidplay2.1:${PORTSDIR}/audio/libsidplay2
X
XMAN1=	sidplay2.1
XPLIST_FILES=	bin/sidplay2
X
XGNU_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-sidplay2/Makefile
echo x - sidplay2/distinfo
sed 's/^X//' >sidplay2/distinfo << 'END-of-sidplay2/distinfo'
XMD5 (sidplay-2.0.9.tar.gz) = 8b0449e501ba8e684f718dce9b77c5a5
XSHA256 (sidplay-2.0.9.tar.gz) = b850986ce9226cb6eecca50057967be313771b67aed721421e74e6c931e02215
XSIZE (sidplay-2.0.9.tar.gz) = 362140
END-of-sidplay2/distinfo
echo x - sidplay2/pkg-descr
sed 's/^X//' >sidplay2/pkg-descr << 'END-of-sidplay2/pkg-descr'
XSidplay 2 is the second in the Sidplay series originally developed by Michael 
XSchwendt. This version is written by Simon White and is cycle accurate for 
Ximproved sound reproduction. Sidplay 2 is capable of playing all C64 mono and 
Xstereo file formats. 
X
XWWW: http://sidplay2.sourceforge.net/
END-of-sidplay2/pkg-descr
exit
--- sidplay2-2.0.9.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?200606091923.k59JN5MH075759>