Commit Graph

25 Commits

Author SHA1 Message Date
Fredrik Fornwall
5c7112dfb4 mpd: Update from 0.20.17 to 0.20.18 2018-02-26 00:19:48 +01:00
Fredrik Fornwall
210a49c6af mpd: Update from 0.20.16 to 0.20.17 2018-02-12 20:19:51 +01:00
Fredrik Fornwall
3609f0479e mpd: Update from 0.20.15 to 0.20.16 2018-02-06 22:00:51 +01:00
Fredrik Fornwall
2a92d126ab mpd: Update from 0.20.12 to 0.20.15 2018-01-06 22:22:22 +01:00
Fredrik Fornwall
60640fcf53 ffmpeg: Update from 3.3.4 to 3.4.1 2017-12-14 16:39:13 +01:00
Auxilus
2221d45432 mpd: Update from 0.20.11 to 0.20.12 2017-11-27 15:20:56 +01:00
Fredrik Fornwall
9493e72698 Avoid hard-coded paths in some more places
The plan is to allow other apps to build packages by changing the
prefix.
2017-11-16 23:37:57 +01:00
Fredrik Fornwall
ec39feb4c6 mpd: Update from 0.20.10 to 0.20.11 2017-11-15 20:35:00 +01:00
Fredrik Fornwall
11404f47a3 Bump packages after libmp3lame update 2017-10-15 01:02:39 +02:00
Auxilus
bfc7c80656 mpd: Update from 0.20.9 to 0.20.10 (#1563) 2017-09-23 10:30:38 +02:00
Fredrik Fornwall
51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Stephen
58c1620384 add dependencies to mpd depends
#1169
2017-09-14 22:08:13 +02:00
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