Fredrik Fornwall
7cbbff2b24
libjasper: Update from 2.0.14 to 2.0.16
2019-03-17 19:09:34 +01:00
Fredrik Fornwall
fc7a9d1e58
gmic: Update from 2.4.5 to 2.5.2
2019-03-17 19:09:01 +01:00
Fredrik Fornwall
8fe1ef142e
freetype: Update from 2.9.1 to 2.10.0
2019-03-17 19:07:35 +01:00
Fredrik Fornwall
c60ed3f46f
vim: Update from 8.1.0950 to 8.1.1000
2019-03-17 19:04:53 +01:00
Leonid Pliushch
b789ab46b1
package uploader: attempt to fix errors when using on CI
2019-03-17 13:04:59 +02:00
Fredrik Fornwall
3b9e82f830
libtalloc: Prevent linking in libbsd needlessly
...
The libtalloc build tries to link in libbsd for strlcpy and strlcat,
which is not needed on Android since bionic already has those.
See https://github.com/termux/termux-packages/pull/3522 .
2019-03-17 11:44:03 +01:00
Leonid Pliushch
e42860a935
update package_uploader.sh
...
* A bit of refactoring.
* Cleanup mode - remove old package versions and keep only latest one on the remote.
* Metadata regeneration mode. Allows to regenerate metadata without package uploading.
* No script failure when package errored. Just show message and continue.
* Do not leave repository in inconsistent state when terminating uploader with ctrl-c.
* Prevent processing of the duplicated package names in arguments. Argument list will be also sorted.
* Compact informational messages.
2019-03-17 03:13:12 +02:00
Henrik Grimler
ed1cad9ce2
package_uploader: fix typo
2019-03-16 15:15:13 +01:00
Leonid Pliushch
42a9e77f9a
micro: bump revision after setting CGO_LDFLAGS
2019-03-16 15:41:56 +02:00
Fredrik Fornwall
3ec6a4558f
tmate: Bump to keep ahead of android-5 branch
2019-03-16 10:33:05 +01:00
its-pointless
96904700b0
not needed in android-7
2019-03-16 10:29:18 +01:00
Fredrik Fornwall
ab3b5f665e
mtools: Bump revision for rebuild ( fixes #3517 )
2019-03-16 10:25:56 +01:00
its-pointless
a4a2aa589a
add rpath for clang as default
2019-03-16 02:06:26 +02:00
Henrik Grimler
cf04e00d59
Merge pull request #3475 from tomty89/texlive-bin
...
texlive-bin: avoid changing {lua,pdf,xe}tex patches all the time
2019-03-15 22:43:23 +01:00
Fredrik Fornwall
12ad4574aa
golang: Update from 1.12 to 1.12.1
2019-03-15 14:53:10 +01:00
Fredrik Fornwall
a971f1a1c6
golang: Avoid wrong hardcoded pkg-config path
...
Avoid having the value of the PKG_CONFIG environment variable at
build time being built into the go compiler. Fixes #3505 .
2019-03-13 22:36:03 +01:00
Tom Yan
4d096a10fe
openjpeg: bump revision after update
2019-03-13 21:31:37 +01:00
Tom Yan
cbb00fca63
openjpeg-dev: depends on openjpeg-tools for fast build
2019-03-13 21:31:37 +01:00
Leonid Pliushch
0c943efb47
readme: update instructions for Android 7 branch alpha test
...
`pkg upgrade` may not reinstall some packages so we need a different way to perform full reinstallation of Termux packages.
2019-03-13 18:21:39 +02:00
Leonid Pliushch
0d53b9abe1
package uploader: keep old versions currently, always replace deb files with same name
...
It seems that metadata generation take about 40 seconds.
If we submit a new version of package with deleting previous one, users
will observe 404 errors until new metadata will be published.
2019-03-13 17:53:07 +02:00
its-pointless
7c86a369a3
no longer needed for api above 21
2019-03-13 16:56:47 +02:00
Leonid Pliushch
bff7609ef0
libpulseaudio: don't use wrappers for /bin/ progs
2019-03-12 17:16:49 +02:00
Leonid Pliushch
3e193b0983
fzf: do not override CGO_LDFLAGS
2019-03-12 17:07:08 +02:00
Leonid Pliushch
9ffeae7879
boost: use linkflags from LDFLAGS
2019-03-12 16:48:20 +02:00
Leonid Pliushch
2b89e7be73
kbfs: bump revision after setting CGO_LDFLAGS
2019-03-12 15:19:38 +02:00
Leonid Pliushch
f0e4d073a3
keybase: bump revision after setting CGO_LDFLAGS
2019-03-12 15:16:48 +02:00
Leonid Pliushch
2dc0d55470
ipfs: bump revision after setting CGO_LDFLAGS
2019-03-12 15:08:41 +02:00
Leonid Pliushch
b9ebb92a63
gbt: bump revision after setting CGO_LDFLAGS
2019-03-12 15:00:28 +02:00
Leonid Pliushch
c091cdc962
termux-elf-cleaner: update to v1.5
...
Now it no longer removes GNU version sections.
2019-03-12 14:20:07 +02:00
Leonid Pliushch
391d0b2808
fast-build mode: use termux_download function for downloading 'Release'
...
Addition for cada4be0d87bc4bf8559f08304d6051624d43737.
Release file may not exist too when metadata generation is in progress,
so we may need to do several tries to download file.
2019-03-12 01:41:40 +02:00
Leonid Pliushch
4ce0e267d0
package uploader: skip packages with custom licenses
...
Try to detect packages with custom licenses and just skip them
so upload of other packages will be finished successfully.
2019-03-11 20:39:45 +02:00
Leonid Pliushch
9ca57fbef1
fast-build mode: do not rely on gpg when verifying metadata
...
If previous build create metadata generation job, the repository will be left in
unsigned state for up to 5-20 seconds. We cannot do anything with this as how
Bintray works. When this case happens, signature checks will fail causing build
failure.
See https://gitlab.com/termux-mirror/termux-packages/-/jobs/175356747 .
For now, gpg checks are permanently disabled. When a better solution will be
found, feel free to revert this commit.
2019-03-11 18:04:56 +02:00
Leonid Pliushch
0d6a96818b
unstable-repo: switch to API 24 URL
2019-03-11 17:29:21 +02:00
Leonid Pliushch
8a7590a183
x11-repo: switch to API 24 URL
2019-03-11 17:28:44 +02:00
Leonid Pliushch
a5d86320b4
CI: do not perform builds for ARM, i686 and x86_64
...
Android 7 repository is prepared for AArch64-only.
2019-03-11 16:03:04 +02:00
Leonid Pliushch
398192d4dc
package_uploader.sh: check for dependencies before running
2019-03-11 16:00:56 +02:00
Leonid Pliushch
5a24ad3ee0
package_uploader.sh: use more generic bash path for shebang
...
Fixes error when trying to execute script on NixOS.
2019-03-11 15:55:32 +02:00
Tom Yan
596c8c85da
Simplify libc++ setup
...
As clang++ in the NDK defaults to libc++ since r17, we no longer
need to fake a libstdc++.so at build time (and omit it from the
libc++ package we ship).
2019-03-11 16:33:12 +08:00
Fredrik Fornwall
04ea873c59
gmic: Respect LDFLAGS
...
Fixes DT_RUNPATH (see #3490 )
2019-03-11 01:04:58 +01:00
Fredrik Fornwall
cbb7d8f9e3
imgflo: Respect LDFLAGS during build
...
Fixes DT_RUNPATH (see #3490 ).
2019-03-11 00:59:06 +01:00
Fredrik Fornwall
3f8de8c729
mpd: Bump package after meson fix
...
Fixes DT_RUNPATH (see #3490 ).
2019-03-11 00:30:15 +01:00
Fredrik Fornwall
9abc2f416a
pforth: Respect LDFLAGS in build
...
Fixes DT_RUNPATH (see #3490 ).
2019-03-11 00:23:39 +01:00
Fredrik Fornwall
fe3d53e872
libmpfr&unrar: Bump packages
...
These seems to work with DT_RUNPATH now (see #3490 ).
2019-03-11 00:19:37 +01:00
Fredrik Fornwall
f00121faef
mpc: Bump after meson fix
...
This fixes DT_RUNPATH (see #3490 ).
2019-03-11 00:17:34 +01:00
Fredrik Fornwall
0d878a62d4
libmpdclient: Bump after meson fix
...
This fixes DT_RUNPATH (see #3490 ).
2019-03-11 00:15:43 +01:00
Fredrik Fornwall
9c34830f67
tinyscheme: Respect LDFLAGS
...
Fixes DT_RUNPATH (see #3490 ).
2019-03-11 00:13:35 +01:00
Fredrik Fornwall
e6555ddbba
zopfli: Respect LDFLAGS more
...
This fixes DT_RUNPATH (see #3490 ).
2019-03-11 00:11:13 +01:00
Fredrik Fornwall
cd3fd3b282
stfl: Avoid overwriting LDFLAGS
...
This fixes DT_RUNPATH (see #3490 ).
2019-03-11 00:08:25 +01:00
Fredrik Fornwall
2581582ea4
json-glib: Bump revision after meson fix
...
This fixes DT_RUNPATH (see #3490 ).
2019-03-11 00:01:49 +01:00
Fredrik Fornwall
77d5eb17cf
Avoid meson stripping DT_RUNPATH
...
See #3490 .
2019-03-10 23:58:37 +01:00