Commit Graph

12 Commits

Author SHA1 Message Date
Fredrik Fornwall
63ac43a797 mpd: Update from 0.20.8 to 0.20.9 2017-07-27 03:19:10 +02:00
Fredrik Fornwall
fcac8ce536 mpd: Fix patch path 2017-07-18 18:12:12 +02:00
Oliver Schmidhauser
d555e5ab73 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
c298f2e050 bump version of mpd 2017-07-17 23:58:18 +02:00
Oliver Schmidhauser
0360d784d0 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
1947e86409 mpd: gnustl_shared -> c++_shared 2017-07-14 09:49:14 +02:00
Fredrik Fornwall
d946e67c5b 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
0c35793e53 mpd: Bump revision after patch 2017-05-25 22:23:13 +02:00
its-pointless
c88dfb145c pause now works for opensles (#1049) 2017-05-25 22:22:40 +02:00
Fredrik Fornwall
440086e6ed mpd: Update from 0.20.6 to 0.20.8 2017-05-23 01:21:50 +02:00
Fredrik Fornwall
e8c78d31a0 mpd: Build with --disable-expat
Also harmonize some indentation.
2017-05-18 14:03:47 +02:00
its-pointless
4919626615 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