aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAge
* motion: fix old libmicrohttpd usageRosen Penev2020-08-04
| | | | | | | Doesn't seem to be needed for this package but it does fix several warnings. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* graphicsmagick: fix old CONFIG_DEPENDRosen Penev2020-08-02
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* youtube-dl: update to version 2020.7.28Josef Schlehofer2020-07-28
| | | | | | Become the only maintainer of this package Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #12926 from neheb/gst12Rosen Penev2020-07-27
|\ | | | | gstreamer suite: update to 1.17.2
| * gst1-libav: update to 1.17.2Rosen Penev2020-07-25
| | | | | | | | | | | | Added patch to fix compilation without distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * gst1-plugins-ugly: update to 1.17.2Rosen Penev2020-07-25
| | | | | | | | | | | | Added patch to fix compilation without distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * gst1-plugins-bad: update to 1.17.2Rosen Penev2020-07-25
| | | | | | | | | | | | Added patch to fix compilation without distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * gst1-plugins-good: update to 1.17.2Rosen Penev2020-07-25
| | | | | | | | | | | | Added patch to fix compilation without distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * gst1-plugins-base: update to 1.17.2Rosen Penev2020-07-25
| | | | | | | | | | | | | | | | Fixed some typos. Added patch to fix compilation without distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * gstreamer1: update to 1.17.2Rosen Penev2020-07-25
| | | | | | | | | | | | | | | | | | | | | | Added gettext-full host dependency. Normally it comes wth glib2, but in the update to 2.65, it goes away. Add it here. Refresh patch. Add one for systems lacking distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gerbera: add support for ffmpegRosen Penev2020-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | Requires BUILD_PATENTED. Added patch to fix compilation with it. Removed include file hack. It's incorrect and it's also npupnp that needs fixing. Refreshed npupnp patch to the newest version sent upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gerbera: update to 1.6.0Rosen Penev2020-07-24
|/ | | | | | | | Removed upstreamed patches. Refreshed npupnp patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gerbera: fix compilation with newer npupnpRosen Penev2020-07-13
| | | | | | Macro got removed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo-plugins: backport more updates from masterW. Michael Petullo2020-07-11
| | | | | | | | | | | | | | | This commit updates the backport from grilo-plugins master to include a symbol name change. Changes to libdmapsharing modified IS_X_... symbols to read X_IS_.... This was adopted in grilo-plugins master, as there was no official release of grilo-plugins since adding support for libdmapsharing4 in the first place. The next release of grilo-plugins will be the first to include libdmapsharing4 support to include the X_IS_... name change. Fixes issue mentioned at #12766. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Merge pull request #12646 from neheb/minisRosen Penev2020-07-01
|\ | | | | minisatip: fix compilation with GCC10
| * minisatip: fix compilation with GCC10Rosen Penev2020-06-29
| | | | | | | | | | | | Backported upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gst1-libav: update to 1.17.1Rosen Penev2020-06-29
| | | | | | | | | | | | | | | | | | | | Switch to meson as autotools support was removed. Adjustment for consistency between packages. Reorder plugins based on meson_options.txt order. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gst1-plugins-ugly: update to 1.17.1Rosen Penev2020-06-29
| | | | | | | | | | | | Updated option list. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gst1-plugins-bad: update to 1.17.1Rosen Penev2020-06-29
| | | | | | | | | | | | | | | | Updated options. Disabled yadif as it fails to compile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gst1-plugins-good: update to 1.17.1Rosen Penev2020-06-29
| | | | | | | | | | | | | | | | | | | | Updated options. Removed deinterlace plugin as it's failing to build. Reorganized plugin list based on meson_options.txt order. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gst1-plugins-base: update to 1.17.1Rosen Penev2020-06-29
| | | | | | | | | | | | | | | | Updated options. Added extra plugins that are now available. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gstreamer1: update to 17.1Rosen Penev2020-06-29
|/ | | | | | | | Updated options list. Removed outdated autotools patch. autotools is now gone. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ffmpeg: update to 4.3Rosen Penev2020-06-25
| | | | | | Remove upstreamed patches. Refreshed other ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #12574 from neheb/npupnp-gerberaRosen Penev2020-06-22
|\ | | | | Npupnp gerbera
| * gerbera: use npupnpRosen Penev2020-06-22
| | | | | | | | | | | | | | | | | | | | | | This is on track to replace libupnp in the next version. Since libupnp is not building with GCC10, do this now. Also backported needed header patch. Replace other patches with the upstream versions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | minidlna: restore service triggersJo-Philipp Wich2020-06-22
|/ | | | | | | | | | | | | | | | | Restore service triggers which got wrongly removed in commit 733aae9584ef92c327b9008142602a7e69cfec3b ("fix issues"). Without triggers, changing settings from LuCI or calling reload_config from the cli won't have any effect. Also adjust the uci commit call to only commit the minidlna configuration when setting a UUID, to avoid committing unrelated user changes in other config files. Ref: https://github.com/openwrt/luci/issues/4194 Fixes: 733aae958 ("minidlna: fix issues") Fixes: 37367bdc8 ("minidlna: create UUID in config if it is empty") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* motion: add support for raspberrypi mmalRosen Penev2020-06-17
| | | | | | | | | | Currently motion is failing to compile on bcm27xx because of a missing dependency. Sorted the configure options based on the order they appear in the configure script. Also removed outdated ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* youtube-dl: update to version 2020.6.16.1Josef Schlehofer2020-06-17
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* motion: update to 4.3.1Rosen Penev2020-06-13
| | | | | | | | | | | | | | | | Remove upstreamed patch. Added patch to remove man and po stuff to fix compilation and speed up the build. Added PKG_BUILD_PARALLEL for faster builds. Added PKG_INSTALL for consistency between packages. Used those install paths as well to make it easier. Other small cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ffmpeg: update to 4.2.3Rosen Penev2020-06-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* youtube-dl: update to version 2020.6.6Josef Schlehofer2020-06-05
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* gerbera: fix compilation with libcxx 10Rosen Penev2020-06-02
| | | | | | Missing header for pid_t. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* youtube-dl: update to version 2020.5.29Josef Schlehofer2020-05-29
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* gerbera: add taglib supportRosen Penev2020-05-23
| | | | | | Gives audio info support. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #12224 from neheb/ffm2Rosen Penev2020-05-20
|\ | | | | ffmpeg: fix compilation with glibc
| * ffmpeg: fix compilation with glibcRosen Penev2020-05-19
| | | | | | | | | | | | | | | | | | No idea why. Patch submitted upstream: https://patchwork.ffmpeg.org/project/ffmpeg/patch/20200503090023.29418-1-rosenp@gmail.com/ Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gerbera: add libmatroska supportRosen Penev2020-05-18
|/ | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gerbera: set config file to 600 permissionsRosen Penev2020-05-13
| | | | | | | | | | Only gerbera needs to read the file. Added config file to conffiles to fix opkg update support. Added several extra options to the UCI config. Manual editing is still required. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #11981 from zhanhb/conffilesRosen Penev2020-05-13
|\ | | | | treewide: add conffiles
| * treewide: add conffilesHuangbin Zhan2020-05-09
| | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | treewide: Enable VFP/NEON optimizations for aarch64Jeffery To2020-05-12
| | | | | | | | | | | | | | | | For speexdsp, support for NEON on aarch64 was added in 1.2.0[1]. [1]: https://github.com/xiph/speexdsp/pull/8 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | treewide: Update ARM NEON/VFP detectionJeffery To2020-05-11
|/ | | | | | | | | | With openwrt/openwrt@8dcc1087602e2dd606e4f6e81a06aee62cfd4f4c, the ARM FPU compiler options are no longer part of CONFIG_TARGET_OPTIMIZATION. This updates various packages that look for NEON/VFP support to search CONFIG_CPU_TYPE instead. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #12109 from neheb/gerb3Rosen Penev2020-05-08
|\ | | | | gerbera static library changes
| * gerbera: change dependencies to match previous changesRosen Penev2020-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the previous changes, my local build gets smaller: From 12124957 To 12059421 Not that much but it's something. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | youtube-dl: update to version 2020.5.8Josef Schlehofer2020-05-08
|/ | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #12052 from neheb/satiRosen Penev2020-05-05
|\ | | | | minisatip: update to 1.0.3
| * minisatip: update to 1.0.3Rosen Penev2020-05-02
| | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12046 from BKPepe/youtubedlRosen Penev2020-05-04
|\ \ | | | | | | youtube-dl: update to version 2020.5.3
| * | youtube-dl: update to version 2020.5.3Josef Schlehofer2020-05-02
| |/ | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* / gerbera: update to 1.5.0Rosen Penev2020-05-04
|/ | | | | | | | | | | | This is a fairly massive update that adds new dependencies. Switched the CMAKE_OPTIONS to use ON/OFF as is done elsewhere. Added a patch fixing compilation with libiconv-stub/full. Add a small debug option to write to syslog debug information. Signed-off-by: Rosen Penev <rosenp@gmail.com>