1678 Commits

Author SHA1 Message Date
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
nbd
6c8eaae14f libtorrent: fix libgcc linking command
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25822 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-02 12:03:40 +00:00
nbd
91e21e6e03 uclibc++: use the shared libgcc instead of forcing the static one
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25804 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 05:41:44 +00:00
florian
e285692e21 [package] libxslt: add InstallDev for libexslt
The libxslt package does not InstallDev the exslt dev files when
libexslt package is selected.

Signed-off-by: Andrew Peebles <peebles@cortina-systems.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-26 14:51:16 +00:00
nbd
4d4cca1b9d packages: remove libjson-c, it is now in backfire and trunk
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-26 00:18:05 +00:00
jow
92ed20c856 [packages] jpeg: package is not autoreconfigurable and ships broken libtool, fixup manually
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25654 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-21 21:01:39 +00:00
nbd
0e1b42bab9 glib2: add dependencies to the gettext and libiconv stub host builds
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25601 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-20 03:26:52 +00:00
nbd
180ccc6dc3 libiconv: add support for using the stub on the host
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25600 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-20 03:26:48 +00:00
nbd
c8ae1677c7 gettext: add support for using the stub headers on the host
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25599 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-20 03:26:44 +00:00
hcg
5be4d2c626 [packages] Add new package libmicrohttpd
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25573 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-18 16:35:27 +00:00
florian
a2b0204cb5 [package] opencdk: change default mirror
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25438 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-09 20:36:36 +00:00
florian
2a3ec41bb3 [package] opencdk: fix verification of clearsigned documents
This patch fixes a bug in the upstream library that prevents the verification of
 clearsigned documents with \r\n line endings. Obviously, it should go under
feeds/packages/libs/opencdk/patches/

Signed-off-by: Daniel A. Nagy <nagydani@epointsystem.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25437 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-09 20:36:32 +00:00
florian
a7f4619820 [package] libusb: prevent building unused stuff
This patch prevents the processing of the 'doc' and 'tests'
subdirectories of the libusb package. Since the result of building these
directories is never included in the ipkg package, omitting them saves
compilation time and avoids possible errors if building the docs fails
because of some openjade error (as it happened in my case).

This is my first contribution to the list, so please tell me if
something's wrong or if I could do smth better next time :-)

Signed-off-by: Joachim Schlipper <jschlipper@gmx.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@25436 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-09 20:36:29 +00:00