Port details |
- libsidplay Commodore SID-chip emulator library to play SID music files
- 1.36.60_1 audio =39 1.36.60_1Version of this port present on the latest quarterly branch.
- Maintainer: ehaupt@FreeBSD.org
- Port Added: 2000-06-29 07:17:09
- Last Update: 2023-07-26 00:48:20
- Commit Hash: 95274bf
- People watching this port, also watch:: lcms, popt, libxml2, libmng, tiff
- Also Listed In: emulators
- License: GPLv2
- Description:
- 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'.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libsidplay>0:audio/libsidplay
- To install the port:
- cd /usr/ports/audio/libsidplay/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/libsidplay
- pkg install libsidplay
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libsidplay
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1621634985
SHA256 (libsidplay_1.36.60.orig.tar.bz2) = 1729beb5b54e7486e0b2b83dc0e02130e753a8dcd6fe03677217dbe358941396
SIZE (libsidplay_1.36.60.orig.tar.bz2) = 338516
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- This port is required by:
- for Libraries
-
- audio/fcplay
- audio/gstreamer1-plugins-sidplay
- audio/mp3blaster
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- audio_libsidplay
- USES:
- autoreconf libtool tar:bz2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.36.60_1 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.36.60_1 24 Jun 2023 20:48:38 |
Muhammad Moinur Rahman (bofh) |
audio/libsidplay: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.36.60_1 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.36.60_1 19 Oct 2021 08:37:51 |
Tobias Kortkamp (tobik) |
audio/libsidplay: Make CONFIGURE_ARGS_i386 do something
Reported by: portscan (unreferenced variable) |
1.36.60 22 May 2021 08:03:12 |
Emanuel Haupt (ehaupt) |
audio/libsidplay: Update to 1.36.60
- Pacify portclippy, portfmt, portlint
- Convert to options-helpers |
1.36.59_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.36.59_1 26 Jan 2018 14:39:16 |
jbeich |
audio/libsidplay: unbreak build with Clang 6 (C++14 by default)
configure:4036: c++ -o conftest -O2 -pipe -O3 -fno-strict-aliasing
-fno-omit-frame-pointer -march=native -fstack-protector -fstack-protector
conftest.cc >&5
In file included from conftest.cc:32:
In file included from /usr/include/c++/v1/stdlib.h:94:
/usr/include/stdlib.h:97:1: error: function declared '[[noreturn]]' after its
first declaration
_Noreturn void exit(int);
^
/usr/include/sys/cdefs.h:280:22: note: expanded from macro '_Noreturn'
#define _Noreturn [[noreturn]]
^
conftest.cc:11:6: note: declaration missing '[[noreturn]]' attribute is here
void exit (int);
^
[...] (Only the first 15 lines of the commit message are shown above ) |
1.36.59_1 28 Oct 2016 10:29:33 |
ehaupt |
- Add LICENSE
- USES tar:tgz
- Take maintainership as it is required as a dependecny
of one of my ports |
1.36.59_1 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
1.36.59_1 31 Aug 2014 16:39:31 |
tijl |
Convert to USES=libtool and add INSTALL_TARGET=install-strip |
1.36.59 24 Sep 2013 06:24:17 |
bapt |
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery |
1.36.59 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.36.59 06 Sep 2013 20:16:39 |
bapt |
Fix build with libc++ |
1.36.59 13 Mar 2013 11:54:26 |
danfe |
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed. |
1.36.59 25 Sep 2011 23:18:57 |
dougb |
A volunteer has stepped forward to host the distfiles for
audio/libsidplay and audio/sidplay, so un-DEPRECATE them,
and the ports that depend on them.
Reset the maintainer due to complete lack of response. |
1.36.59 12 Sep 2011 10:13:36 |
dougb |
Deprecate audio/xmms-sid and www/plugger-plugins-hubbe which rely on
audio/libsidplay, which is deprecated for a dead master site.
Extend the deprecation for audio/*sidplay to give time to deal with their
several dependencies. |
1.36.59 23 Aug 2011 17:34:17 |
dougb |
Turns out that some geocities sites are more dead than others.
My apologies for the inconvenience.
Meanwhile, s/BROKEN/DEPRECATED/ which is what I meant anyway. :-/ |
1.36.59 23 Aug 2011 07:45:27 |
dougb |
Geocities has been gone for almost 2 years now, so let's remove
references to it.
Deprecate ports whose only MASTER_SITE is (was) geocities |
1.36.59 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.36.59 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.36.59 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.36.59 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.36.59 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.36.59 22 Jan 2006 08:13:12 |
edwin |
SHA256ify
Approved by: krion@ |
1.36.59 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.36.59 11 Oct 2004 22:22:10 |
pav |
- Update to 1.36.59
PR: ports/71067
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Approved by: maintainer timeout (1 month) |
1.36.58 12 Aug 2004 15:56:04 |
nork |
Update to 1.36.58.
PR: ports/69917
Submitted by: Paul Seniura <pdseniura@techie.com>
Approved by: Stefan `Sec` Zehl <sec@42.org> (maintainer) |
1.36.57 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.36.57 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.36.57 21 Feb 2003 10:59:39 |
knu |
De-pkg-comment. |
1.36.57 15 Sep 2002 00:20:48 |
naddy |
Update to 1.36.57.
Approved by: maintainer |
1.36.55 05 Aug 2002 19:30:51 |
pat |
- Update to 1.36.55
- Sort plist and silent some portlint warnings
PR: ports/41316
Submitted by: maintainer |
1.36.54 16 Jul 2002 22:06:50 |
pat |
Update to 1.36.54
PR: ports/40667
Submitted by: maintainer |
12 Jan 2002 17:08:17 |
kevlo |
Update to version 0.36.50 |
06 May 2001 04:18:38 |
kris |
Update to libsidplay-1.36.47 |
20 Jan 2001 11:50:30 |
roam |
Chase a rerolled distfile tarball; remove a Makefile comment about it, dating
from the times there were two different distfiles on different distsites. |
09 Jan 2001 16:58:13 |
kevlo |
Upgrade to 1.36.46 |
12 Oct 2000 22:25:30 |
ade |
Update to 1.36.45 |
08 Oct 2000 00:19:06 |
asami |
Convert category audio to new layout. |
25 Sep 2000 13:21:43 |
asami |
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined. |
22 Aug 2000 17:10:39 |
sobomax |
Override FETCH_CMD to get rid from -A option. |
22 Aug 2000 17:02:06 |
sobomax |
Update to 1.36.44. |
29 Jun 2000 11:37:31 |
sobomax |
Forgot to update COMMENT. |
29 Jun 2000 11:20:13 |
sobomax |
Remove unneeded USE_XLIB. |
29 Jun 2000 11:17:09 |
sobomax |
Reflect new PORTNAME after sidplay --> libsidplay repo copy. Also update to
1.36.40. |