This is a bugfix release:
* implement "%disc%"
* lyricswiki: handle redirects
* lyricswiki: update XML format
Closes#4158.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This is a bugfix release:
* let "listall" print songs only
* "searchplay" supports tags
* add command "pause-if-playing"
* format: add escape character to escape sequences
* use environment variable "MPC_FORMAT"
* require libmpdclient 2.9 or newer
Closes#4157.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Added the option to sign the build, it uses the built in commands from
the radare2 Makefile. In order for it to succeed the org.radare.radare2
certificate must exist in the keychain. The process is defined in
https://github.com/radare/radare2/blob/master/doc/osx.mdCloses#3838.
Signed-off-by: Andrew Janke <janke@eilonwy.local>
The openshift binary is the server process, which isn't actually useful
on non-Linux platforms. We were only building it because the client
hadn't yet been fully split into a separate oc package. This has since
been done, so we can now switch to compiling only the client utilities.
Closes#4146.
Signed-off-by: Andrew Janke <janke@eilonwy.local>
This adds 64-bit assembly fixes for mozilla/mozjpeg/issues/202 and
a fix for corruption with qual=100 from mozilla/mozjpeg/pull/186.
Both fixes have been in libjpeg-turbo, which mozjpeg is based on for a
long time and have been approved by mozjpeg's pornel for inclusion in a
future mozjpeg release.
See the linked issue / pull request for more info.
The revision bump is because this fixes crashes for existing installs.
Closes#564.
Signed-off-by: Andrew Janke <janke@eilonwy.local>
When building gst-plugins-bad --with-gtk+3, running gst-inspect-1.0 fails:
dlopen(/usr/local/lib/gstreamer-1.0/libgstgtksink.so, 2): Symbol not found: _g_string_appendi
This problem became visible due to 9d2746020aCloses#4134.
Signed-off-by: Andrew Janke <janke@eilonwy.local>