packages.git
15 years agoRun `dbus-uuidgen --ensure` before launching the dbus daemon.
lars [Sat, 27 Sep 2008 17:29:26 +0000 (17:29 +0000)]
Run `dbus-uuidgen --ensure` before launching the dbus daemon.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12741 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix missing PREFIX variable
florian [Sat, 27 Sep 2008 17:01:06 +0000 (17:01 +0000)]
Fix missing PREFIX variable

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12739 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate libcli to 1.9.3 (#3586)
florian [Sat, 27 Sep 2008 16:54:18 +0000 (16:54 +0000)]
Update libcli to 1.9.3 (#3586)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12738 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate libosip2 to 3.1.0 (#3599)
florian [Sat, 27 Sep 2008 16:51:21 +0000 (16:51 +0000)]
Update libosip2 to 3.1.0 (#3599)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12737 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate siproxy to 0.7.1
florian [Sat, 27 Sep 2008 16:50:06 +0000 (16:50 +0000)]
Update siproxy to 0.7.1

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12736 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate to tor 0.2.0.31 (#3890)
florian [Sat, 27 Sep 2008 14:58:50 +0000 (14:58 +0000)]
Update to tor 0.2.0.31 (#3890)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12734 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate dialog to 1.1-20080819 (#3908)
florian [Sat, 27 Sep 2008 14:51:36 +0000 (14:51 +0000)]
Update dialog to 1.1-20080819 (#3908)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12733 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoDbus needs the same trick as avahi to properly disable inotify/dnotify checks with 2.4
florian [Sat, 27 Sep 2008 14:39:08 +0000 (14:39 +0000)]
Dbus needs the same trick as avahi to properly disable inotify/dnotify checks with 2.4

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12731 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoDisable gspcav1 compilation on UML
florian [Sat, 27 Sep 2008 14:29:29 +0000 (14:29 +0000)]
Disable gspcav1 compilation on UML

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12730 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agohey, this patch should fix #4026.
florian [Sat, 27 Sep 2008 14:24:50 +0000 (14:24 +0000)]
hey, this patch should fix #4026.

currently, mpd depends on libsamplerate:
michux at fwpiercer:~/trunk2/trunk$ objdump -p
build_dir/mipsel/mpd-0.13.2/src/mpd | grep NEEDED
   NEEDED      libnsl.so.0
   NEEDED      libsamplerate.so.0  <<<<
   NEEDED      libasound.so.2
   NEEDED      libdl.so.0
   NEEDED      libpthread.so.0
   NEEDED      libiconv.so.2
   NEEDED      libid3tag.so.0
   NEEDED      libz.so.1
   NEEDED      libmad.so.0
   NEEDED      libFLAC.so
   NEEDED      libm.so.0
   NEEDED      libvorbisidec.so.1
   NEEDED      libgcc_s.so.1
   NEEDED      libc.so.0

libsamplerate is quite large:
1336652 2008-09-21 06:17 bin/packages/mipsel/libsamplerate_0.1.3-2_mipsel.ipk

so it would make sense to compile mpd per default without
libsamplerate, as more than 1 mb for a feature you probably don't need
is quite a waste of space...

cheers
michu

Signed-off-by: Michael Vogt <michu at neophob.com>
---

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12729 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix ruby compile
nbd [Sat, 27 Sep 2008 13:38:17 +0000 (13:38 +0000)]
fix ruby compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12728 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix imapfilter compile
nbd [Sat, 27 Sep 2008 11:25:41 +0000 (11:25 +0000)]
fix imapfilter compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12726 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix 002-configure.patch not applying cleanly (#4036)
florian [Sat, 27 Sep 2008 10:59:58 +0000 (10:59 +0000)]
Fix 002-configure.patch not applying cleanly (#4036)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12725 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix named.init check against returned values by bind (#4039)
florian [Sat, 27 Sep 2008 10:49:17 +0000 (10:49 +0000)]
Fix named.init check against returned values by bind (#4039)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12724 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix for loop
thepeople [Fri, 26 Sep 2008 22:22:28 +0000 (22:22 +0000)]
fix for loop

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12721 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agopysqlite compilation fails on 64-bits nomultilib systesms, so add a prereq check...
florian [Fri, 26 Sep 2008 16:19:42 +0000 (16:19 +0000)]
pysqlite compilation fails on 64-bits nomultilib systesms, so add a prereq check on the gnu/stubs-32.h

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12717 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agocorrects dependendcies, BUILD_DEVELOPER_SYSTEM was replaced by NO_STRIP
blogic [Thu, 25 Sep 2008 15:53:19 +0000 (15:53 +0000)]
corrects dependendcies, BUILD_DEVELOPER_SYSTEM was replaced by NO_STRIP

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12703 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate dbus-glib package to version 0.76.
lars [Thu, 25 Sep 2008 13:40:03 +0000 (13:40 +0000)]
Update dbus-glib package to version 0.76.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12701 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate dbus package to version 1.2.3
lars [Thu, 25 Sep 2008 13:27:14 +0000 (13:27 +0000)]
Update dbus package to version 1.2.3

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12699 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoRemove obsolete luaposix package
cyrus [Thu, 25 Sep 2008 12:45:40 +0000 (12:45 +0000)]
Remove obsolete luaposix package

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12697 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[packages] multimedia/ushare: Add a UCI aware init script + config file
olli [Wed, 24 Sep 2008 20:49:08 +0000 (20:49 +0000)]
[packages] multimedia/ushare: Add a UCI aware init script + config file

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12691 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd uci init script and config file.
thepeople [Wed, 24 Sep 2008 15:01:43 +0000 (15:01 +0000)]
Add uci init script and config file.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12687 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[packages] multimedia/uvc-streamer: Actually use the start-stop-daemon. Seems the...
olli [Wed, 24 Sep 2008 10:16:27 +0000 (10:16 +0000)]
[packages] multimedia/uvc-streamer: Actually use the start-stop-daemon. Seems the Busybox SSD works with multiple PIDs now.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12679 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[packages] fix libdlna & ushare build on systems where the 'install' command is not...
nico [Wed, 24 Sep 2008 05:21:55 +0000 (05:21 +0000)]
[packages] fix libdlna & ushare build on systems where the 'install' command is not at its usual location (on arch linux, thanks to Yanira for reporting)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12678 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[packages] fix miniupnpd initscript: no need to include /var/state/network anymore...
nico [Tue, 23 Sep 2008 23:23:52 +0000 (23:23 +0000)]
[packages] fix miniupnpd initscript: no need to include /var/state/network anymore, bump revision number

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12677 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[packages] fix large file support in samba3 (closes: #4014)
nico [Tue, 23 Sep 2008 21:45:46 +0000 (21:45 +0000)]
[packages] fix large file support in samba3 (closes: #4014)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12676 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agocollectd: Work around linkage problems with conflicting librrd versions
cyrus [Tue, 23 Sep 2008 16:47:36 +0000 (16:47 +0000)]
collectd: Work around linkage problems with conflicting librrd versions

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12669 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix small bug in xinit Makefile introduced in r12661.
lars [Tue, 23 Sep 2008 16:31:13 +0000 (16:31 +0000)]
Fix small bug in xinit Makefile introduced in r12661.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12668 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix cups build.
lars [Tue, 23 Sep 2008 15:40:17 +0000 (15:40 +0000)]
Fix cups build.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12665 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix xinit install. It failed if it was run twice.
lars [Tue, 23 Sep 2008 14:24:46 +0000 (14:24 +0000)]
fix xinit install. It failed if it was run twice.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12661 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[packages] jamvm fixes:
nico [Tue, 23 Sep 2008 10:21:05 +0000 (10:21 +0000)]
[packages] jamvm fixes:
 - enable on mipsel (closes: #4027)
 - set a reasonable max heap size for embedded devices (closes: #3157)
   can always be overridden with cmdline args
 - add dependency on libptread
 - remove duplicate use of TARGET_CFLAGS
 - bump release number

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12656 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAlways regenerate asterisk-1.4 configuration/menuconfig, prevents build failures...
florian [Sun, 21 Sep 2008 17:49:12 +0000 (17:49 +0000)]
Always regenerate asterisk-1.4 configuration/menuconfig, prevents build failures when rebuilding asterisk and disabling one ore mode modules

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12646 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate subversion to 1.5.2
florian [Sun, 21 Sep 2008 17:19:16 +0000 (17:19 +0000)]
Update subversion to 1.5.2

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12645 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoPrevent libtool from relinking some files, fixes build failures on arm, does not...
florian [Sun, 21 Sep 2008 16:21:40 +0000 (16:21 +0000)]
Prevent libtool from relinking some files, fixes build failures on arm, does not seem to have side effects on other targets

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12644 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix at compilation
florian [Sun, 21 Sep 2008 15:09:44 +0000 (15:09 +0000)]
Fix at compilation

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12643 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpgrade hplip to 2.8.9
florian [Sun, 21 Sep 2008 12:46:38 +0000 (12:46 +0000)]
Upgrade hplip to 2.8.9

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12641 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpgrade cups to 1.3.7
florian [Sun, 21 Sep 2008 12:46:13 +0000 (12:46 +0000)]
Upgrade cups to 1.3.7

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12640 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix vim-full config (thanks to frogonwheels), bump release number
nico [Sat, 20 Sep 2008 11:35:24 +0000 (11:35 +0000)]
fix vim-full config (thanks to frogonwheels), bump release number

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12635 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate tinyproxy to 1.6.4 (#4007)
florian [Thu, 18 Sep 2008 18:31:50 +0000 (18:31 +0000)]
Update tinyproxy to 1.6.4 (#4007)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12630 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd input-utils (#4009)
florian [Thu, 18 Sep 2008 18:22:21 +0000 (18:22 +0000)]
Add input-utils (#4009)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12629 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoupdate to the official stable branch , patch 2 (0.5.6-r2)
aaron [Thu, 18 Sep 2008 09:09:19 +0000 (09:09 +0000)]
update to the official stable branch , patch 2 (0.5.6-r2)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12622 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix tor pid file permission (#3834)
florian [Thu, 18 Sep 2008 08:17:48 +0000 (08:17 +0000)]
Fix tor pid file permission (#3834)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12621 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd pycairo to python-rsvg depencies. fixes #4013
lars [Wed, 17 Sep 2008 21:20:39 +0000 (21:20 +0000)]
Add pycairo to python-rsvg depencies. fixes #4013

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12620 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd iceauth package.
lars [Wed, 17 Sep 2008 18:31:15 +0000 (18:31 +0000)]
Add iceauth package.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12619 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd missing dependecy on xbitmaps to xsetroot.
lars [Wed, 17 Sep 2008 18:30:02 +0000 (18:30 +0000)]
Add missing dependecy on xbitmaps to xsetroot.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12618 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoChange printer path, hotplug2 creates all in /dev
matteo [Tue, 16 Sep 2008 07:32:07 +0000 (07:32 +0000)]
Change printer path, hotplug2 creates all in /dev

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12614 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix php4 compile
nbd [Sun, 14 Sep 2008 00:44:48 +0000 (00:44 +0000)]
fix php4 compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12608 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix ssmtp compile
nbd [Sun, 14 Sep 2008 00:44:37 +0000 (00:44 +0000)]
fix ssmtp compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12607 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agopygtk requires python 2.5
nbd [Sat, 13 Sep 2008 22:03:39 +0000 (22:03 +0000)]
pygtk requires python 2.5

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12606 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix nufw compile
nbd [Sat, 13 Sep 2008 21:49:17 +0000 (21:49 +0000)]
fix nufw compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12605 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd geode xorg video driver.
lars [Sat, 13 Sep 2008 18:05:21 +0000 (18:05 +0000)]
Add geode xorg video driver.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12604 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoMove librsvg gdk pixbuf loader into its own package. Disable building of gtk svg
lars [Sat, 13 Sep 2008 17:54:20 +0000 (17:54 +0000)]
Move librsvg gdk pixbuf loader into its own package. Disable building of gtk svg
theme engine.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12603 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix typo.
lars [Sat, 13 Sep 2008 17:49:31 +0000 (17:49 +0000)]
fix typo.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12602 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix configure options error.
lars [Sat, 13 Sep 2008 17:37:28 +0000 (17:37 +0000)]
fix configure options error.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12600 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoMove python module of hippo-canvas into its own package.
lars [Sat, 13 Sep 2008 17:36:10 +0000 (17:36 +0000)]
Move python module of hippo-canvas into its own package.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12599 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix package submenu.
lars [Sat, 13 Sep 2008 13:45:36 +0000 (13:45 +0000)]
fix package submenu.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12596 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoMove python module of vte into its own package.
lars [Sat, 13 Sep 2008 12:53:24 +0000 (12:53 +0000)]
Move python module of vte into its own package.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12595 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd libtool fixup to urbi.
lars [Sat, 13 Sep 2008 12:46:30 +0000 (12:46 +0000)]
Add libtool fixup to urbi.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12594 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix syslog-ng build and cleanup Makefile.
lars [Sat, 13 Sep 2008 12:09:56 +0000 (12:09 +0000)]
Fix syslog-ng build and cleanup Makefile.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12593 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoRebuild the package if the selected modules have changed.
lars [Sat, 13 Sep 2008 02:57:26 +0000 (02:57 +0000)]
Rebuild the package if the selected modules have changed.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12588 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix asterisk-1.4.x build.
lars [Sat, 13 Sep 2008 02:39:05 +0000 (02:39 +0000)]
Fix asterisk-1.4.x build.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12587 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoCleanup libmpcdev Makefile.
lars [Fri, 12 Sep 2008 22:23:24 +0000 (22:23 +0000)]
Cleanup libmpcdev Makefile.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12584 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoCleanup libol Makefile.
lars [Fri, 12 Sep 2008 22:14:07 +0000 (22:14 +0000)]
Cleanup libol Makefile.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12583 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd libtool fixup to libnetfilter-queue.
lars [Fri, 12 Sep 2008 21:36:06 +0000 (21:36 +0000)]
Add libtool fixup to libnetfilter-queue.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12582 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoCleanup libnetfilter-queue Makefile.
lars [Fri, 12 Sep 2008 21:33:06 +0000 (21:33 +0000)]
Cleanup libnetfilter-queue Makefile.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12581 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoCleanup lame Makefile.
lars [Fri, 12 Sep 2008 21:09:57 +0000 (21:09 +0000)]
Cleanup lame Makefile.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12580 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoCleanup libdvbpsi Makefile.
lars [Fri, 12 Sep 2008 21:01:02 +0000 (21:01 +0000)]
Cleanup libdvbpsi Makefile.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12579 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoCleanup gtk1 Makefile.
lars [Fri, 12 Sep 2008 20:50:05 +0000 (20:50 +0000)]
Cleanup gtk1 Makefile.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12578 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoremove obsolete dependency on missing package libXp
nbd [Fri, 12 Sep 2008 20:32:51 +0000 (20:32 +0000)]
remove obsolete dependency on missing package libXp

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12577 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd fftw3 (patch from #3987)
nbd [Fri, 12 Sep 2008 20:32:43 +0000 (20:32 +0000)]
add fftw3 (patch from #3987)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12576 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix libast build: s/libtol/libtool/
lars [Fri, 12 Sep 2008 20:28:31 +0000 (20:28 +0000)]
fix libast build: s/libtol/libtool/

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12575 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd libogg, libvorbis and libtheora packages.
lars [Wed, 10 Sep 2008 17:14:05 +0000 (17:14 +0000)]
Add libogg, libvorbis and libtheora packages.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12565 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadds support for files > 2GB to samba3
blogic [Wed, 10 Sep 2008 12:23:15 +0000 (12:23 +0000)]
adds support for files > 2GB to samba3

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12564 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd libxapian and python-xapian packages.
lars [Tue, 9 Sep 2008 20:26:46 +0000 (20:26 +0000)]
Add libxapian and python-xapian packages.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12563 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoDefine a conffiles section for ddns-scripts (#3971)
florian [Tue, 9 Sep 2008 09:15:18 +0000 (09:15 +0000)]
Define a conffiles section for ddns-scripts (#3971)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12560 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoDefine a conffiles section for aiccu (#3972)
florian [Tue, 9 Sep 2008 09:13:09 +0000 (09:13 +0000)]
Define a conffiles section for aiccu (#3972)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12559 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoDefine a conffiles section for radvd (#3973)
florian [Tue, 9 Sep 2008 09:11:41 +0000 (09:11 +0000)]
Define a conffiles section for radvd (#3973)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12558 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoSplit python-gnome-desktop into python-rsvg and python-wnck.
lars [Mon, 8 Sep 2008 23:09:32 +0000 (23:09 +0000)]
Split python-gnome-desktop into python-rsvg and python-wnck.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12556 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix libwnck install.
lars [Mon, 8 Sep 2008 20:00:58 +0000 (20:00 +0000)]
Fix libwnck install.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12555 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd new olsrd init script and default config by Alina Friedrichsen
nbd [Mon, 8 Sep 2008 12:42:13 +0000 (12:42 +0000)]
add new olsrd init script and default config by Alina Friedrichsen

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12553 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoRemove definition of collectd-mod-rrdtool as it clashes with collectd-mod-rrdtool1
cyrus [Mon, 8 Sep 2008 10:10:30 +0000 (10:10 +0000)]
Remove definition of collectd-mod-rrdtool as it clashes with collectd-mod-rrdtool1

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12550 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdated collectd to 4.4.3
cyrus [Mon, 8 Sep 2008 10:09:54 +0000 (10:09 +0000)]
Updated collectd to 4.4.3

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12549 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoonly start ntpd from hotplug
nbd [Fri, 5 Sep 2008 18:22:39 +0000 (18:22 +0000)]
only start ntpd from hotplug

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12539 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix openntpd hotplug script (based on patch from #3027)
nbd [Fri, 5 Sep 2008 18:15:54 +0000 (18:15 +0000)]
fix openntpd hotplug script (based on patch from #3027)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12538 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoexplicitly disable gtk tests.
lars [Fri, 5 Sep 2008 15:13:27 +0000 (15:13 +0000)]
explicitly disable gtk tests.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12537 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd libXtst.
lars [Thu, 4 Sep 2008 23:13:51 +0000 (23:13 +0000)]
Add libXtst.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12534 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix python dbus install.
lars [Thu, 4 Sep 2008 22:36:50 +0000 (22:36 +0000)]
Fix python dbus install.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12533 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix curl build. Fixes #3961
lars [Thu, 4 Sep 2008 21:04:49 +0000 (21:04 +0000)]
Fix curl build. Fixes #3961

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12532 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate pycairo to 1.6.4 and makefile cleanup.
lars [Thu, 4 Sep 2008 16:32:16 +0000 (16:32 +0000)]
Update pycairo to 1.6.4 and makefile cleanup.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12531 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate dbus-python to 0.83.0 and makefile cleanup.
lars [Thu, 4 Sep 2008 15:55:13 +0000 (15:55 +0000)]
Update dbus-python to 0.83.0 and makefile cleanup.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12530 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd a subpack gtk2-cups to gtk2 which can be used to install the cups print
lars [Thu, 4 Sep 2008 12:37:27 +0000 (12:37 +0000)]
Add a subpack gtk2-cups to gtk2 which can be used to install the cups print
backend for gtk2 if the openwrt cups package is installed. Fixes a bug where gtk
build was trying to use the host's cups libs.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12525 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoInstall cups-config to staging_dir/$target/host/bin.
lars [Thu, 4 Sep 2008 11:31:27 +0000 (11:31 +0000)]
Install cups-config to staging_dir/$target/host/bin.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12524 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoMore X package dependecy fixes.
lars [Wed, 3 Sep 2008 21:59:13 +0000 (21:59 +0000)]
More X package dependecy fixes.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12523 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix dependencies for a lot of xorg packages.
lars [Wed, 3 Sep 2008 20:55:27 +0000 (20:55 +0000)]
Fix dependencies for a lot of xorg packages.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12522 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoReduce portmap priority, so that nfs shares specified in fstab can be mouted without...
florian [Wed, 3 Sep 2008 14:14:19 +0000 (14:14 +0000)]
Reduce portmap priority, so that nfs shares specified in fstab can be mouted without timeouts

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12516 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoclean up some packages
nbd [Wed, 3 Sep 2008 13:21:20 +0000 (13:21 +0000)]
clean up some packages

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12513 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix nfs-utils compile
nbd [Wed, 3 Sep 2008 10:55:13 +0000 (10:55 +0000)]
fix nfs-utils compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12509 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAdd missing dependencies for libXmu.
lars [Tue, 2 Sep 2008 23:20:21 +0000 (23:20 +0000)]
Add missing dependencies for libXmu.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12507 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix compile of libmatchbox and possibly other packages by fixing up the libtool fixups
nbd [Tue, 2 Sep 2008 18:51:33 +0000 (18:51 +0000)]
fix compile of libmatchbox and possibly other packages by fixing up the libtool fixups

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12506 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix various bugs in the hippo-canvas makefile
nbd [Tue, 2 Sep 2008 17:59:17 +0000 (17:59 +0000)]
fix various bugs in the hippo-canvas makefile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12505 3c298f89-4303-0410-b956-a3cf2f4a3e73