1735 Commits

Author SHA1 Message Date
acinonyx
5ab6c8ccb6 [packages] libconfig: install pkgconfig data in staging dir
And while at it, include all symlinks for the library file in the package.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31304 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-16 11:44:16 +00:00
mirko
8adc1a80c8 [packages/boost] level up, fix several issues
- level up to version 1.49.0
 - package boost-chrono
 - package boost-locale
 - package boost-random
 - package boost-timer
 - add myself as maintainer
 - add dependencies among themselves
 - fix python include path (python2.6 -> python2.7)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-15 19:19:59 +00:00
jow
17b8a69ba7 packages: update libmicrohttpd to 0.9.19
Also include all library symlinks in the package.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31287 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-14 20:09:31 +00:00
jow
b266c4c023 libmodbus: install/inlcude all symlinks in package
Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-14 20:09:29 +00:00
mirko
9038fc1901 [packages/boost] use '--without-*' instead of '--with-*'
When just selecting 'boost' - which only stages the header files - no '--with-*'-option is passed.
This however leads the configure script of boost to build the whole boost-suite which is not intended.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31245 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-10 19:02:26 +00:00
florian
62337a66df [package] libs: add packages for fftw3f and fftw3l
fftw3f is compiled with single precision
fftw3l is compiled witch long-double precision

Signed-off-by: Christoph Gysin <christoph.gysin@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31188 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-04 14:13:48 +00:00
jow
fd90d0f7a8 [packages] avahi: fix autoreconf with automake v1.11.3
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31181 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 20:50:04 +00:00
florian
0d80796377 [package] add unixodbc
Signed-off-by: Jiri Slachta <jiri@slachta.eu>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31164 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:20:04 +00:00
florian
0000d52f48 [package] libffi: update to 3.0.10
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-04-02 16:19:55 +00:00
florian
0c0f62de36 [package] libmodbus: bump to 3.0.2
This patch updates libmodbus from version 2.0.3 to the latest stable
release 3.0.2

I needed modbus RTU and that seemed to be missing in the older version ?

Patch is also attached in case it is corrupt inline here!

Signed-off-by: Simon Gaynor <openwrt@simong.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31099 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-27 19:20:29 +00:00
jow
505107f9e6 [packages] uclibc++: remove conflicting inline declarations
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-16 02:00:36 +00:00
jow
f19a96c9ff [packages] libv4l: unconditionally disable the qv4l2 utility
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30914 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-03-12 21:21:02 +00:00
swalker
fa9bff76b8 [packages] libv4l: update to 0.8.6, add v4l-utils package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30735 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-27 04:27:28 +00:00
swalker
2c27787e08 [packages] libtorrent: fix GCC 4.6 bustage
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30734 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-26 20:54:12 +00:00
swalker
060eab159e [packages] libconfig: update to 1.4.8
Signed-off-by: Michael Heimpold <mhei@heimpold.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@30635 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-18 22:13:25 +00:00
jow
d9e85c6bb0 [packages] libpng: fix an integer overflow that may lead to arbritary code execution (CVE-2011-3026)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30633 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-18 19:06:40 +00:00
swalker
f47d9a6c12 [packages] libfreefare: add libfreefare, a MIFARE card library (#8309, thanks neomilium)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30622 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-17 21:39:40 +00:00
swalker
3fa7ba6f05 [packages] argtable: update to 2.13
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30619 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-17 20:30:30 +00:00
swalker
f4aa557954 [packages] libnfc: update to 1.4.2 (#6677, thanks neomilium)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30618 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-17 17:49:48 +00:00
nbd
90e102fbef xapian: update core and bindings to 1.2.8, fix compile errors
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30600 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 18:08:31 +00:00
nbd
f8d5e13a20 libfreenect: update to fix build breakage on big-endian systems
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30593 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 18:08:19 +00:00
juhosg
86117b6bdb packages: update libmbus to 0.7.0
Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-16 11:58:27 +00:00
cshore
fc8c6d10f3 [packages] Mass Fix for GCC 4.6
nodefaultlibs now includes libc so we have to add it where we want it

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30530 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-14 17:34:08 +00:00
jow
5935f39396 [packages] boost: update to v1.48.0, fix compilation with gcc 4.6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-14 17:20:23 +00:00
jow
3f20ac0443 [packages] mysql: fix compilation with gcc 4.6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30523 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-14 15:27:27 +00:00
swalker
339876c6fd [packages] libsigc++: update to 2.2.10 (#10967, thanks jeff), refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30514 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-14 01:17:51 +00:00
nbd
402c5f6a08 classpath: split build tools into a separate package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30387 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-08 18:41:23 +00:00
acinonyx
3a2c6b46e4 [packages] libssh2: Add package description
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30358 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-07 15:20:03 +00:00
acinonyx
f8e256da64 [packages] libssh2: Cleanup package Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-07 15:16:18 +00:00
mirko
27e6988a80 [packages] add package 'libssh2' - thanks to Jiri Slachta
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-07 11:52:07 +00:00
jow
c90908e7b0 [packages] re, rem, baresip, restund: use another approach to find the "sysroot", the current way still fails on Backfire - sigh
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-06 10:21:49 +00:00
swalker
5f2af148dc [packages] libgphoto2: update to 2.4.12, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30323 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-05 21:15:58 +00:00
acinonyx
444b6457b9 [packages] libfreenect: New package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30311 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-05 18:19:12 +00:00
jow
8e5ca76e99 [packages] libiconv: fix iconv() return value in E2BIG error case, fixes g_convert_with_iconv() and related operations
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30014 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-03 15:43:33 +00:00
jow
53932a0591 [packages] libiconv: implement UTF-8 encode/decode
Implement own UTF-8 encoding and decoding routines as uClibc's wchar procedures are mostly stubbed.
Add UTF-8 -> Latin9 (ISO-8859-15) encoding support while we're at it.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@30006 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-02-03 01:29:42 +00:00
acinonyx
1fc4821c77 [packages] mysql: Add missing dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29908 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-25 13:23:25 +00:00
swalker
1eb3a5c464 [packages] openldap: remove unused ldif directory (#10712, thanks flyn), add missing libuuid dependency, remove symlink copies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29885 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-24 12:44:15 +00:00
jow
d45ef2c11a [packages] rrdtool, rrdtool-1.0.x: backport upstream commit r2069
Explicitely cast float cookie value to double, fixes erroneous
"RRD was created on another architecture" errors on x86.
Patches provided by Thomas Heil <heil@terminal-consulting.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29874 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-23 13:55:11 +00:00
swalker
92c8129c46 [packages] boost: fix compile failure (#10535, thanks zhenglei), refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29873 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-23 12:31:38 +00:00
swalker
bb36a7ae69 [packages] xmlrpc-c: update to 2233, remove unrecognized configure option, cleanup Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29845 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-22 05:37:00 +00:00
jow
e8188cac6c [packages] curl: restore 100-cross-compile.patch, the current version also does LD_LIBRARY_PATH crap
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29841 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-21 18:49:05 +00:00
jow
9ac02ee95a [packages] jansson: update to v2.2.1, remove extra LDFLAGS - based on patch by Roman Yeryomin <leroi.lists@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29817 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-19 17:23:07 +00:00
jow
4aa2853d66 [packages] remove now empty patch files
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29816 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-19 16:52:05 +00:00
jow
979ab4aaf4 [packages] libsrtp:
- move srtp to libsrtp, rename package from srtp to libsrtp
  - use CONIGURE_ARGS instead of overriding Build/Configure
  - use PKG_INSTALL instead of overriding Build/Compile
  - refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29808 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-19 15:55:18 +00:00
jow
79c9e8681d Add srtp lib package
This patch adds support for the Secure Real-time Transport Protocol (SRTP)
library libsrtp.

This is needed for closing #8915 ticket.

Signed-off-by: Victor Seva <linuxmaniac@torreviejawireless.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29807 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-19 15:43:12 +00:00
jow
208b8e5d0d New package mbus
Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29803 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-19 15:08:05 +00:00
jow
e7bd69fd9a packages: new package libsml
Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29802 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-19 15:08:02 +00:00
jow
caf621fc98 [packages] re: infer SYSROOT from the cross cpp's idea of pthread.h location
Until now, SYSROOT was always assumed to be $(TOOLCHAIN_DIR), but neither
backfire nor external toolchains put their core headers into $(TOOLCHAIN_DIR)/include,
therfore feature detection failed badly.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29799 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-19 13:14:07 +00:00
swalker
f00ded366a [packages] ldns: update to 1.6.12, add drill package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29795 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-19 05:05:45 +00:00
jow
6910d3286b [packages] re: include stdint.h to solve build failure
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29793 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-19 02:40:05 +00:00