Port details |
- nymphcastlib Core functionality for a NymphCast client
- v0.2.1 multimedia =2 v0.1_1Version 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:
- https://github.com/MayaPosch/libnymphcast
- Description:
- Libnymphcast is a library containing the core functionality for a NymphCast
client. This includes:
- Streaming media files to a remote NymphCast receiver.
- Sending a URL to a media file to a NymphCast receiver to initiate playback.
- Communication with remote NymphCast Apps.
- Multi-casting media content.
- Interact with NymphCast MediaServers.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- NymphCastLib>0:multimedia/nymphcastlib
- To install the port:
- cd /usr/ports/multimedia/nymphcastlib/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/nymphcastlib
- pkg install NymphCastLib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: NymphCastLib
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731522174
SHA256 (MayaPosch-libnymphcast-v0.2.1_GH0.tar.gz) = 4a824b3aef22e1bc32d4b4fcc6158e7c0e0d674155b031c12a5bdd0c3e534cf0
SIZE (MayaPosch-libnymphcast-v0.2.1_GH0.tar.gz) = 214673
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:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libnymphrpc.so : multimedia/nymphrpc
- libPocoNet.so : devel/poco
- This port is required by:
- for Libraries
-
- multimedia/nymphcast
Configuration Options:
- No options to configure
- Options name:
- multimedia_nymphcastlib
- USES:
- compiler:c++17-lang gmake
- 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.2.1 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_2 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_1 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. |
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 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 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.r0 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.b0 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. |