treewide: Run refresh on all packages

The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
This commit is contained in:
Ilya Lipnitskiy
2021-02-20 16:02:15 -08:00
parent d651082447
commit 5d8d4fbbcb
558 changed files with 1518 additions and 2977 deletions

View File

@@ -1,6 +1,6 @@
--- a/ffbuild/pkgconfig_generate.sh
+++ b/ffbuild/pkgconfig_generate.sh
@@ -28,9 +28,9 @@ version=$(grep ${name}_VERSION= $name/${name}.version | cut -d= -f2)
@@ -28,9 +28,9 @@ version=$(grep ${name}_VERSION= $name/${
cat <<EOF > $name/$fullname.pc
prefix=$prefix

View File

@@ -8,7 +8,7 @@
#define get_cabac_inline get_cabac_inline_mips
static av_always_inline int get_cabac_inline_mips(CABACContext *c,
uint8_t * const state){
@@ -116,4 +117,5 @@ static av_always_inline int get_cabac_inline_mips(CABACContext *c,
@@ -116,4 +117,5 @@ static av_always_inline int get_cabac_in
return bit;
}

View File

@@ -1,9 +1,9 @@
--- a/libavcodec/wmv2dsp.c
+++ b/libavcodec/wmv2dsp.c
@@ -263,6 +263,6 @@ av_cold void ff_wmv2dsp_init(WMV2DSPContext *c)
@@ -263,6 +263,6 @@ av_cold void ff_wmv2dsp_init(WMV2DSPCont
c->put_mspel_pixels_tab[6] = put_mspel8_mc22_c;
c->put_mspel_pixels_tab[7] = put_mspel8_mc32_c;
- if (ARCH_MIPS)
+ if (ARCH_MIPS64)
ff_wmv2dsp_init_mips(c);

View File

@@ -3,10 +3,9 @@ Fix build error on OpenWrt build servers. See:
https://github.com/openwrt/packages/pull/10433#issuecomment-549242840
https://github.com/mesonbuild/meson/issues/821
diff -u --recursive grilo-plugins-0.3.10-vanilla/meson.build grilo-plugins-0.3.10/meson.build
--- grilo-plugins-0.3.10-vanilla/meson.build 2019-09-12 11:48:29.000000000 -0400
+++ grilo-plugins-0.3.10/meson.build 2020-01-20 11:17:22.803149935 -0500
@@ -192,6 +192,3 @@
--- a/meson.build
+++ b/meson.build
@@ -192,6 +192,3 @@ gnome = import('gnome')
rootdir = include_directories('.')
subdir('src')

View File

@@ -1,8 +1,8 @@
--- a/meson.build
+++ b/meson.build
@@ -188,5 +188,5 @@ plugins = []
subdir('ext/libav')
subdir('docs')
@@ -202,5 +202,5 @@ endif
configure_file(output: 'config.h', configuration: cdata)
-python3 = import('python').find_installation()
+python3 = 'python3'

View File

@@ -1,6 +1,6 @@
--- a/meson.build
+++ b/meson.build
@@ -417,7 +417,7 @@ gst_plugins_bad_args = ['-DHAVE_CONFIG_H']
@@ -441,7 +441,7 @@ gst_plugins_bad_args = ['-DHAVE_CONFIG_H
configinc = include_directories('.')
libsinc = include_directories('gst-libs')

View File

@@ -1,6 +1,6 @@
--- a/meson.build
+++ b/meson.build
@@ -407,7 +407,7 @@ if get_option('default_library') == 'shared'
@@ -431,7 +431,7 @@ if get_option('default_library') == 'sha
plugins_pkgconfig_install_dir = disabler()
endif

View File

@@ -1,6 +1,6 @@
--- a/meson.build
+++ b/meson.build
@@ -400,7 +400,7 @@ endif
@@ -424,7 +424,7 @@ endif
presetdir = join_paths(get_option('datadir'), 'gstreamer-' + api_version, 'presets')

View File

@@ -1,6 +1,6 @@
--- a/meson.build
+++ b/meson.build
@@ -257,7 +257,7 @@ if get_option('default_library') == 'shared'
@@ -257,7 +257,7 @@ if get_option('default_library') == 'sha
plugins_pkgconfig_install_dir = disabler()
endif

View File

@@ -1,6 +1,6 @@
--- a/gst/gstplugin.c
+++ b/gst/gstplugin.c
@@ -790,15 +790,8 @@ _priv_gst_plugin_load_file_for_registry (const gchar * filename,
@@ -790,15 +790,8 @@ _priv_gst_plugin_load_file_for_registry
}
#endif

View File

@@ -1,6 +1,6 @@
--- a/meson.build
+++ b/meson.build
@@ -505,7 +505,7 @@ if get_option('default_library') == 'static'
@@ -522,7 +522,7 @@ if get_option('default_library') == 'sta
endif
# Used in gst/parse/meson.build and below

View File

@@ -1,6 +1,6 @@
--- a/m4/ogg.m4
+++ b/m4/ogg.m4
@@ -29,7 +29,7 @@ XIPH_GCC_WARNING([-I$ogg_prefix/include],,
@@ -29,7 +29,7 @@ XIPH_GCC_WARNING([-I$ogg_prefix/include]
])
AC_CACHE_CHECK([for libogg], xt_cv_lib_ogg,
[dnl
@@ -9,11 +9,9 @@
#
# check if the installed Ogg is sufficiently new.
diff --git a/m4/vorbis.m4 b/m4/vorbis.m4
index 17add29..066dc2a 100644
--- a/m4/vorbis.m4
+++ b/m4/vorbis.m4
@@ -38,9 +38,9 @@ if test "x$vorbis_prefix" != "x$ogg_prefix"; then
@@ -38,9 +38,9 @@ if test "x$vorbis_prefix" != "x$ogg_pref
])
fi
@@ -26,7 +24,7 @@ index 17add29..066dc2a 100644
xt_save_LIBS="$LIBS"
xt_save_LDFLAGS="$LDFLAGS"
@@ -58,18 +58,6 @@ AC_TRY_LINK_FUNC(ogg_stream_init, [xt_lib_vorbis=ok],
@@ -58,18 +58,6 @@ AC_TRY_LINK_FUNC(ogg_stream_init, [xt_li
)
])
@@ -64,7 +62,7 @@ index 17add29..066dc2a 100644
typedef struct vorbis_codec_tag
{
@@ -583,3 +584,91 @@ static refbuf_t *process_vorbis_page (ogg_state_t *ogg_info,
@@ -583,3 +584,91 @@ static refbuf_t *process_vorbis_page (og
return NULL;
}

View File

@@ -9,7 +9,7 @@
EXTRA_DIST = HACKING m4/acx_pthread.m4 m4/ogg.m4 \
m4/theora.m4 m4/vorbis.m4 m4/speex.m4 \
@@ -11,7 +11,7 @@ EXTRA_DIST = HACKING m4/acx_pthread.m4 m4/ogg.m4 \
@@ -11,7 +11,7 @@ EXTRA_DIST = HACKING m4/acx_pthread.m4 m
m4/xiph_types.m4 m4/xiph_xml2.m4
docdir = $(datadir)/doc/$(PACKAGE)

View File

@@ -1,6 +1,6 @@
--- a/m4/xiph_curl.m4
+++ b/m4/xiph_curl.m4
@@ -52,7 +52,7 @@ AC_CHECK_HEADERS([curl/curl.h],, curl_ok="no")
@@ -52,7 +52,7 @@ AC_CHECK_HEADERS([curl/curl.h],, curl_ok
AC_MSG_CHECKING(for libcurl)
if test "$curl_ok" = "yes"
then

View File

@@ -20,6 +20,5 @@
-add_subdirectory(plugins/output_viewer)
+#add_subdirectory(plugins/output_viewer)
add_subdirectory(plugins/output_zmqserver)
#
# mjpg_streamer executable

View File

@@ -3,11 +3,11 @@
@@ -49,8 +49,7 @@ set (MJPG_STREAMER_PLUGIN_INSTALL_PATH "
# Global dependencies
#
-find_library(JPEG_LIB jpeg)
-
+#find_library(JPEG_LIB jpeg)
#
# Input plugins
--- a/plugins/input_uvc/CMakeLists.txt

View File

@@ -1,5 +1,3 @@
diff --git a/Makefile b/Makefile
index 8c5e380..baef144 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ PROG := $(BUILDDIR)/tvheadend

View File

@@ -1,6 +1,6 @@
--- a/src/input.h
+++ b/src/input.h
@@ -120,8 +120,8 @@ void tvh_hardware_delete ( tvh_hardware_t *th );
@@ -120,8 +120,8 @@ void tvh_hardware_delete ( tvh_hardware_
extern const idclass_t tvh_input_class;
extern const idclass_t tvh_input_instance_class;

View File

@@ -1,7 +1,7 @@
--- a/src/xupnpd.lua
+++ b/src/xupnpd.lua
@@ -1,10 +1,10 @@
cfg={}
@@ -5,10 +5,10 @@ cfg.ui_auth_file='auth.txt'
cfg.ui_session_file='/tmp/xupnpd.session'
-- multicast interface for SSDP exchange, 'eth0', 'br0', 'br-lan' for example
-cfg.ssdp_interface='lo'