Port details on branch 2016Q4 |
- libgroove Audio dispatching library
- 4.3.0_1 audio
=0 4.3.0_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2016-11-04 07:40:15
- Last Update: 2016-11-04 07:40:08
- Commit Hash: 970aa68
- License: MIT
- WWW:
- https://github.com/andrewrk/libgroove
- Description:
- This library provides decoding and encoding of audio on a playlist. It is
intended to be used as a backend for music player applications. That said,
it is also generic enough to be used as a backend for any streaming audio
processing utility. It provides decoding, encoding, resampling, and gain
adjustment.
WWW: https://github.com/andrewrk/libgroove
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- libgroove>0:audio/libgroove
- To install the port:
- cd /usr/ports/audio/libgroove/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/libgroove
- pkg install libgroove
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libgroove
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (andrewrk-libgroove-4.3.0_GH0.tar.gz) = 76f68896f078a9613d420339ef887ca8293884ad2cd0fbc031d89a6af2993636
SIZE (andrewrk-libgroove-4.3.0_GH0.tar.gz) = 48857
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- sdl2-config : devel/sdl20
- cmake : devel/cmake
- Library dependencies:
-
- libavcodec.so : multimedia/ffmpeg
- libchromaprint.so : audio/chromaprint
- libebur128.so : audio/libebur128
- libspeexdsp.so : audio/speexdsp
- libSDL2.so : devel/sdl20
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_libgroove
- USES:
- cmake:outsource
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.0_1 04 Nov 2016 07:40:08
    |
Jan Beich (jbeich)  |
MFH: r425298
audio/libgroove: unbreak build with ffmpeg 3.x
groove/encoder.c:84:19: error:
'avcodec_encode_audio2' is deprecated [-Werror,-Wdeprecated-declarations]
int errcode = avcodec_encode_audio2(e->stream->codec, &e->pkt, frame,
&got_packet);
^
/usr/local/include/libavcodec/avcodec.h:5283:5: note: 'avcodec_encode_audio2'
has been explicitly
marked deprecated here
int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
^
groove/encoder.c:84:52: error: 'codec'
is deprecated [-Werror,-Wdeprecated-declarations]
int errcode = avcodec_encode_audio2(e->stream->codec, &e->pkt, frame,
&got_packet); (Only the first 15 lines of the commit message are shown above ) |
4.3.0_1 04 Nov 2016 07:40:08
  |
jbeich  |
MFH: r425298
audio/libgroove: unbreak build with ffmpeg 3.x
groove/encoder.c:84:19: error:
'avcodec_encode_audio2' is deprecated [-Werror,-Wdeprecated-declarations]
int errcode = avcodec_encode_audio2(e->stream->codec, &e->pkt, frame,
&got_packet);
^
/usr/local/include/libavcodec/avcodec.h:5283:5: note: 'avcodec_encode_audio2'
has been explicitly
marked deprecated here
int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
^
groove/encoder.c:84:52: error: 'codec'
is deprecated [-Werror,-Wdeprecated-declarations]
int errcode = avcodec_encode_audio2(e->stream->codec, &e->pkt, frame,
&got_packet); (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 2
|