Commit Graph

71 Commits

Author SHA1 Message Date
Leonid Pliushch 5123b0cffa fix formatting of some build.sh 2020-01-13 03:00:07 +02:00
Fredrik Fornwall dea2132e13 picolisp: Update from 19.11.11 to 19.11.25 2019-12-01 19:52:12 +01:00
Fredrik Fornwall c13a09d7ea picolisp: Update from 19.7.31 to 19.11.11 2019-11-20 23:56:08 +01: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 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
Fredrik Fornwall f4766db2cc picolisp: Update from 19.7.6 to 19.7.31 2019-07-31 22:44:03 +02:00
Fredrik Fornwall a84e43c822 picolisp: Update from 18.12.27 to 19.7.6 2019-07-16 17:09:57 +02:00
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall be10b3c5fc picolisp: Update from 18.9.18 to 18.12.27 2018-12-28 00:58:45 +01:00
Fredrik Fornwall af7e6dacbb picolisp: Update from 18.7.18 to 18.9.18 2018-09-21 01:01:56 +02:00
Fredrik Fornwall fd72a74c42 openssl: Update from 1.0.2 to 1.1.1 (#2775) 2018-09-11 22:43:19 +02:00
Fredrik Fornwall 329c9ddbf9 picolisp: Remove 32-bit builds requiring gcc 2018-08-06 16:46:58 +02:00
Fredrik Fornwall 66358a2807 picolisp: Update from 18.6.12 to 18.7.18 2018-07-28 23:33:35 +02:00
Fredrik Fornwall 06957bb85c picolisp: Update from 18.4.26 to 18.6.12 2018-06-13 01:43:46 +02:00
its-pointless 9c8f441674 fails building 32bit using clang 2018-06-02 14:39:55 +02:00
Vishal Biswas 160d3aeb06 update ndk to 17 and switch some packages to clang build (#2415)
* update ndk to 17

* bump NDK version in setup-android script

* libnl: fix for ndk r17

* libpixman: use clang's __builtin_shufflevector instead of __builtin_shuffle (#1)

Required to make package build with ndk17.

* fix as for arm

* ndk17 still uses ld.bfd on aarch64

* use -fno-integrated-as for clang only

* glib: remove patch unnecessary after ndk17

* torsocks: remove unneeded patch after ndk17

* subversion: fix build as clang++ now errors out for mismatched flags

* libpulseaudio: fix build with ndk17

https://github.com/termux/termux-packages/pull/2415#issuecomment-388296684

* gst-plugins-good: disable video4linux2

ioctl is defined as __overloadable in ndk17 headers which
  conflicts with v4l2object's member ioctl

* libzmq: disable Werror to build with ndk17

* ltrace: hardcode symbol not available in ndk17

* busybox: build with clang for all arches except arm

* dropbear: build with clang instead of gcc

* gnupg: build with clang instead of gcc

* openssl: use clang for all arches except arm

* picolisp: build with clang instead of gcc

* valgrind: use clang on all arches except aarch64

* Revert "gst-plugins-good: disable video4linux2"

This reverts commit 43850b81ccf60033c25cb13dfd326c1b0528773a.
Already applied on base branch.

* libllvm: use default arm triple
2018-05-27 14:55:20 +02:00
Fredrik Fornwall 3c7e66821e picolisp: Update from 18.1.24 to 18.4.26 2018-04-26 22:17:35 +02:00
Fredrik Fornwall b588ee61c4 picolisp: Update from 17.11.29 to 18.1.24 2018-01-25 20:48:54 +01:00
Fredrik Fornwall 75a372f5d8 picolisp: Update from 17.10.28 to 17.11.29 2017-12-05 22:56:06 +01:00
Fredrik Fornwall 54817ebb53 picolisp: Update from 17.9.27 to 17.10.28 2017-10-28 23:54:11 +02:00
Fredrik Fornwall ca7345e044 picolisp: Update from 17.9.1 to 17.9.27 2017-09-27 12:15:01 +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
Fredrik Fornwall 81dabb6da0 picolisp: Update from 17.8.7 to 17.9.1 2017-09-02 00:09:31 +02:00
Fredrik Fornwall aba8d4af0b picolisp: Update from 17.7.9 to 17.8.7 2017-08-10 23:55:39 +02:00
Fredrik Fornwall 75ec26b30e picolisp: Update from 17.6.6 to 17.7.9
Also switch to using clang for building 64-bit picolisp.
2017-07-10 01:49:27 +02:00
Fredrik Fornwall 5803fa6027 picolisp: Update from 17.5.16 to 17.6.6 2017-06-07 00:02:30 +02:00
Fredrik Fornwall ecbe70e42d picolisp: Update from 17.4.7 to 17.5.16 2017-05-17 22:37:30 +02:00
Fredrik Fornwall c1366b855f picolisp: Update from 17.3.25 to 17.4.7 2017-04-11 22:48:34 +02:00
Fredrik Fornwall a247ffe2c8 picolisp: Update from 17.2.24 to 17.3.25 2017-03-27 02:07:21 +02:00
Fredrik Fornwall 72f69cdc35 Use termux_error_exit in more cases 2017-03-05 03:30:38 +01:00
Fredrik Fornwall 667e256e67 picolisp: Update from 17.1.30 to 17.2.24 2017-02-25 01:14:04 +01:00
Fredrik Fornwall 005b9273a6 picolisp: Switch to gcc also for aarch64 2017-02-03 01:33:12 +01:00
Fredrik Fornwall 6786304adc picolisp: Update from 16.12.22 to 17.1.23 2017-01-24 01:51:51 +01:00
Fredrik Fornwall 71430aa64e Use the termux_error_exit shell function 2017-01-22 23:06:48 +01:00
Fredrik Fornwall 060354412f picolisp: 32-bit C code cannot be built by clang 2017-01-19 06:11:00 +01:00
Fredrik Fornwall e4f846f3e4 picolisp: Fix clang build 2017-01-15 22:34:48 +01:00
Fredrik Fornwall fd91653197 picolisp: Update from 16.11.24 to 16.12.22 2016-12-27 20:10:28 -05:00
Fredrik Fornwall b000c24db3 picolisp: Update from 16.10.25 to 16.11.24 2016-11-26 12:44:25 -05:00
Fredrik Fornwall 6ff9527e65 picolisp: Update from 16.10.3 to 16.10.25 2016-10-28 20:48:05 -04:00
Fredrik Fornwall 1fa07c931a picolisp: Update from 16.9.6 to 16.10.3 2016-10-03 09:53:19 -04:00
Fredrik Fornwall 96b43247d5 picolisp: Update from 16.8.29 to 16.9.6 2016-09-08 16:18:16 -04:00
Fredrik Fornwall 32b6eb99a7 picolisp: Update 16.8.26 to 16.8.29, bundle src64/ 2016-08-31 06:06:46 -04:00
Fredrik Fornwall 63fa37857a picolisp: Update to latest version 2016-08-26 17:20:56 -04:00
Fredrik Fornwall e45652b2c6 Switch to bintray mirror for imagemagick&picolisp 2016-08-05 07:18:33 -04:00
Fredrik Fornwall 7395ed0fdd picolisp: Bump version, blacklist x86_64 2016-08-02 07:40:21 -04:00
Fredrik Fornwall 8bd1673889 picolisp: Update to latest revision 2016-07-22 11:34:34 -04:00
Fredrik Fornwall 61b72e39c5 picolisp: Update to latest patch 2016-07-16 19:11:55 -04:00
Fredrik Fornwall 7aa62836ac picolisp: Bump version
Also generate assembly using ersatz instead of downloading.
2016-06-21 17:00:16 -04:00
Fredrik Fornwall ad1c9172fa picolisp: Remove patch no longer needed 2016-06-21 16:58:30 -04:00