aboutsummaryrefslogtreecommitdiff
path: root/multimedia/minidlna/patches
Commit message (Collapse)AuthorAge
* minidlna: fix build with new autotoolsMichael Pratt2022-09-09
| | | | | | | Backport a patch that fixes build with new versions of Autoconf and Automake. Signed-off-by: Michael Pratt <mcpratt@pm.me>
* minidlna: update to 1.3.0Rosen Penev2020-11-29
| | | | | | | | | | | | | | Fixes two CVEs relating to UPnP. Removed libuuid dependency. It is not used. Remove clock_gettime hack. It seems to have been fixed. Removed upstream patches. Refreshed the other ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* minidlna: fix GCC 10 multiple def compilation errorSyrone Wong2020-08-10
| | | | | | | | | | | | | Diffrent file use its own setjmp_buffer, thus we have two global variables called setjmp_buffer I am not sure if we should use only one instance of it. The patch sent upstream uses a similar approach. https://sourceforge.net/p/minidlna/bugs/327/ Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
* minidlna: fix issuesRosen Penev2020-03-04
| | | | | | | | | | | Removed cover resizing patch. It doesn't work right. Removed SIGHUP reload. While minidlna handles it, it needs work to function properly. Removed service_triggers. They don't work for similar reasons as above. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* minidlna: update to latest masterRosen Penev2020-02-23
| | | | | | | | | | | | | | | | | | | | | | | Removed inactive maintainer. Cleaned up Makefile to remove old options. Switched to PKG_INSTALL for consistency. Added PKG_BUILD_PARALLEL for faster compilation. Fixed license info. Removed '' from enabled for consistency. Ran init script through shellcheck. Batched config file writes. Switched it to use procd. The -S parameter changes it to foreground. It stands for systemd. Added a sysctl tweak to get rid of warning. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* minidlna: Added support RMVBVision Lsm2020-02-01
| | | | Signed-off-by: Vision Lsm <vision.lsm.2012@gmail.com>
* multimedia/minidlna: Update to latest commitDaniel Engberg2019-03-14
| | | | | | | Update minidlna to latest commit Cherry pick commits from https://github.com/xavery/minidlna Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* minidlna: remove panasonic video grouping by directory patchJames Christopher Adduono2017-10-04
| | | | | | | | | | | Unfortunately this is breaking sorting and causes some issues with starting streams on various non-Panasonic clients. Tested on 5 different models of 2014-2017 Samsung Smart TVs and BubbleUPnP for Android. Removing this patch fixes sorting by filename and clients no longer sometimes fail to load the streams. Signed-off-by: James Christopher Adduono <jc@adduono.com>
* multimedia/minidlna: Update to 1.2.0Daniel Engberg2017-06-15
| | | | | | | | Update minidlna to 1.2.0 Switch to tarball Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* minidlna: Update to latest upstream (2016-09-29)Daniel Engberg2017-02-05
| | | | | | | | | | | | | | Updated to latest commit upstream as the latest tagged version didn't get a tarball release at all. Includes various fixes and also support for never versions of ffmpeg. Also added a sorting patch for Panasonic TVs. Source: https://github.com/yanbe/minidlna/commit/c8245740c3a8699cfe7d7e5aa0d427b931018ad5 Various improvements to package Makefile. Source/Template: https://github.com/wongsyrone/packages-1/blob/c389dcdc020e1d199570f01f36b781a290aa5356/multimedia/minidlna/Makefile Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* minidlna: update to 1.1.4Ian Leonard2014-10-25
| | | | | | | The Philips TV patch was included upstream. Rename the minidlnad binary to minidlna instead of tweaking automake files. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* That on tv phillips normally open mkv,it is necessary to apply this ↵Knyazkov Dmitry2014-08-04
| | | | | | patch.Add license info Signed-off-by: Knyazkov Dmitry <medavedik@gmail.com>
* first commitmedaved2014-07-15