summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-cmake: update to version 3.28.0Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-termcolor: update to version 2.4.0Derek Straka2023-12-131-1/+1
| | | | | | | | | | | | | | | Changelog: Added - Document terminal colour detection overrides (#60) @hugovk - Add support for Python 3.13 (#55) @hugovk Changed - Improve isatty check (#56) @XiaoliChan - Improve typing (#44) @marcin-serwin - Drop support for EOL Python 3.7 (#47) @hugovk Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: update to version 5.9.0Derek Straka2023-12-131-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: Breaking - Raise TypeError if toDict() returns a non-dict instead of silently converting it to null (#615) @eltoder - Use lowercase strings for bool dict keys (#614) @eltoder Changed - Speed-up and cleanup objToJSON (#615) @eltoder - Use lowercase strings for bool dict keys (#614) @eltoder Fixed - Fix typos found by codespell (#610) @DimitriPapadopoulos - Fix undefined behavior in Buffer_AppendLongUnchecked (#606) @WillAyd Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: update to version 3.0.2Derek Straka2023-12-131-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jasper: enable opengl only wih x11Samuli Piippo2023-12-131-1/+1
| | | | | | | | | The opengl PACKAGECONFIG depends on freeglut, but after commit f721876add48dccfd228cc09ef261909afeb2d25 that's only available with x11. Enable it only when both openg and x11 are available. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pgpool2: use autotools-brokensep instead of setting Balperak2023-12-121-2/+2
| | | | | Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsombok3: use autotools-brokensep instead of setting Balperak2023-12-121-2/+1
| | | | | Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmxml: use autotools-brokensep instead of setting Balperak2023-12-121-4/+2
| | | | | Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbytesize: Removed unnecessary setting of Balperak2023-12-121-1/+0
| | | | | | | Supports out of tree builds Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: Fix do_configure error builder aarch64Robert Yang2023-12-122-0/+32
| | | | | | | | Fixed do_configure error when build on aarch64 host: error: cannot guess build type; you must specify one Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools: remove two DebianismsDmitry Baryshkov2023-12-121-2/+9
| | | | | | | | | | | | | | | | | | | | | | If the build happens on a Debian system, android-tools build will hang forever, filling the log files (and the disk) with the following messages: make: dpkg-architecture: No such file or directory make: dpkg-architecture: No such file or directory make: dpkg-architecture: No such file or directory make: dpkg-architecture: No such file or directory /usr/share/dpkg/architecture.mk:9: pipe: Too many open files /usr/share/dpkg/architecture.mk:9: pipe: Too many open files /usr/share/dpkg/architecture.mk:9: pipe: Too many open files /usr/share/dpkg/architecture.mk:9: pipe: Too many open files /usr/share/dpkg/architecture.mk:9: pipe: Too many open files Fix two places which include dpkg makefile fragments from the host system. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rygel: add x11 to DISTRO_FEATURESMartin Jansa2023-12-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * it was added in rygel-0.41.0 with: https://github.com/GNOME/rygel/commit/18cd2cff6f64b7a54156ac97e5c4f50eb8fd8d67 * it might need libx11 dependency as well which would probably be pulled by gtk+3 already when x11 is in DISTRO_FEATURES * as shown in: http://errors.yoctoproject.org/Errors/Details/746017/ it requires x11 even when gtk support is disabled, meson-log.txt: Determining dependency 'x11' with pkg-config executable '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot-native/usr/bin/pkg-config' env[PKG_CONFIG_DIR]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/lib/pkgconfig env[PKG_CONFIG_PATH]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/lib/pkgconfig:/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/share/pkgconfig env[PKG_CONFIG_LIBDIR]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot/usr/lib/pkgconfig env[PKG_CONFIG_DISABLE_UNINSTALLED]: yes env[PKG_CONFIG_SYSROOT_DIR]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot env[PKG_CONFIG_SYSTEM_LIBRARY_PATH]: /usr/lib:/usr/lib env[PKG_CONFIG_SYSTEM_INCLUDE_PATH]: /usr/include env[PKG_CONFIG]: /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot-native/usr/bin/pkg-config ----------- Called: `/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/rygel/0.42.4/recipe-sysroot-native/usr/bin/pkg-config --modversion x11` -> 1 stderr: Package x11 was not found in the pkg-config search path. Perhaps you should add the directory containing `x11.pc' to the PKG_CONFIG_PATH environment variable No package 'x11' found ----------- CMake binary for host machine is cached as not found Dependency lookup for x11 with method 'cmake' failed: CMake binary for machine host machine not found. Giving up. Run-time dependency x11 found: NO (tried pkgconfig) ../rygel-0.42.4/src/rygel/meson.build:9:80: ERROR: Dependency "x11" not found, tried pkgconfig Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rygel: fix build with gtk+3 PACKAGECONFIG disabledMartin Jansa2023-12-121-1/+1
| | | | | | | | | | | * fixes: rygel-0.42.4/meson.build:1:0: ERROR: Value "false" (of type "string") for combo option "gtk" is not one of the choices. Possible choices are (as string): "enabled", "disabled", "auto". * possibly changed since: https://github.com/GNOME/rygel/commit/7e1819d9e49084c9dc55064a6f21d0f7caa90da6 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: dont inherit gsettingsMarkus Volk2023-12-091-1/+1
| | | | | | | | | | | | | this fixes an issue I encountered on raspberrypi4-64 at do_rootfs: ERROR: hyprland-image-1.0-r0 do_rootfs: Postinstall scriptlets of ['tracker'] have failed. If the intention is to defer them to first boot, then please place them into pkg_postinst_ontarget:${PN} (). Deferring to first boot via 'exit 1' is no longer supported. Details of the failure are in /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs. ERROR: Logfile of failure stored in: /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs.629667 ERROR: Task (/home/flk/poky/meta-hyprland-image/recipes-core/images/hyprland-image.bb:do_rootfs) failed with exit code '1' Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: remove obsolete intltool DEPENDSRoss Burton2023-12-091-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgsf: remove obsolete DEPENDSRoss Burton2023-12-091-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview3: remove obsolete DEPENDSRoss Burton2023-12-093-3/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keybinder: disable gtk-doc documentationRoss Burton2023-12-091-0/+4
| | | | | | | The API documentation doesn't build, so force it off until this is fixed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keybinder: use autotools-brokensep instead of setting BRoss Burton2023-12-091-2/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librest: inherit gtk-docRoss Burton2023-12-091-1/+1
| | | | | | | This recipe has gtk-doc API documentation. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librest: remove spurious build dependenciesRoss Burton2023-12-091-4/+1
| | | | | | | | | These are not dependencies of librest 0.8.1. I imagine they ended up in this recipe when the latest version was downgraded back to 0.8.1 and the dependencies not reviewed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gspell: update DEPENDS, switch iso-codes for icuRoss Burton2023-12-091-1/+1
| | | | | | | | | | gspell was changed in 2020 to use icu instead of iso-codes[1]. Signed-off-by: Ross Burton <ross.burton@arm.com> [1] https://gitlab.gnome.org/GNOME/gspell/-/commit/d5a8b72e194a6542ac4f7c850fe126c3c80d3a05 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gspell: inherit gtk-docRoss Burton2023-12-091-1/+1
| | | | | | | This recipe has gtk-doc API documentation. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove unused SRC_DISTRIBUTE_LICENSESRoss Burton2023-12-094-6/+2
| | | | | | | | This variable was removed in oe-core 8c9ef5, and didn't do what any of these recipes seem to be using it for. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xsetroot: upgrade 1.1.2 -> 1.1.3alperak2023-12-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | By default, xsetroot depends on libxmu and xbitmaps xsetroot dependencies -> https://gitlab.freedesktop.org/xorg/app/xsetroot/-/blob/master/configure.ac?ref_type=heads#L41 xbitmaps has no dependency on libxmu but it was added as a dependency in version 1.1.2. When upgrading xbitmaps to version 1.1.3, libxmu removed from the dependencies Since xsetroot depends on xbitmaps, and libxmu was removed from xbitmaps dependencies, encountered missing libxmu dependencies error. xbitmaps dependencies -> https://gitlab.freedesktop.org/xorg/data/bitmaps/-/blob/master/configure.ac?ref_type=heads xbitmaps upgrade 1.1.2 to 1.1.3 -> https://github.com/openembedded/meta-openembedded/commit/5430b16813c87dc5d69a2ae21bc6d5f2b73cd8d5 So, added libxmu as a dependency to xsetroot for fixing build issue. Changelog: * gitlab CI: stop requiring Signed-off-by in commits * Handle -Wsign-compare warnings * Variable scope reductions as recommended by cppcheck * Build xz tarballs instead of bzip2 * CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* terminus-font: build compressed archives with -nJean-Marc BOUCHE2023-12-082-1/+69
| | | | | | | | | | | | | | When building this recipe, internal archives are compressed with gzip. The compressed archives contain a header with the field MTIME (Modification Time) which is initialized from the built date. As a consequence, two builds of this recipe always generate packages whose checksum differs. Adding the -n option to gzip while compressing the archive does not save the original time stamp by default hence making reproducible package. Signed-off-by: Jean-Marc BOUCHE <jean-marc.bouche@foss.st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zenity: Upgrade to 4.0.0Zoltán Böszörményi2023-12-082-37/+7
| | | | | | | | | | zenity 4.x now uses GTK4 and GTK4-based webkitgtk. The perl based gdialog is no more, its subpackage would be empty. Don't try to generate this subpackage. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snappy: upgrade 1.1.9 -> 1.1.10alperak2023-12-083-75/+37
| | | | | | | | | | | | | * 0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch removed because fixed in the new version * Added fix-build-on-32bit-arm.patch to fix arm build Changelog: * Performance improvements * Compilation fixes for various environments Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmakePetr Chernikov2023-12-072-1/+2
| | | | | | | | | Old versions of abseil-cpp could not be compiled using C++ Standard 17. For now this cmake flag is not needed. Mosh compilation fixed by specifying c++17 standard. Signed-off-by: Petr Chernikov <p.chernikov@yadro.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-mga: upgrade 2.0.0 -> 2.0.1alperak2023-12-072-73/+3
| | | | | | | | | | | | | | | | * checkfile.patch removed because fixed in the new version -> https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/commit/f227f2f286123a9ca64b567783825a2c18b87971 * License-Update: Fixed the typo in a word. "MERCHANTIBILITY" -> "MERCHANTABILITY" Changelog: * Fix uninitialized read in MGAEnableSecondOutPut * gitlab CI: add a basic build test * Fix spelling/wording issues * Build xz tarballs instead of bzip2 * configure.ac: fix cross-compilation Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2023.7 -> 2023.8Jose Quaresma2023-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ git --no-pager log --oneline v2023.8...v2023.7 5b23804a (tag: v2023.8) Release 2023.8 6e303318 Merge pull request #3106 from cgwalters/commit-reflink c3dff62e commit: Try reflinks for local commits by default 59b9f9a8 Merge pull request #3105 from cgwalters/sysroot-borrow-fd 09e32d61 Merge pull request #3107 from cgwalters/drop-userxattr-test bab87cbd tests: Drop bare-user on tmpfs negative test 15d0777b Merge pull request #3104 from cgwalters/s390x-target c3aa2958 bootloader/zipl: Run in target deployment as container if needed aa635bf5 sysroot: Expose deployment runner outside of selinux e794a0c0 Merge pull request #3103 from cgwalters/tmpfiles-factory-var d3190dbf sysroot: Add a method to borrow sysroot fd 74456972 sysroot: Support specifying bwrap arguments 791337fa sysroot: Expose deployment container executor internally 66064d96 tmpfiles: Copy `/usr/share/factory/var` to `/var` b0be2336 Merge pull request #3102 from cgwalters/deploy-cleanup-run 68cc1960 sysroot/deploy: Drop unnecessary g_ptr_array_free 31cbcc72 deploy: Use NULL terminated strv 5cc78fd7 Merge pull request #3100 from cgwalters/misc-finalization d3de3a0a tests: Add a dedicated finalization test d24714e3 Merge pull request #3101 from cgwalters/drop-redundant-includes 0c85e1ff main: Drop some redundant includes of `ot-main.h` 78905ffb man: Two finalization fixes 12cbb3dd Merge pull request #3090 from cgwalters/stabilize-locking 28cc7618 sysroot: Stabilize deployment finalization, add API and CLI 1ca4f02a status: Add error prefix for gpg verification b6f435fe tests: Turn off gpg verification for dev builds ff7e7f47 Merge pull request #3099 from markmc/man-sysroot-readonly 2cfa8aba man: improve sysroot.readonly docs cd1728a4 Merge pull request #3098 from jlebon/pr/abort-concurrent 8002983d ci: cancel previous build on PR update de22914e Merge pull request #3097 from cgwalters/symbol-cleanups 315cbdd3 lib: Don't hardcode year in sample symver section 76e4833d devel: Fix symbol versioning number 82392e3f Merge pull request #3095 from alexlarsson/fix-post-copy-symlinks acb88600 Fix admin post-copy handling of symlinks 508443f7 Merge pull request #3094 from alexlarsson/admin-deploy-post-copy accb1f06 Add `ostree admin post-copy` command 29973774 Merge pull request #3091 from cgwalters/fix-soup3 bc62fd51 unlock: Don't pass options again to overlayfs 331bc17e Merge pull request #3093 from cgwalters/rust-alias-stateroot c668a8c5 tests: Work around systemd regression for boot id parsing 3535b58f rust: Add a `stateroot()` alias in the Rust bindings ce2a33e8 build-sys: Enable libsoup3 by default if installed 2c774deb Merge pull request #3089 from cgwalters/fix-undeploy-parsing c3cf5b23 undeploy: Parse integer more properly e4b82c4a Merge pull request #3080 from nikita-dubrovskii/s390x_secure_boot c3a9a642 lib/bootloader-zipl: Check for Secure Boot before zipl 67ccf6e0 Merge pull request #3085 from cgwalters/s390x-units 75c7e51a bootloader/zipl: No-op if run as non-root cfb63b89 Merge pull request #3083 from cgwalters/release 36d96931 configure: post-release version bump Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-sqlalchemy: upgrade 2.5.1 -> 3.1.1Theodore A. Roth2023-12-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | The 2.5.1 release is not comptabile with python3-sqlalchemy 2.0.23 which is currently provided by meta-openembedded. This results in the following error: root@host:~# python3 Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 13.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from flask_sqlalchemy import SQLAlchemy >>> from flask import Flask >>> app = Flask('foobar') >>> app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:////tmp/test.db' >>> db = SQLAlchemy(app) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.11/site-packages/flask_sqlalchemy/__init__.py", line 758, in __init__ _include_sqlalchemy(self, query_class) File "/usr/lib/python3.11/site-packages/flask_sqlalchemy/__init__.py", line 112, in _include_sqlalchemy for key in module.__all__: ^^^^^^^^^^^^^^ AttributeError: module 'sqlalchemy' has no attribute '__all__'. Did you mean: '__file__'? Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com> Signed-off-by: Theodore A. Roth <troth@openavr.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: Make gnome-desktop and libcanberra dependencies optionalZoltán Böszörményi2023-12-071-3/+5
| | | | | | | | | | | | | | | | | | | | mutter may be used as a standalone compositor and even an X11 WM without the complete GNOME desktop environment. Make this optional and add the new control knob to PACKAGECONFIG by default. The built-in sound player functionality depends on libcanberra which is considered outdated. Make this optional. Add the colord build dependency explicitly because mutter does not build when PACKAGECONFIG = "gnome-desktop" is not used. Add the gsettings-desktop-schemas runtime dependency explicitly, so mutter may work without PACKAGECONFIG = "gnome-desktop". This change allows mutter in kiosk-like scenarios. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxaw: upgrade 1.0.14 -> 1.0.15alperak2023-12-071-3/+1
| | | | | | | | | | | | | | | | | | | | | XORG_EXT tar.bz2 removed because not supported in the new version. The default value defined in xorg-lib-common.inc will be used, i.e. tar.xz Changelog: * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL * Replace calls to index() with strchr() * Add .git-blame-ignore-revs to hide whitespace commits from git blame * Remove "All rights reserved" from Oracle copyright notices * fix typo in XawMax parameter in GetBlockBoundaries * Stop memory leak in error paths in XawTextSinkConvertPropertyList() * Stop memory leak in GetResourcePixmapPath() * Fix ctype(3) users. * Fix spelling/wording issues * gitlab CI: add a basic build test * Build xz tarballs instead of bzip2 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-input-void: upgrade 1.4.1 -> 1.4.2alperak2023-12-071-2/+2
| | | | | | | | | | | | | | | | | | Changelog: * InitValuatorAxisStruct: Add missing line breaks * InputDriverRec: Resolve -Wmissing-field-initializers warning * gitlab CI: stop requiring Signed-off-by in commits * gitlab CI: add a basic build test * Build xz tarballs instead of bzip2 * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration * autogen: add default patch prefix * autogen.sh: use quoted string variables * autogen.sh: use exec instead of waiting for configure to finish Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-video-ati: upgrade 19.1.0 -> 22.0.0alperak2023-12-071-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | * SRC_URI && features_check removed because already defined in xorg-driver-common.inc Changelog: * Don't set SourceValidate pointer to NULL * radeon_glamor_wrappers.c: Convert from ISO-8859-1 to UTF-8 * gitlab CI: enable gitlab's builtin static analysis * gitlab CI: enable commit & merge request checks * Fix spelling/wording issues * Build xz tarballs instead of bzip2 * Only include dri.h with older versions of xserver * Add GitLab CI pipeline * Guard local variable info only used with glamor * ati: cleanup terminology to use primary/secondary * Fix return value check of drmIoctl() * Don't crash X server if GPU acceleration is not available * Handle NULL fb_ptr in pixmap_get_fb * Fix link failure with gcc 10 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorg-sgml-doctools: update summary depends and inc filealperak2023-12-072-6/+8
| | | | | Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorg-docs: add recipealperak2023-12-071-0/+7
| | | | | | | | Provides miscellaneous documentation for the X Window System that doesn't better fit into other packages. The preferred documentation format for these documents is DocBook XML. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: 2.03.16 -> 2.03.22Kai Kang2023-12-079-44/+147
| | | | | | | | | | | | | Update lvm2 from 2.03.16 to 2.03.22. * remove 0002-Guard-use-of-mallinfo-with-__GLIBC__.patch which has done in upstream already * add patch to check egrep & grep * rebase patches * add package config 'dbus' and fix errors about it Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xcursor-themes: add recipealperak2023-12-071-0/+11
| | | | | | | Default set of cursor themes for use with libXcursor Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xbitmaps: upgrade 1.1.2 -> 1.1.3alperak2023-12-073-14/+10
| | | | | | | | | | | | | | Changelog: * Switch to XORG_DEFAULT_NOCODE_OPTIONS * gitlab CI: stop requiring Signed-off-by in commits * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireplumber: update 0.4.15 -> 0.4.17Markus Volk2023-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WirePlumber 0.4.17 Fixes: Fixed a reference counting issue in the object managers that could cause crashes due to memory corruption (#534) Fixed an issue with filters linking to wrong targets, often with two sets of links (#536) Fixed a crash in the endpoints policy that would show up when log messages were enabled at level 3 or higher WirePlumber 0.4.16 Additions: Added a new "sm-objects" script that allows loading objects on demand via metadata entries that describe the object to load; this can be used to load pipewire modules, such as filters or network sources/sinks, on demand Added a mechanism to override device profile priorities in the configuration, mainly as a way to re-prioritize Bluetooth codecs, but this also can be used for other devices Added a mechanism in the endpoints policy to allow connecting filters between a certain endpoint's virtual sink and the device sink; this is specifically intended to allow plugging a filter-chain to act as equalizer on the Multimedia endpoint Added wp_core_get_own_bound_id() method in WpCore Changes: PipeWire 0.3.68 is now required policy-dsp now has the ability to hide hardware nodes behind the DSP sink to prevent hardware misuse or damage JSON parsing in Lua now allows keys inside objects to be without quotes Added optional argument in the Lua JSON parse() method to limit recursions, making it possible to partially parse a JSON object It is now possible to pass nil in Lua object constructors that expect an optional properties object; previously, omitting the argument was the only way to skip the properties The endpoints policy now marks the endpoint nodes as "passive" instead of marking their links, adjusting for the behavior change in PipeWire 0.3.68 Removed the "passive" property from si-standard-link, since only nodes are marked as passive now Fixes: Fixed the wpctl clear-default command to completely clear all the default nodes state instead of only the last set default Reduced the amount of globals that initially match the interest in the object manager Used an idle callback instead of pw_core_sync() in the object manager to expose tmp globals Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monocypher: pass LIBDIR to fix installed-vs-shipped QA issue with multilibMartin Jansa2023-12-071-2/+2
| | | | | | | | | | | | | | | | | | | | | * fixes: ERROR: monocypher-4.0.2-r0 do_package: QA Issue: monocypher: Files/directories were installed but not shipped in any package: /usr/lib/libmonocypher.so /usr/lib/libmonocypher.so.4 /usr/lib/libmonocypher.a /usr/lib/pkgconfig /usr/lib/pkgconfig/monocypher.pc Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. monocypher: 5 installed and not shipped files. [installed-vs-shipped] this only fixes the above issues, to make it usable with other libdir values the .pc files would need to be fixed to respect passed LIBDIR value as well as now they expect just lib: monocypher.pc:libdir=${exec_prefix}/lib tests/speed/libhydrogen.pc:libdir=${exec_prefix}/lib Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sip: Upgrade 6.7.12 -> 6.8.0Leon Anavi2023-12-071-1/+9
| | | | | | | | | | | | | | | | Add runtime dependencies and upgrade sip to version 6.8.0: - Added support for specifying the project metadata using the [project] section of pyproject.toml as defined in PEP 621. The use of the [tool.sip.metadata] is now deprecated. - The latest version of ABI v13 is v13.7.0. - The latest version of ABI v12 is v12.14.0. - The conversion to a pure Python implementation is now complete. The work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sessreg: upgrade 1.1.2 -> 1.1.3alperak2023-12-071-2/+2
| | | | | | | | | | | | | Changelog: * Fix -Wstringop-truncation warnings in safe_strncpy() * gitlab CI: stop requiring Signed-off-by in commits * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test * Fix spelling/wording issues Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xgamma: upgrade 1.0.6 -> 1.0.7alperak2023-12-071-2/+2
| | | | | | | | | | | | | | | | | | Changelog: * Use strtof() if available, instead of casting atof() to float * Refactor to reduce code duplication * Resolve -Wdouble-promotion warnings from clang * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration * autogen: add default patch prefix * autogen.sh: use quoted string variables * autogen.sh: use exec instead of waiting for configure to finish Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xkbevd: upgrade 1.1.4 -> 1.1.5alperak2023-12-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Changelog: * Add .git-blame-ignore-revs to hide whitespace commits from git blame * eventTypeToString: remove unnecessary strcpy to static buffer * xkbevd.c: Update default DFLT_XKB_CONFIG_ROOT path * cfgscan: check if character is EOF before calling isalpha or isdigit * Rename shadowed variables * Variable scope reduction as suggested by cppcheck * gitlab CI: stop requiring Signed-off-by in commits * man page: remove out-of-date COPYRIGHT section * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration * autogen: add default patch prefix * autogen.sh: use quoted string variables * autogen.sh: use exec instead of waiting for configure to finish Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xlsatoms: upgrade 1.1.3 -> 1.1.4alperak2023-12-071-2/+2
| | | | | | | | | | | | | | Changelog: * usage: add cold & noreturn attributes to function * Resolve clang -Wshorten-64-to-32 warnings * Variable scope reductions as suggested by cppcheck * gitlab CI: stop requiring Signed-off-by in commits * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xlsclients: upgrade 1.1.4 -> 1.1.5alperak2023-12-071-2/+2
| | | | | | | | | | | | | | | | | Changelog: * Resolve implicit conversion warnings from clang * usage: add cold & noreturn attributes to function * Handle -Wsign-compare warnings * Quiet -Wmaybe-uninitialized warnings from gcc * gitlab CI: stop requiring Signed-off-by in commits * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xstdcmap: upgrade 1.0.4 -> 1.0.5alperak2023-12-071-2/+2
| | | | | | | | | | | | | | Changelog: * Remove unneeded variable initializations * Remove unnecessary cast of XFree() argument * Use C99 loop variable declarations * gitlab CI: stop requiring Signed-off -by in commits * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>