2048 Commits

Author SHA1 Message Date
florian
7921d8ddbd [package] Package libdaq as a new Snort dependency
libdaq, a data acquisition library needed by a Snort 2.9.x.

Signed-off-by: Jiri Slachta <jiri@slachta.eu>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33168 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-13 14:08:38 +00:00
blogic
4862987d0c [packages] fix radlib VARIANT usage
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-13 09:52:11 +00:00
jow
ab9819a232 [packages] glib2: add a build dependency on libintl
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33124 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-11 00:43:39 +00:00
florian
6e9d7aab58 [package] libimobiledevice: bypass usbmuxd pkgconfig
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33086 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-10 15:49:29 +00:00
florian
67f1a8fec1 [package] libimobiledevice: disable largefile support
Avoids the configure script checking for it while cross-compiling

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33085 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-10 15:49:27 +00:00
florian
289047f9bb [package] radlib: bump version to 2.12.0, add sqlite
This is the latest official version. Currently tested only with wview as there
are no other packages in the repository depending on radlib.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33082 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-10 15:49:20 +00:00
florian
2871c5b46c [package] openh323: build using local speex (#6663)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33048 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:22 +00:00
florian
694b56e175 [package] pwlib: set -fpermissive to build properly with gcc-4.7+
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33047 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:21 +00:00
florian
1389159815 [package] gettext-full: don't ship two copies of the library (#11939)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33038 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:04 +00:00
florian
03df28b39c [package] elfutils: fix missing dependency for libdw
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33036 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:01 +00:00
blogic
21f40dd996 [packages] build gd without fontconfig support when the desktop feed is installed
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33025 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 18:51:43 +00:00
blogic
e10327a53d [package] giflib should build without x11
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33018 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 16:23:19 +00:00
mirko
f0389891c0 With eglibc needs to define -D_GNU_SOURCE in cflags to avoid following error:
CC      build-mips/sa/pton.o
src/sa/pton.c: In function 'net_inet_pton':
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'
src/sa/pton.c:233:7: error: 'const struct in6_addr' has no member named 's6_addr32'

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33008 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 11:07:38 +00:00
mirko
3485d682d4 When openwrt toolchain uses eglibc (2.15) instead of uclibc,
libevent2 build fails to following error:

Package libevent2 is missing dependencies for the following libraries:
librt.so.1

Fix is to define
DEPENDS:=+USE_EGLIBC:librt
which adds the librt dependency only if the eglibc is used by toolchain.
Patch has been tested by building the libevent2 both with the the eglibc and
uclibc  openwrt toolchains.

Signed-off-by: Mika Laitio <mika.laitio@nokia.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33007 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 11:06:54 +00:00
blogic
cbc463f1c3 [packages] libusb libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32995 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 20:37:10 +00:00
blogic
1a75f943c4 [packages] id3lib libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32988 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 18:42:07 +00:00
blogic
a08f2e35de [packages] taglib libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32974 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-04 17:01:56 +00:00
blogic
123df2d886 [packages] tiff libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32964 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:36 +00:00
blogic
2a9b939900 [packages] libv4l libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32963 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:34 +00:00
blogic
9a0c9241f9 [packages] fcgi libc++ fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32962 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 21:35:32 +00:00
florian
5151878443 [package] zaptel-1.4.x: fix build failure, refresh patches move to "Voice over IP"
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32936 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-01 18:40:32 +00:00
florian
eeb3b43999 [package] libevent: move headers and libs to a specific sub-folder
And update nfs-kernel-server to use these new headers location

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32918 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-30 15:40:18 +00:00
florian
a3e8904469 [package] libmpeg2: fix build on armv4
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32915 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-30 15:40:12 +00:00
florian
b13286d8d6 [package] avahi: bump to 0.6.31
Signed-off-by Mike Brady <mikebrady@eircom.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32888 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-27 14:58:51 +00:00
acinonyx
6759f2b2d6 [packages] vips: Fix a typo in configure arguments (#11875)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32771 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-17 17:25:29 +00:00
luka
6617cefbe1 [packages] lzo: update to version 2.06
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32755 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 21:52:09 +00:00
acinonyx
d446177637 [packages] vips: Bump copyright date
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32745 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 12:22:57 +00:00
acinonyx
7e64f08225 [packages] vips: Bump to 7.28.9
Update VIPS to 7.28.9; fixes https://dev.openwrt.org/ticket/11866.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 12:22:53 +00:00
acinonyx
5ab5a4a24f [packages] libdmapsharing: Bump to 2.9.15
Update libdmapsharing to 2.9.15; fixes https://dev.openwrt.org/ticket/11866.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32743 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 12:22:49 +00:00
luka
a9ed77f56a [packages] libzip: add package
based on patch from <xiangfu@openmobilefree.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-15 11:51:48 +00:00
nbd
6099237c37 curl: add missing dependency for eglibc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32687 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 16:25:45 +00:00
nbd
16a7edec39 boost: avoid the python build dependency if python support is disabled
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32633 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-06 09:23:06 +00:00
nbd
6decbb6b5b libffi: split build and source directory to work around some makefile bugs
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32632 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-06 09:23:05 +00:00
nbd
aa907fcabc boost: use user-config.jam instead of site-config.jam
On some machines the build ignores site-config.jam and proceeds doing a native build.
To catch such errors earlier, set the architecture in the gcc toolset

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-06 09:23:03 +00:00
nbd
d00eb2225a libxapian: add a build dependency on util-linux (it needs libuuid at build time)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32523 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 11:40:15 +00:00
swalker
b4829ab17c [packages] libusb-1.0: update to 1.0.9, fix title & description, use PKG_INSTALL
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32495 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-23 21:36:45 +00:00
jow
79b82b0f14 [packages] cgilib: add missing build dependency on libltdl (#11705)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32445 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-19 00:12:29 +00:00
jow
743d7cf034 upgrade baresip, restund, libre, librem to version 0.4.1
Hi,

this patch upgrades the following packages to v0.4.1:

   baresip v0.4.1 (Portable and modular SIP User-Agent with audio and video support)
   restund v0.4.1 (Modular STUN/TURN server)
   libre   v0.4.1 (Generic library for real-time communications with async IO support)
   librem  v0.4.1 (Audio and video processing media library)

detailed changes can be found in <package>/docs/ChangeLog
(See http://www.creytiv.com/)

Please review and apply if OK.

Signed-Off-By: Alfred E. Heggestad <aeh@db.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32442 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 23:50:30 +00:00
jow
f4b595880f [packages] apr: add missing dependency on libuuid
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32439 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 23:44:44 +00:00
nbd
f1b112b632 zaptel-1.4.x: unbreak kernel module build, use cross-ar and cross-ranlib to fix further build issues
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 15:06:33 +00:00
nbd
f3032f48de newt: fix compile errors caused by using the wrong ar util
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32424 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-18 15:06:07 +00:00
luka
26cc126c13 [packages] postgresql: switch from coreutils-su to shadow-su
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32411 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-17 17:21:29 +00:00
blogic
3a06ff668b [packages] g++-uc fixup for tabglib
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32406 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-17 15:38:03 +00:00
nbd
56ec334d93 remove uclibc++ from packages (now maintained in trunk)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32371 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-14 20:26:22 +00:00
nbd
98a530047a libdmapsharing: add missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32365 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-14 19:14:44 +00:00
nbd
1037173cbc libusb: split off libusbpp into a separate package
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-14 17:04:57 +00:00
jow
42aecba2c3 [packages] jpeg: add build dependency on libltdl, needed for the cross libtool fixup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32350 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-13 23:52:52 +00:00
jow
23146c918f [packages] unixodbc: unixodbc-utils depends on libncurses and libreadline
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-13 11:02:36 +00:00
jow
7b9eb980c4 [packages] avahi: avahi-daemon: explicitely disable libcap, depend on librt and libdbus
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32330 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-13 11:02:33 +00:00
jow
877296ddac [packages] classpath: depends on alsa-lib, libgmp and libmagic
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32325 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-13 00:22:37 +00:00