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/

PR:		ports/98762
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
Approved by:	lawrance (mentor, implicit)
This commit is contained in:
Ion-Mihai Tetcu 2006-06-10 22:13:39 +00:00
parent 663a78a6e9
commit 6d8d821098
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165059
5 changed files with 54 additions and 0 deletions

View file

@ -497,6 +497,7 @@
SUBDIR += shout
SUBDIR += shoutcast
SUBDIR += sidplay
SUBDIR += sidplay2
SUBDIR += sidplayer
SUBDIR += simplemod
SUBDIR += slimserver

25
audio/sidplay2/Makefile Normal file
View file

@ -0,0 +1,25 @@
# New ports collection makefile for: sidplay2
# Date created: 09 June 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
PORTNAME= sidplay2
PORTVERSION= 2.0.9
CATEGORIES= audio emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= sidplay-${PORTVERSION}
MAINTAINER= alex@foxybanana.com
COMMENT= A player that plays Commodore SID music files using libsidplay2
LIB_DEPENDS= sidplay2.1:${PORTSDIR}/audio/libsidplay2
MAN1= sidplay2.1
PLIST_FILES= bin/sidplay2
GNU_CONFIGURE= yes
.include <bsd.port.mk>

3
audio/sidplay2/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (sidplay-2.0.9.tar.gz) = 8b0449e501ba8e684f718dce9b77c5a5
SHA256 (sidplay-2.0.9.tar.gz) = b850986ce9226cb6eecca50057967be313771b67aed721421e74e6c931e02215
SIZE (sidplay-2.0.9.tar.gz) = 362140

View file

@ -0,0 +1,19 @@
--- src/audio/oss/audiodrv.h.orig Fri Jun 9 13:55:40 2006
+++ src/audio/oss/audiodrv.h Fri Jun 9 13:56:03 2006
@@ -57,15 +57,7 @@
#include <stdio.h>
#include <unistd.h>
-#if defined(HAVE_LINUX_SOUNDCARD_H)
-# include <linux/soundcard.h>
-#elif defined(HAVE_MACHINE_SOUNDCARD_H)
-# include <machine/soundcard.h>
-#elif defined(HAVE_SOUNDCARD_H)
-# include <soundcard.h>
-#else
-# error Audio driver not supported.
-#endif
+#include <sys/soundcard.h>
#include "../AudioBase.h"

6
audio/sidplay2/pkg-descr Normal file
View file

@ -0,0 +1,6 @@
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/