aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libpng: properly fix zlib issueRosen Penev2020-12-14
| | | | | | | | | | | | The previous commit meant to avoid adding an LDFLAG but it just avoided the issue. The real issue is PNG_BUILD_ZLIB being turned to ON. This variable is for specifying a custom zlib location, which is not necessary. Switching it to OFF calls find_package and links properly. Backported two zlib related patches. The latter is a somewhat impoarant fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #14228 from neheb/vRosen Penev2020-12-14
|\ | | | | vips: do not install libvips-cpp
| * vips: do not install libvips-cppRosen Penev2020-12-14
| | | | | | | | | | | | | | | | Nothing uses it. Allows to slim the package down. Also made the InstallDev section more explicit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | pcre2: update to 10.36Rosen Penev2020-12-14
|/ | | | | | Mostly JIT fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #14217 from ClaymorePT/boost_1.75.0Rosen Penev2020-12-14
|\ | | | | boost: Updates package to version 1.75
| * boost: Adds json libraryCarlos Miguel Ferreira2020-12-14
| | | | | | | | | | | | | | json library can work as header-only, but adding for the cases where it is necessary. Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
| * boost: Removes unecessary patchCarlos Miguel Ferreira2020-12-14
| | | | | | | | | | | | Fixed in upstream Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
| * boost: Updates package to version 1.75Carlos Miguel Ferreira2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates boost to version 1.75 This release brings three new packages * JSON parsing, serialization, and DOM in C++11, from Vinnie Falco and Krystian Stasiowski. [1] * LEAF: A lightweight error-handling library for C++11, from Emil Dotchevski. [2] * PFR: Basic reflection without macro or boilerplate code for user defined types, from Antony Polukhin. [3] More info about Boost 1.75.0 can be found at the usual place [4]. [1]: https://www.boost.org/libs/json/ [2]: https://www.boost.org/libs/leaf/ [3]: https://www.boost.org/libs/pfr/ [4]: https://www.boost.org/users/history/version_1_75_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | keyutils: update to 1.6.3 and improve packagingDaniel Golle2020-12-14
| | | | | | | | | | | | | | | | | | | | * switch to kernel.org upstream (most recent versions seem to be available only there) * package request-key, key.dns_resolver and their config file into new package 'keyutils' * refresh patches Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libs: cjson: correctly install to named include pathsKarl Palsson2020-12-14
| | | | | | | | | | | | | | Supports the more traditional "#include <cjson/cJSON.h>" instead of dropping them in the root. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | libpng: disable building of executablesRosen Penev2020-12-13
| | | | | | | | | | | | | | | | | | | | They are not packaged here. Upstream backport. Speeds up compilation and avoids a zlib hack. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14221 from neheb/geRosen Penev2020-12-13
|\ \ | | | | | | gerbera update
| * | spdlog: update to 1.8.2Rosen Penev2020-12-13
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | pugixml: update to 1.11.1Rosen Penev2020-12-13
| |/ | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / libarchive: update to 2.5.0Rosen Penev2020-12-13
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* glib2: use normal format functionsRosen Penev2020-12-12
| | | | | | | | | These meson checks rely on being able to run binaries. Just force them on. Reduces compiled size. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #14181 from sartura/feature_uci2-packageRosen Penev2020-12-11
|\ | | | | uci2: add library package
| * uci2: add library packageJakov Petrina2020-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @jpetrina Compile tested: arm, ipq4018, master@r15169-36e0268aa6 Run tested: arm, ipq4018, master@r15169-36e0268aa6 Description: UCI2 is a C library that provides an alternative UCI parser with an Abstract Syntax Tree (AST) representation of configuration files. Signed-off-by: Jakov Petrina <jakov.petrina@sartura.hr> Tested-by: Jakov Petrina <jakov.petrina@sartura.hr>
* | libpng: fix paths in config filesRosen Penev2020-12-10
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | xmlrpc-c: fix config file prefix pathRosen Penev2020-12-10
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libgcrypt: fix config fileRosen Penev2020-12-10
| | | | | | | | | | | | Change the prefix instead of each path. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libuv: fix pkgconfig paths for libuv-static.pc as wellRosen Penev2020-12-10
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* apr-util: fix config file and install to proper locationRosen Penev2020-12-08
| | | | | | This allows subversion to find it properly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libtirpc: update to 1.3.1Andy Walsh2020-12-08
| | | | | | * update to 1.3.1 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* libs: add cJSONKarl Palsson2020-12-08
| | | | | | New package, new dependency of mosquitto v2.0 Signed-off-by: Karl Palsson <karlp@etactica.com>
* Merge pull request #14166 from neheb/neonnRosen Penev2020-12-08
|\ | | | | neon: install neon-config to host path
| * neon: install neon-config to host pathRosen Penev2020-12-07
| | | | | | | | | | | | | | | | Helps old packages that do not use pkgconfig. Fixed paths. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14172 from neheb/aprRosen Penev2020-12-07
|\ \ | | | | | | apr: install apr-1-config to host
| * | apr: install apr-1-config to hostRosen Penev2020-12-07
| |/ | | | | | | | | | | | | | | Helps old packages that don't use pkgconfig. Fix some extra paths. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14171 from neheb/ftdioneRosen Penev2020-12-07
|\ \ | | | | | | libftdi: install libftdi-config to host
| * | libftdi: install libftdi-config to hostRosen Penev2020-12-07
| |/ | | | | | | | | | | | | | | Helps old packages that don't use pkgconfig. Fix wrong paths in config. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14169 from neheb/daqRosen Penev2020-12-07
|\ \ | | | | | | libdaq: fix config file
| * | libdaq: fix config fileRosen Penev2020-12-07
| |/ | | | | | | | | | | | | | | | | | | Install to host to fix compilation with depending packages. Fix paths to point to OpenWrt and not OS. Don't install to device. This is strictly an InstallDev thing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14167 from neheb/ftdi11Rosen Penev2020-12-07
|\ \ | | | | | | libftdi: install libftdi1-config to host
| * | libftdi: install libftdi1-config to hostRosen Penev2020-12-07
| |/ | | | | | | | | | | | | | | Helps old packages that don't use pkgconfig. Fix prefix paths as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14170 from neheb/pcre222Rosen Penev2020-12-07
|\ \ | | | | | | pcre2: install pcre2-config to host path
| * | pcre2: install pcre2-config to host pathRosen Penev2020-12-07
| |/ | | | | | | | | | | Helps old packages that do not use pkgconfig. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14164 from neheb/gphotooRosen Penev2020-12-07
|\ \ | | | | | | libgphoto2: install config files to host
| * | libgphoto2: install config files to hostRosen Penev2020-12-07
| |/ | | | | | | | | | | | | | | Helps old packages that don't use pkgconfig. Remove old entries for previous versions of libgphoto2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #14168 from neheb/taggRosen Penev2020-12-07
|\ \ | | | | | | taglib: install taglib-config to host path
| * | taglib: install taglib-config to host pathRosen Penev2020-12-07
| |/ | | | | | | | | | | Helps old packages that do not use pkgconfig. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / libmcrypt: install libmcrypt-config to hostRosen Penev2020-12-07
|/ | | | | | | | | | | | | | | | Helps to fix old packages that don't use pkgconfig. Cleaned up Makefile: Added PKG_BUILD_PARALLEL for faster compilation. Fixed license information. Some minor cleanups for consistency between packages. Fixed host paths. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lzo: import from baseRosen Penev2020-12-04
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #14100 from neheb/protobbRosen Penev2020-12-02
|\ | | | | protobuf: update to 3.14.0
| * protobuf: update to 3.14.0Rosen Penev2020-12-01
| | | | | | | | | | | | Remove pointless CMAKE_INSTALL. There's an InstallDev section. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | unixodbc: update to 2.3.9Rosen Penev2020-12-01
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libfmt: bump to release 7.1.3Othmar Truniger2020-12-01
|/ | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* google-authenticator-libpam: fix InstallDev pathsRosen Penev2020-11-30
| | | | | | libpam will soon install to /usr/lib instead of /lib. Adjust accordingly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libpam: update to 1.5.1Rosen Penev2020-11-29
| | | | | | | | | | | | | Fix installed paths. After e52d0487e88c3c8c57e1310d1a02b18eae0d142e upstream, this bug was exposed. Instead of working around it, fix the patch. After this, everything consistently gets installed to ipkg-install/usr. Minor Makefile reorganization. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libgphoto2: update to 2.5.26Rosen Penev2020-11-29
| | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>