Commit graph

221 commits

Author SHA1 Message Date
heitbaum
2b30d3a0d5 pigz: update to 2.6
update 2.5 (2021-01-24) to 2.6 (2021-02-06)
log: https://github.com/madler/pigz/commits/master
changelog (from pigz.c):
- Add --huffman/-H and --rle/U strategy options
- Fix issue when compiling for no threads
- Fail silently on a broken pipe
2021-02-07 10:50:30 +00:00
heitbaum
f308f10a08 pigz: update to 2.5
update 2.4 (2017-12-26) to 2.5 (2021-01-24)
log: https://github.com/madler/pigz/commits/master
changelog (from pigz.c):
- Add --alias/-A option to set .zip name for stdin input
- Add --comment/-C option to add comment in .gz or .zip
- Fix a bug that misidentified a multi-entry .zip
- Fix a bug that did not emit double syncs for -i -p 1
- Fix a bug in yarn that could try to access freed data
- Do not delete multi-entry .zip files when extracting
- Do not reject .zip entries with bit 11 set
- Avoid a possible threads lock-order inversion
- Ignore trailing junk after a gzip stream by default
2021-01-30 06:44:34 +00:00
Ian Leonard
34142fb3ea compress: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:43 +00:00
Christian Hewitt
b9272a4e90
Merge pull request #4773 from CvH/10.0/unzip_cleanup
drop unzip and minizip package
2021-01-16 16:47:35 +04:00
heitbaum
daffc88144 libarchive: update to 3.5.1 2021-01-08 04:22:23 +00:00
CvH
a02158a092 zip: cleanup version 2020-12-27 20:30:27 +01:00
Ian Leonard
2420e1b8a4 zstd: update to 1.4.8
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-12-27 09:01:50 +00:00
CvH
e7202e014f minizip: drop package 2020-12-19 17:56:07 +01:00
heitbaum
a7b57d43bf minizip: updated to 2.10.4 and fixed failed compile 2020-12-19 17:55:36 +01:00
CvH
4aba62ccfe unzip: drop package 2020-12-19 11:13:25 +01:00
Andre Heider
7c6c3f3728 lz4: fix compilation
The cmake files were moved upstream [0] and the build now fails because it
silently falls back to the GNU Makefile:
install: cannot change permissions of '/usr/local/bin/': Operation not permitted

Point to the new location and set PKG_TOOLCHAIN explicitely to "cmake", which
would have caugth this issue:
CMake Error: The source directory "/tmp/libreelec/build.LibreELEC-H6.arm-9.80-devel/build/lz4-1.9.3/contrib/cmake_unofficial" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
FAILURE: ./scripts/build lz4:host during configure_host (default)

[0] 31d477db07
2020-12-17 09:59:51 +01:00
heitbaum
5ab1a9036e xz: updated to 5.2.5 2020-12-16 12:32:17 +00:00
heitbaum
ff061734eb lz4: updated to 1.9.3 2020-12-13 11:20:23 +00:00
heitbaum
38381ecf01 libarchive: updated to 3.5.0 2020-12-13 11:20:23 +00:00
Ian Leonard
8016cd0394 zstd: add configure options
legacy_level=0 disables support for packages compressed with zstd before
version 0.8 (~August 2016).

Support for the other compression libraries adds a symlink feature to the
zstd binary for it to mimic that library's regular tool. Example, a
symlink pointing to zstd named 'gzip' will cause zstd to pretend to be gzip.
The cli tools aren't used, so there is no purpose to adding this support.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-10-14 19:19:22 +00:00
Peter
e8a0318e6e gcc: add zstd dependency
gcc 10 adds zstd compression for its LTO data, that's why zstd library should be build before
2020-07-09 10:45:14 +02:00
CvH
f32e4aaa2b
Merge pull request #4388 from antonlacon/le10-april-updates
April 2020 Package Updates
2020-06-18 21:33:27 +02:00
Ian Leonard
c9c073ed8c zstd: update to 1.4.5
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-06-07 19:52:02 +00:00
Jernej Skrabec
0307a79fc3 p7zip: Fix building with gcc 10 2020-06-01 19:31:38 +02:00
Andre Heider
5aab3cca31 cpio: remove unused package 2020-02-26 06:42:59 +01:00
MilhouseVH
4a314d3123 cpio: update to cpio-2.13 2020-02-17 06:37:58 +00:00
MilhouseVH
288dc26130 lz4: update to lz4-1.9.2 2020-02-17 06:37:58 +00:00
MilhouseVH
751fd85382 minizip: update to minizip-2.9.2 2020-02-17 06:37:58 +00:00
MilhouseVH
aad88ec459 libarchive: update to libarchive-3.4.2 2020-02-17 06:37:58 +00:00
Andre Heider
cdbbda66d4 system-tools: cleanup and use the "sysroot" build flag
Use the new flag instead of stubbing "makeinstall_target()" to avoid polluting
sysroot. For packages without the means to "make install", add a
makeinstall_target() function to populate install_pkg.
2020-02-10 08:53:39 +01:00
MilhouseVH
1b22cdfc9a p7zip: add security fixes
Source: https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/p7zip&id=bdbf4b9e919d95c91c0b01e44bfdf1635630c347
2019-12-13 23:40:33 +00:00
MilhouseVH
1a45f225a0 p7zip: needs helping hand with cross-compiling 2019-12-13 23:35:52 +00:00
MilhouseVH
10376037dc
Merge pull request #4008 from antonlacon/le10-packages-nov19
Package Updates November 2019
2019-11-29 21:48:49 +00:00
Ian Leonard
eadabf1aee zstd: update to 1.4.4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-11-19 18:54:33 +00:00
Sascha Kuehndel (InuSasha)
efef242121
various: add missing dependencies 2019-11-17 22:49:05 +01:00
MilhouseVH
28441152ec
Merge pull request #3923 from InuSasha/feature/host-depends
buildsystem: host packages should not depend on cross-compiler
2019-10-24 22:31:49 +01:00
Lukas Rusak
6500c1eacd
zstd: switch to use meson 2019-10-21 14:24:31 -07:00
Sascha Kuehndel (InuSasha)
c7c469431e
buildsystem: host should not depend on cross-compiler 2019-10-18 19:41:00 +02:00
MilhouseVH
b39b0a4979
Merge pull request #3895 from InuSasha/updates/mesonbuild
mesonbuild: udate to 0.52
2019-10-17 01:11:21 +01:00
5schatten
9305d7c26e
xz: build xz:host with pic 2019-10-14 09:15:42 +02:00
Ian Leonard
7f80644426 zstd: update to 1.4.3
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-10-01 18:39:06 +00:00
MilhouseVH
0babe814b7 zstd: update to zstd-1.4.2 2019-08-08 17:36:23 +01:00
MilhouseVH
8bef6312fc
Merge pull request #3725 from InuSasha/update/bzip107
bzip2: update to 1.0.8
2019-07-31 17:45:40 +01:00
Sascha Kuehndel (InuSasha)
449617bf48
bzip2: update to 1.0.8 2019-07-28 11:37:10 +02:00
5schatten
7faa53f07f zstd: update to 1.4.1 2019-07-20 14:37:37 +02:00
MilhouseVH
b89be08350 pigz: new package
Co-Authored-By: CvH <1355173+CvH@users.noreply.github.com>
2019-06-26 20:04:06 +01:00
MilhouseVH
cd1e0127f5 minizip: update to minizip-2.8.8 2019-06-07 08:49:07 +01:00
MilhouseVH
c299c94f6b lz4: update to lz4-1.9.1 2019-06-07 08:49:07 +01:00
5schatten
a1c642c050 zstd: update to 1.4.0 / dropped CMake pthread workaround 2019-04-17 13:10:45 +02:00
MilhouseVH
d4f6326142 packages: align source code licence usage with project licence 2019-03-26 18:05:50 +00:00
MilhouseVH
b135c7ead9 packages: add missing dependencies 2019-02-08 17:17:43 +00:00
MilhouseVH
a8152c3581 libarchive: update to libarchive-3.3.3, drop ninja-1.9.0 incompatible patch
static patch causes following libarchive failure when building with ninja-1.9.0:

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    ENABLE_SHARED
    ENABLE_STATIC

-- Build files have been written to: /home/ubuntu/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel/libarchive-3.3.3/.armv7ve-libreelec-linux-gnueabi
Executing (target): ninja
ninja: error: build.ninja:2600: multiple rules generate libarchive/libarchive.a [-w dupbuild=err]
2019-02-03 15:45:03 +00:00
CvH
62096d795d xz: add pic for xz 2019-01-09 11:46:28 +01:00
Ian Leonard
7aa0839605 zstd: update to 1.3.8
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-01-01 20:15:38 +00:00
MilhouseVH
b518bbf4e7 packages: implement late variable binding
Move variable assignments into configure_package() if the assignments
depend on variables initialised after the package is sourced, ie.
$PKG_BUILD, $PKG_SOURCE_NAME etc.
2018-12-18 03:43:28 +00:00