Port details |
- nymphcast Audio and video source for a television or powered speakers
- v0.1_1 multimedia
=0 Version of this port present on the latest quarterly branch. - Maintainer: adridg@FreeBSD.org
 - Port Added: 2022-02-14 22:21:05
- Last Update: 2022-06-30 22:21:12
- Commit Hash: d638346
- License: BSD3CLAUSE
- Description:
- NymphCast is a software solution which turns your choice of
FreeBSD-capable hardware into an audio and video source for a
television or powered speakers. It enables the streaming of audio
and video over the network from a wide range of client devices,
as well as the streaming of internet media to a NymphCast server,
controlled by a client device, or directly on the receiver.
WWW: http://nyanko.ws/nymphcast.php
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- NymphCast>0:multimedia/nymphcast
- To install the port:
- cd /usr/ports/multimedia/nymphcast/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/nymphcast
- pkg install NymphCast
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: NymphCast
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1650830483
SHA256 (MayaPosch-NymphCast-v0.1_GH0.tar.gz) = 434669fb336f63c15a755e2b23cef8a7753f62285f18792795226073abbc3f47
SIZE (MayaPosch-NymphCast-v0.1_GH0.tar.gz) = 124186102
- 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:
-
- rapidjson>=0 : devel/rapidjson
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl2-config : devel/sdl20
- xorgproto>=0 : x11/xorgproto
- Library dependencies:
-
- libnymphrpc.so : multimedia/nymphrpc
- libnymphcast.so : multimedia/nymphcastlib
- libasound.so : audio/alsa-lib
- libPocoFoundation.so : devel/poco
- libcurl.so : ftp/curl
- libfreeimage.so : graphics/freeimage
- libavutil.so : multimedia/ffmpeg
- libvlccore.so : multimedia/vlc
- libfreetype.so : print/freetype2
- libGL.so : graphics/libglvnd
- libSDL2_image.so : graphics/sdl2_image
- libSDL2.so : devel/sdl20
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- multimedia_nymphcast
- USES:
- compiler:c++17-lang gl gmake pkgconfig sdl
- 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 |
30 Jun 2022 22:21:12 v0.1_1 |
Adriaan de Groot (adridg)  |
multimedia/nymphcast: fix botched previous commit
I have no idea what I was thinking in 78989b4e694c2a8264975fb6d64e3bf1c13762c2,
which added a patch-file, instead of patching with that patch file
to create patch files.
PR: 263953
Reported by: Robert Clausecker |
16 May 2022 18:57:54 v0.1_1 |
Adriaan de Groot (adridg)  Author: Robert Clausecker |
multimedia/nymphcast: fix build on ARMv7
nymphcast has a bundled copy of angelscript (TODO: use the
one from ports instead) that doesn't build nicely on ARM
because it passes in invalid compiler flags.
PR: 263953
Reported by: Robert Clausecker |
24 Apr 2022 21:50:12 v0.1 |
Adriaan de Groot (adridg)  |
multimedia/nymphcast: update to v0.1
The age of RC's for NymphCast (and supporting libraries) is
over. Release notes are at
https://github.com/MayaPosch/NymphCast/releases/tag/v0.1 |
23 Mar 2022 13:00:47 v0.1.r1_1 |
Adriaan de Groot (adridg)  |
multimedia/nymphcast: fix build on FreeBSD 12 (missing includes) |
15 Mar 2022 23:56:53 v0.1.r1 |
Adriaan de Groot (adridg)  |
multimedia/nymph*: update to latest RC
There are now RC's for all the parts of nymphcast, update
to those versions. Release notes (although they mostly
point at new binary-builds of the tools) are at
https://github.com/MayaPosch/NymphRPC/releases/tag/v0.1-rc0
https://github.com/MayaPosch/libnymphcast/releases/tag/v0.1-rc0
https://github.com/MayaPosch/NymphCast/releases/tag/v0.1-rc1 |
21 Feb 2022 23:12:29 v0.1.r0_2 |
Adriaan de Groot (adridg)  |
multimedia/nymphcast: tidy & fix build
- nymphrpc didn't build for me in poudriere, needs a poke
to ensure that the directory for storing the object files
is created first (this is erratically a problem with -j)
- nymphcast can USE=sdl, suggestion from makc@ |
16 Feb 2022 14:28:29 v0.1.r0_1 |
Adriaan de Groot (adridg)  |
multimedia/nymphcast: fix build on 12-
Needs an explicit <time.h> that gets pulled in implicitly
on newer FreeBSD releases (thanks to imp@ making the headers
less annoyingly-pedantic). |
14 Feb 2022 22:19:14 v0.1.r0 |
Adriaan de Groot (adridg)  |
multimedia/nymphcast: fix LIB_DEPENDS
Listened to portlint and didn't double-check it with poudriere
until too late: libSDL2_image-2.0.so.0 **needs** that trailing .0 |
14 Feb 2022 22:18:18 v0.1.r0 |
Adriaan de Groot (adridg)  |
multimedia/nymphcast: 'broadcast' to your TV or speakers from the desktop
This is three ports:
- nymphrpc (RPC library)
- nymphcastlib (supporting library for the server and clients)
- nymphcast (the server)
There is no client for FreeBSD (yet). Use the client on Android,
Windows, or Linux. |