aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAge
* youtube-dl: update to version 2019.7.12Josef Schlehofer2019-07-11
| | | | | | Makefile reordering to be more consistent with other packages Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #9443 from danielkucera/minisatipRosen Penev2019-07-10
|\ | | | | minisatip: add new package
| * minisatip: add new packageDaniel Kucera2019-07-10
| | | | | | | | | | | | | | | | | | | | Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards. https://github.com/catalinii/minisatip Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>
* | youtube-dl: update to version 2019.7.2Josef Schlehofer2019-07-04
| | | | | | | | | | | | Simplify Makefile Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | youtube-dl: update to version 2019.6.27Josef Schlehofer2019-06-29
| | | | | | | | | | | | Add python3-setuptools as dependency Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | youtube-dl: Update to version 2019.6.21Josef Schlehofer2019-06-22
| | | | | | | | | | | | Makefile polishing - Move DEPENDS under URL Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | treewide: avoid deref symlinks when installing .soYousong Zhou2019-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2: deduplicate files in libnghttp2") The packages in this commit are identified with the following command grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*' Some of them do not have symlinks and are not affected, but the change is still applied for consideration of best practices just in case Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #9242 from val-kulkov/graphicsmagick-packageHannu Nyman2019-06-17
|\ \ | | | | | | graphicsmagick: update to the latest upstream version
| * | graphicsmagick: update to the latest upstream versionVal Kulkov2019-06-16
| | | | | | | | | | | | | | | | | | Update to 1.3.32. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | Merge pull request #9144 from DocLM/libgphoto2Hannu Nyman2019-06-15
|\ \ \ | | | | | | | | libgphoto2 and gphoto2: update to 2.5.23
| * | | gphoto2: Update to 2.5.23Leonardo Medici2019-06-11
| |/ / | | | | | | | | | Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
* / / imagemagick: reintroduce package, cleanup and upgradeVal Kulkov2019-06-13
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ImageMagick is a free and open-source software suite for displaying, converting, and editing raster image and vector image files. This package provides the prominent 'convert' utility. ImageMagick's installation footprint is: x86_64: 6.7 MB, ipq806x (ARM): 6.0 MB, bcm53xx: 6.2 MB. The shared libraries occupy 2.4 MB on bcm53xx, 2.3 MB on ipq806x, and 2.5 MB on x86_64. The 114 ImageMagick's modules occupy from 3.4 MB to 4.0 MB depending on the target. It may be possible to reduce the installation footprint by introducing build parameters to control the selection of modules. In view of the large number of modules and the possibility of breakage due to module interdependencies or other reasons, such attempt is not made at this time. ImageMagick is therefore best suited for extroot-enabled or x86_64 OpenWrt systems. In many cases, GraphicsMagick may be used as a substitute for ImageMagick. GraphicsMagick provides similar functionality, it is faster and it has a smaller installation footprint. It is therefore better suited for non-extroot OpenWrt systems. However, in tests to reduce resolution (and size) of a high-resolution JPEG image GraphicsMagick required about 25% more RAM than ImageMagick (no HDRI, quantum depth of 8) during its execution. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | Merge pull request #9192 from antonlacon/ffmpeg-customRosen Penev2019-06-09
|\ \ | | | | | | ffmpeg: install ffserver and ffprobe when using custom versions
| * | ffmpeg: install ffserver and ffprobe when using custom versionsIan Leonard2019-06-07
| | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | youtube-dl: update to version 2019.6.8Josef Schlehofer2019-06-07
|/ / | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | youtube-dl: update to version 2019.5.20Josef Schlehofer2019-05-26
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | 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