1540 Commits

Author SHA1 Message Date
luka
e226e19a3e downgrade libtorrent and rtorrent; rtorrent crashes only solution was to use stable and not svn version (8733)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26664 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-14 20:49:19 +00:00
swalker
ffb77e318d [packages] slang2: add the OLD directory as a source url
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26661 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-14 16:44:19 +00:00
luka
6c1fba9db9 upgrade libtorrent and rtorrent
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26652 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-13 22:07:14 +00:00
jow
1901bc8276 [packages] gd: remove manual autoreconf invocation, it pulls in host autofail crap
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-11 14:38:08 +00:00
jow
5860c527ef [packages] cyrus-sasl: fix and use autoreconf to get rid of crappy libtool, extend compile fix to cover automake templates, solve some other automake braindeadness as well
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26591 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-11 14:26:57 +00:00
hauke
fe2d2fffb8 cyrus-sasl: fix compile bug, so that we do not need this ugly workaround introduced in r26541.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26575 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-10 11:45:15 +00:00
hauke
b132ab2cc8 cyrus-sasl: update to version 2.1.23.
Make must be run two times to work around a bug described here: 
http://lists.andrew.cmu.edu/pipermail/cyrus-sasl/2008-June/001414.html


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26541 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-09 13:04:01 +00:00
hauke
5e589420a7 mysql: fix a compile error on some host systems.
conf_to_src.c uses C++ functions so we should use g++ for compiling.
The CFLAGS, CPPFLAGS and LDFLAGS for host build should be used and not the for target builds.

This closes #8342


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26540 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-09 12:58:10 +00:00
acinonyx
baa7836e6b [packages] avahi: Update avahi to version 0.6.30 (ref Ticket 7424, , ipv6)
This updates the avahi package to the latest version, 0.6.30.

>From the avahi release notes:

"This is a bugfix release.

	Make IPv6 work again
	i18n updates
	Minor other updates"

It may be relevant to ticket 7424.

(A few typos in the OpenWrt Makefile are also fixed.)

Signed-off-by: Mike Brady <mikebrady@eircom.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26502 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-06 20:50:00 +00:00
acinonyx
9311633138 [packages] {nacl,quicktun}: Add missing copyright notices
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-05 16:40:42 +00:00
acinonyx
28dd5a96e3 [packages] nacl: Update NaCl to version 20110221
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26486 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-05 16:37:05 +00:00
cshore
4988153dbc [libs] newt: Fixed cross-compilation error due to attempt to use host Python by disabling build of snackmodule (a python module) which we weren't shipping anyway.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26474 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-04 19:42:45 +00:00
luka
860c761c62 upgrade file
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26447 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 18:12:25 +00:00
flyn
d68f86294e Update dmapd and libdmapsharing to new upstream versions; use BDB module by default
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26421 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 00:36:54 +00:00
flyn
b922bb0cc6 Update to 7.24.1
Also:
        remove the dependency on imagemagick and libfreetype to keep the library small
	use --disable-debug and --disable-gtk-doc
	add a patch to fix --tag=CXX issue; autotools is being stubborn about compiling as C++


git-svn-id: svn://svn.openwrt.org/openwrt/packages@26420 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 00:33:57 +00:00
flyn
bafcbe5e58 Update dependencies for dmapd and libdmapsharing
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26371 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-30 14:04:18 +00:00
cshore
0f2e9f9028 [libs] newt: Fixed whiptail install so that it takes the files from the package build dir, not the non-existant package install dir
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-29 12:31:23 +00:00
flyn
1835f89200 Update dmapd and libdmapsharing to new upstream versions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 22:55:36 +00:00
florian
77e16b1ee5 [package] add libmodbus
Apparently people are already using libmodbus on OpenWrt, but there is no package.
(see http://zagrodzki.net/~sebek/openwrt/packages/libmodbus.so )
So I made a Makefile for it, I'd be happy to be the package maintainer for that.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26345 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 22:03:25 +00:00
florian
f7ee28cb2c [package] update avahi to included D-Bus support, libavahi-client library and avahi-utils tools (#8929)
This updates the avahi package as follows:

1. The libavahi-client library can be selected.

2. The following avahi utilities can be selected:
   avahi-browse, aka: avahi-browse-domains
   avahi-publish, aka: avahi-publish-address, avahi-publish-service
   avahi-resolve, aka: avahi-resolve-address, avahi-resolve-host-name
   avahi-set-host-name.

Notes:
(a) This patch applies to avahi 0.6.29 -- I sent in the previous version
for 0.6.28 just after 0.6.29 came out, duh. :(

(b) The libavahi-client library and the avahi utilities require avahi to
be compiled with D-Bus support, and D-Bus must be included in
the build. If they are not selected, avahi is compiled without D-Bus
support, as it is at present.

(c) The init.d start priority of avahi-daemon is changed from 50 to 61
so that it loads after D-Bus.

The patch in Ticket #8929 has two problems, IMHO:
1. It makes the D-Bus package a compulsory requirement for avahi, even
though it's only really needed if you select the libavahi-client library.
(This patch makes D-Bus compulsory only if you select the
libavahi-client library or the avahi utilities which depend on them.)

2. The avahi-daemon will fail to start because the D-Bus daemon is set
to start up _after_ avahi-daemon starts looking for it.
(This patch adjusts the init.d start priority of the avahi-daemon to
later than that of D-Bus.)

Signed-off-by: Mike Brady <mikebrady@eircom.net>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@26338 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 21:22:25 +00:00
cshore
57ddea3d46 [libs] zaptel-1.4.x: Added hotplug script to create correct Zaptel device nodes (hotplug's autocreate does the wrong thing).
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26262 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-22 00:35:30 +00:00
cshore
166ca2f437 [libs] zaptel-1.4.x: Build more of the utils for testing and configureing Zaptel cards.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26236 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 23:37:48 +00:00
cshore
9cf8063360 [libs] zaptel14: Split ztdummy timer module into a speparate pacakge because we don't want to install it on x86 (because it is broken there).
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26235 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 23:37:45 +00:00
cshore
6417d8dad8 [libs] [utils]: newt: Added source package newt which provides libnewt, a lightweight text console windowing library, and whiptail a lightweight dialog replacement. Depends on S-Lang library (slang2 source package)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26234 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 23:37:43 +00:00
cshore
fc32eda1b7 [libs] slang2: Added S-Lang Library, used by libnewt and also providing the S-Lang Shell
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26233 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 23:37:40 +00:00
cshore
eec5daa5b4 [net] IP Addresses and Names: Moved DHCP, DNS, mDNS, and DDNS program into IP Addresses and Names submenu
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26068 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-12 06:16:47 +00:00
cshore
0852dfa9ba [net] File Transfer: Moved old FTP category and combined with other file transfer programs (HTTP, uucp, rsync, TFTP) to create the FIle Transfer submenu.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26066 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-12 05:50:28 +00:00
cshore
926d180653 [net] Web Servers/Proxies: Move all web servers, proxies, and related programs into the combined Web Servers/Proxies category. One-stop shopping.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26061 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-12 04:41:35 +00:00
loswillios
d592a6bad2 [packages] add libmpdclient
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26031 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-11 11:30:19 +00:00
loswillios
376a447d7d [packages] alsa-lib: update to 1.0.24.1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26030 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-11 11:02:19 +00:00
loswillios
d9815e0188 [packages] libupnp: fix sample apps
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26013 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-10 16:25:44 +00:00
swalker
41b8529822 [packages] neon: update to 0.29.5
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26001 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-10 11:59:35 +00:00
swalker
09a60ad092 [packages] apr-util: update to 1.3.10 (CVE-2010-1623), use PKG_INSTALL and MAKE_FLAGS
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26000 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-10 11:59:12 +00:00
swalker
3d84d7c05e [packages] apr: add missing librt dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25999 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-10 11:58:27 +00:00
swalker
e83310b5c0 [packages] libnetfilter-conntrack: update to 0.9.1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25992 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-10 09:08:10 +00:00
jow
0c0f172b36 [packages] glib: fix underquoted macro in glib.m4 (cosmetic)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25980 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-09 18:47:29 +00:00
jow
7ccae90895 [packages] libvorbisidec: remove manual autoreconf invocation
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25978 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-09 18:09:53 +00:00
jow
f983ce8a09 [packages] avahi: update to v0.6.29
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25973 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-09 12:34:25 +00:00
jow
d859b41b00 [packages] libdaemon: fix configure (#9006)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25967 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-09 09:49:26 +00:00
jow
9abf17e8d6 [packages] glib: remove some unneeded deltas in the previous patch commit
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25962 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-08 19:07:17 +00:00
jow
8d84e2f567 [packages] glib: the nineties called, they want their macros back...
- correct and cleanup configure.ac to make it work with autoreconf
	- fix other outstanding autofail issues
	- cleanup and refresh patches
	- drop uneeded debian patch


git-svn-id: svn://svn.openwrt.org/openwrt/packages@25961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-08 18:47:10 +00:00
jow
9603746203 [packages] glib2: cache two more symbols that cannot be determined during cross compilation
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25945 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-08 05:59:25 +00:00
swalker
13e3cf24bc [packages] polarssl: update to 0.14.2, fix & add descriptions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25889 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06 16:00:07 +00:00
jow
8638d05128 [packages] libsdl-mixer: don't use host sdl-config
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25884 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-06 11:39:53 +00:00
loswillios
ec6295c7b2 [packages] libupnp: update to 1.6.12
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25880 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-05 17:55:03 +00:00
jow
7a1090a77e [packages] taglib: bump to v1.6.3, switch to cmake, add uclibc++ compat, throw away the libtool shit
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25853 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 14:54:15 +00:00
jow
e2cd74f281 [packages] libiconv: fix r25849
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25851 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 14:33:52 +00:00
jow
0f5e5da201 [packages] libxslt: fix InstallDev after r25729
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25850 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 13:36:17 +00:00
jow
b2a4dadf98 [packages] libiconv: fix typo in HostInstall section
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25849 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 12:56:01 +00:00
nbd
6581e0b456 ustl: fix libgcc linking
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02 12:03:41 +00:00