Leonid Pliushch
e9ae336f11
glib: update to 2.64.1
2020-03-12 19:09:13 +02:00
Leonid Pliushch
31ed88243f
glib: fix configuration options
2020-03-01 19:47:25 +02:00
Leonid Pliushch
477bd6650b
glib: update to 2.64.0
2020-03-01 19:34:10 +02:00
Fredrik Fornwall
a81a157f62
glib: Update from 2.62.4 to 2.62.5
2020-02-21 23:16:47 +01:00
Leonid Pliushch
368c09dac2
glib: add hook for glib-compile-schemas
...
Previously was in gtk2 package.
2020-01-14 00:34:01 +02:00
Leonid Pliushch
4f437b43de
get rid of TERMUX_EXPOSE_FILE_OFFSET64
2019-12-29 21:00:28 +02:00
Leonid Pliushch
381a68a0fc
glib: update to 2.62.4
2019-12-20 04:10:58 +02:00
Leonid Pliushch
1cd3407493
glib: build with -DTERMUX_EXPOSE_FILE_OFFSET64
...
Related issue: https://github.com/termux/termux-packages/issues/4643
2019-12-11 20:31:05 +02:00
Fredrik Fornwall
08c906181a
glib: Update from 2.62.2 to 2.62.3
2019-11-24 20:26:22 +01:00
Leonid Pliushch
fe484b7332
glib: update to 2.62.2
2019-11-03 01:40:12 +02:00
Fredrik Fornwall
ec364857b2
glib: Update from 2.60.6 to 2.60.7
2019-09-03 11:15:17 +02:00
Leonid Pliushch
6e70277fb3
no more develsplit + provide static libraries as separate package
...
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch
fb9839967f
glib: update to 2.60.6
...
%ci:reset-backlog
2019-07-26 00:57:07 +03:00
Fredrik Fornwall
9c97f9b14e
glib: Update from 2.60.4 to 2.60.5
2019-07-11 14:32:29 +02:00
Leonid Pliushch
a9b08c2cc8
libffi: disable versioning + rebuild dependent packages
2019-06-28 20:34:04 +03:00
its-pointless
2bedaa02a0
prevent glib from building libintl
2019-06-19 20:26:31 +03:00
Leonid Pliushch
7d1933089a
glib: update to 2.60.4
2019-06-13 22:50:02 +03:00
Leonid Pliushch
feb3a3aabc
glib: update to 2.60.3
...
%ci:reset-backlog
2019-05-23 03:28:15 +03:00
Fredrik Fornwall
6523dda1e4
glib: Update from 2.58.3 to 2.60.2
2019-05-11 23:43:58 +02:00
Leonid Pliushch
79e65908a5
glib: bump revision after 0d1170cc
2019-05-06 16:54:19 +03:00
Leonid Pliushch
b122c870bb
glib: use GNU iconv
...
Fixes compilation error.
2019-05-05 21:29:36 +02:00
Leonid Pliushch
b98ffcf631
add libiconv to dependencies where needed
2019-05-05 21:29:36 +02:00
Leonid Pliushch
11200afa32
add zlib to dependencies where needed
2019-04-14 16:00:23 +03:00
Leonid Pliushch
da87701bab
glib: fix path to /tmp
2019-03-02 14:52:30 +02:00
Wetitpig
5f07ac4eb9
Change permissions
2019-02-09 21:06:31 +02:00
Wetitpig
5f8864c10d
Improve formatting of parantheses for functions
2019-02-09 21:06:31 +02:00
Fredrik Fornwall
a2804d40d6
glib: Update from 2.58.2 to 2.58.3
2019-02-03 22:59:50 +01:00
Fredrik Fornwall
a97ae8c9dd
Revision-bump more packages
2019-01-27 16:08:59 +01:00
Leonid Pliushch
46d333adba
add licenses for more packages
2019-01-21 17:17:53 +02:00
Fredrik Fornwall
dcae631d9f
glib: Update from 2.58.1 to 2.58.2
2019-01-03 02:31:39 +01:00
Fredrik Fornwall
560c834820
glib: Update from 2.56.2 to 2.58.1
2018-10-07 20:44:57 +02:00
Tom Yan
6e1154099b
glib: fix locale removal
2018-08-22 16:05:51 +02:00
Fredrik Fornwall
aa37845374
glib: Update from 2.56.1 to 2.56.2
2018-08-20 15:06:16 +02:00
Leonid Pliushch
f5116a5974
glib: update patch 'fix-hardcoded-paths.patch'
2018-06-20 23:43:23 +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
92c115e720
glib: Update from 2.56.0 to 2.56.1
2018-04-12 07:59:18 +02:00
Fredrik Fornwall
c6f93e5e0a
glib: Update from 2.54.3 to 2.56.0
2018-03-14 17:16:43 +01:00
Fredrik Fornwall
48d6a855a9
glib: Update patch after upstream review
2018-01-14 22:15:05 +01:00
Fredrik Fornwall
9e6bac6070
glib: Update from 2.54.2 to 2.54.3
2018-01-10 17:26:56 +01:00
Fredrik Fornwall
b1b6444ddd
glib: Update gtimezone.c patch after review
2017-12-22 00:10:55 +01:00
Fredrik Fornwall
1f277e186d
glib: Update gtimezone.c patch after review
2017-12-21 13:42:24 +01:00
Fredrik Fornwall
834b8f8e49
glib: Update gtimezone.c patch after review
2017-12-21 05:25:29 +01:00
Fredrik Fornwall
5bb8ab2ea3
glib: Format gtimezone.c patch as upstream wants
2017-12-17 00:45:43 +01:00
Fredrik Fornwall
22a47b93b4
glib: Update gtimezone.c patch as upstream wants
2017-12-09 02:05:00 +01:00
Fredrik Fornwall
4424bffa4d
glib-bin: Keep the glib-mkenums script
2017-11-07 02:59:23 +01:00
Fredrik Fornwall
865b4e28d7
glib: Update from 2.54.1 to 2.54.2
2017-10-28 08:35:42 +02:00
Fredrik Fornwall
97035528b6
glib: Update from 2.54.0 to 2.54.1
2017-10-05 08:24:10 +02:00
Leonid Pliushch
20cc459fc1
glib: bump revision
2017-09-13 15:55:35 +02:00
Leonid Pliushch
6048cf248b
glib: fix hardcoded paths
2017-09-13 15:55:35 +02:00
Fredrik Fornwall
fe7cb7ca77
glib: Update from 2.52.3 to 2.54.0
2017-09-12 13:45:40 +02:00