Commit Graph

22 Commits

Author SHA1 Message Date
Leonid Pliushch dedc597263
rebuild everything
Because static libraries were not uploaded for packages which
have them.
2022-04-18 14:36:11 +05:30
Leonid Pliushch 05992744ba
follow changes on main repository (no -dev package split anymore)
And schedule all packages for manual rebuilding.

%ci:no-build
2022-04-18 14:36:09 +05:30
Leonid Pliushch 653df2d00c
bump revisions of libjpeg-turbo using packages 2022-04-18 14:36:08 +05:30
Leonid Pliushch c6e2c50274
qemu: bump revision due to libnettle 2022-04-18 14:36:08 +05:30
Leonid Pliushch 2cc9d7cc69
qemu-common: fix download url 2022-04-18 14:36:00 +05:30
Leonid Pliushch 2da0818cfd
qemu-common: use old v3.1.0 2022-04-18 14:35:59 +05:30
Leonid Pliushch 0d3510ba65
qemu-common: move v4.0.0 to disabled packages
Completely broken.
2022-04-18 14:35:59 +05:30
Leonid Pliushch 9446f844fc
qemu-common: bump revision 2022-04-18 14:35:59 +05:30
Leonid Pliushch 5b37e64de0
qemu-common & tigervnc: bump revision
Rebuild packages in order to fix unwining on Android 5 ARM.
2022-04-18 14:35:53 +05:30
Leonid Pliushch 64ee9557fd
qemu-common: set icache/dcache line size to 0
From Bionic's sysconf.cpp:

  // We do not have actual implementations for cache queries.
  // It's valid to return 0 as the result is unknown.
  case _SC_LEVEL1_ICACHE_SIZE:      return 0;
  case _SC_LEVEL1_ICACHE_ASSOC:     return 0;
  case _SC_LEVEL1_ICACHE_LINESIZE:  return 0;
  case _SC_LEVEL1_DCACHE_SIZE:      return 0;
  case _SC_LEVEL1_DCACHE_ASSOC:     return 0;
  case _SC_LEVEL1_DCACHE_LINESIZE:  return 0;

So actually it already should be set to 0, but it appears some devices set it
to -1 which triggers assertion error.
2022-04-18 14:35:52 +05:30
Leonid Pliushch 4e4bc08cc2
qemu-common: update to 4.0.0 2022-04-18 14:35:52 +05:30
Leonid Pliushch 51fe438376
qemu-common: disable linking with libutil in tests 2022-04-18 14:35:51 +05:30
Leonid Pliushch aa867a9eba
qemu-common: update configure.patch 2022-04-18 14:35:51 +05:30
Leonid Pliushch 9e61f9a92a
qemu-common (android-5): replace libutil dependency with patch 2022-04-18 14:35:51 +05:30
Leonid Pliushch 69148551aa
qemu-common: adapt build scripts for both android-5 and android-7 2022-04-18 14:35:48 +05:30
Leonid Pliushch 5168004905
qemu-common: bump revision 2022-04-18 14:35:39 +05:30
Leonid Pliushch e7c9b79097
update maintainer fields
[ci skip]
2022-04-18 14:09:20 +05:30
Leonid Pliushch 0756620239
add zlib to dependencies where needed 2022-04-18 14:09:17 +05:30
Leonid Pliushch 7a8a5a67a0
qemu-common: remove lockf() implementation because it is not needed on Android 7 or higher 2022-04-18 14:09:16 +05:30
Leonid Pliushch 0eb2f6f9ca
qemu-common: remove libutil from dependencies 2022-04-18 14:09:15 +05:30
Leonid Pliushch f5dd6a1f94
bump C++ packages 2022-04-18 14:09:13 +05:30
Leonid Pliushch ca8d7f687f
remove non-X11 packages
These packages will be moved to unstable-packages repo.
2022-04-18 14:09:13 +05:30