Port details |
- gonic Music streaming server / subsonic server API implementation
- 0.14.0_2 audio
=1 Version of this port present on the latest quarterly branch. - Maintainer: bapt@FreeBSD.org
 - Port Added: 2020-04-09 10:29:05
- Last Update: 2022-08-03 21:35:13
- Commit Hash: 4476f89
- Also Listed In: net
- License: GPLv3
- Description:
- music streaming server / subsonic server API implementation
features
* browsing by folder (keeping your full tree intact)
* browsing by tags (using taglib - supports mp3, opus, flac, ape, m4a, wav,
etc.)
* on-the-fly audio transcoding and caching (requires ffmpeg) (thank you spijet)
* pretty fast scanning (with my library of ~27k tracks, initial scan takes
about 10m, and about 5s after incrementally)
* multiple users, each with their own transcoding preferences, playlists, top
tracks, top artists, etc.
* last.fm scrobbling
* artist similarities and biographies from the last.fm api
* a web interface for configuration (set up last.fm, manage users, start scans,
etc.)
* support for the album-artist tag, to not clutter your artist list with
compilation album appearances
* written in go, so lightweight and suitable for a raspberry pi, etc.
* newer salt and token auth
* tested on dsub, jamstash, sublime music, and soundwaves
WWW: https://github.com/sentriz/gonic
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/gonic/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/gonic
- pkg install gonic
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gonic
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1653810722
SHA256 (sentriz-gonic-v0.14.0_GH0.tar.gz) = 67be4452748c77c60f5d86675147c99bf70c0258aebf9040914b04c2f6097207
SIZE (sentriz-gonic-v0.14.0_GH0.tar.gz) = 755912
- 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:
-
- go119 : lang/go119
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libtag.so : audio/taglib
- libopenal.so.1 : audio/openal-soft
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- audio_gonic
- USES:
- go:modules openal 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 |
03 Aug 2022 21:35:13 0.14.0_2 |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update. |
14 Jul 2022 12:46:05 0.14.0_1 |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{117,118} update |
20 Jun 2022 09:01:57 0.14.0 |
Baptiste Daroussin (bapt)  Author: Nyx Land |
audio/gonic: Update to v0.14.0 |
07 Jun 2022 21:56:10 0.13.1_2 |
Dmitri Goutnik (dmgk)  |
*/*: Bump port revisons after lang/go{117,118} update |
30 Mar 2022 07:01:44 0.13.1_1 |
Guangyuan Yang (ygy)  |
*/*: Bump PORTREVISION after lang/go 1.18 update |
13 May 2021 04:53:47 0.13.1 |
Baptiste Daroussin (bapt)  |
audio/gonic: update to 0.13.1
While here move gomods into its own files, making the maintenance
easier:
now make gomod-vendor > go-mod.mk will do it |
26 Apr 2021 03:35:54 0.12.3 |
Baptiste Daroussin (bapt)  |
audio/gonic: update to 0.12.3 |
07 Apr 2021 08:09:01 0.12.2 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:13 0.12.2 |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 0.12.2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
25 Mar 2021 15:06:57
0.12.2 |
bapt  |
Update to 0.12.2 |
07 Feb 2021 04:12:55
0.12.0 |
bapt  |
Update to 0.12.0 |
28 Dec 2020 10:33:15
0.11.1 |
bapt  |
Update to 0.11.1 |
25 Aug 2020 13:01:10
0.11.0 |
bapt  |
Update to 0.11.0 |
20 Jul 2020 16:05:08
0.10.0 |
bapt  |
update to 0.10.0 |
07 Jul 2020 07:54:57
0.9.5 |
bapt  |
Update to 0.9.5 |
09 Jun 2020 17:34:45
0.9.0 |
bapt  |
Update distinfo part I forgot to commit before |
08 Jun 2020 07:42:44
0.9.0 |
bapt  |
Update to 0.9.0 |
27 Apr 2020 08:45:43
0.8.8 |
bapt  |
Update to 0.8.8 |
10 Apr 2020 05:37:03
0.8.4 |
tobik  |
audio/gonic: Fix USES=go usage |
09 Apr 2020 10:28:59
0.8.4 |
bapt  |
New port audio/gonic
music streaming server / subsonic server API implementation
features
* browsing by folder (keeping your full tree intact)
* browsing by tags (using taglib - supports mp3, opus, flac, ape, m4a, wav,
etc.)
* on-the-fly audio transcoding and caching (requires ffmpeg) (thank you spijet)
* pretty fast scanning (with my library of ~27k tracks, initial scan takes
about 10m, and about 5s after incrementally)
* multiple users, each with their own transcoding preferences, playlists, top
tracks, top artists, etc.
* last.fm scrobbling
* artist similarities and biographies from the last.fm api
* a web interface for configuration (set up last.fm, manage users, start scans,
etc.)
* support for the album-artist tag, to not clutter your artist list with
compilation album appearances
* written in go, so lightweight and suitable for a raspberry pi, etc.
* newer salt and token auth
* tested on dsub, jamstash, sublime music, and soundwaves
WWW: https://github.com/sentriz/gonic |