[Midnightbsd-cvs] mports [20133] trunk/audio: add libsidplay

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 30 12:11:11 EDT 2015


Revision: 20133
          http://svnweb.midnightbsd.org/mports/?rev=20133
Author:   laffer1
Date:     2015-08-30 12:11:11 -0400 (Sun, 30 Aug 2015)
Log Message:
-----------
add libsidplay

Modified Paths:
--------------
    trunk/audio/Makefile

Added Paths:
-----------
    trunk/audio/libsidplay/
    trunk/audio/libsidplay/Makefile
    trunk/audio/libsidplay/distinfo
    trunk/audio/libsidplay/pkg-descr
    trunk/audio/libsidplay/pkg-plist

Modified: trunk/audio/Makefile
===================================================================
--- trunk/audio/Makefile	2015-08-30 16:05:01 UTC (rev 20132)
+++ trunk/audio/Makefile	2015-08-30 16:11:11 UTC (rev 20133)
@@ -86,6 +86,7 @@
 SUBDIR += libogg
 SUBDIR += libsamplerate
 SUBDIR += libshout
+SUBDIR += libsidplay
 SUBDIR += libsndfile
 SUBDIR += libvorbis
 SUBDIR += linux-f10-alsa-lib

Added: trunk/audio/libsidplay/Makefile
===================================================================
--- trunk/audio/libsidplay/Makefile	                        (rev 0)
+++ trunk/audio/libsidplay/Makefile	2015-08-30 16:11:11 UTC (rev 20133)
@@ -0,0 +1,29 @@
+# Created by: Stefan Zehl <sec at 42.org>
+# $MidnightBSD$
+# $FreeBSD: head/audio/libsidplay/Makefile 366790 2014-08-31 16:39:31Z tijl $
+
+PORTNAME=	libsidplay
+PORTVERSION=	1.36.59
+PORTREVISION=	1
+CATEGORIES=	audio emulators
+MASTER_SITES=	http://bsd-geek.de/FreeBSD/distfiles/
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Commodore SID-chip emulator library to play SID music files
+
+LICENSE=	gpl2
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	sid_cv_have_ios_binary=yes
+INSTALL_TARGET=	install-strip
+USES=		libtool
+USE_LDCONFIG=	yes
+
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "i386"
+CONFIGURE_ARGS=	--enable-optendian --enable-optfixpoint
+.endif
+
+.include <bsd.port.post.mk>


Property changes on: trunk/audio/libsidplay/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/libsidplay/distinfo
===================================================================
--- trunk/audio/libsidplay/distinfo	                        (rev 0)
+++ trunk/audio/libsidplay/distinfo	2015-08-30 16:11:11 UTC (rev 20133)
@@ -0,0 +1,2 @@
+SHA256 (libsidplay-1.36.59.tgz) = 3da9b38d4eb5bf9e936b9604ba92da0594ef38047d50cf806a8e11c400008024
+SIZE (libsidplay-1.36.59.tgz) = 390097


Property changes on: trunk/audio/libsidplay/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/libsidplay/pkg-descr
===================================================================
--- trunk/audio/libsidplay/pkg-descr	                        (rev 0)
+++ trunk/audio/libsidplay/pkg-descr	2015-08-30 16:11:11 UTC (rev 20133)
@@ -0,0 +1,15 @@
+Basically, SIDPLAY is just an ordinary music player software. More
+specifically, it emulates the Sound Interface Device chip (MOS 6581,
+known as SID) and the Micro Processor Unit (MOS 6510) of the
+Commodore 64 on your computer. Its platform-independent software
+emulates hardware components. Therefore it is able to load and execute
+C64 machine code programs which produce music or sound. In general,
+these are independent fragments of code and data which have been
+ripped from games and demonstration programs and were transferred
+directly from the C64. All you need is a supported operating system and
+audio hardware with average PCM waveform playback capabilities. A
+fast CPU and a 16-bit sound card are recommended for better
+performance.
+
+This is just the library. To actually use it, you need one of the
+front-ends like 'sidplay' or 'xsidplay'.


Property changes on: trunk/audio/libsidplay/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/libsidplay/pkg-plist
===================================================================
--- trunk/audio/libsidplay/pkg-plist	                        (rev 0)
+++ trunk/audio/libsidplay/pkg-plist	2015-08-30 16:11:11 UTC (rev 20133)
@@ -0,0 +1,14 @@
+include/sidplay/compconf.h
+include/sidplay/emucfg.h
+include/sidplay/fformat.h
+include/sidplay/fixpoint.h
+include/sidplay/libcfg.h
+include/sidplay/myendian.h
+include/sidplay/mytypes.h
+include/sidplay/player.h
+include/sidplay/sidtune.h
+include/sidplay/version.h
+lib/libsidplay.a
+lib/libsidplay.so
+lib/libsidplay.so.1
+lib/libsidplay.so.1.0.3


Property changes on: trunk/audio/libsidplay/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list