aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAge
...
* 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>
* Merge pull request #11737 from antonlacon/ffmpeg-4.2Rosen Penev2020-04-28
|\ | | | | ffmpeg: update to 4.2.2
| * ffmpeg: drop call to disable PATENTED_ENCODERSIan Leonard2020-04-28
| | | | | | | | | | | | | | | | Presently, this attempts to disable atrac3, h264, hevc and vc1. These encoders don't exist or are done through other programs (eg libx264). Handling of those other programs is done elsewhere. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * ffmpeg: add upstream patches fixing MIPS compilationRosen Penev2020-04-28
| | | | | | | | | | | | Removed the Makefile references. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * ffmpeg: don't provide libavresampleIan Leonard2020-03-31
| | | | | | | | | | | | | | libavresample has bene deprecated for a number of years. Its replacement is libswresample. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * ffmpeg: enable gnutls support in libffmpeg-fullIan Leonard2020-03-31
| | | | | | | | | | | | | | | | | | | | | | | | Provides access to services requiring a secure connection. Chosen over openssl for license reason (can't redistribute). To my knowledge, libressl will have the same issue. mbed-tls is the only other ssl/tls provider, and this package is complicated enough. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * ffmpeg: update to 4.2.2Ian Leonard2020-03-31
| | | | | | | | | | | | | | | | Drop upstreamed libfdk-aac patches. ffserver was removed in 4.0. ffmpeg does not have a replacement. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | Merge pull request #11776 from neheb/gerbRosen Penev2020-04-21
|\ \ | | | | | | gerbera: add
| * | gerbera: addRosen Penev2020-04-16
| | | | | | | | | | | | | | | | | | This is a proper replacement for MiniDLNA with none of its problems. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | treewide: Remove Python variants for non-Python packagesJeffery To2020-04-19
|/ / | | | | | | | | | | | | | | | | | | | | This removes Python-related build variants, and adds PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate), for non-Python packages. There should be no changes to build output. This also updates some include paths for python3-package.mk and/or python3-host.mk to be relative to the package Makefile. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | gst1-libav: update to 1.16.2Rosen Penev2020-04-07
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gst1-plugins-ugly: update to 1.16.2Rosen Penev2020-04-07
| | | | | | | | | | | | | | | | Switched to meson. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gst1-plugins-bad: update to 1.16.2Rosen Penev2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | Switched to meson. Fixed license information. Several Makefile cleanups for consistency between packages. Enabled and added packages for a bunch of plugins. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gst1-plugins-good: update to 1.16.2Rosen Penev2020-04-07
| | | | | | | | | | | | | | | | | | | | Switch to meson. No more static libraries as meson makes you choose. Enabled speex and shout2 as the libraries are available. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gst1-plugins-base: update to 1.16.2Rosen Penev2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | Switched to meson. Fixed license information. No more static libraries as meson makes you choose. Added several CONFIG_DEPENDS entries. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | gstreamer1: update to 1.16.2Rosen Penev2020-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | Switched to meson. Fixed license information. Rearranged some stuff for consistency between packages. Removed static libraries. It seems meson only supports either one or the other. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | graphicsmagic: update to version 1.3.35 (security fix)Jan Pavlinec2020-04-01
|/ | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* grilo-plugins: don't try to download griloRosen Penev2020-03-28
| | | | | | | | | Upstream thought it was a good idea to force downloads of grilo. Disable it since it is not needed. Removed two unnecessary variables. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* youtube-dl: update to version 2020.3.24Josef Schlehofer2020-03-24
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* ffmpeg: add dependency to fdk-aac for ffmpeg-fullRosen Penev2020-03-22
| | | | | | | | Since getting rid of the patented line, it seems fdk-aac is now getting enabled for -full, causing a missing dependency. OTOH, fdk-aac can only be enabled if x264 is not. So add a ! dependency for it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ffmpeg: do not list AAC as patentedRosen Penev2020-03-21
| | | | | | | Both libraries in the tree (fdk-aac and faad) have patented functionality disabled when CONFIG_BUILD_PATENTED is off. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* minidlna: fix build with newer muslRosen Penev2020-03-19
| | | | | | | The configure script is totally broken and does not check for clock_gettime. Define it manually. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lcdgrilo: add gstreamer1-libs dependencyRosen Penev2020-03-19
| | | | | | | libgstreamer1 depends on gstreamer1-libs being selected. Otherwise it does not work. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo: back to ``Rosen Penev2020-03-19
| | | | | | $() does not work for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo: update to 0.3.12Rosen Penev2020-03-15
| | | | | | | | | | | | | Fixed license information. Removed meson/host build dependency. That's included with libsoup and eventually, glib2. Added explicit Denable-grl-net. Replaced `` with more flexible $(). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* youtube-dl: update to version 2020.3.8Josef Schlehofer2020-03-09
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* youtube-dl: update to version 2020.3.6Josef Schlehofer2020-03-06
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* minidlna: remove unneeded }Rosen Penev2020-03-05
| | | | | | Was a mistake while rebasing. Signed-off-by: Rosen Penev <rosenp@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>