1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-26 01:27:41 +02:00
Commit Graph

462 Commits

Author SHA1 Message Date
Rosen Penev
60e1f29bb0
Merge pull request #8435 from neheb/gst
gstreamer fixes
2019-03-26 14:43:45 -07:00
Rosen Penev
98ec089556
Merge pull request #8391 from neheb/n
crtmpserver: Update to official git repo
2019-03-26 14:42:21 -07:00
Rosen Penev
1fe66bf8c2 gst1-plugins-ugly: Disable debug + other fixes
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>
2019-03-17 21:12:43 -07:00
Rosen Penev
63bffa0849 gst1-plugins-good: Disable debug and other fixes
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>
2019-03-17 21:12:43 -07:00
Rosen Penev
dc08c3b9e9 gst1-plugins-bad: Disable debug and other fixes
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>
2019-03-17 21:12:42 -07:00
Rosen Penev
a327cfca21 gst1-plugins-base: Disable various debug checks
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>
2019-03-17 20:22:06 -07:00
Rosen Penev
ef12a4c588 gst1-libav: Remove debug and other random stuff
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>
2019-03-17 20:22:06 -07:00
Rosen Penev
a5a0a35081 gstreamer1: Disable debug + other fixes
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>
2019-03-17 20:22:04 -07:00
Hannu Nyman
f50d26f716
Merge pull request #8427 from MikePetullo/gst1-libav
gst1-libav: update to 1.15.2
2019-03-17 06:59:23 +02:00
Hannu Nyman
c02a1aaac1
Merge pull request #8430 from MikePetullo/gst1-plugins-ugly
gst1-plugins-ugly: update to 1.15.2
2019-03-17 06:59:02 +02:00
Hannu Nyman
037aae08d8
Merge pull request #8429 from MikePetullo/gst1-plugins-good
gst1-plugins-good: update to 1.15.2
2019-03-17 06:58:43 +02:00
Hannu Nyman
1aa9fcee70
Merge pull request #8426 from MikePetullo/gst1-plugins-bad
gst1-plugins-bad: update to 1.15.2
2019-03-17 06:58:08 +02:00
Hannu Nyman
e526ebbf7f
Merge pull request #8425 from MikePetullo/gst1-plugins-base
gst1-plugins-base: update to 1.15.2
2019-03-17 06:57:46 +02:00
W. Michael Petullo
1fb4d2507d gst1-plugins-ugly: update to 1.15.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-16 19:37:56 -04:00
W. Michael Petullo
260defa6ba gst1-plugins-good: update to 1.15.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-16 19:37:19 -04:00
W. Michael Petullo
6995ed0e34 gst1-plugins-base: update to 1.15.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-16 19:36:46 -04:00
W. Michael Petullo
fc6a8039a1 gst1-plugins-bad: update to 1.15.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-16 19:35:49 -04:00
W. Michael Petullo
a1310e2d0b gst1-libav: update to 1.15.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-16 19:34:14 -04:00
W. Michael Petullo
daa8f05d58 gstreamer1: update to 1.15.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-03-16 19:33:33 -04:00
Daniel Engberg
1334840179 multimedia/minidlna: Update to latest commit
Update minidlna to latest commit
Cherry pick commits from https://github.com/xavery/minidlna

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-03-14 16:27:25 +00:00
Rosen Penev
a54da6e613 crtmpserver: Update to official git repo
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>
2019-03-12 15:22:51 -07:00
Maxim Storchak
6f83fedc21 minidlna: run as an unprivileged user
- 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>
2019-03-10 22:48:25 +08:00
Hannu Nyman
a56d91996b
Merge pull request #8172 from val-kulkov/graphicsmagick-package
graphicsmagick: optimize compilation to reduce size
2019-03-10 09:54:33 +02:00
Michel Promonet
96bdde3251 v4l2rtspserver: simplify build using release 0.1.6
Signed-off-by: Michel Promonet <michel.promonet@free.fr>
2019-03-05 22:06:13 +00:00
Josef Schlehofer
3edffa8ddd
youtube-dl: update to version 2019.03.01
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-03-02 11:35:32 +01:00
Ted Hess
cd3291d014
Merge pull request #8248 from neheb/v4
v4l2rtspserver: Update to 0.1.3
2019-02-20 19:10:38 -05:00
Hannu Nyman
17bb110017
Merge pull request #8246 from BKPepe/youtube-dl-2019.02.18
youtube-dl: update to version 2019.02.18
2019-02-19 17:36:00 +02:00
Rosen Penev
6d0db9f5e3 v4l2rtspserver: Update to 0.1.3
Removed upstreamed patches.

Updated live555.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-02-18 13:58:04 -08:00
Josef Schlehofer
06f46c90eb
youtube-dl: update to version 2019.02.18
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-02-17 23:36:09 +01:00
Ted Hess
6f0c8edfb0
Merge pull request #8116 from antonlacon/ffmpeg-next
ffmpeg: update to 3.4.5
2019-02-13 12:00:48 -05:00
Val Kulkov
1dcde6a107 graphicsmagick: optimize compilation
Use 'flto' compiler option to slightly reduce the installation
footprint.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-02-10 15:22:43 -05:00
Josef Schlehofer
48b3242c8f
youtube-dl: update to version 2019.02.08
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-02-08 15:41:23 +01:00
Ian Leonard
66b69137c1 ffmpeg: build fix for fdk-aac 2.0
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-02-07 17:40:45 -08:00
Ian Leonard
7d8d79064c ffmpeg: disable assembly on MIPS
Disable use of assembly on MIPS to allow it to build. MIPS is not
expected to be high performance in OpenWrt, and this allows it to still
be used for media identification as updated versions of ffmpeg are
brought in.

The error is in

libavcodec/mips/aacdec_mips.c: In function 'imdct_and_windowing_mips'

regarding: 'asm' has impossible constraints in multiple locations.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-02-07 17:08:23 -08:00
Ian Leonard
295f6b3b41 ffmpeg: update to 3.4.5
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2019-02-07 16:46:53 -08:00
Josef Schlehofer
9326a11434
youtube-dl: update to version 2019.01.30.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-01-30 14:49:32 +01:00
Hannu Nyman
9dcb1eb35e
Merge pull request #8058 from diizzyy/patch-4
motion: Specify libmicrohttpd-ssl dependency
2019-01-29 22:10:40 +02:00
Ted Hess
70ac748d50
Merge pull request #7678 from neheb/v4l2
v4l2rtspserver: Update to 0.1.1
2019-01-28 21:19:28 -05:00
Daniel Engberg
ac6b81091b
motion: Specify libmicrohttpd-ssl dependency
Specify libmicrohttpd-ssl dependency

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2019-01-28 21:18:47 +01:00
Josef Schlehofer
96909bcafc
youtube-dl: update to version 2019.01.27
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-01-27 23:03:31 +01:00
Hannu Nyman
143e301cca
Merge pull request #7817 from neheb/patch-7
motion: Update to 4..2.1
2019-01-27 12:04:21 +02:00
Rosen Penev
f04dfb7783 v4l2rtspserver: Update to 0.1.1
Switched to using versioned releases.

Removed md5 usage and went full sha256.

Added uclibc++ support by backporting upstream patches.

Various other adjustments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-01-25 21:21:09 -08:00
Val Kulkov
55076b5bfc graphicsmagick: new package, an imagemagick alternative
GraphicsMagick is a fork of ImageMagick, licensed under the MIT license.
It requires less space and it is [reportedly] faster than ImageMagick.

GraphicsMagick's installation footprint is:

x86_64: 4.3 MB, and
brcm47xx-mips74k (mipsel_74kc): 3.7 MB.

The shared libraries occupy 2.2 MB (mipsel_74kc). The 90 GraphicsMagick's
modules occupy 2.5 MB. 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.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-01-25 18:35:17 -05:00
Josef Schlehofer
d2035335f6
youtube-dl: update to version 2019.01.24
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-01-24 10:01:00 +01:00
Josef Schlehofer
8de1c6b284
youtube-dl: update to version 2019.01.23
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-01-23 14:55:38 +01:00
Josef Schlehofer
935bff6852
youtube-dl: add Josef Schlehofer as co-maintainer
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-01-19 11:17:09 +01:00
Josef Schlehofer
770be1697b
youtube-dl: update to version 2019.01.17
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-01-18 21:02:21 +01:00
Josef Schlehofer
a19ed20974
youtube-dl: update to version 2019.01.10
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-01-11 21:07:11 +01:00
Hannu Nyman
f59e834eee
Merge pull request #7835 from neheb/tv2
tvheadend: Fix compilation without deprecated OpenSSL 1.0.2 APIs
2019-01-09 23:26:35 +02:00
Josef Schlehofer
ee25e10196
youtube-dl: update to version 2019.01.02
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-01-03 00:27:25 +01:00