Bug 185218 - New Port: audio/libsidplayfp
Summary: New Port: audio/libsidplayfp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-27 03:30 UTC by SimaMoto,RyōTa
Modified: 2014-01-27 21:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.51 KB, text/plain)
2013-12-27 03:30 UTC, SimaMoto,RyōTa
no flags Details
libsidplayfp-1.2.1.shar (2.51 KB, application/x-shar)
2014-01-11 04:52 UTC, SimaMoto,RyōTa
no flags Details
opusfile.port-122.shar (2.51 KB, application/x-shar)
2014-01-15 18:33 UTC, SimaMoto,RyōTa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description SimaMoto,RyōTa 2013-12-27 03:30:00 UTC
This report requests to add a port of libsidplayfp-1.2.0,
that 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.

A shar file for placing the new port is attached.

This port will be used by the next minor versions of
multimedia/qmmp (qmmp-0.8.x, not yet released).

Fix: Patch attached with submission follows:
Comment 1 SimaMoto,RyōTa 2014-01-11 04:52:21 UTC
libsidplayfp-1.2.1 has been released.
Comment 2 SimaMoto,RyōTa 2014-01-15 18:33:49 UTC
libsidplayfp-1.2.2 has been released.
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2014-01-17 15:55:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-01-27 21:20:30 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Max Brazhnikov freebsd_committer freebsd_triage 2014-01-27 21:22:44 UTC
State Changed
From-To: open->closed

New port added. Thanks!