aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAge
* youtube-dl: update to version 2019.5.11Josef Schlehofer2019-05-12
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* tvheadend: Fix compilation on GCC8Rosen Penev2019-05-01
| | | | | | | New string warnings were introduced. Adding -Wno-error to TARGET_CFLAGS does not work so patch it out. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #8856 from BKPepe/youtubeJosef Schlehofer2019-05-01
|\ | | | | youtube-dl: update to version 2019.4.30
| * youtube-dl: update to version 2019.4.30Josef Schlehofer2019-04-30
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #8658 from jose1711/mjpg_streamer-file_outputRosen Penev2019-04-30
|\ \ | |/ |/| Make mjpg-streamer init script recognize file output plugin
| * mjpg-streamer: make init script recognize file output pluginJose Riha2019-04-23
| | | | | | | | Signed-off-by: Jose Riha <jose1711@gmail.com>
* | gstreamer1: revert addition of --disable-option-parsingW. Michael Petullo2019-04-29
| | | | | | | | | | | | | | | | | | | | | | | | The --disable-option-parsing flag breaks applications (such as dmapd) that assume gst_init_get_option_group() initializes GStreamer. The gst_init_get_option_group() function returns NULL and does nothing to initialize GStreamer in this case. The --disable-option-parsing is meant only for very specialized instances. See also https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/388. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | gst1-libav: update to 1.16.0W. Michael Petullo2019-04-28
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | gst1-plugins-ugly: update to 1.16.0W. Michael Petullo2019-04-28
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | gst1-plugins-bad: update to 1.16.0W. Michael Petullo2019-04-28
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | gst1-plugins-good: update to 1.16.0W. Michael Petullo2019-04-28
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | gst1-plugins-base: update to 1.16.0W. Michael Petullo2019-04-28
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | gstreamer1: update to 1.16.0W. Michael Petullo2019-04-27
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | gst1-libav: Fix octeonplus hackRosen Penev2019-04-27
| | | | | | | | | | | | | | The proper directive is ifneq, not ifeq. Tested on mips64 and i386 to make sure it still builds. Signed-off-by: Rosen Penev <rosenp@gmail.com
* | youtube-dl: update to version 2019.4.24Josef Schlehofer2019-04-24
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | gst1-libav: Add a hack to get it to build on mips64Rosen Penev2019-04-22
| | | | | | | | | | | | | | octeonplus is being passed to gcc, which is incorrect and causes build failure. This works around it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | youtube-dl: update to version 2019.4.17Josef Schlehofer2019-04-20
|/ | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #8495 from ja-pa/mjpg-streamerRosen Penev2019-04-11
|\ | | | | mjpg-streamer: update to last upstream version
| * mjpg-streamer: update to last upstream versionJan Pavlinec2019-03-26
| | | | | | | | | | | | | | | | Changes: Update patches Add listen_ip option to config Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | ffmpeg: update to 3.4.6Ian Leonard2019-04-08
| | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | Merge pull request #8431 from BKPepe/youtube-dl_2019-03-09Josef Schlehofer2019-04-07
|\ \ | | | | | | youtube-dl: use as default Python3 and update to 2019.4.7
| * | youtube-dl: use as default Python3 and update to 2019.4.7Josef Schlehofer2019-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use files.pythonhosted.org for PKG_SOURCE_URL to be unified across Python packages - Add Python sources - Change the description a little bit - Change URL as upstream is moving from youtube-dl.org to yt-dl.org - Removed patch as it is no longer necessary Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #8435 from neheb/gstRosen Penev2019-03-26
|\ \ \ | | | | | | | | gstreamer fixes
| * | | gst1-plugins-ugly: Disable debug + other fixesRosen Penev2019-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Removed old rpath hack that is no longer necessary. Removed and replaced two patches with configure arguments. Added PIC as is standard with these. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | gst1-plugins-good: Disable debug and other fixesRosen Penev2019-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Removed rpath hack as it is no longer necessary. Removed old patches that are now handled by configure flags. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | gst1-plugins-bad: Disable debug and other fixesRosen Penev2019-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Removed rpath hack that is no longer needed. Added PIC as is typically the case with these. Remove obsolete patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | gst1-plugins-base: Disable various debug checksRosen Penev2019-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Saves on compiled size. Also got rid of outdated rpath linking. Added PIC compilation as is done elsewhere. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | gst1-libav: Remove debug and other random stuffRosen Penev2019-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Should lower filesize. I can't tell by how much as this was not building on mvebu before. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | gstreamer1: Disable debug + other fixesRosen Penev2019-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabled a bunch of debug stuff in order to save size. Also removed the rpath stuff as that has not been needed for a long time. Added PKG_BUILD_PARALLEL for faster compilation. Removed two patches that have --disable configure parameters now. Refreshed patches. Size of libgstreamer1 from 822243 to 529366 on mvebu. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8391 from neheb/nRosen Penev2019-03-26
|\ \ \ \ | |/ / / |/| | | crtmpserver: Update to official git repo
| * | | crtmpserver: Update to official git repoRosen Penev2019-03-12
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous source location was an SVN mirror from long ago. This one is from the author himself. Reduced overall patch count. A lot of them are no longer necessary. Switched back to libstdcpp as the necessary uclibc++ changes are not being merged. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #8427 from MikePetullo/gst1-libavHannu Nyman2019-03-17
|\ \ \ | | | | | | | | gst1-libav: update to 1.15.2
| * | | gst1-libav: update to 1.15.2W. Michael Petullo2019-03-16
| | |/ | |/| | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #8430 from MikePetullo/gst1-plugins-uglyHannu Nyman2019-03-17
|\ \ \ | | | | | | | | gst1-plugins-ugly: update to 1.15.2
| * | | gst1-plugins-ugly: update to 1.15.2W. Michael Petullo2019-03-16
| |/ / | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #8429 from MikePetullo/gst1-plugins-goodHannu Nyman2019-03-17
|\ \ \ | | | | | | | | gst1-plugins-good: update to 1.15.2
| * | | gst1-plugins-good: update to 1.15.2W. Michael Petullo2019-03-16
| |/ / | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #8426 from MikePetullo/gst1-plugins-badHannu Nyman2019-03-17
|\ \ \ | | | | | | | | gst1-plugins-bad: update to 1.15.2
| * | | gst1-plugins-bad: update to 1.15.2W. Michael Petullo2019-03-16
| |/ / | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | Merge pull request #8425 from MikePetullo/gst1-plugins-baseHannu Nyman2019-03-17
|\ \ \ | | | | | | | | gst1-plugins-base: update to 1.15.2
| * | | gst1-plugins-base: update to 1.15.2W. Michael Petullo2019-03-16
| |/ / | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* / / gstreamer1: update to 1.15.2W. Michael Petullo2019-03-16
|/ / | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* / 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: run as an unprivileged userMaxim Storchak2019-03-10
| | | | | | | | | - run as an unprivileged user by default - move generated config to /var/run (/tmp/run in fact) - disable service until it's configured: there is no way to reliably guess where files to be shared are located Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* Merge pull request #8172 from val-kulkov/graphicsmagick-packageHannu Nyman2019-03-10
|\ | | | | graphicsmagick: optimize compilation to reduce size
| * graphicsmagick: optimize compilationVal Kulkov2019-02-10
| | | | | | | | | | | | | | Use 'flto' compiler option to slightly reduce the installation footprint. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | v4l2rtspserver: simplify build using release 0.1.6Michel Promonet2019-03-05
| | | | | | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* | youtube-dl: update to version 2019.03.01Josef Schlehofer2019-03-02
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #8248 from neheb/v4Ted Hess2019-02-20
|\ \ | | | | | | v4l2rtspserver: Update to 0.1.3
| * | v4l2rtspserver: Update to 0.1.3Rosen Penev2019-02-18
| | | | | | | | | | | | | | | | | | | | | | | | Removed upstreamed patches. Updated live555. Signed-off-by: Rosen Penev <rosenp@gmail.com>