aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAge
* motion: update to 4.3.2Rosen Penev2020-11-05
| | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* youtube-dl: update to version 2020.11.1.1Josef Schlehofer2020-11-01
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* gerbera: update to 1.6.4Rosen Penev2020-10-14
| | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* imagemagick: remove lto for GCC10Rosen Penev2020-10-11
| | | | | | It does not work with GCC10. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* motion: remove mmal supportRosen Penev2020-10-07
| | | | | | The buildbots are unable to build this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-plugins-bad: add back mpegtsdemux & mpegtsmuxSebastian Kemper2020-10-07
| | | | | | | | | These plugins were disabled in commit e35d46b. Add them back. The required libs are added, too. Closes #13545 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* gphoto2: fix compilation with full NLSRosen Penev2020-09-28
| | | | | | | | | | Reorganized Makefile a little bit for consistency. Added PKG_BUILD_PARALLEL for faster compilation. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #13440 from neheb/grlp-pRosen Penev2020-09-26
|\ | | | | grilo-plugins: update to 0.3.12
| * grilo-plugins: update to 0.3.12Rosen Penev2020-09-20
| | | | | | | | | | | | Remove backport patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13439 from neheb/grloRosen Penev2020-09-26
|\ \ | | | | | | grilo: update to 0.3.13
| * | grilo: update to 0.3.13Rosen Penev2020-09-20
| |/ | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / youtube-dl: update to version 2020.9.20Josef Schlehofer2020-09-21
|/ | | | | | Release notes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.09.20 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* youtube-dl: update to version 2020.9.14Josef Schlehofer2020-09-15
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* gst1-libav: update to 1.18.0Rosen Penev2020-09-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-plugins-ugly: update to 1.18.0Rosen Penev2020-09-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-plugins-bad: update to 1.18.0Rosen Penev2020-09-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-plugins-good: update to 1.18.0Rosen Penev2020-09-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-plugins-base: update to 1.18.0Rosen Penev2020-09-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gstreamer1: update to 1.18.0Rosen Penev2020-09-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* youtube-dl: update to version 2020.9.6Josef Schlehofer2020-09-12
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* gerbera: remove filesystem hacksRosen Penev2020-09-07
| | | | | | They seem to not be needed with GCC8 and above. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* minisatip: update to 1.0.4Rosen Penev2020-09-04
| | | | | | Remove upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gerbera: update to 1.6.1Rosen Penev2020-09-03
| | | | | | | | | | | | | | Removed upstream ffmpeg backport. Updated npupnp patch with latest upstream version. Enabled CURL since it's needed for libnpupnp anyway. Fixed up GCC filesystem CMake variables to be more accurate. Removed npupnp include hack since it was properly fixed now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gstreamer1: enable build options necessary for most applicationsW. Michael Petullo2020-08-21
| | | | | | | | | | | | | | | | | | Commit cb058bf changed gstreamer1's build options, and this broke some applications. First, -Doption-parsing=false is intended for very specific embedded applications rather general packages. Please see: https://github.com/openwrt/packages/pull/8847 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/388 Second, -Dregistry=false seems to break plugin discovery. Symptoms of this include broken applications and gst-inspect-1.0 listing zero plugins. Fixes #13180. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* ffmpeg: update to 4.3.1Ian Leonard2020-08-14
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* Merge pull request #13075 from neheb/tvhRosen Penev2020-08-12
|\ | | | | tvheadend: fix compilation with GCC 10
| * tvheadend: fix compilation with GCC 10Rosen Penev2020-08-10
| | | | | | | | 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>
* 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>