Thomas Zander
b50a4186ce
Chase ffmpeg 3.3 update (ABI changes)
...
PR: 218658
Submitted by: riggs
2017-04-25 08:20:30 +00:00
Jason E. Hale
409995bd9e
Update audio/chromaprint to 1.4.2
...
- Chromaprint itself is now licensed MIT, but it still includes LGPL21 code
- Add DOXYGEN option to build and install API docs
- Add TEST option to build regression tests
- API has changed, so some dependent ports needed to be patched (mostly
taken from their respective upstream repositories)
Changes: https://github.com/acoustid/chromaprint/blob/v1.4.2/NEWS.txt
2017-01-06 14:24:00 +00:00
Jan Beich
0c612c4aa3
multimedia/ffmpeg: update to 3.2.2
...
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries)
2016-12-11 15:22:47 +00:00
Jan Beich
a959457ec0
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);
^
/usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated
here
AVCodecContext *codec;
^
groove/encoder.c:94:5: error:
'av_free_packet' is deprecated [-Werror,-Wdeprecated-declarations]
av_free_packet(&e->pkt);
^
/usr/local/include/libavcodec/avcodec.h:4472:6: note: 'av_free_packet' has been explicitly marked
deprecated here
void av_free_packet(AVPacket *pkt);
^
groove/encoder.c:101:34: error:
'codec' is deprecated [-Werror,-Wdeprecated-declarations]
avcodec_close(e->stream->codec);
^
/usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated
here
AVCodecContext *codec;
^
groove/encoder.c:134:44: error:
'codec' is deprecated [-Werror,-Wdeprecated-declarations]
AVCodecContext *codec_ctx = e->stream->codec;
^
/usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated
here
AVCodecContext *codec;
^
groove/encoder.c:148:16: error:
'codec' is deprecated [-Werror,-Wdeprecated-declarations]
e->stream->codec = codec_ctx;
^
/usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated
here
AVCodecContext *codec;
^
groove/encoder.c:620:24: error:
'codec' is deprecated [-Werror,-Wdeprecated-declarations]
0 : e->stream->codec->frame_size;
^
/usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated
here
AVCodecContext *codec;
^
7 errors generated.
PR: 207547
2016-11-04 07:37:48 +00:00
Jason E. Hale
1b77d696a8
- Update audio/chromaprint to 1.3.1
...
- Chase shlib bump
PR: 208819
Submitted by: Ben Woods <woodsb02@gmail.com>
2016-04-15 19:06:48 +00:00
Mathieu Arnold
7f4572eae4
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 13:29:15 +00:00
Vanilla I. Shu
ad412be33e
Upgrade to 4.3.0.
2015-10-01 13:27:43 +00:00
Pietro Cerutti
e30b1ca07a
audio/libgroove - restore Created by line
2015-07-22 14:06:15 +00:00
Alexey Dokuchaev
bb72f05576
- Belatedly update to version 4.2.1
...
- Move SDL dependency from LIB_DEPENDS into USE_SDL
- Add LICENSE_FILE, fix whitespace bugs, cleanup Makefile
- Augment port description text while I'm here
PR: 199211
2015-07-22 06:52:30 +00:00
Mathieu Arnold
6e83422724
Update ports in the a* categories to not use GH_COMMIT.
...
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
2015-05-06 12:57:55 +00:00
Antoine Brodin
b94a09c8ac
Fix LIB_DEPENDS
2015-01-24 21:44:17 +00:00
Pietro Cerutti
c020107379
- Reset maintainership of my ports
2014-12-10 22:29:14 +00:00
Baptiste Daroussin
a6abc3b420
Cleanup plist
2014-10-20 06:35:58 +00:00
Gerald Pfeifer
15945f8122
Update the default version of GCC in the Ports Collection from GCC 4.7.4
...
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
2014-09-10 20:50:31 +00:00
Pietro Cerutti
1e147499ac
- Update to 4.1.1
...
- While at it, set USE_LDCONFIG
2014-06-23 09:15:54 +00:00
Pietro Cerutti
d0fb5d31da
- Update to 4.1.0
...
Changes:
* ability to stop buffering when any sinks are full
2014-06-20 08:42:51 +00:00
Pietro Cerutti
acca4a6f8e
- Update to 4.0.4
2014-06-06 12:52:36 +00:00
Pietro Cerutti
81c86dbb2b
- Fix build when a previous version of the library is installed. Reported
...
upstream as https://github.com/andrewrk/libgroove/pull/64
- Also, do not set CMAKE_VERBOSE_MAKEFILE
2014-05-19 09:57:54 +00:00
Pietro Cerutti
592ad9c3fc
- Update to 4.0.1
2014-05-16 12:03:40 +00:00
Pietro Cerutti
2921fcbcca
- New port: audio/libgroove
...
Audio dispatching library. Generic sink-based interface. Provides decoding,
encoding, resampling, and gain adjustment. Perfect for the backend of a
music player.
WWW: https://github.com/andrewrk/libgroove
2014-05-02 15:46:52 +00:00