183 Commits

Author SHA1 Message Date
Ian Leonard
e79385c0e4 zstd: update to 1.4.3
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-10-14 21:42:59 +02:00
MilhouseVH
e7e3247c27 zstd: update to zstd-1.4.2 2019-08-13 19:52:32 +01:00
5schatten
b6d91f188f zstd: update to 1.4.1 2019-08-13 19:52:32 +01:00
MilhouseVH
240d6f7917 pigz: new package
Co-Authored-By: CvH <1355173+CvH@users.noreply.github.com>
2019-06-27 04:10:58 +01:00
MilhouseVH
fb0007845a packages: mega bump 2019-06-13 22:12:21 +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
Ian Leonard
a703502f5f zstd: update to 1.3.7
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-11-25 21:21:38 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
a4ec8951e0 cleanup: remove redundant PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
2923f2b56a cleanup: remove PKG_SOURCE_DIR 2018-10-22 15:06:11 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
MilhouseVH
840213e2bc xz: update to xz-5.2.4 2018-08-26 14:52:33 +01:00
MilhouseVH
43b719c91f lz4: update to lz4-1.8.2 2018-08-26 14:52:33 +01:00
CvH
0b6ce63a52
Merge pull request #2893 from antonlacon/libraries-update
zstd, libgcrypt, libpng: package updates
2018-08-20 19:59:12 +02:00
Christian Hewitt
f997fe0ceb
Merge pull request #2880 from MilhouseVH/le90_linux4180_generic
linux (Generic): update to linux-4.18.3
2018-08-20 21:22:17 +04:00
MilhouseVH
2af9c40552 bzip2: download from mirror as bzip.org no longer available
https://lwn.net/Articles/762264/
2018-08-18 05:59:41 +01:00
Ian Leonard
e40e967b45 zstd: update to 1.3.5
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-08-16 21:02:12 +00:00
MilhouseVH
a84b6e0cb3 elfutils: install shared libelf libs on host build
And fix libelf detection

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-08-13 22:46:50 +01:00
CvH
c8601550aa spdx: packages/compress 2018-07-17 23:58:49 +02:00
MilhouseVH
cc0b9b8e5b zstd: update to zstd-1.3.4 2018-06-20 21:21:52 +01:00
Sascha Kuehndel (InuSasha)
bce7fc9535
tinc/lzo: add pic to build with gcc8 2018-06-04 20:17:29 +02:00
Sascha Kuehndel (InuSasha)
8827a540aa
buildsystem: add BUILD_FLAG support
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)

All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk

Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
MilhouseVH
84cb0fab5c zstd: update to zstd-1.3.3 2017-12-21 10:01:46 +00:00
MilhouseVH
4f898cd013 vfs.libarchive: new package 2017-12-01 05:12:59 +00:00
Sascha Kuehndel (InuSasha)
3b9fcfc3b4
buildsystem: rename TOOLCHAIN other to manual 2017-11-22 00:41:13 +01:00
Sascha Kuehndel (InuSasha)
da38cd92e3
buildsystem: set PKG_TOOLCHAIN for packages, that need it 2017-11-22 00:41:13 +01:00
Sascha Kuehndel (InuSasha)
2bd83f8d15
buildsystem: replace PKG_USE_NINJA 2017-11-22 00:41:12 +01:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
4452de37d8 remove double newline at EOF 2017-10-16 01:25:19 +02:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
cvh
c6b5cdc10f fix copyright header 2017-10-16 00:01:11 +02:00
Lukas Rusak
bbee17c738 Merge pull request #2099 from MilhouseVH/le90_zstd_132
zstd: update to zstd-1.3.2
2017-10-13 15:24:27 -07:00
Lukas Rusak
39e4348605
fixup! zlib: remove building minizip 2017-10-13 15:12:45 -07:00
Lukas Rusak
dd77ad2f6c
minizip: initial package 2017-10-13 15:12:00 -07:00
Lukas Rusak
fbbc6ad9d6
zlib: remove building minizip 2017-10-13 15:11:59 -07:00
Lukas Rusak
a130ffaee9
zlib: don't build with ninja 2017-10-13 15:01:52 -07:00
Lukas Rusak
c1d346a253
bzip2: fix depends 2017-10-13 15:01:51 -07:00
MilhouseVH
a1d16a3f2e zstd: update to zstd-1.3.2 2017-10-13 11:27:21 +01:00
escalade
fdf7880789 zstd: initial package 2017-09-22 13:58:12 +01:00
cvh
db6cd91143 packages: remove circular dependency to toolchain 2017-08-17 14:02:21 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
65224c4a1a Merge pull request #932 from InuSasha/fixes/dependency_tree
fix same missing dependencies
2017-05-11 14:36:14 -07:00
Sascha Kuehndel (InuSasha)
66590c9488
dependency-tree: host packages depend on toolchain 2017-05-10 20:50:10 +02:00