aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libuecc: use shared instead of static libraryDominik Menke2016-12-14
| | | | | | | | | | | | | | | | | | | This patch prepares for another future package (ecdsautils), which builds multiple binaries all linked to libuecc. The changes are a direct copy of [1]. The original commit message was: > commit cb2ecbfdf0c478568a28aacb99d30fd6ee5c0dd1 > From: Matthias Schiffer <mschiffer@universe-factory.net> > Date: Tue, 3 May 2016 21:33:34 +0200 > Subject: libuecc: use shared instead of static library > > Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> [1]: https://github.com/freifunk-gluon/gluon/blob/cb2ecbfdf0c478568a28aacb99d30fd6ee5c0dd1/patches/packages/openwrt/0007-libuecc-use-shared-instead-of-static-library.patch Signed-off-by: Dominik Menke <dom@digineo.de>
* dtc: initial version 1.4.2Yousong Zhou2016-12-11
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #3554 from thess/x264-testTed Hess2016-12-08
|\ | | | | libx264: Add AMD Geode and i486 to ASM blacklist, fix CPU type test
| * libx264: Add AMD Geode and i486 to ASM blacklist, fix CPU type testTed Hess2016-12-08
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #3556 from thess/libopus-testTed Hess2016-12-08
|\ \ | | | | | | opus: Disable ASM for xscale and arm926ej-s
| * | opus: Disable ASM for xscale and arm926ej-sTed Hess2016-11-23
| |/ | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #3612 from ejurgensen/mxml_2.10Hannu Nyman2016-12-04
|\ \ | | | | | | mxml: Update to version 2.10
| * | mxml: Update to version 2.10ejurgensen2016-12-03
| | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | libs/libarchive: Fix unintended linking of liblz4Daniel Engberg2016-12-03
| | | | | | | | | | | | | | | | | | Fixes unintended linking of liblz4 Thanks to hnyman for making me aware of this issue. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | libs/libarchive: Update to 3.2.2 and add bsdtarDaniel Engberg2016-12-01
|/ / | | | | | | | | | | | | Updates libarchive to 3.2.2 Adds bsdtar aswell as usable archive/compression support Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | libmicrohttpd: update to 0.9.52Alexander Couzens2016-11-30
| | | | | | | | | | | | | | Compile tested on x86_64. Runtime tested on x86_64. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | Merge pull request #3591 from haraldg/elektraHannu Nyman2016-11-28
|\ \ | | | | | | elektra: Update to 0.8.19
| * | elektra: Update to 0.8.19Harald Geyer2016-11-28
| | | | | | | | | | | | | | | | | | Noteable change: The libelektra-extra package now depends on libstdcpp. Signed-off-by: Harald Geyer <harald@ccbib.org>
* | | libcanfestival: skip building examplesMichael Heimpold2016-11-28
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At the moment, LEDE buildbots are complaining with: -snip- ... libcanfestival/examples/TestMasterSlave/TestMasterSlave.c:50: undefined reference to `MasterMap1' TestMasterSlave.o: In function `InitNodes': ... -snap- Since we are only interessted in the library itself, skip compilation of the example code. This should both fix the build and speedup it a little bit. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | libaudiofile: Update source URL to GNOME repoTed Hess2016-11-27
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | quasselc: add new packageBen Rosser2016-11-23
| | | | | | | | | | | | | | | | | | quasselc is a library providing an API to access a Quassel core in pure C. Quassel is a distributed IRC client where the core can run independently of the interface(s). This library provides a C API for programs that wish to implement the Quassel protocol. Signed-off-by: Ben Rosser <rosser.bjr@gmail.com>
* | Merge pull request #3553 from luizluca/libvpx-updateTed Hess2016-11-23
|\ \ | |/ |/| libvpx: bump to 1.6.0
| * libvpx: bump to 1.6.0Luiz Angelo Daros de Luca2016-11-22
| | | | | | | | | | | | | | This release improves upon the VP9 encoder and speeds up the encoding and decoding processes. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | openldap: do not build doc and tests subdirsMichael Heimpold2016-11-19
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At least one LEDE buildbot is missing tools to create man pages, thus the build sometimes (depends on which buildbot is used) fails with [1]: -snip- make[7]: Entering directory '/mnt/build-dir/lede/armeb_xscale/build/sdk/build_dir/target-armeb_xscale_musl-1.1.15/openldap-2.4.44/doc/man/man1' PAGES=`cd .; echo *.1`; \ for page in $PAGES; do \ sed -e "s%LDVERSION%2.4.44%" \ -e 's%ETCDIR%/etc/openldap%g' \ -e 's%LOCALSTATEDIR%/var%' \ -e 's%SYSCONFDIR%/etc/openldap%' \ -e 's%DATADIR%/usr/share/openldap%' \ -e 's%SBINDIR%/usr/sbin%' \ -e 's%BINDIR%/usr/bin%' \ -e 's%LIBDIR%/usr/lib%' \ -e 's%LIBEXECDIR%/usr/lib%' \ -e 's%MODULEDIR%/usr/lib/openldap%' \ -e 's%RELEASEDATE%2016/02/05%' \ ./$page \ | (cd .; soelim -) > $page.tmp; \ done /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found /bin/sh: 15: soelim: not found Makefile:292: recipe for target 'all-common' failed make[7]: *** [all-common] Error 127 -snap- For OpenWrt/LEDE, there is no reason to build the tests and/or man pages, so let's patch it away. And since other packages need openldap as build dependency (e.g. php) this automatically fixes the build of these depended packages. [1] https://downloads.lede-project.org/snapshots/faillogs/armeb_xscale/packages/openldap/compile.txt Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #3500 from kissg1988/postgresqlDaniel Golle2016-11-17
|\ | | | | postgresql: fix download URLs
| * postgresql: fix download URLsGergely Kiss2016-11-11
| | | | | | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* | boost: Patch to support FiberCarlos Ferreira2016-11-13
|/ | | | | | This update provides a patch in order to support Boost.Fiber. Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
* Merge pull request #3497 from thess/boost-buildTed Hess2016-11-09
|\ | | | | boost: Fix python packages. Remove boost-libs from boost meta package…
| * boost: Fix python packages. Remove boost-libs from boost meta package when ↵Ted Hess2016-11-09
| | | | | | | | | | | | | | | | CONFIG_ALL specified boost: add python packages to PKG_BUILD_DEPENDS for boost python libs Signed-off-by: Ted Hess <thess@kitschensync.net>
* | libtalloc: add libattr dependencyEtienne CHAMPETIER2016-11-08
|/ | | | | | | | | | | | | | When libattr is selected, libtalloc links to this shared library and the build fails with: "Package libtalloc is missing dependencies for the following libraries: libattr.so.1" This commit adds libattr dependency, so that libtalloc systematically links to this library. Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com> [Lucile: replace attr with libattr, edit commit message] Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
* boost: Build / package dependencies re-workTed Hess2016-11-07
| | | | | | | | | Added 4th argument to library declaration macro for specifying optional. external package dependencies. Add conditional Python host build dependency. Fixup config menu to honor external package selections correctly. Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #3425 from ryzhovau/libdnet-srcLuka Perkov2016-11-06
|\ | | | | libdnet: fix source URL
| * libdnet: fix source URLAlexander Ryzhov2016-10-31
| | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | Merge pull request #3377 from bobafetthotmail/patch-8Hannu Nyman2016-11-06
|\ \ | | | | | | liblo-utils: moving to category Sound
| * | liblo-utils: moving to category SoundAlberto Bursi2016-10-23
| | | | | | | | | | | | | | | | | | before it was in Utilities, subcategory Sound. Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | gnutls: updated to 3.5.6Nikos Mavrogiannopoulos2016-11-04
| | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | Merge pull request #3458 from thess/boost-fixTed Hess2016-11-04
|\ \ \ | | | | | | | | boost: Fix broken dependencies for locale and fiber
| * | | boost: Fix broken dependencies for locale and fiberTed Hess2016-11-03
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #3456 from haraldg/elektraHannu Nyman2016-11-03
|\ \ \ \ | |/ / / |/| | | elektra: Update to 0.8.18
| * | | elektra: Update to 0.8.18Harald Geyer2016-11-03
| | | | | | | | | | | | | | | | Signed-off-by: Harald Geyer <harald@ccbib.org>
* | | | Merge pull request #3447 from bobafetthotmail/patch-5Hannu Nyman2016-11-02
|\ \ \ \ | | | | | | | | | | tiff-utils: move to Image Manipulation submenu
| * | | | tiff-utils: move to Image Manipulation submenuAlberto Bursi2016-11-02
| | |_|/ | |/| | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* / | | jpeg-tools: move to Image Manipulation submenuAlberto Bursi2016-11-02
|/ / / | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | Merge pull request #3335 from sartura/libwebsockets-full-variantLuka Perkov2016-10-26
|\ \ \ | | | | | | | | libwebsockets: add full variant with libuv, plugins, CGI
| * | | libwebsockets: use tarball releases instead of gitDenis Osvald2016-10-13
| | | | | | | | | | | | | | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
| * | | libwebsockets: bump to v2.0.3Denis Osvald2016-10-13
| | | | | | | | | | | | | | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
| * | | libwebsockets: add full variant with libuv, plugins, CGIDenis Osvald2016-10-11
| | | | | | | | | | | | | | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
* | | | Merge pull request #3393 from bobafetthotmail/patch-19Nikos Mavrogiannopoulos2016-10-26
|\ \ \ \ | | | | | | | | | | gnutls-utils/certtool: move to Encryption submenu
| * | | | gnutls-utils/certtool: move to Encryption submenuAlberto Bursi2016-10-24
| | |_|/ | |/| | | | | | | | | | | | | | Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
* | | | Merge pull request #3326 from ClaymorePT/boost_1_62_r1Hannu Nyman2016-10-24
|\ \ \ \ | | | | | | | | | | boost: Package Version Update -> 1.62.0
| * | | | boost: Package Version Update -> 1.62.0Carlos Ferreira2016-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @ClaymorePT Compile tested: Broadcom BCM2708 Run tested: None Description: This package version update brings two new libraries: Fiber [1] (Currently Broken) Framework for userland-threads/fibers, from Oliver Kowalke. QVM [2] Boost QVM is a generic library for working with quaternions, vectors and matrices of static size with the emphasis on 2, 3 and 4-dimensional operations needed in graphics, video games and simulation applications, from Emil Dotchevski. More information about the 1.62.0 release (bug fixes, etc), can be found here [3]. [1]: http://www.boost.org/doc/libs/1_62_0/libs/fiber/ [2]: http://www.boost.org/doc/libs/1_62_0/libs/qvm/ [3]: http://www.boost.org/users/history/version_1_62_0.html Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
* | | | | loudmouth: add new packageW. Michael Petullo2016-10-16
| |/ / / |/| | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | opencv: install missing pkgconfig file in staging folderjazzgs2016-10-12
| | | | | | | | | | | | | | | | Signed-off-by: jazzgs <jazzgs@users.noreply.github.com>
* | | | libxerces-c: use xz and sha256 and switch from git to apache releasesÁlvaro Fernández Rojas2016-10-12
| |/ / |/| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | postgresql: properly stop serviceDaniel Golle2016-10-11
|/ / | | | | | | | | | | | | postmaster always detaches from procd, work around by using pg_ctl to stop the server. Signed-off-by: Daniel Golle <daniel@makrotopia.org>