summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* trace-cmd: Pass ldflags to compilerKhem Raj2022-12-271-0/+2
| | | | | | | Fixes File /usr/lib/traceevent/libtraceevent.so in package trace-cmd doesn't have GNU_HASH (didn't pass LDFLAGS?) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* f2fs-tools: Upgrade to 1.15.0Khem Raj2022-12-273-1/+213
| | | | | | Add patches to build builds when S != B and largefile support Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wxgtk4: Do not use GetAssertStackTrace with USE_STACKWALKER disabledKhem Raj2022-12-272-4/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: Set HAVE_LARGEFILE_SUPPORTKhem Raj2022-12-272-0/+34
| | | | | | cmake somehow fails to set it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: Fix locale on muslKhem Raj2022-12-272-3/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wxwidgets: Fix build with muslKhem Raj2022-12-272-8/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spice-gtk: Use libucontext for coroutines on muslKhem Raj2022-12-271-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal-gnome: add recipeMarkus Volk2022-12-271-0/+31
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireplumber: build with dbus support by defaultMarkus Volk2022-12-271-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireplumber: update 0.4.12 -> 0.4.13Markus Volk2022-12-271-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add PACKAGECONFIG option to enable dbus support Release 0.4.13 Additions: Added bluetooth SCO (HSP/HFP) hardware offload support, together with an example script that enables this functionality on the PinePhone Encoded audio (mp3, aac, etc...) can now be passed through, if this mode is supported by both the application and the device The v4l2 monitor now also respects the node.disabled and device.disabled properties inside rules Added "Firefox Developer Edition" to the list of apps that are allowed to trigger a bluetooth profile auto-switch (#381) Added support in the portal access script to allow newly plugged cameras to be immediately visible to the portal apps Fixes: Worked around an issue that would prevent streams from properly linking when using effects software like EasyEffects and JamesDSP (!450) Fixed destroying pavucontrol-qt monitor streams after the node that was being monitored is destroyed (#388) Fixed a crash in the alsa.lua monitor that could happen when a disabled device was removed and re-added (#361) Fixed a rare crash in the metadata object (#382) Fixed a bug where a restored node target would override the node target set by the application on the node's properties (#335) Packaging: Added build options to compile wireplumber's library, daemon and tools independently Added a build option to disable unit tests that require the dbus daemon Stopped using fakesink/fakesrc in the unit tests to be able to run them on default pipewire installations. Compiling the spa test plugin is no longer necessary Added pkg-config and header information in the gir file Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open-vm-tools: upgrade 12.1.0 -> 12.1.5Yi Zhao2022-12-271-2/+2
| | | | | | | | Release Notes: https://github.com/vmware/open-vm-tools/blob/stable-12.1.5/ReleaseNotes.md Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: Add -D_LARGEFILE64_SOURCE to cflagsKhem Raj2022-12-271-1/+1
| | | | | | | -D_LARGEFILE64_SOURCE is needed for musl explicitly. Its added indirectly via -D_GNU_SOURCE on glibc but not on musl feature macros Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: Define lseek64 = lseek on muslKhem Raj2022-12-271-15/+12
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: Define off64_t on muslKhem Raj2022-12-273-35/+34
| | | | | | alias it to off_t which is 64bit always on musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: add runtime dependency on flatpak-xdg-utilsMarkus Volk2022-12-261-0/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak-xdg-utils: add recipeMarkus Volk2022-12-261-0/+14
| | | | | | | | | Helper tools for sandboxed applications Provides support for thumbnailing, email and xdg-open Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Alias lseek64/open64/ftruncate64 on musl systemsKhem Raj2022-12-262-0/+20
| | | | | | This ensures it can keep building with newer musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: Add -D_LARGEFILE64_SOURCE on muslKhem Raj2022-12-261-0/+1
| | | | | | | it used lfs64 funcitons which are under _LARGEFILE64_SOURCE and musl does not define it indirectly undet _GNU_SOURCE like glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsdump: Add -D_LARGEFILE64_SOURCE on muslKhem Raj2022-12-261-0/+1
| | | | | | | it used lfs64 funcitons which are under _LARGEFILE64_SOURCE and musl does not define it indirectly undet _GNU_SOURCE like glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: add recipeMarkus Volk2022-12-262-0/+90
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* trace-cmd: Remove use of off64_t and lseek64Khem Raj2022-12-242-3/+439
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtracefs: Add recipeKhem Raj2022-12-242-0/+53
| | | | | | Needed by trace-cmd Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtraceevent: Add recipeKhem Raj2022-12-242-0/+63
| | | | | | Its needed by trace-cmd Signed-off-by: Khem Raj <raj.khem@gmail.com>
* appstream: add recipeMarkus Volk2022-12-242-0/+87
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2022.11.27 -> 2022.12.11Wang Mingyu2022-12-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drbd,drbd-utils: Upgrade to 9.2.1 and drbd-utils to 9.22.0Khem Raj2022-12-234-6/+151
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsprogs: Upgrade to 6.0.0Khem Raj2022-12-234-55/+754
| | | | | | Fix build with largefile support Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-c: upgrade 1.3.11 -> 1.3.12Matthias Klein2022-12-231-1/+1
| | | | | | | | Service release. Issues resolved: https://github.com/eclipse/paho.mqtt.c/milestone/19?closed=1 Signed-off-by: Matthias Klein <matthias@extraklein.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-12-231-1/+1
| | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'evolution-data-server' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary_43.0.bb DEPENDS on or otherwise requires it) evolution-data-server was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'geary', 'evolution-data-server'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgweather4: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-12-231-1/+3
| | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/libgweather/libgweather4_4.2.0.bb DEPENDS on or otherwise requires it) gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libgweather4', 'gtk4'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu2022-12-231-0/+1
| | | | | | | | | | | Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb DEPENDS on or otherwise requires it) gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'geary', 'evolution-data-server', 'gtk4'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal-wlr: add recipeMarkus Volk2022-12-231-0/+29
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* basu: import recipe from meta-waylandMarkus Volk2022-12-231-0/+21
| | | | | | | basu provides the sdbus api for builds without systemd. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-software: add recipeMarkus Volk2022-12-231-0/+44
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isort: upgrade 5.10.1 -> 5.11.3Wang Mingyu2022-12-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== Fixed #2007: settings for py3.11 (#2040) Fixed #2038: packaging pypoetry (#2042) Docs: renable portray (#2043) Ci: add minimum GitHub token permissions for workflows (#1969) Ci: general CI improvements (#2041) Ci: add release workflow (#2026) Hotfix #2034: isort --version is not accurate on 5.11.x releases (#2034) Hotfix #2031: only call colorama.init if colorama is available (#2032) Added official support for Python 3.11 (#1996, #2008, #2011) Dropped support for Python 3.6 (#2019) Fixed problematic tests (#2021, #2022) Fixed #1960: Rich compatibility (#1961) Fixed #1945, #1986: Python 4.0 upper bound dependency resolving issues Fixed Pyodide CDN URL (#1991) Docs: clarify description of use_parentheses (#1941) Fixed #1976: black compatibility for .pyi files Implemented #1683: magic trailing comma option (#1876) Add missing space in unrecoverable exception message (#1933) Fixed #1895: skip-gitignore: use allow list, not deny list Fixed #1917: infinite loop for unmatched parenthesis (#1919) Docs: shared profiles (#1896) Fixed build-backend values in the example plugins (#1892) Remove reference to jamescurtin/isort-action (#1885) Split long cython import lines (#1931) Update plone profile: copy of black, plus three settings. (#1926) Fixed #1815, #1862: Add a command-line flag to sort all re-exports (#1863) Fixed #1854: lines_before_imports appending lines after comments (#1861) Remove redundant multi_line_output = 3 from "Compatibility with black" (#1858) Add tox config example (#1856) Docs: add examples for frozenset and tuple settings (#1822) Docs: add multiple config documentation (#1850) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Upgrade to 250.9 systemd releaseKhem Raj2022-12-234-127/+40
| | | | | | | Fix build with latest musl Drop upstreamed patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* inotify-tools: Fix build on musl and lfs64Khem Raj2022-12-233-1/+150
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bubblewrap: import recipe from meta-securityMarkus Volk2022-12-231-0/+24
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsdump: upgrade 3.1.11 -> 3.1.12Wang Mingyu2022-12-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 1.4.44 -> 1.4.45Wang Mingyu2022-12-231-1/+1
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.45 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tio: upgrade 2.4 -> 2.5Wang Mingyu2022-12-231-1/+1
| | | | | | | | | | | | | | Changelog: ========== * Update configuration file documentation Rename .tiorc to .tioconfig, tiorc to config, etc. * Add support for $HOME/.tioconfig Replaces what used to be $HOME/.tiorc * Fix double prefix key regression * Better error checking in config file, rename the file Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-traitlets: upgrade 5.7.0 -> 5.7.1Wang Mingyu2022-12-231-1/+1
| | | | | | | | Changelog: fix: some descriptors raise AttributeError #812 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.11.1 -> 1.12.0Wang Mingyu2022-12-231-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========= Basic OTel support ------------------- This adds support to automatically integrate OpenTelemetry performance tracing with Sentry. Various fixes & improvements ------------------------------- Tox Cleanup (#1749) CI: Fix Github action checks (#1780) Profiling: Introduce active thread id on scope (#1764) Profiling: Eagerly hash stack for profiles (#1755) Profiling: Resolve inherited method class names (#1756) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydicti: upgrade 1.1.6 -> 1.2.0Wang Mingyu2022-12-231-1/+1
| | | | | | | | Changelog: add type hints Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: upgrade 3.4.0 -> 3.4.1Wang Mingyu2022-12-231-1/+1
| | | | | | | | | | | | | Changelog: ========= WHL: Add win32 to build_wheels matrix (pull #1169) BUG: Changed so that the setup.cfg depends on the version code in the __init__.py instead of the other way around (issuue #1155) BUG: Fix CRS.to_cf() for Pole rotation GRIB convention (pull #1167) BUG: Fix CRS.to_authority() memory leak (pull #1178) REF: Use upper case EPSG code when creating CRS (pull #1162) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: upgrade 13.0.2 -> 13.0.4Wang Mingyu2022-12-231-1/+1
| | | | | | | | | | Changelog: ========== Correct timeout in call to poll.poll (#687) Revert "Revert "Fix error with select when python process exceeds 1024 open file descriptors"" (#686) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycurl: upgrade 7.45.1 -> 7.45.2Wang Mingyu2022-12-231-1/+1
| | | | | | | | Changelog: This release fixes several minor issues and adds support for several libcurl options. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycares: upgrade 4.2.2 -> 4.3.0Wang Mingyu2022-12-231-1/+1
| | | | | | | | | | | | | | Changelog: ========= Bump cibuildwheel to build for Python 3.11 + CI total time speedups Fix tests that depended on external sites Complete the Python 3.11 support Drop CPython 3.6 Improve test compatibility with pytest Update c-ares submodule to 1.18.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.21.11 -> 4.21.12Wang Mingyu2022-12-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.69.0 -> 2.70.0Wang Mingyu2022-12-231-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>