Port details |
- nymphcast Audio and video source for a television or powered speakers
- v0.1_6 multimedia =2 v0.1_4Version of this port present on the latest quarterly branch.
- Maintainer: adridg@FreeBSD.org
- Port Added: 2022-02-14 22:21:05
- Last Update: 2024-11-14 18:22:36
- Commit Hash: d0b3828
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- http://nyanko.ws/nymphcast.php
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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.4.1 : 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
v0.1_6 14 Nov 2024 18:22:36 |
Adriaan de Groot (adridg) |
multimedia/nymphcastlib: update to 0.2.1, latest upstream
Release notes at
https://github.com/MayaPosch/libnymphcast/releases/tag/v0.2.1
which mention FreeBSD compile fixes in particular, which is
how we can lose the patches in ports.
Dump consumers while we're here.
Reported-by: portscout |
v0.1_5 21 Oct 2024 23:40:45 |
Vladimir Druzenko (vvd) |
*/*: Bump after update devel/poco
Bump PORTREVISION for all consumers of the devel/poco.
In multimedia/nymphrpc add patch from upstream to support newer poco:
https://github.com/MayaPosch/NymphRPC/commit/d56411046e06ec33ec8e81f05aa568c28380a679
https://github.com/MayaPosch/NymphRPC/issues/9
security/clamfs: while here replace PORTVERSION with DISTVERSION and
remove GNU_CONFIGURE_MANPREFIX.
PR: 282219
Approved by: adridg |
v0.1_4 16 Jul 2023 15:01:48 |
Felix Palmen (zirias) |
devel/poco: Bump consumers after update
Shlib major version changed, so bump PORTREVISION of consumers.
Don't bump graphics/osgearth, it currently won't build for other
reasons. |
v0.1_3 27 Apr 2023 12:01:46 |
Daniel Engberg (diizzy) |
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s) |
v0.1_2 27 Apr 2023 12:01:46 |
Daniel Engberg (diizzy) |
multimedia/nymphcast: Fix build with FFmpeg 6
Partially import patch from Alpine Linux to fix build
Source:
https://git.alpinelinux.org/aports/tree/community/nymphcast/ffmpeg6.patch
PR: 270973
Approved by: portmgr (blanket, build fix) |
v0.1_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
v0.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
v0.1_1 30 Jun 2022 22:21:12 |
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 |
v0.1_1 16 May 2022 18:57:54 |
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 |
v0.1 24 Apr 2022 21:50:12 |
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 |
v0.1.r1_1 23 Mar 2022 13:00:47 |
Adriaan de Groot (adridg) |
multimedia/nymphcast: fix build on FreeBSD 12 (missing includes) |
v0.1.r1 15 Mar 2022 23:56:53 |
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 |
v0.1.r0_2 21 Feb 2022 23:12:29 |
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@ |
v0.1.r0_1 16 Feb 2022 14:28:29 |
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). |
v0.1.r0 14 Feb 2022 22:19:14 |
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 |
v0.1.r0 14 Feb 2022 22:18:18 |
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. |