1911 Commits

Author SHA1 Message Date
florian
28a6bf4c4a elfutils: unmark as broken
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34903 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-28 09:42:39 +00:00
florian
3f0f5aec15 elfutils: do not check for TEXTREL
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34902 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-28 09:42:36 +00:00
florian
4f9707c748 wt: fix build against boost 1.50+
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34636 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-11 17:22:31 +00:00
florian
40f5fdd136 boost: fix build failure
Such build failure was reported several times:

gcc.compile.c++
bin.v2/libs/context/build/gcc-i386/release/link-static/threading-multi/fcontext.o
libs/context/src/fcontext.cpp: In function 'void*
boost::ctx::detail::align_stack(void*)':
libs/context/src/fcontext.cpp:25:21: error: 'uintptr_t' was not declared
in this scope
libs/context/src/fcontext.cpp:25:32: error: expected ')' before 'base'
libs/context/src/fcontext.cpp:26:66: error: expected ')' before ';'
token
libs/context/src/fcontext.cpp:26:66: error: expected ')' before ';'
token

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34635 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-11 17:22:30 +00:00
florian
3301c199c8 opal: do not build against uclibc++
Neither g++-uc nor g++-uc+std prove to properly build opal, so just
fallback to the standard g++ and libstdc++ build.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34634 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-11 16:58:10 +00:00
florian
763b27cba4 ptlib: update to 2.10.9
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34633 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-11 16:58:09 +00:00
florian
bb7b3c0322 orbit2: update to 2.14.19
This is required to build properly after r34490

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-11 16:58:02 +00:00
florian
272267c9bc libs: add libdbi-drivers
As requested, resubmitted patch to add libdbi-drivers support for mysql,
postgresql, sqlite and sqlite3 for the libdbi framework.

[florian: fixup TARGET_LDFLAGS to it find libmysqlclient]

Signed-off-by: Gerald Matzka<mgerald21@yahoo.de>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34583 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-08 17:06:10 +00:00
florian
9d06d89cfd libjpeg-turbo: add package
Libjpeg-turbo is a fork of jpeg-6b, which includes MMX, SSE and NEON
acceleration and other performance enhancements. It is meant to be
ABI/API compatible with the Independent JPEG Group's (IJG) jpeg
implementation. Since its initial release, it also emulates jpeg 7 or
8, and has been adopted as the system jpeg library of Fedora, and an
option in Gentoo.

The SIMD acceleration provides a 2-4x speedup. On non-SIMD machines
the enhancements provides up to a 25% improvement.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-08 17:06:01 +00:00
florian
bbf18eb654 libqmi: helper library and utils to talk to QMI enabled modems
Based on work of Aleksander Morgado.

[florian: stage libqmi-glib headers]

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34579 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-08 17:05:57 +00:00
florian
6011943da4 libsml: update to 0.2
This patch updates the libsml package to the latest revision.

The current revision of the libsml package is outdated for 7 months.
Meanwhile, the developers of libsml provided various bug fixes,
notably to support big-endian machines correctly.

[florian: pass UNAME directly from the Makefiel]

Signed-off-by: Daniel Pauli <paulid@student.ethz.ch>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34529 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 18:04:18 +00:00
florian
49560cde68 faad2: add configurable fixed point build
Change the faad build to use fixed point math if emulated floating point
is in use (based on CONFIG_SOFT_FLOAT). Adds a config option to force
the use of floating point math.

Signed-off-by: Andy Leiserson <andy@leiserson.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34527 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:33 +00:00
florian
2bf0687fb9 gupnp-vala: add package
Signed-off-by: Andy Leiserson <andy@leiserson.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34525 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:31 +00:00
florian
065c003b0b gupnp-dlna: add package
[florian: update gstreamer and gst-plugins-base so it actually builds]

Signed-off-by: Andy Leiserson <andy@leiserson.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34519 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:25 +00:00
florian
c1a4074b5a gupnp-av: add package
Signed-off-by: Andy Leiserson <andy@leiserson.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34518 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:24 +00:00
florian
58031d97ed gupnp: add package
Signed-off-by: Andy Leiserson <andy@leiserson.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34517 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:23 +00:00
florian
f9726a31ff gssdp: add package
Signed-off-by: Andy Leiserson <andy@leiserson.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34516 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:22 +00:00
florian
e18c924e91 libgee: add package
Signed-off-by: Andy Leiserson <andy@leiserson.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34515 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:21 +00:00
florian
c6c8c8a6c9 libsoup: update to 2.38.1
[florian: fixup patch so it actually applies]

Signed-off-by: Andy Leiserson <andy@leiserson.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34513 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:12 +00:00
florian
15021a8200 libtheora: update to 1.1.1
Remove the patch against Makefile.in since the build is set up to do
autoreconf anyways.

[florian: make it apply cleanly, split patches so we know what they do]

Signed-off-by: Andy Leiserson <andy@leiserson.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34512 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:10 +00:00
florian
3b78f9a06a glib2: bump version to 2.34.3
dropped all patches, they are no longer necessary.

Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:58 +00:00
florian
fd13f27ba4 libffi: enable the host build, needed for newer glib
Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34489 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:57 +00:00
florian
7dd412bda3 libffi: bump version to 3.0.11
Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34488 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:56 +00:00
florian
39d8bf5843 gmp: update to 5.0.5
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34483 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:44 +00:00
florian
460429d60d libmodbus: update to 3.0.3
This patch updates libmodbus from version 3.0.2 to the latest stable
release 3.0.3

Signed-off-by: Simon Gaynor <openwrt at simong.net>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34479 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:40 +00:00
florian
a2c36200ec libdaq: dependency fix
libdaq no longer depends on libipq

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34478 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:39 +00:00
jow
97c201d93e libcli: fix broken dependency specification
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34049 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-11-01 01:24:10 +00:00
cshore
5f33828945 [packages] libcli: Add dependencies required when building with an external toolchain (but only when building with an external toolchain)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34043 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-31 20:12:24 +00:00
florian
20481fbb1e [package] boost: update to 1.51.0
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34035 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-31 17:32:41 +00:00
florian
d846acfe60 [packages] make packages depending on uclibc++ depend on CXX_DEPENDS
git-svn-id: svn://svn.openwrt.org/openwrt/packages@34016 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-30 16:57:58 +00:00
florian
66b769c491 [package] db47: disable unconditional C++ bindins building if libdb47xx is not selected
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33912 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-24 13:05:27 +00:00
jow
86654efc2e libevent2: move to trunk (required by lldpd), add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-19 18:08:19 +00:00
hcg
06a74963f1 [packages] licensing: Licensing metadata added to many packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-19 15:36:24 +00:00
jow
026690d905 sysfsutils, libnfnetlink: move to trunk, add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33806 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-17 13:00:44 +00:00
jow
8dc49adf3c libnetfilter-conntrack: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33804 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-17 12:47:54 +00:00
florian
adc02e732c [package] db47: include C++ support in db47
[Florian: fixed missing dependency on CXX_DEPENDS]

Signed-off-by: Daniel Pocock <daniel@pocock.com.au>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33783 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-16 15:55:26 +00:00
jow
0ffd1af967 libmnl: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33734 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-12 12:15:36 +00:00
jow
cd4784b580 gettext-full: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33713 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 17:58:23 +00:00
jow
1375f340f3 gettext: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33712 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 17:57:59 +00:00
jow
75eb293515 libiconv-full: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33711 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 17:57:23 +00:00
jow
c771aec6c1 libiconv: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33710 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 17:56:22 +00:00
jow
53b06737c1 gettext-full: add a host build (#11236)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33709 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 17:53:59 +00:00
nbd
6c808a2fa5 move a few development packages to trunk and add myself as a maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-10 13:26:27 +00:00
nbd
27d674c623 move a few unmaintained packages from trunk to /packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33634 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-07 12:50:15 +00:00
florian
7f1b072c2b [package] libxml2: backport Debian patches to fix multiple CVEs
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-28 10:35:14 +00:00
florian
dd5b8c8c1c [package] tiff: update to 4.0.3
Really fixes CVE-2012-3401

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-28 10:35:12 +00:00
florian
9a360140e3 [package] tiff: update to 4.0.2
Fixes CVE-2012-3401

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33568 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-27 08:29:08 +00:00
luka
c9782a2cb6 [packages] libfreecwmp: add package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33552 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-25 17:34:21 +00:00
nbd
383fa26083 boost: move the + to the right place to fix build errors
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-24 17:32:13 +00:00
nbd
ca74ca9b86 packages: fix parallel build by adding + for every make command that passes the jobserver
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-23 09:58:24 +00:00