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
This applies to the packages feed. It fixes a case with newer groff
returning different warming messages than expected by the libX11 build
infrastructure expects. This patch was shamelessly swiped from Ubuntu's
package.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26501 3c298f89-4303-0410-b956-a3cf2f4a3e73
The new init script won't fail if quicktun takes more than 1 second to start.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26488 3c298f89-4303-0410-b956-a3cf2f4a3e73
This adds a profile to ffmpeg to support minidlna, similar to the
libdlna/ushare profile. When minidlna encounters media, it uses ffmpeg to
figure out what it is. If ffmpeg fails to open it, then minidlna will try
and fail to read the file on its own. The profile may need to be extended;
I attempted to cover all popular formats for dlna streaming.
Tested with the following container/codec combinations:
mkv with ac3/h264/srt
mp4 with aac/h264/ttxt
ogg vorbis
flac
mp3
Should also be able to handle, but untested:
mpeg
avi
xvid
jpeg
png
wmv1
wmv2
Signed-off-by: Ian Leonard <antonlacon_at_gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26450 3c298f89-4303-0410-b956-a3cf2f4a3e73
This series, along with previous applied patches, should close tickets #7837 and #8831.
This patch exposes additional decoders and demuxers for FFmpeg in menuconfig, along with other minor changes.
Additional decoders:
flac (Free Lossless Audio Codec)
Additional demuxers:
aac
avi
flac
matroska
mov (mov/mp4/m4a/3gp/3g2/mj2)
zlib is required on matroska/mov to handle compressed headers.
Minor changes:
mp3 demuxer to require the mpegaudio parser. Doesn't do much without it. Matches current ffmpeg behavior.
--target-os=linux as a compile flag. This will be required when cross-compiling in the 0.6 branch, and does no harm here.
Signed-off-by: Ian Leonard <antonlacon_at_gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26449 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
Update privoxy to 3.0.17. This is a maintenance release.
Signed-off-by: Ian Leonard <antonlacon_at_gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26389 3c298f89-4303-0410-b956-a3cf2f4a3e73
The issue wasn't that flashrom-0.9.3 was broken, but that the incompatible device path put the box into a funky state that couldn't be reverted.
This fix causes it to use the hotplug2 path.
With this, we don't need to revert to 0.9.1, superseding my early patch to revert...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26381 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch adds a command line utility to interface with the WattsUp
power meters (https://www.wattsupmeters.com/)
Signed-off-by: Roberto Riggio<roberto.riggio@create-net.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26380 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch add uacctd, an ulog based accounting deamon from pmacct project (http://www.pmacct.net/)
It also put all pmacct packages in a submenu called (13 packages)
Thanks in advance.
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26379 3c298f89-4303-0410-b956-a3cf2f4a3e73
This enables the modbus plugin of collectd and patches it so it works with the current version of libmodbus
Signed-off-by: Daniel Golle <daniel.golle@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26346 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
Bump flashrom to current version, and reflect that it uses dmidecode as a helper.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26343 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch adds rlm_sql_sqlite, rlm_passwd modules for freeradius2.
It patches the rlm_sql_sqlite in order to work (authorization is working, accounting not yet tested).
It adds radwho to the utils.
Thanks in advance.
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26342 3c298f89-4303-0410-b956-a3cf2f4a3e73
The build fails since the php module is statically disabled. This patch
adds the required magic.
This should also finally close#7758.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26341 3c298f89-4303-0410-b956-a3cf2f4a3e73