Commit Graph

13 Commits

Author SHA1 Message Date
its-pointless c2a0bc2bab put shebang in scripts 2017-08-17 00:26:27 +02:00
Fredrik Fornwall bbde21bb61 mpd: Update from 0.20.8 to 0.20.9 2017-07-27 03:19:10 +02:00
Fredrik Fornwall 0394a85a01 mpd: Fix patch path 2017-07-18 18:12:12 +02:00
Oliver Schmidhauser 545ae3137f MPD: Change format of audio visualizer output.
Since the default in ncmpcpp is `visualizer_in_stereo = yes`, this
setting should actually provide both channels.
2017-07-18 18:07:13 +02:00
Oliver Schmidhauser e5ecdfc52f bump version of mpd 2017-07-17 23:58:18 +02:00
Oliver Schmidhauser 86538f555e Stop making ~/music when mpd starts.
The default music directory has been changed to /sdcard/music anyway, so
it is no longer required and actually more confusing to people, since
they will think they should put their music into ~/music, which will not
work with the default configuration of mpd.
2017-07-17 23:58:18 +02:00
Fredrik Fornwall 0cefc9d14e mpd: gnustl_shared -> c++_shared 2017-07-14 09:49:14 +02:00
Fredrik Fornwall 6c29aaa1c7 Transition from gnustl to libc++
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.

We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.

Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
2017-07-14 00:23:37 +02:00
Fredrik Fornwall ae045c8f6c mpd: Bump revision after patch 2017-05-25 22:23:13 +02:00
its-pointless e96b2a0a0a pause now works for opensles (#1049) 2017-05-25 22:22:40 +02:00
Fredrik Fornwall 78d897c9b1 mpd: Update from 0.20.6 to 0.20.8 2017-05-23 01:21:50 +02:00
Fredrik Fornwall 64bb7cb52a mpd: Build with --disable-expat
Also harmonize some indentation.
2017-05-18 14:03:47 +02:00
its-pointless 7e77ed292e mpd only working with openal and no mixer still good (#1007)
* mpd opensles and openal working

* add deps modify script

xff

* fix major bugs

* add instructions for ports
2017-05-18 00:23:11 +02:00