[OpenWrt-Devel] [PATCH] minidlna: update to 1.1.2

2014-06-02 Thread Ian Leonard
are no logner necessary Additionally, the presentation page has changed, which breaks part of the integration with the luci plugin (reporting how many files are being shared). Signed-off-by: Ian Leonard antonla...@gmail.com --- This should have the necessary changes pointed out by the earlier 1.1.0

Re: [OpenWrt-Devel] [PATCH] minidlna: update to 1.1.2

2014-06-02 Thread Ian Leonard
On 06/01/2014 11:43 PM, Ian Leonard wrote: This updates Minidlna to version 1.1.2. Minidlna has had several changes since 1.0.25: Renamed minidlna binary to minidlnad (affects the luci plugin) and install to /usr/sbin/ per upstream behavior Adjust for the configure script changing

[OpenWrt-Devel] [PATCH] dl_cleanup.py: call python2 specifically

2014-05-24 Thread Ian Leonard
dl_cleanup.py is a python2 script. Some distributions, such as Gentoo, have moved to python3 as the default python implementation, generating an error. Signed-off-by: Ian Leonard antonla...@gmail.com --- scripts/dl_cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH][PACKAGES] libexif update to 0.6.21

2014-05-04 Thread Ian Leonard
Update libexif to 0.6.21. Add package licensing information and refresh patch. Signed-off-by: Ian Leonard antonla...@gmail.com --- libs/libexif/Makefile | 9 ++--- libs/libexif/patches/100-no_doc.patch | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git

[OpenWrt-Devel] [PATCH] [packages] ffmpeg: update to 0.11.5

2014-04-18 Thread Ian Leonard
Update ffmpeg to 0.11.5. Drop --disable-optimizations. Per ./configure, --disable-optimizations refers to disabling compiler optimizations for debugging purposes. Signed-off-by: Ian Leonard antonla...@gmail.com --- --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -8,12 +8,12

[OpenWrt-Devel] [PATCH] Privoxy: version bump 3.0.21

2013-04-21 Thread Ian Leonard
Version bump Privoxy to 3.0.21. Addresses bug #13350. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: packages/net/privoxy/Makefile === --- packages/net/privoxy/Makefile (revision 36354) +++ packages/net/privoxy

[OpenWrt-Devel] [PATCH] ffmpeg: include/disable swresample where appropriate

2013-02-28 Thread Ian Leonard
libswresample is an audio resampling library within ffmpeg. This patch disables swresample in libffmpeg-custom and libffmpeg-mini and adds it to libffmpeg-full. Should correct build issue reported in #13089. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: packages/multimedia/ffmpeg

[OpenWrt-Devel] [PATCH] Libvorbis version bump

2013-02-22 Thread Ian Leonard
Update libvorbis to 1.3.3 and switch to the .tar.xz packaging. Drop 001-automake-compat.patch as it's no longer necessary. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: packages/libs/libvorbis/Makefile === --- packages

[OpenWrt-Devel] [PATCH] Libogg version bump

2013-02-22 Thread Ian Leonard
Update to libogg-1.3.0 and switch to the .tar.xz packaging. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: packages/libs/libogg/Makefile === --- packages/libs/libogg/Makefile (revision 35725) +++ packages/libs

[OpenWrt-Devel] [PATCH] Libpng version bump

2013-02-22 Thread Ian Leonard
Version bump libpng to 1.2.50 and switch to the .tar.xz packaging. Drop patch 200-CVE-2011-3026.patch as it's integrated. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: packages/libs/libpng/Makefile === --- packages/libs

[OpenWrt-Devel] [PATCH] Libdlna version bump

2013-02-22 Thread Ian Leonard
purpose changes. Rebase 300-ffmpeg_compat.patch. Note: This is compile tested only. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: packages/libs/libdlna/Makefile === --- packages/libs/libdlna/Makefile (revision 35725

[OpenWrt-Devel] [PATCH] Add xz compressed packages to known extensions of dl_cleanup

2013-02-17 Thread Ian Leonard
Add .tar.xz, .txz, and .orig.tar.xz as known extensions to dl_cleanup.py. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: scripts/dl_cleanup.py === --- scripts/dl_cleanup.py (revision 35642) +++ scripts/dl_cleanup.py

[OpenWrt-Devel] [PATCH] Minidlna version bump: 1.0.25

2013-02-17 Thread Ian Leonard
Version bump minidlna to 1.0.25 and add an additional patch. Patch is accepted upstream, but not yet released. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: multimedia/minidlna/Makefile === --- multimedia/minidlna

Re: [OpenWrt-Devel] [PATCH 3/5] [packages] libjpeg-turbo: fix binary names to match what is built

2013-01-19 Thread Ian Leonard
Signed-off-by: Russell Senior russ...@personaltelco.net PKG_NAME:=libjpeg-turbo PKG_VERSION:=1.2.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 define Package/jpeg-tools/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/.libs/{c,d}jpeg $(1)/usr/bin/ -

Re: [OpenWrt-Devel] [PATCH 4/5] [packages] minidlna: depend on libjpeg-turbo to avoid confusion about libjpeg version to use

2013-01-18 Thread Ian Leonard
PKG_NAME:=minidlna - DEPENDS:= +libpthread +libexif +libjpeg +libsqlite3 +libffmpeg \ + DEPENDS:= +libpthread +libexif +libjpeg-turbo +libsqlite3 +libffmpeg \ This will create a potential conflict as libjpeg and libjpeg-turbo would both be providing libjpeg.so. Florian wrote he wanted a

[OpenWrt-Devel] [PATCHv2] Libjpeg-turbo 1.2.1 Version Bump

2013-01-12 Thread Ian Leonard
The license changed in version 1.2.0 from the wxWindows Library license to the 3-clause BSD license. v2: Corrects licensing information in the Makefile. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: libs/libjpeg-turbo/Makefile

[OpenWrt-Devel] [PATCHv3] Libjpeg-turbo 1.2.1 Version Bump

2013-01-12 Thread Ian Leonard
The license changed in version 1.2.0 from the wxWindows Library license to the 3-clause BSD license. v2: Corrects licensing information in the Makefile. v3: Extend Copyright to 2013. The 2011 is from the original package submission in Dec. 2011 of libjpeg-turbo to OpenWrt. Signed-off-by: Ian

[OpenWrt-Devel] [PATCH] Typo correction in description for HFS filesystem kernel module

2012-12-30 Thread Ian Leonard
Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: package/kernel/modules/fs.mk === --- package/kernel/modules/fs.mk(revision 34879) +++ package/kernel/modules/fs.mk(working copy) @@ -121,7 +121,7 @@ define

[OpenWrt-Devel] [PATCH] FFmpeg 0.8.12 Version Bump

2012-12-30 Thread Ian Leonard
Signed-off-by: Ian Leonard antonla...@gmail.com --- This should also be a candidate for AA --- Index: multimedia/ffmpeg/Makefile === --- multimedia/ffmpeg/Makefile (revision 34879) +++ multimedia/ffmpeg/Makefile (working copy

[OpenWrt-Devel] [PATCH] Libjpeg-turbo 1.2.1 Version Bump

2012-12-30 Thread Ian Leonard
The license changed in version 1.2.0 from the wxWindows Library license to the 3-clause BSD. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: libs/libjpeg-turbo/Makefile === --- libs/libjpeg-turbo/Makefile (revision 34879

Re: [OpenWrt-Devel] [PATCH] FFmpeg 0.8.12 Version Bump

2012-12-30 Thread Ian Leonard
On 12/30/2012 02:45 AM, Luka Perkov wrote: On Sun, Dec 30, 2012 at 12:47:15AM -0800, Ian Leonard wrote: -PKG_VERSION:=0.8.7 -PKG_RELEASE:=2 +PKG_VERSION:=0.8.12 +PKG_RELEASE:=1 Any reason why it's not upgraded to 0.11.2? Luka I don't know if the API changed in the subsequent releases

[OpenWrt-Devel] [PATCH] Libjpeg-turbo to replace libjpeg

2011-12-11 Thread Ian Leonard
, and has been adopted as the system jpeg library of Fedora, and an option in Gentoo. The SIMD acceleration provides a 2-4x speedup. On non-SIMD machines the enhancements provides up to a 25% improvement. Signed-off-by: Ian Leonard antonla...@gmail.com --- The Makefile disables SIMD support, as I

[OpenWrt-Devel] [PATCH-v2] Libjpeg-turbo to replace libjpeg

2011-12-11 Thread Ian Leonard
On 12/11/2011 05:07 PM, Ian Leonard wrote: This patch adds libjpeg-turbo 1.1.1 and adjusts all packages depending on libjpeg to instead depend on libjpeg-turbo. Packages built against the current jpeg-6gb in the tree will need to be rebuilt. If you want a drop-in replacement for the current

[OpenWrt-Devel] [PATCH] Version Bump Minidlna 1.0.22

2011-10-24 Thread Ian Leonard
This patch updates Minidlna to 1.0.22. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: multimedia/minidlna/Makefile === --- multimedia/minidlna/Makefile(revision 28546) +++ multimedia/minidlna/Makefile

[OpenWrt-Devel] [PATCH] Version Bump FFmpeg 0.8.5

2011-10-24 Thread Ian Leonard
This patch updates FFmpeg to 0.8.5. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: multimedia/ffmpeg/Makefile === --- multimedia/ffmpeg/Makefile (revision 28546) +++ multimedia/ffmpeg/Makefile (working copy) @@ -8,12

[OpenWrt-Devel] [PATCH] Allow for more configurable FFmpeg build options (#7837, #8465)

2011-08-27 Thread Ian Leonard
created by a full libav* build will be large (several megabytes) and not recommended for end users. Its use could help debugging other issues to learn whether the problem is the openwrt build configuration or another cause. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: packages/multimedia

[OpenWrt-Devel] [PATCH] Typo in FFmpeg Makefile

2011-08-22 Thread Ian Leonard
Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: multimedia/ffmpeg/Makefile === --- multimedia/ffmpeg/Makefile (revision 28079) +++ multimedia/ffmpeg/Makefile (working copy) @@ -288,7 +288,7 @@ endef define Package

Re: [OpenWrt-Devel] [PATCH v2] Version Bump Minidlna 1.0.21

2011-08-17 Thread Ian Leonard
Adjust minidlna for inotify becoming part of the default kernel. minidlna.init: stop forcing a rescan (-R) of the media library on startup. Users will need to run it once after installing. 040-configuration-tweak.patch: enable use of inotify in the default configuration Signed-off-by: Ian

[OpenWrt-Devel] [PATCH] FFmpeg 0.8.2 Version Bump (#8831)

2011-08-17 Thread Ian Leonard
is a command line media identification tool, very similar to the output of a bare ffmpeg -i. Signed-off-by: Ian Leonard antonla...@gmail.com --- Note to testers: Many codecs were renamed between ffmpeg 0.5 and 0.6. Scripts calling ffmpeg will probably break. The ABI/API also changed. My minimal

Re: [OpenWrt-Devel] [PATCH v2] Version Bump Minidlna 1.0.21

2011-08-10 Thread Ian Leonard
it was just overlooked here. 040-configuration-tweak.patch was to rebase. Minidlna's changes were primarily bug fixes and compatibility with newer ffmpeg. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: feeds/packages/multimedia/minidlna/patches/040-configuration-tweak.patch

[OpenWrt-Devel] [PATCH] Version Bump Minidlna 1.0.21

2011-07-31 Thread Ian Leonard
. Minidlna's changes were primarily bug fixes and compatibility with newer ffmpeg. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: feeds/packages/multimedia/minidlna/patches/040-configuration-tweak.patch === --- feeds/packages

[OpenWrt-Devel] [PATCH] Version Bump Minidlna 1.0.20

2011-07-11 Thread Ian Leonard
Primary changes are adding support for streaming to more hardware. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: feeds/packages/multimedia/minidlna/Makefile === --- feeds/packages/multimedia/minidlna/Makefile (revision

[OpenWrt-Devel] [PATCH] rsyncd: Add description and allow rsyncd.conf to survive sysupgrade

2011-06-16 Thread Ian Leonard
Add description and conffiles entry for rsyncd to rsync's Makefile. Move rsyncd.conf install to /etc/config/ and adjust initscript accordingly. Allows rsyncd.conf to survive a sysupgrade. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: feeds/packages/net/rsync/files/rsyncd.init

[OpenWrt-Devel] [PATCH v2] rsyncd: Add description and conffiles entry

2011-06-16 Thread Ian Leonard
Add description and conffiles entry for rsyncd to rsync's Makefile. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: feeds/packages/net/rsync/Makefile === --- feeds/packages/net/rsync/Makefile (revision 27191) +++ feeds

[OpenWrt-Devel] [PATCH] Version bump hd-idle 1.03

2011-04-08 Thread Ian Leonard
Version bump hd-idle to 1.03. 1.02 and 1.03 were bugfix releases. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: feeds/packages/utils/hd-idle/Makefile === --- feeds/packages/utils/hd-idle/Makefile (revision 26531

[OpenWrt-Devel] [PATCH] Add initscript for rsync daemon

2011-04-08 Thread Ian Leonard
Add an initscript to the rsync package for use as a daemon, and a sample rsyncd.conf to show a simple setup. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: feeds/packages/net/rsync/files/rsyncd.init === --- feeds

[OpenWrt-Devel] [PATCH] Version bump Minidlna 1.0.19

2011-04-07 Thread Ian Leonard
Version bump minidlna to 1.0.19. I didn't find an official changelog. Reading a diff looks like a change in license from GPL v2 or later to strict GPL v2, as well as bug fixes and translation updates. It's streaming as expected. Two patches were rebased. Signed-off-by: Ian Leonard antonla

[OpenWrt-Devel] PATCH 2/2] Add minidlna profile to ffmpeg

2011-04-02 Thread Ian Leonard
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

[OpenWrt-Devel] [PATCH] Version Bump Rsync 3.0.8

2011-04-01 Thread Ian Leonard
Version bump rsync to 3.0.8. This is a security/maintenance release. Signed-off-by: Ian Leonard antonlacon_at_gmail.com --- Index: feeds/packages/net/rsync/Makefile === --- feeds/packages/net/rsync/Makefile (revision 26385

[OpenWrt-Devel] [PATCH] Version Bump Privoxy 3.0.17

2011-03-31 Thread Ian Leonard
Update privoxy to 3.0.17. This is a maintenance release. Signed-off-by: Ian Leonard antonlacon_at_gmail.com Index: feeds/packages/net/privoxy/Makefile === --- feeds/packages/net/privoxy/Makefile (revision 26385) +++ feeds/packages

[OpenWrt-Devel] [PATCH] ffmpeg 0.5.4 version bump

2011-03-24 Thread Ian Leonard
Version bump ffmpeg from 0.5.2 to 0.5.4. 0.5.3 and 0.5.4 are maintenance only releases for security and minor bug fixes. (This is a first submission. If it's the wrong place, let me know where it should go.) Signed-off-by: Ian Leonard antonlacon_at_gmail.com --- Index: feeds/packages