Changes:
Anton Khirnov (1):
update: properly skip symlinks in path that is to be updated.
Dan McGee (1):
Use g_message and not g_debug when removing song
Jonathan Neuschaefer (1):
decoder/audiofile: fix compiler warnings with libaudiofile 0.3.3
Max Kellermann (17):
output/winmm: remove pointless NULL check
pcm_buffer: pcm_buffer_get() never returns NULL
decoder_api: check state before emitting initial seek command
test/read_tags: call g_thread_init()
test/run_decoder: initialize GThread
decoder/ffmpeg: read the "year" tag
text_input_stream: detect end-of-file
event_pipe, test: explicitly ignore write() return value
output/osx: use the fifo_buffer library instead of rolling own
uri: remove g_basename() call from uri_get_suffix()
directory: use strrchr() instead of g_basename()
output/jack: workaround for libjack1 crash bug
output/jack: check for connection failure before starting playback
test/test_vorbis_encoder: program to debug the vorbis encoder
encoder/vorbis: generate end-of-stream packet before tag
encoder_plugin: add state assertions
encoder/vorbis: generate end-of-stream packet when playback ends
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
- Add new ffmpeg knob to options, and LIBDEPENDS for avcodec/avformat/avutil
- change wording on id3tag knob to specify id3 v1/v2 instead of just v1
- change shoutcast wording to specify ogg (so that it is clearer)
- change several configure args to sync with the upstream. This includes
--enable-mpd-id3tag, --disable-ogg, --disable-shout are now:
--disable-id3, --disable-oggvorbis, --disable-shout-ogg
and added --disable-shout-mp3.
- Removed outdated iconv knob as this is no longer a valid configure option in
musicpd configure script
- rename files/musicpd.sh.in --> files/musicpd.sh to follow current rc.d
practices.
PR: ports/131914
Submitted by: David Horn
Approved by: maintainer
- Register missing dependency on libshout2 for Icecast/Shoutcast support
- Style nit: s/ifdef/if defined/
- No need to define PKGMESSAGE, it happens automagically
- Augment and reformat Makefile header, correct wrong date, fix COMMENT
- Clean up pkg-message and port description
- Correctly display message WRT port vs. package installation
Approved by: maintainer timeout (one month)
- Respect NOPORTDOCS and thus fix plist for NOPORTDOCS case
- Better pkg-message handling
- Reorder variables in the Makefile in more canonical way
PR: 126492
Submitted by: Henry Hu <henry dot hu dot sh at gmail dot com>
Patch by: me
Approved by: maintainer timeout
that by using REQUIRE: LOGIN per Porter's Handbook.
- While I'm here, change default variable assignment to the way suggested by
Porter's Handbook.
- Bump PORTREVISION
PR: ports/121772 (based on)
Submitted by: Justin Stallard <justin at isis.poly.edu>
Approved by: maintainer timeout (2 weeks)
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.