Josef Schlehofer
05efc24fd6
youtube-dl: update to version 2020.11.1.1
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry picked from commit 275817a694 )
2020-11-02 00:35:49 +01:00
Josef Schlehofer
5db211c621
youtube-dl: update to version 2020.9.20
...
Release notes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.09.20
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry picked from commit d2b4c4e63e )
2020-11-02 00:35:43 +01:00
Josef Schlehofer
7b1ac92830
youtube-dl: update to version 2020.9.14
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry picked from commit cc6f4ab7eb )
2020-11-02 00:35:37 +01:00
W. Michael Petullo
a4534f1605
gstreamer1: enable build options necessary for most applications
...
Commit eee7ce2b 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 #13531 .
Signed-off-by: W. Michael Petullo <mike@flyn.org >
(cherry picked from commit 10aa094d7f )
2020-09-30 10:18:29 -05:00
Josef Schlehofer
399e1a0bf4
youtube-dl: update to version 2020.9.6
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry picked from commit b4eafd5009 )
2020-09-12 18:39:37 +02:00
Josef Schlehofer
8658203e68
gerbera: fix conffiles
...
In OpenWrt master branch, there is just /etc/config/gerbera.
It was reported to me that if there is an update of gerbera in OpenWrt
19.07, it overwrites /etc/gerbera/config. So, I removed file extension.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2020-07-30 08:45:13 +02:00
Josef Schlehofer
83e58b67de
youtube-dl: update to version 2020.7.28
...
Become the only maintainer of this package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry picked from commit 7046a31ab9 )
2020-07-29 08:27:16 +02:00
Josef Schlehofer
98480822ef
youtube-dl: update to version 2020.6.16.1
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry picked from commit c8187f7f16 )
2020-07-28 18:11:25 +02:00
Josef Schlehofer
f384d8d78b
youtube-dl: update to version 2020.6.6
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry picked from commit ec0b891b62 )
2020-07-28 18:11:20 +02:00
Josef Schlehofer
65d98a79f0
youtube-dl: update to version 2020.5.29
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry picked from commit 32333c5d92 )
2020-07-28 18:11:15 +02:00
Josef Schlehofer
010b5e6fbc
youtube-dl: update to version 2020.5.8
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry picked from commit b8d7ff754a )
2020-07-28 18:11:07 +02:00
Rosen Penev
e8e290e0f8
gerbera: enable matroska and ffmpeg
...
The latter requires BUILD_PATENTED, as in master.
Backported linking patches for libebml and libmatroska.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-07-27 13:05:18 -07:00
Rosen Penev
1d9283083b
gst1-plugins-bad: don't add webp support
...
Not present in 19.07.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-06-02 15:07:57 -07:00
Rosen Penev
92778390ba
gst1-libav: update to 1.16.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 0133aebed4 )
2020-06-02 14:11:17 -07:00
Rosen Penev
216f42ee88
gst1-plugins-ugly: update to 1.16.2
...
Switched to meson.
Fixed license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 714a18e1bb )
2020-06-02 14:11:05 -07:00
Rosen Penev
c20a65698f
gst1-plugins-bad: update to 1.16.2
...
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 >
(cherry picked from commit ae5ef832d1 )
2020-06-02 14:10:57 -07:00
Rosen Penev
eeb2c01d96
gst1-plugins-good: update to 1.16.2
...
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 >
(cherry picked from commit 077536f00f )
2020-06-02 14:10:46 -07:00
Rosen Penev
83df5f091b
gst1-plugins-base: update to 1.16.2
...
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 >
(cherry picked from commit 9cbde8ad8b )
2020-06-02 14:10:23 -07:00
Rosen Penev
eee7ce2b49
gstreamer1: update to 1.16.2
...
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 >
(cherry picked from commit cb058bf961 )
2020-06-02 14:09:49 -07:00
W. Michael Petullo and Rosen Penev
41cb012030
gst1-libav: update to 1.16.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
(cherry picked from commit 39e223f019 )
2020-06-02 13:59:54 -07:00
W. Michael Petullo and Rosen Penev
c187321ac5
gst1-plugins-ugly: update to 1.16.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
(cherry picked from commit 6dc84b2082 )
2020-06-02 13:59:28 -07:00
Rosen Penev
16b7bb0662
gst1-plugins-bad: Make HLS crypto explicit
...
It's normally set to auto. When nettle is missing, it tries to use the
other libraries.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 49b5de830e )
2020-06-02 13:59:28 -07:00
W. Michael Petullo and Rosen Penev
c835240069
gst1-plugins-bad: update to 1.16.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
(cherry picked from commit ac93280d53 )
2020-06-02 13:59:27 -07:00
W. Michael Petullo and Rosen Penev
a0bf86150e
gst1-plugins-good: update to 1.16.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
(cherry picked from commit 158f2e6252 )
2020-06-02 13:59:27 -07:00
W. Michael Petullo and Rosen Penev
990a211840
gst1-plugins-base: update to 1.16.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
(cherry picked from commit e4f3f8b027 )
2020-06-02 13:59:27 -07:00
W. Michael Petullo and Rosen Penev
ca4a06a25d
gstreamer1: update to 1.16.1
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
(cherry picked from commit 0934faf567 )
2020-06-02 13:59:22 -07:00
Rosen Penev
8362f46fe4
gerbera: backport init and config changes from master
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-05-23 17:35:20 -07:00
Rosen Penev
225eeb9a6b
gerbera: add taglib support
...
Gives audio metadata support to gerbera.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-05-23 17:35:20 -07:00
Jeffery To
a12555cc06
treewide: Enable VFP/NEON optimizations for aarch64
...
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 >
(cherry picked from commit dec17eb36c )
2020-05-14 22:45:07 +08:00
Jeffery To
595342148e
treewide: Update ARM NEON/VFP detection
...
With openwrt/openwrt@8dcc108760 , 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 >
(cherry picked from commit 2d99ee3004 )
[adapted patch for pulseaudio using autotools build]
2020-05-14 22:45:03 +08:00
Josef Schlehofer
501c782f7a
youtube-dl: update to version 2020.5.3
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry picked from commit 0ebb5ebe4c )
2020-05-07 01:55:46 +02:00
Rosen Penev and Josef Schlehofer
f79cb0907a
gerbera: add
...
This is a proper replacement for MiniDLNA with none of its problems.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit a62bc1cd6a )
2020-05-07 01:54:49 +02:00
Josef Schlehofer
04af75b945
youtube-dl: update to version 2020.3.24
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry picked from commit 0085b928f7 )
2020-05-01 11:49:25 +02:00
Rosen Penev
3f931a4fd5
minidlna: fix patches from last backport
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-04-17 20:50:12 -07:00
Rosen Penev
66363912db
minidlna: update to latest master
...
Fixes several issues relating to IPv6.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-04-17 15:19:50 -07:00
Jeffery To and Rosen Penev
fc2a591b53
treewide: Use default PKG_BUILD_DIR when possible
...
This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.
Specifically, the line is removed if the assigned value is:
* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
if it is set, so now this is identical to the default value.
* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)
if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
the same as the previous case
* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
This is the same as the default PKG_BUILD_DIR when there is no
BUILD_VARIANT.
* $(BUILD_DIR)/[name]-$(PKG_VERSION)
where [name] is a string that is identical to PKG_NAME
[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9
Signed-off-by: Jeffery To <jeffery.to@gmail.com >
(cherry picked from commit 53e1692ae9 )
2020-04-12 19:24:15 -07:00
Jan Pavlinec and Rosen Penev
c5a7fba5ce
graphicsmagic: update to version 1.3.35 (security fix)
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz >
(cherry picked from commit 171993f5a5 )
2020-04-06 17:09:57 -07:00
Josef Schlehofer
df7e27dfed
youtube-dl: update to version 2020.3.8
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry picked from commit 5d565db222 )
2020-03-19 00:07:19 +01:00
Josef Schlehofer
b2f00d8b7e
youtube-dl: update to version 2020.3.6
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2020-03-06 10:42:52 +01:00
Josef Schlehofer
c4795d941d
youtube-dl: update to version 2020.3.1
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2020-03-06 10:42:45 +01:00
Josef Schlehofer
201ec14702
youtube-dl: update to version 2020.2.16
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry picked from commit 983be45ad7 )
2020-02-22 15:50:28 +01:00
Josef Schlehofer
7153a1f7f5
youtube-dl: update to version 2020.1.24
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
(cherry picked from commit f0390a40b9 )
2020-02-22 15:50:22 +01:00
Josef Schlehofer
3a4d88f5dc
youtube-dl: update to version 2020.1.15
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
[use pypi.mk]
(cherry picked from commit 588ec4add4 )
2020-02-22 15:49:40 +01:00
Rosen Penev
bd24f9bb34
ffmpeg: disable x86 asm for old CPU types
...
This is a workaround for NASM being totally broken.
I have two patches, one for master and another for 19.07 that upstream is
not merging.
https://patchwork.ozlabs.org/patch/1221696/
https://patchwork.ozlabs.org/patch/1221697/
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 013162d079 )
2020-02-16 19:51:45 -08:00
Ian Leonard and Rosen Penev
dbef699276
ffmpeg: update to 3.4.7
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
(cherry picked from commit 948c4da0af )
2020-02-16 19:51:37 -08:00
Rosen Penev
c53055aa1e
ffmpeg: Fix fdkaac patches
...
The patch created patch files in the ffmpeg build directory, which did
absolutely nothing. Properly backported them.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 9af78c5498 )
2020-02-16 19:51:22 -08:00
Rosen Penev
9d6855be1f
ffmpeg: Fix pkgconfig files to be more cross compile friendly
...
Before:
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib
includedir=/usr/include
After:
prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Numbered the other patch file.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
(cherry picked from commit 7477663489 )
2020-02-16 19:50:47 -08:00
Josef Schlehofer
2da2cf43b8
youtube-dl: update to version 2020.1.1
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2020-01-04 20:50:31 +01:00
Josef Schlehofer
a015cc1bd8
youtube-dl: update to version 2019.12.25
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com >
2019-12-31 03:45:59 +01:00
Stijn Tintel and Rosen Penev
bc30298f53
motion: fix streaming
...
Streaming was broken since version 4.2. Backport upstream fix.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be >
(cherry-picked from 34718f5c1d )
2019-12-05 10:09:14 -08:00