| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/ |
| H A D | gstreamer1.0-meta-base.bb | 10 DEPENDS_UGLY="${@'gstreamer1.0-plugins-ugly' if 'ugly' in COMMERCIAL_PLUGINS.split('-') else ''}" 11 DEPENDS_BAD="${@'gstreamer1.0-plugins-bad' if 'bad' in COMMERCIAL_PLUGINS.split('-') else ''}" 12 DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good ${DEPENDS_UGLY} ${DEPEN… 30 gstreamer1.0-plugins-base-playback \ 31 gstreamer1.0-plugins-base-gio \ 32 ${@bb.utils.contains('COMBINED_FEATURES', 'alsa', 'gstreamer1.0-plugins-base-alsa', '',d)} \ 33 gstreamer1.0-plugins-base-volume \ 34 gstreamer1.0-plugins-base-audioconvert \ 35 gstreamer1.0-plugins-base-audioresample \ 36 gstreamer1.0-plugins-base-typefindfunctions \ [all …]
|
| H A D | gstreamer1.0-plugins-ugly_1.20.5.bb | 1 require gstreamer1.0-plugins-common.inc 2 require gstreamer1.0-plugins-license.inc 4 DESCRIPTION = "'Ugly GStreamer plugins" 6 BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/issues" 15 https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \ 19 S = "${WORKDIR}/gst-plugins-ugly-${PV}" 21 DEPENDS += "gstreamer1.0-plugins-base"
|
| H A D | gst-examples_1.18.6.bb | 8 DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gtk+3 libsoup-2… 29 RDEPENDS:${PN} = "gstreamer1.0-plugins-base-playback" 30 RRECOMMENDS:${PN} = "gstreamer1.0-plugins-base-meta \ 31 gstreamer1.0-plugins-good-meta \ 32 gstreamer1.0-plugins-bad-meta \ 34 …@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "gstreamer1.0-plugins-ugly-meta", "", d…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-twisted_22.2.0.bb | 109 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_conch.py* \ 126 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/__init__.py* \ 127 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/notestplugin.py* \ 128 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/testplugin.py* \ 129 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_ftp.py* \ 130 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_inet.py* \ 131 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_manhole.py* \ 132 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_portforward.py* \ 133 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_socks.py* \ 134 ${libdir}/${PYTHON_DIR}/site-packages/twisted/plugins/twisted_telnet.py* \ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeopositioninfosource.cpp | 118 metaData = plugins().value(providerName); in loadMeta() 146 QMultiHash<QString, QJsonObject> QGeoPositionInfoSourcePrivate::plugins(bool reload) in plugins() function in QGeoPositionInfoSourcePrivate 148 static QMultiHash<QString, QJsonObject> plugins; in plugins() local 155 loadPluginMetadata(plugins); in plugins() 158 return plugins; in plugins() 177 QList<QJsonObject> list = plugins().values(); in pluginsSorted() 182 void QGeoPositionInfoSourcePrivate::loadPluginMetadata(QMultiHash<QString, QJsonObject> &plugins) in loadPluginMetadata() argument 195 plugins.insert(obj.value(QStringLiteral("Provider")).toString(), obj); in loadPluginMetadata() 374 QList<QJsonObject> plugins = QGeoPositionInfoSourcePrivate::pluginsSorted(); in createDefaultSource() local 375 foreach (const QJsonObject &obj, plugins) { in createDefaultSource() [all …]
|
| H A D | qgeoareamonitorsource.cpp | 148 QList<QJsonObject> plugins = QGeoPositionInfoSourcePrivate::pluginsSorted(); in createDefaultSource() local 149 foreach (const QJsonObject &obj, plugins) { in createDefaultSource() 176 QHash<QString, QJsonObject> plugins = QGeoPositionInfoSourcePrivate::plugins(); in createSource() local 177 if (plugins.contains(sourceName)) { in createSource() 179 d.metaData = plugins.value(sourceName); in createSource() 198 QStringList plugins; in availableSources() local 199 const QHash<QString, QJsonObject> meta = QGeoPositionInfoSourcePrivate::plugins(); in availableSources() 203 plugins << it.key(); in availableSources() 207 return plugins; in availableSources()
|
| H A D | qgeosatelliteinfosource.cpp | 222 QList<QJsonObject> plugins = QGeoPositionInfoSourcePrivate::pluginsSorted(); in createDefaultSource() local 223 foreach (const QJsonObject &obj, plugins) { in createDefaultSource() 252 QHash<QString, QJsonObject> plugins = QGeoPositionInfoSourcePrivate::plugins(); in createSource() local 253 if (plugins.contains(sourceName)) in createSource() 254 return createSource_real(plugins.value(sourceName), parameters, parent); in createSource() 264 QStringList plugins; in availableSources() local 265 const QHash<QString, QJsonObject> meta = QGeoPositionInfoSourcePrivate::plugins(); in availableSources() 269 plugins << it.key(); in availableSources() 273 return plugins; in availableSources()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/monkey/ |
| H A D | monkey_1.6.9.bb | 65 PACKAGES += "${PN}-plugins" 67 FILES:${PN}-plugins = "${libdir}/monkey-*.so" 74 ${sysconfdir}/monkey/plugins.load \ 75 ${sysconfdir}/monkey/plugins/proxy_reverse/proxy_reverse.conf \ 76 ${sysconfdir}/monkey/plugins/mandril/mandril.conf \ 77 ${sysconfdir}/monkey/plugins/fastcgi/fastcgi.conf \ 78 ${sysconfdir}/monkey/plugins/logger/logger.conf \ 79 ${sysconfdir}/monkey/plugins/cgi/cgi.conf \ 80 ${sysconfdir}/monkey/plugins/cheetah/cheetah.conf \ 81 ${sysconfdir}/monkey/plugins/dirlisting/dirhtml.conf \ [all …]
|
| /OK3568_Linux_fs/buildroot/package/pppd/ |
| H A D | pppd.mk | 11 pppd/tdb.c pppd/plugins/pppoatm/COPYING \ 12 pppdump/bsd-comp.c pppd/ccp.c pppd/plugins/passprompt.c 72 $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/radius/radattr.so \ 74 $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/radius/radius.so \ 76 $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/radius/radrealms.so \ 79 $(INSTALL) -m 644 -D $(PPPD_DIR)/pppd/plugins/radius/etc/$$m \ 96 $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/minconn.so \ 98 $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/passprompt.so \ 100 $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/passwordfd.so \ 102 $(INSTALL) -D $(PPPD_DIR)/pppd/plugins/pppoatm/pppoatm.so \ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | gcc-plugins.rst | 9 GCC plugins are loadable modules that provide extra features to the 20 GCC plugins. 38 **$(src)/scripts/gcc-plugins** 40 This is the directory of the GCC plugins. 42 **$(src)/scripts/gcc-plugins/gcc-common.h** 44 This is a compatibility header for GCC plugins. 47 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h, 48 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h, 49 $(src)/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h, 50 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h** [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-plugins.txt | 6 tep_load_plugins, tep_unload_plugins, tep_load_plugins_hook - Load / unload traceevent plugins. 26 The _tep_load_plugins()_ function loads all plugins, located in the plugin 39 Loading of plugins can be controlled by the _tep_flags_, using the 43 _TEP_DISABLE_SYS_PLUGINS_ - do not load plugins, located in 45 _TEP_DISABLE_PLUGINS_ - do not load any plugins. 48 loading of all plugins is not the desired case. 50 The _tep_unload_plugins()_ function unloads the plugins, previously loaded by 52 _plugin_list_ is the list of loaded plugins, returned by 55 The _tep_load_plugins_hook_ function walks through all directories with plugins 57 with given _suffix_ are considered to be plugins. The _data_ is a user specified [all …]
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/maliit/maliit-framework-qt5/ |
| H A D | 0001-examples-plugins-Replace-obsolete-screenGeometry.patch | 4 Subject: [PATCH] examples/plugins: Replace obsolete screenGeometry 14 examples/plugins/cxx/helloworld/helloworldinputmethod.cpp | 5 +++-- 15 examples/plugins/cxx/override/overrideinputmethod.cpp | 5 +++-- 18 diff --git a/examples/plugins/cxx/helloworld/helloworldinputmethod.cpp b/examples/plugins/cxx/hello… 20 --- a/examples/plugins/cxx/helloworld/helloworldinputmethod.cpp 21 +++ b/examples/plugins/cxx/helloworld/helloworldinputmethod.cpp 41 diff --git a/examples/plugins/cxx/override/overrideinputmethod.cpp b/examples/plugins/cxx/override/… 43 --- a/examples/plugins/cxx/override/overrideinputmethod.cpp 44 +++ b/examples/plugins/cxx/override/overrideinputmethod.cpp
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qttools/ |
| H A D | 0001-add-noqtwebkit-configuration.patch | 15 src/designer/src/plugins/plugins.pro | 2 +- 37 diff --git a/src/designer/src/plugins/plugins.pro b/src/designer/src/plugins/plugins.pro 39 --- a/src/designer/src/plugins/plugins.pro 40 +++ b/src/designer/src/plugins/plugins.pro
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qt5-creator/ |
| H A D | 0002-clangformat-Fix-build-with-LLVM-13.patch | 12 src/plugins/clangformat/clangformatbaseindenter.cpp | 4 ++++ 13 src/plugins/clangformat/clangformatutils.cpp | 4 ++++ 16 diff --git a/src/plugins/clangformat/clangformatbaseindenter.cpp b/src/plugins/clangformat/clangfor… 18 --- a/src/plugins/clangformat/clangformatbaseindenter.cpp 19 +++ b/src/plugins/clangformat/clangformatbaseindenter.cpp 32 diff --git a/src/plugins/clangformat/clangformatutils.cpp b/src/plugins/clangformat/clangformatutil… 34 --- a/src/plugins/clangformat/clangformatutils.cpp 35 +++ b/src/plugins/clangformat/clangformatutils.cpp
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtmultimedia/ |
| H A D | 0001-qtmultimedia-fix-a-conflicting-declaration.patch | 12 src/plugins/videonode/imx6/lgl2.h | 46 +++++++++++++++++++ 16 create mode 100644 src/plugins/videonode/imx6/lgl2.h 18 diff --git a/src/plugins/videonode/imx6/lgl2.h b/src/plugins/videonode/imx6/lgl2.h 22 +++ b/src/plugins/videonode/imx6/lgl2.h 70 diff --git a/src/plugins/videonode/imx6/qsgvivantevideomaterial.cpp b/src/plugins/videonode/imx6/qs… 72 --- a/src/plugins/videonode/imx6/qsgvivantevideomaterial.cpp 73 +++ b/src/plugins/videonode/imx6/qsgvivantevideomaterial.cpp 86 diff --git a/src/plugins/videonode/imx6/qsgvivantevideonode.cpp b/src/plugins/videonode/imx6/qsgviv… 88 --- a/src/plugins/videonode/imx6/qsgvivantevideonode.cpp 89 +++ b/src/plugins/videonode/imx6/qsgvivantevideonode.cpp
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0014-linuxfb-Support-rotate.patch | 13 src/plugins/platforms/linuxfb/qlinuxfbdrmscreen.cpp 24 diff --git a/src/plugins/platforms/linuxfb/qlinuxfbdrmscreen.cpp b/src/plugins/platforms/linuxfb/ql… 26 --- a/src/plugins/platforms/linuxfb/qlinuxfbdrmscreen.cpp 27 +++ b/src/plugins/platforms/linuxfb/qlinuxfbdrmscreen.cpp 91 diff --git a/src/plugins/platforms/linuxfb/qlinuxfbdrmscreen.h b/src/plugins/platforms/linuxfb/qlin… 93 --- a/src/plugins/platforms/linuxfb/qlinuxfbdrmscreen.h 94 +++ b/src/plugins/platforms/linuxfb/qlinuxfbdrmscreen.h 104 diff --git a/src/plugins/platforms/linuxfb/qlinuxfbscreen.cpp b/src/plugins/platforms/linuxfb/qlinu… 106 --- a/src/plugins/platforms/linuxfb/qlinuxfbscreen.cpp 107 +++ b/src/plugins/platforms/linuxfb/qlinuxfbscreen.cpp [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/classes/ |
| H A D | xfce-panel-plugin.bbclass | 7 SRC_URI = "http://archive.xfce.org/src/panel-plugins/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.t… 9 FILES:${PN} += "${datadir}/xfce4/panel-plugins/" 10 FILES:${PN} += "${datadir}/xfce4/panel/plugins/" 11 FILES:${PN} += "${libdir}/xfce4/panel-plugins/*.so" 12 FILES:${PN} += "${libdir}/xfce4/panel/plugins/*.so" 14 FILES:${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la"
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/packagegroups/ |
| H A D | packagegroup-qt5-toolchain-target.bb | 15 qtwayland-plugins \ 33 qtbase-plugins \ 53 qtimageformats-plugins \ 56 qtlocation-plugins \ 63 qtmultimedia-plugins \ 71 qtsensors-plugins \ 79 qtsvg-plugins \ 109 qttools-plugins \ 112 RRECOMMENDS:${PN}:remove:toolchain-clang:riscv32 = "qttools-plugins" 113 RRECOMMENDS:${PN}:remove:toolchain-clang:riscv64 = "qttools-plugins"
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/ |
| H A D | 0005-qwaylandxdgshell-Support-setting-window-position.patch | 19 diff --git a/src/plugins/shellintegration/xdg-shell/qwaylandxdgshell.cpp b/src/plugins/shellintegra… 21 --- a/src/plugins/shellintegration/xdg-shell/qwaylandxdgshell.cpp 22 +++ b/src/plugins/shellintegration/xdg-shell/qwaylandxdgshell.cpp 44 diff --git a/src/plugins/shellintegration/xdg-shell/qwaylandxdgshell_p.h b/src/plugins/shellintegra… 46 --- a/src/plugins/shellintegration/xdg-shell/qwaylandxdgshell_p.h 47 +++ b/src/plugins/shellintegration/xdg-shell/qwaylandxdgshell_p.h
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/debian-hacks/ |
| H A D | Don-t-register-plugins-if-the-MOZILLA_DISABLE_PLUGIN.patch | 4 Subject: [PATCH] Don't register plugins if the MOZILLA_DISABLE_PLUGINS 8 dom/plugins/base/nsPluginHost.cpp | 4 ++++ 11 diff --git a/dom/plugins/base/nsPluginHost.cpp b/dom/plugins/base/nsPluginHost.cpp 13 --- a/dom/plugins/base/nsPluginHost.cpp 14 +++ b/dom/plugins/base/nsPluginHost.cpp
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qt3d/ |
| H A D | 0001-renderers-opengl-Link-in-libatomic-on-riscv.patch | 9 src/plugins/renderers/opengl/renderer/renderview.cpp:107: undefined reference to `__atomic_exchange… 14 src/plugins/renderers/opengl/opengl.pri | 2 ++ 17 diff --git a/src/plugins/renderers/opengl/opengl.pri b/src/plugins/renderers/opengl/opengl.pri 19 --- a/src/plugins/renderers/opengl/opengl.pri 20 +++ b/src/plugins/renderers/opengl/opengl.pri
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/tumbler/ |
| H A D | tumbler_4.16.0.bb | 14 …nable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base" 19 ln -sf tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so 24 ${libdir}/tumbler-1/plugins/*.so \ 25 ${libdir}/tumbler-1/plugins/cache/*.so \ 28 FILES:${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ 29 ${libdir}/tumbler-1/plugins/cache/*.la \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
| H A D | 0001-include-iostream-for-cout.patch | 9 plugins/dynamic_simulator/thread.cpp:241:3: error: 'cout' was not declared in this scope 17 plugins/dynamic_simulator/thread.cpp | 4 ++-- 20 diff --git a/plugins/dynamic_simulator/thread.cpp b/plugins/dynamic_simulator/thread.cpp 22 --- a/plugins/dynamic_simulator/thread.cpp 23 +++ b/plugins/dynamic_simulator/thread.cpp
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark/ |
| H A D | 0001-tracers-Fix-buffer-overflow.patch | 7 | ../../../git/plugins/tracers/gstcpuusagecompute.c:106:9: error: 'fscanf' may overflow; destinatio… 15 plugins/tracers/gstcpuusagecompute.c | 2 +- 18 diff --git a/plugins/tracers/gstcpuusagecompute.c b/plugins/tracers/gstcpuusagecompute.c 20 --- a/plugins/tracers/gstcpuusagecompute.c 21 +++ b/plugins/tracers/gstcpuusagecompute.c
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/ |
| H A D | plughandler.cpp | 14 QMap<QString, IPlugin *> plugins; member in PlugHandlerPrivate 60 if(plugins().contains(id) || id.isEmpty()){ in loadPlugins() 82 m_d->plugins.insert(p->id(), p); in loadPlugins() 98 if(m_d->plugins.keys().contains(id)) in unloadPlugins() 100 m_d->plugins.remove(id); in unloadPlugins() 116 QMap<QString, IPlugin *> PlugHandler::plugins() in plugins() function in PlugHandler 118 return m_d->plugins; in plugins()
|