aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
| * | 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>
* | | avro: Apache Avro C Library 1.8.1John Clark2016-10-08
| | | | | | | | | | | | | | | Signed-off-by: John Clark <inindev@gmail.com> Tested-by: John Clark <inindev@gmail.com>
* | | boost: Fix immediate build problems until 1.62 update availableTed Hess2016-10-04
| | | | | | | | | | | | | | | | | | boost: Correct Sourceforge URI for boost releases Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #3299 from fededim/masterHannu Nyman2016-10-04
|\ \ \ | | | | | | | | Updated packages
| * | | Updated packages:Rupan2016-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - lftp: updated to 4.7.3 - neon: update to 0.30.2 Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | | | libnopoll: use xz compression rather than gzJohn Clark2016-10-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Clark inindev@gmail.com Tested-by: John Clark inindev@gmail.com
* | | | libnopoll: noPoll C WebSocket library 0.4.2John Clark2016-10-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Clark <inindev@gmail.com> Tested-by: John Clark <inindev@gmail.com>
* | | | libx264: more build fixesDaniel Golle2016-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce blacklist for CPU_TYPEs without ASM support in libx264 Add libpthread dependency required on non-musl builds Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | libx264: Re-enable powerpc (SOFT_FLOAT builds OK)Ted Hess2016-09-30
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #3072 from salzmdan/masterHannu Nyman2016-09-29
|\ \ \ \ | | | | | | | | | | Update libedit and Knot DNS
| * | | | libedit: update to 20160618-3.1Daniel Salzman2016-08-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | avahi: Update to 0.6.32. Add netifd proto handler for avahi-autoipdClaudiu Brasovean2016-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can now specify in '/etc/config/network' config interface 'eth1_autoip' option ifname 'eth1' option proto 'autoip' And netifd would handle the rest of the logic/setup. Signed-off-by: Claudiu Brasovean <cbrasho@gmail.com> Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | postgresql: move some binaries to pgsql-cli-extraDaniel Golle2016-09-28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | gnutls: remove C99 constructions rejected by compilerNikos Mavrogiannopoulos2016-09-27
| | | | |
* | | | | postgresql: clean package to fix duplicate files issueDaniel Golle2016-09-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both postgresql-server and postgresql-cli install /usr/bin/psql which thus creates a conflict when installing both packages. Fix this by removing duplicate and useless binaries from the postgresql-server package. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | libstrophe : Update to version 0.9.1Chih-Wei Chen2016-09-27
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
* | | | libp11: package PKCS#11 OpenSSL engineDaniel Golle2016-09-26
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | engine_pkcs11: remove in favour of libp11 OpenSSL engineDaniel Golle2016-09-26
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>