Commit Graph

30 Commits

Author SHA1 Message Date
Dima Panov
760c9d7c16 audio/libsidplayfp: update to 2.3.1 release
Changelog:
* VIC II: check badline enabled condition on raster Y increment. Fixes CPU/shxy/shx-test
* Disable digiboost for residfp when not required (issue #37)

Sponsored by:	Netzkommune GmbH
2021-12-16 14:27:41 +03:00
Dima Panov
e63ae0ee38 audio/libsidplayfp: regen plist after doxygen update
Sponsored by:	Netzkommune GmbH
2021-12-16 11:49:51 +03:00
Daniel Engberg
2e579783d0 audio/libsidplayfp: update to 2.3.0 release
Release notes:	https://github.com/libsidplayfp/libsidplayfp/releases/tag/v2.3.0
PR:	258731
Submitted by:	dizzy
2021-09-27 08:20:10 +10:00
Dima Panov
9e353599c1 audio/libsidplayfp: update to 2.2.2 release+
Enable SIMD instructions on aarch64 and amd64

PR:	257759
2021-08-12 03:11:26 +10:00
Dima Panov
9c447b3964 audio/libsidplayfp: adopt, unbreak packaging with Doxygen enabled 2021-07-31 01:10:43 +10:00
Kevin Bowling
0a8b84cb4d audio/libsidplayfp: Remove unneeded line continuation
MFH:		2021Q2
2021-06-15 10:08:37 -07:00
Daniel Engberg
d8f237b348 audio/libsidplayfp: Update to 2.2.0
PR:		256043
Approved by:	maintainer
MFH:		2021Q2 (fix distinfo)
2021-06-15 10:03:41 -07:00
Kevin Bowling
1f11aee3c6 audio/libsidplayfp: Remove distinfo w/o EOF EOL
The commit hook is preventing updates here, remove the file so it can be
fixed and updated.

PR:		256043
MFH:		2021Q2
2021-06-15 09:58:47 -07:00
Kevin Bowling
87918eed66 audio/libsidplayfp: Reset maintainer
PR:		256043
Approved by:	portmgr (maintainer timeout: 14+ days)
MFH:		2021Q2
2021-06-14 17:44:47 -07:00
Dima Panov
b8ac15afd0 devel/doxygen: update to 1.9.1 release
Also regen 'pkg-plist' for affected consumers, with PORTREVISION bump
Touch Mk/bsd.ruby.mk due to all ruby* is affected
MFH:	2021Q2
2021-04-18 20:02:20 +10:00
Rainer Hurling
44c15db8b1 audio/libsidplayfp: Update to 2.1.1
Changelog: https://sourceforge.net/p/sidplay-residfp/news/

PR:		254371
Submitted by:	daniel.engberg.lists@pyret.net
Approved by:	maintainer timeout
2021-04-09 21:31:42 +02:00
Mathieu Arnold
cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Dima Panov
2ec10e7dd9 devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip

Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0

PR:		242347
Submitted by:	fluffy
Reported by:	Naram Qashat (ex-maintainer)
Exp-run by:	antoine
2021-01-08 07:47:02 +00:00
Piotr Kubaj
606f25f7c8 audio/libsidplayfp: fix build on GCC architectures
src/mixer.cpp:144: error: address of overloaded function with no contextual type information

MFH:		2021Q1
2021-01-06 13:22:51 +00:00
Juraj Lutter
cf5fe0b2e5 audio/libsidplayfp: Update to 2.0.5
- Update to 2.0.5
- Adjust dependencies

And while I'm here, also do style cleanup.

Changelog:
- libsidplayfp-2.0.5:
  * Fixed CIA SDR handling, code borrowed from Denise emulator
  * Fixed external filter coefficients calculation in resid/residfp
  * Update osc3 on waveform zero in resid/residfp

- libsidplayfp-2.0.4:
  * Further improved CPU/CIA/VICII emulation based on VICE testprogs (bug #27)
  * Fixed an envelope generator regression in resid/residfp (bug #31)
  * Improved noise+pulse interaction in resid/residfp (bug #28)

- libsidplayfp-2.0.3:
  * Avoid saturation of residfp 8580 filter
  * Fix some UBSan warnings

- libsidplayfp-2.0.2:
  * Adjusted residfp 6581 filter parameter range (bug #30)
  * Recalculate noise output when actually changed in residfp

- libsidplayfp-2.0.1:
  * Fix loading stereo mus tunes
  * Fix residfp envelope (bug #29)
  * Minor interrupt timing tweaks
  * Dirty hack to reduce overloading in 8580 filter (bug #29)

- libsidplayfp-2.0.0:
  * Make digiboost work with resid
  * Fixed some initialization order warnings

- libsidplayfp-2.0.0rc:
  * Make MUS loading more robust to malformed files
  * Minor interrupt timing fixes
  * Reworked SidDatabase API
  * Fix hang on exit

- libsidplayfp-2.0.0beta2:
  * CIA model is now configurable
  * Added digiboost support
  * Added support for milliseconds in SLDB
  * Improved 8580 filter
  * CIA and SID fixes ported from VICE
  * Added MOS 6573 (PAL-M) emulation
  * Other minor fixes and code cleanup

- libsidplayfp-2.0.0beta:
  * Dropped deprecated functions

- libsidplayfp-2.0.0alpha4:
  * Dropped old 8580 filter implementation
  * Correctly clock oscillators in silent mode
  * Interrupt playback on invalid opcode execution
  * Minor envelope and noise writeback fixes in reSIDfp

- libsidplayfp-2.0.0alpha3:
  * Improved experimental 8580 filter emulation, now enabled by default

- libsidplayfp-2.0.0alpha2:
  * Reworked reSIDfp envelope generator based on analysis of chip die and transistor level emulation
  * Added new experimental 8580 filter emulation in reSIDfp
  * Fixed out of range tune selection
  * Other minor fixes and code cleanup

- libsidplayfp-2.0.0alpha1:
  * Cleaned up directory structure
  * Use c++11 features where supported
  * Added exSID USB support
  * Improved SID emulation
  * Do not use kernal calls in psid driver
  - Known bugs/limitations:
     * mus data embedded in psid file is not supported
     * hardsid support is untested and possibly broken

- libsidplayfp-1.8.8:
  * Fix misspelling in error message (bug #26)
  * Correctly clock oscillators in silent mode
  * CIA timing fixes
  * Allow running VICE tests

- libsidplayfp-1.8.7
  * Fix out of range tune selection
  * Reenable accidentally broken branch hints in residfp
  * Minor fix in VIC-II code ported from VICE

PR:		251305
Submitted by:	Daniel Engberg
Reviewed by:	osa (mentor)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D27687
2020-12-20 21:07:31 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Dmitry Marakasov
8104febd9a - Update to 1.8.6
- While here, clarify LICENSE

PR:		209683
Submitted by:	liangtai.s16@gmail.com (maintainer)
2016-05-23 18:02:02 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Raphael Kubo da Costa
196e67a9e6 Update to 1.8.4.
Changelog:
* Fix a possible crash when locking a sid device fails

PR:		207438
Submitted by:	liangtai.s16@gmail.com (maintainer)
2016-03-03 10:38:10 +00:00
Martin Wilke
5c29c23e61 - Update to 1.8.3
PR:		205913
Submitted by:	maintainer
2016-01-06 06:11:29 +00:00
Alexey Dokuchaev
f1e47a6b14 - Update `audio/libsidplayfp' to version 1.8.2
- Point project home (WWW) to their wiki page
- Fix some Makefile style bugs while I'm here

PR:		203962
Submitted by:	maintainer
2015-10-23 14:44:56 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Thomas Zander
4d9948d738 Update to upstream version 1.7.0
PR:		197095
Submitted by:	liangtai.s16@gmail.com (maintainer)
2015-02-07 14:35:58 +00:00
Thomas Zander
d6dc299ff7 Update audio/libsidplayfp to upstream version 1.6.0
Bump PORTREVISION of dependent ports

PR:		194626
Submitted by:	liangtai.s16@gmail.com (maintainer)
2014-11-09 16:33:26 +00:00
Baptiste Daroussin
a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
William Grzybowski
b9772a1cb6 audio/libsidplayfp: update to 1.5.0
PR:		192604
Submitted by:	maintainer
2014-08-13 21:50:03 +00:00
Baptiste Daroussin
8fc7daf86f Update to 1.4.2
Use USES=libtool
Strip binaries

PR:		ports/188757
Submitted by:	RyoTa SimaMoto <liangtai.s16@gmail.com> (maintainer)
2014-05-06 07:29:10 +00:00
Martin Wilke
824ea98cb5 - Update to 1.3.0
PR:		186477
Submitted by:	RyoTa SimaMoto <liangtai.s16@gmail.com> (maintainer)
2014-02-07 14:29:29 +00:00
Max Brazhnikov
4e652d7e20 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>
2014-01-27 21:20:21 +00:00