Port details |
- siren Text-based audio player
- 0.10 audio
=1 0.9_4Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2014-08-27 20:55:37
- Last Update: 2022-06-22 16:10:08
- Commit Hash: 9f2e14b
- People watching this port, also watch:: python, unoconv, py38-pycparser, sysinfo
- License: ISCL
- Description:
- Siren is a text-based audio player for UNIX-like operating systems. It
supports Ogg Vorbis, MP3, FLAC, WavPack, WAVE, AIFF and a few other file
formats.
WWW: https://www.kariliq.nl/siren/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/siren/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/siren
- pkg install siren
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: siren
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1655913570
SHA256 (siren-0.10.tar.gz) = 54b6af320e1cf223cf02ca9d56859a4f2f796105cd617efa5f37736a3f9719e4
SIZE (siren-0.10.tar.gz) = 103388
- 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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libavformat.so : multimedia/ffmpeg
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for siren-0.10:
FAAD=off: FAAD AAC decoder support
FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...)
FLAC=off: FLAC lossless audio codec support
MAD=off: MAD MP3 audio decoder support
MPG123=off: MP3 decoding support via mpg123
OPUS=off: Opus audio codec support
SNDFILE=off: Audio conversion support via libsndfile
VORBIS=off: Ogg Vorbis audio codec support
WAVPACK=off: WavPack lossless audio format support
====> Sound (audio) support: you have to choose at least one of them
OSS=on: Open Sound System support
PULSEAUDIO=off: PulseAudio sound server support
SNDIO=off: Sndio audio support
===> Use 'make config' to modify these settings
- Options name:
- audio_siren
- USES:
- localbase:ldflags ncurses pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Jun 2022 16:10:08 0.10
|
Neel Chauhan (nc)  |
audio/siren: Update to 0.10 |
23 Sep 2021 16:22:54 0.9_4 
|
Baptiste Daroussin (bapt)  |
ncurses: fix build with futur base and ports ncurses
in preparation for the split in base of libtinfo and libncurses, clearly
specify when the packages should link against.
Note this also fixes the build with ports ncurses |
06 Apr 2021 14:31:07 0.9_4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
12 Jul 2020 09:30:29
0.9_3
|
tobik  |
audio/sndio: Update to 1.7.0 |
04 Dec 2019 20:10:18
0.9_2
|
tcberner  |
audio/siren: Use FFmpeg by default, make plugins optional
- ffmpeg already handles all the other inputs.
PR: 241819
Submitted by: daniel.engberg.lists@pyret.net |
13 Nov 2019 09:40:00
0.9_1
|
amdmi3  |
- Update WWW
- Silence stripping
Approved by: portmgr blanket |
05 Aug 2019 23:06:50
0.9_1
|
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
20 Jun 2019 23:19:58
0.9
|
kai  |
audio/siren: Update to 0.9
While I'm here:
* Remove the patch for the configure script that has been merged by upstream
Changelog:
https://www.kariliq.nl/hg/siren/raw-file/siren-0.9/CHANGES
PR: 238619
Submitted by: Thomas Merkel <tm@NetBSD.org> |
06 Nov 2018 01:50:27
0.7_4
|
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
02 May 2018 15:07:27
0.7_3
|
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
08 Dec 2017 01:46:01
0.7_2
|
linimon  |
Mark these ports as buildable on armv6 after a trybroken run. (Also
tested with trybroken on armv7.)
The 'runaway process' ones are most likely just statistical.
Approved by: portmgr (tier-2 blanket) |
21 Oct 2017 06:50:50
0.7_2
|
jbeich  |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
12 Jun 2017 11:25:05
0.7_1
|
tobik  |
Allow building of more than one output plugin. Output plugins can be
selected at run time with e.g. ':set output-plugin pulse'.
- Add SNDIO option
- Add LICENSE_FILE (yes, the filename is really LICENCE ;))
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11120 |
27 May 2017 20:33:22
0.7
|
linimon  |
Mark some ports failing on armv6, for errors classified as "configure_error".
Note: this skips all the ports that _sometimes_ fail with CMake errors. We
need to investigate that problem, and find out if it is specific to the qemu
environment.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
20 May 2017 17:04:32
0.7
|
tcberner  |
* Update to 0.7
* Convert SOUND from OPTIONS_MULTI to OPTIONS_SINGLE. The arguments show that it
is meant to be exclusive.
* Add options for FFMPEG and MPG123 as they are picked up if installed. Further
patch in toggleability for FFMPEG.
Reviewed by: rakuco
Approved by: rakuco (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10836 |
19 Mar 2017 14:02:24
0.6_1
|
rene  |
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary |
18 Feb 2017 15:23:54
0.6_1
|
riggs  |
Chase wavpack update: bump PORTREVISION on ports linking to it by default
PR: 216847
Reported by: pkubaj@anongoth.pl
MFH: 2017Q1 |
01 Apr 2016 13:29:17
0.6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
07 Feb 2016 13:11:07
0.6
|
marino  |
x11/xterm: document ncurses requirement (USES+=ncurses)
while here:
- fix tab alignment
- link with ncurses, not curses
approved by: infrastructure blanket |
01 Sep 2015 19:58:27
0.6
|
olivierd  |
- Update to 0.6
- Adjust dependencies
- Replace _SINGLE option by _MULTI, according to Tim van der Molen (main
developer of Siren), output plugin (here OSS and PulseAudio) can be selected
at runtime |
04 Mar 2015 18:32:36
0.5
|
olivierd  |
- Update to 0.5
- Reoarganize options helper
ChangeLog: http://www.kariliq.nl/hg/siren/raw-file/siren-0.5/CHANGES |
08 Dec 2014 16:48:41
0.4_1
|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
20 Oct 2014 06:36:00
0.4
|
bapt  |
Cleanup plist |
27 Aug 2014 20:55:31
0.4
|
olivierd  |
Siren is a text-based audio player for UNIX-like operating systems. It
supports Ogg Vorbis, MP3, FLAC, WavPack, WAVE, AIFF and a few other file
formats.
WWW: http://www.kariliq.nl/siren/ |