Port details |
- pianod2 Free, multi-source, network-controlled music player daemon
- 329_2 audio
=0 329_2Version of this port present on the latest quarterly branch. - Maintainer: jhixson@FreeBSD.org
 - Port Added: 2019-04-28 06:26:10
- Last Update: 2022-04-30 08:03:20
- Commit Hash: ca3f925
- License: MIT
- Description:
- pianod2 is a free, multi-source, network-controlled music player daemon
for use as central music server or scriptable backend.
WWW: http://deviousfish.com/Pianod2/index.html
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/pianod2/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/pianod2
- pkg install pianod2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pianod2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1590195796
SHA256 (pianod2-329.tar.gz) = 48f2409a0c033fc92ac90e2e4beafc736b119cdcd7532ab140f3cb32da5f7e68
SIZE (pianod2-329.tar.gz) = 802609
- 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:
-
- gsed : textproc/gsed
- msgfmt : devel/gettext-tools
- gmake>=4.3 : devel/gmake
- gstreamer1-plugins>=1.16.2 : multimedia/gstreamer1-plugins
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- Runtime dependencies:
-
- mksh>0 : shells/mksh
- gstreamer1-plugins>=1.16.2 : multimedia/gstreamer1-plugins
- Library dependencies:
-
- libao.so : audio/libao
- libavcodec.so : multimedia/ffmpeg
- libgcrypt.so : security/libgcrypt
- libgstreamer-1.0.so : multimedia/gstreamer1
- libgzstream.so : devel/gzstream
- libcurl.so : ftp/curl
- libgnutls.so : security/gnutls
- libjson-c.so : devel/json-c
- libSDL.so : devel/sdl12
- libtag.so : audio/taglib
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgstreamer-1.0.so : multimedia/gstreamer1
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- audio_pianod2
- USES:
- autoreconf compiler:c11 gettext gmake gnome gstreamer pkgconfig shebangfix
- 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 Apr 2022 08:03:20 329_2
|
Tobias C. Berner (tcberner)  |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
06 Apr 2021 14:31:13 329_2
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 329_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
25 Sep 2020 17:03:44
329_2
|
bapt  |
pianod2 depends on gstreamer1 not gstreamer |
08 Jun 2020 04:41:31
329_1
|
kevans  |
Multiple ports: improve regex compliance
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
(Only the first 15 lines of the commit message are shown above ) |
23 May 2020 02:10:28
329
|
jhixson  |
audio/pianod2: update to version 329 |
22 May 2020 19:20:42
309_1
|
sunpoet  |
Bump PORTREVISION for devel/json-c json-c |
31 Mar 2020 18:02:33
309
|
jhixson  |
audio/pianod2: update to version 309 |
30 Mar 2020 22:49:28
307
|
jhixson  |
audio/pianod2: update to 307 |
23 Mar 2020 23:25:09
306
|
jhixson  |
audio/pianod2: update to version 306 |
05 Aug 2019 23:06:50
301_2
|
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/ |
26 Jul 2019 20:46:57
301_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
09 Jul 2019 21:13:16
301
|
antoine  |
Mark BROKEN on i386
xmlio.cpp:97:6: error: redefinition of 'append_attribute'
void append_attribute (rapidxml::xml_document<> &doc,
^
xmlio.cpp:82:6: note: previous definition is here
void append_attribute (rapidxml::xml_document<> &doc,
^
xmlio.cpp:103:6: error: redefinition of 'retrieve_attribute'
bool retrieve_attribute (const rapidxml::xml_node<> *node, const char *name,
time_t &answer) {
^
xmlio.cpp:88:6: note: previous definition is here
bool retrieve_attribute (const rapidxml::xml_node<> *node, const char *name, int
&answer) {
^
Reported by: pkg-fallout
MFH: 2019Q3 |
28 Apr 2019 06:25:50
301
|
jhixson  |
[New port] audio/pianod2: A free, multi-source, network-controlled music player
daemon
Approved by: araujo
Differential Revision: https://reviews.freebsd.org/D19042 |