aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAge
...
| * icecast: allow access to iconvSebastian Kemper2021-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit d18692c libxml2 (and by extension libxslt) is linked against iconv. Now icecast needs access to iconv as well. Without it the build fails. xslt.c: In function 'xsltSaveResultToString': xslt.c:72:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (result->children == NULL) ^~ xslt.c:75:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' buf = xmlAllocOutputBuffer(NULL); ^~~ xslt.c:81:27: error: dereferencing pointer to incomplete type 'xmlBuf' {aka 'struct _xmlBuf'} *doc_txt_len = buf->conv->use; ^~ make[6]: *** [Makefile:545: xslt.o] Error 1 make[6]: Leaving directory '/openwrt/build_dir/target-mips_24kc_musl/icecast-2.4.4/src' Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | ices: allow access to iconvSebastian Kemper2021-02-09
|/ | | | | | | | | | | | | Since commit d18692c libxml2 is linked against iconv. Now ices needs access to iconv as well. Without it the build fails. checking for ftime... yes checking for XML configuration checking for xml2-config... /builder/shared-workdir/build/sdk/staging_dir/target-aarch64_generic_musl/host/bin/xml2-config checking for xmlParseFile... no configure: error: Unable to link with libxml Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* youtube-dl: update to version 2021.1.16Josef Schlehofer2021-01-24
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* gerbera: bump as static libraries were updatedRosen Penev2020-12-13
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* youtube-dl: update to version 2020.12.7Josef Schlehofer2020-12-07
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #12604 from neheb/v4l22Rosen Penev2020-12-04
|\ | | | | v4l2rtpspserver: update to 0.2.0
| * v4l2rtpspserver: update to 0.2.1Rosen Penev2020-12-02
| | | | | | | | | | | | | | | | | | | | Updated live555 to 2020.11.29. Backported upstream patch to fix compilation. Fixed up LIVE555 CFLAGS to avoid passing twice. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | graphicsmagick: fix compilation with GCC 10Rosen Penev2020-11-30
|/ | | | | | Same fix as in imagemagick. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #14079 from neheb/mndlRosen Penev2020-11-29
|\ | | | | minidlna: update to 1.3.0
| * 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>
* | gphoto2: update to 2.5.26Rosen Penev2020-11-29
|/ | | | | | | | | | Remove several unneeded configure hacks. Replace the POPT ones with more sensible ones. Refresh patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gst1-plugins-base: fix build with no moduleLuiz Angelo Daros de Luca2020-11-28
| | | | | | | | | | gst1-plugins-base might be required only for its libraries, not modules. However, InstallDev tries to copy them unconditionally, failing when no modules are selected/compiled. Fixes #13973 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* graphicsmagick: Fix package description typoRobert Högberg2020-11-28
| | | | Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* gst1-plugins-ugly: update to 1.18.1W. Michael Petullo2020-11-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-libav: update to 1.18.1W. Michael Petullo2020-11-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-bad: update to 1.18.1W. Michael Petullo2020-11-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-good: update to 1.18.1W. Michael Petullo2020-11-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gst1-plugins-base: update to 1.18.1W. Michael Petullo2020-11-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* gstreamer1: update to 1.18.1W. Michael Petullo2020-11-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* grilo-plugins: add three pluginsRosen Penev2020-11-06
| | | | | | Dependencies are available now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo-plugins: add all optionsRosen Penev2020-11-06
| | | | | | | | | These options are normally set to auto. Make them explicit to try to fix buildbot errors. Also make several options conditional on plugins being selected. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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>