Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 21:20:21 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341455 - in head/audio: . libsidplayfp
Message-ID:  <201401272120.s0RLKLq4007764@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Mon Jan 27 21:20:21 2014
New Revision: 341455
URL: http://svnweb.freebsd.org/changeset/ports/341455
QAT: https://qat.redports.org/buildarchive/r341455/

Log:
  Add new port audio/libsidplayfp:
  
  Libsidplayfp is a fork of sidplay2 born with the aim to improve the quality
  of emulating the 6581, 8580 chips and the surrounding C64 system in order
  to play SID music better.
  
  WWW: http://sourceforge.net/projects/sidplay-residfp
  
  PR:		ports/185218
  Submitted by:	RyoTa SimaMoto <liangtai.s16 at gmail.com>

Added:
  head/audio/libsidplayfp/
  head/audio/libsidplayfp/Makefile   (contents, props changed)
  head/audio/libsidplayfp/distinfo   (contents, props changed)
  head/audio/libsidplayfp/pkg-descr   (contents, props changed)
  head/audio/libsidplayfp/pkg-plist   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Mon Jan 27 21:18:21 2014	(r341454)
+++ head/audio/Makefile	Mon Jan 27 21:20:21 2014	(r341455)
@@ -408,6 +408,7 @@
     SUBDIR += libshout2
     SUBDIR += libsidplay
     SUBDIR += libsidplay2
+    SUBDIR += libsidplayfp
     SUBDIR += libsmf
     SUBDIR += libsndfile
     SUBDIR += libtremor

Added: head/audio/libsidplayfp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libsidplayfp/Makefile	Mon Jan 27 21:20:21 2014	(r341455)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	libsidplayfp
+PORTVERSION=	1.2.2
+CATEGORIES=	audio
+MASTER_SITES=	SF/sidplay-residfp/libsidplayfp/${PORTVERSION:R}
+
+MAINTAINER=	liangtai.s16@gmail.com
+COMMENT=	Library to play Commodore 64 music derived from libsidplay2
+
+USES=		pathfix pkgconfig gmake
+GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>

Added: head/audio/libsidplayfp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libsidplayfp/distinfo	Mon Jan 27 21:20:21 2014	(r341455)
@@ -0,0 +1,2 @@
+SHA256 (libsidplayfp-1.2.2.tar.gz) = 7637d045de50c656813904714a5a23f5812a57d048f0c0accaf961c696fae059
+SIZE (libsidplayfp-1.2.2.tar.gz) = 633468

Added: head/audio/libsidplayfp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libsidplayfp/pkg-descr	Mon Jan 27 21:20:21 2014	(r341455)
@@ -0,0 +1,5 @@
+Libsidplayfp is a fork of sidplay2 born with the aim to improve the quality
+of emulating the 6581, 8580 chips and the surrounding C64 system in order
+to play SID music better.
+
+WWW: http://sourceforge.net/projects/sidplay-residfp

Added: head/audio/libsidplayfp/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libsidplayfp/pkg-plist	Mon Jan 27 21:20:21 2014	(r341455)
@@ -0,0 +1,27 @@
+include/sidplayfp/SidConfig.h
+include/sidplayfp/SidDatabase.h
+include/sidplayfp/SidInfo.h
+include/sidplayfp/SidTune.h
+include/sidplayfp/SidTuneInfo.h
+include/sidplayfp/builders/resid.h
+include/sidplayfp/builders/residfp.h
+include/sidplayfp/event.h
+include/sidplayfp/sidbuilder.h
+include/sidplayfp/siddefs.h
+include/sidplayfp/sidplayfp.h
+include/sidplayfp/sidversion.h
+include/stilview/stil.h
+include/stilview/stildefs.h
+lib/libsidplayfp.a
+lib/libsidplayfp.la
+lib/libsidplayfp.so
+lib/libsidplayfp.so.3
+lib/libstilview.a
+lib/libstilview.la
+lib/libstilview.so
+lib/libstilview.so.0
+libdata/pkgconfig/libsidplayfp.pc
+libdata/pkgconfig/libstilview.pc
+@dirrmtry include/sidplayfp/builders
+@dirrmtry include/sidplayfp
+@dirrmtry include/stilview



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401272120.s0RLKLq4007764>