Commit Graph

101 Commits

Author SHA1 Message Date
Henrik Grimler e3e83f709c mpd: update to 0.22.6 2021-02-25 13:05:46 +01:00
Leonid Pliushch 9f15e7e3a5
mpd: bump revision 2021-02-07 18:11:27 +00:00
Leonid Pliushch af632fd94e
mpd: update to 0.22.4 2021-02-05 22:29:04 +00:00
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Leonid Pliushch 617c321b7c
bump packages depending on pulseaudio 2020-12-11 16:20:07 +02:00
Henrik Grimler 6efe6c5dc6 mpd: update to 0.22.3 2020-11-06 23:19:27 +01:00
Leonid Pliushch b09fd04686 mpd: remove mpd-script.sh as it is no longer used by termux-packages 2020-10-30 22:16:31 +02:00
Leonid Pliushch 0cb1b82333 fix hardcoded Termux directories in mpd, renameutils, termux-tools 2020-10-30 22:15:19 +02:00
Henrik Grimler cd97b716c9 mpd: update to 0.22 2020-10-18 00:04:14 +02:00
lennonhill 0267c6ce7a mpd: add libexpat as dependency and enable expat, as required for the curl storage plugin (#5736) 2020-08-25 18:47:02 +03:00
Butta 8b701199e3 boost: update from 1.73.0 to 1.74.0 and bump dependent packages 2020-08-16 13:27:12 +05:30
Fredrik Fornwall fde65eb7b6 mpd: Update from 0.21.24 to 0.21.25 2020-08-09 01:30:56 +02:00
Leonid Pliushch f6ffa12d96 mpd: update to 0.21.24 2020-06-21 18:03:41 +03:00
Fredrik Fornwall f2fa77dcb3 mpd: Update from 0.21.22 to 0.21.23 2020-04-29 11:06:31 +02:00
Henrik Grimler 38227f42d6 Update various packages (#5114)
* cpio: update to 2.13

* gmic: update to 2.9.0

* ffsend: update to 0.2.59

* libgrpc: update to 1.28.0

* librsvg: update to 2.48.2

* perl: update to 5.30.2

* ruby: update to 2.7.1

* ripgrep: update to 12.0.1

* repology/excluded_packages: ignore aircrack-ng and guile18

* mpd: update to 0.21.22
2020-04-04 03:49:59 +02:00
Leonid Pliushch f5eeefd46a mpd: update to 0.21.21 2020-03-19 21:26:47 +02:00
Leonid Pliushch 78c8f61001 mpd: update to 0.21.20 2020-02-17 15:42:21 +02:00
Leonid Pliushch a6214a5805 mpd: update to 0.21.19 2020-01-18 14:16:40 +02:00
Henrik Grimler 42899c131c mpd: use termux_step_install_service_scripts for service script 2020-01-05 16:00:20 +01:00
Fredrik Fornwall b8427d2750 mpd: Update from 0.21.17 to 0.21.18 2019-12-30 01:06:09 +01:00
Fredrik Fornwall 5d7a32bfcc Get rid of more liblog linkage 2019-12-30 01:05:41 +01:00
Leonid Pliushch a2acc5da1e mpd: update to 0.21.17 2019-12-21 18:10:44 +02:00
Fredrik Fornwall f699c47dc7 boost: Update from 1.70.0 to 1.71.0 2019-11-27 23:24:36 +01:00
Leonid Pliushch 81f06a3751 mpd: update to 0.21.16 2019-10-18 14:07:40 +03:00
Fredrik Fornwall 4e9a3006f8 mpd: Update from 0.21.13 to 0.21.15 2019-10-17 09:52:44 +02:00
Tom Yan b33d343b6b bump revisions for pulseaudio update 2019-10-08 20:58:52 +08:00
Tom Yan 2f8ad960c0 pulseaudio: unsplit package
With commit 63dc34f being accepted, there isn't exactly a reason that pulseaudio should be splited into two packages anymore.
2019-10-07 21:27:31 +08:00
Henrik Grimler 1314ee19f9 mpd: use $PREFIX/var/run instead of $TMPDIR
See https://github.com/termux/termux-packages/issues/4206
2019-08-25 17:00:47 +02:00
Henrik Grimler 9151e2908c transmission: mark service scripts as config files 2019-08-22 21:57:06 +02:00
Henrik Grimler 44dd2361b3 mpd: mark service scripts as config files 2019-08-22 21:48:44 +02:00
Leonid Pliushch 8701462951 add new linter script & fix packages where needed
Linter will check packages submitted for CI build. If error was found,
build will not be allowed.

To ensure that all build.sh scripts are consistent and have at least
minimal allowed quality, linter is permanently enabled for all branches
and pull requests.
2019-08-14 14:27:55 +03:00
Henrik Grimler 130528f190 mpd: add termux-services script 2019-08-12 22:18:48 +02:00
Henrik Grimler 41a9a55e77 Bump packages that depends on ffmpeg after ffmpeg update 2019-08-12 22:00:50 +02:00
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch abf7a019a4 mpd: update to 0.21.13 2019-08-11 18:27:54 +03:00
Leonid Pliushch c81d4c8698 add stubs to prevent on-device building packages with dangerous operations in build.sh
%ci:no-build
2019-08-08 16:58:34 +03:00
Leonid Pliushch 8525abb817 mpd: update to 0.21.11 2019-07-07 16:08:44 +03:00
Leonid Pliushch f6fcf13a33 mpd: bump revision 2019-06-20 00:46:18 +03:00
Leonid Pliushch a5dc61c2d3 mpd: update to 0.21.10 2019-06-08 01:26:40 +03:00
Leonid Pliushch aa1c065ee0 mpd: update doc-mpdconf.example.patch 2019-06-08 01:01:48 +03:00
Leonid Pliushch 8cf60416c1 patches: replace hardcoded termux paths with @TERMUX_PREFIX@ and @TERMUX_HOME@ where needed 2019-06-08 00:56:49 +03:00
Leonid Pliushch 315e8be47b mpd: update to 0.21.9 2019-05-21 14:28:52 +03:00
Leonid Pliushch 6a8a34023e mpd: rebuild package and dependencies
And remove `-lunwind -Wl,--exclude-libs=libunwind.a`.
2019-05-18 22:20:01 +03:00
Leonid Pliushch e4d78ff89b mpd: fix build.sh 2019-05-18 04:22:19 +03:00
Leonid Pliushch af3b61ac1a mpd: fix issues with exceptions on ARM 2019-05-18 04:18:08 +03:00
Leonid Pliushch e652b09720 mpd: update to 0.21.8 2019-05-02 15:45:39 +03:00
Leonid Pliushch 11200afa32 add zlib to dependencies where needed 2019-04-14 16:00:23 +03:00
Fredrik Fornwall e6ba34915f mpd: Update from 0.21.5 to 0.21.7 2019-04-12 01:33:12 +02:00
Leonid Pliushch b816bfa10b mpd: wrapper is no longer needed
DT_RUNPATH and versioned symbols do all work.
2019-04-09 20:13:58 +03:00
Henrik Grimler 4ae53f9aa3 mpd: update to 0.21.6 2019-03-31 20:17:32 +03:00