Commit Graph

46 Commits

Author SHA1 Message Date
Fredrik Fornwall 1342f755f8 mpd: Update from 0.21.3 to 0.21.4 2019-01-11 00:56:36 +01:00
Henrik Grimler 5e3ea448ce mpd: remove message on startup but don't disable dsd
Also add missing dependency libogg
2019-01-10 20:53:53 +01:00
Fredrik Fornwall 2825249b46 mpd: Disable building against gcrypt 2019-01-07 02:04:31 +01:00
Henrik Grimler 3d174432a5 mpd: disable hybrid dsd decoder and add missing dependency libgcrypt 2019-01-07 00:13:34 +01:00
Fredrik Fornwall 22a46f3659 mpd: Update from 0.20.23 to 0.21.3 2019-01-03 00:49:06 +01:00
Fredrik Fornwall 2448fbfde1 ffmpeg: Update from 4.0.2 to 4.1 2018-11-22 20:40:45 +01:00
Fredrik Fornwall 7a86853528 mdp: Update from 0.20.22 to 0.20.23 2018-11-05 22:27:26 +01:00
Fredrik Fornwall 790d44415b mpd: Update from 0.20.21 to 0.20.22 2018-10-29 00:54:34 +01:00
Tom Yan 22e98a5d14 mpd: bump revision after changes 2018-09-22 05:02:36 +02:00
Tom Yan b6a39114e1 mpd: remove libevent from LD_PRELOAD 2018-09-22 05:02:36 +02:00
Tom Yan a36f24947c mpd: workaround clang uncaught exception bug 2018-09-22 05:02:36 +02:00
Tom Yan 1a7fcf99af mpd: clean up dependencies 2018-08-22 16:39:58 +02:00
Fredrik Fornwall c9d74947ea mpd: Update from 0.20.20 to 0.20.21 2018-08-21 00:24:28 +02:00
Fredrik Fornwall e500adb3b4 boost: Update from 1.67.0 to 1.68.0 2018-08-14 12:19:31 +02:00
tomty89 601aa06be4 mpd: avoid seccomp-filtered ioprio_set (#2695)
Causes SIGSYS (SYS_SECCOMP) on arm. mpd will fail to start if no
database exists.
2018-08-01 22:23:56 +02:00
Fredrik Fornwall 6446697658 ffmpeg: Update from 3.4.2 to 4.0.1 2018-06-26 02:48:48 +02:00
Fredrik Fornwall 594684cac5 mpd: Update from 0.20.19 to 0.20.20 2018-06-23 23:56:04 +02:00
Fredrik Fornwall 71822db961 Rebuild boost-using packages 2018-05-14 03:12:05 +02:00
Fredrik Fornwall babd466009 mpd: Update from 0.20.18 to 0.20.19 2018-04-30 03:10:14 +02:00
its-pointless 1702469492 fix to not use hardlinks which don't work... 2018-04-30 02:15:51 +02:00
Fredrik Fornwall 52f8bd5cdd Rebuild packages linking against libflac 2018-03-22 23:32:36 +01:00
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