summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-lib
Commit message (Collapse)AuthorAgeFilesLines
* libxaw: upgrade 1.0.15 -> 1.0.16Wang Mingyu2024-03-201-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.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>
* libxkbui: remove obsolete recipeRoss Burton2023-07-101-12/+0
| | | | | | | | | The only known consumer of this library was the xorgcfg utility, which was disabled by default in xorg-server 1.4 (Sep. 2007) and removed in xorg-server 1.6 (Feb. 2009). Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liblbxutil: remove obsolete libraryRoss Burton2023-07-103-111/+0
| | | | | | | | This is the client-side library for the LBX extension, which was removed from xserver 1.2 (released 2007). Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xcb-util-cursor: Delete recipeKhem Raj2023-07-011-10/+0
| | | | | | Its moved to core layer now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorg-lib: set XORG_EXT for recipesKai Kang2022-12-304-2/+9
| | | | | | | | | It sets default value of XORG_EXT with 'tar.xz' in xorg-lib-common.inc, so set XORG_EXT with previous default value 'tar.bz2' to make recipes work, including libxaw, libxkbui, libxpresent and liblbxutil. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xcb-util-cursor: Update to 0.1.4Khem Raj2022-11-161-2/+1
| | | | | | | | | | | | | | | | | | | | | Changes compared to 0.1.3 xcb-util-cursor 0.1.4HEADxcb-util-cursor-0.1.4master autogen: add default patch prefix autogen.sh: use quoted string variables autogen.sh: use exec instead of waiting for configure to finish autogen.sh: Honor NOCONFIGURE=1 configure: Drop AM_MAINTAINER_MODE gitlab CI: add a basic build test Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81 Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters Build xz tarballs instead of bzip2 Add README.md to EXTRA_DIST Update README for gitlab migration Fix out-of-source builds documentation: Call xcb_free_cursor() when done Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxpresent: upgrade 1.0.0 -> 1.0.1Wang Mingyu2022-11-071-3/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-5/+5
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxaw: upgrade 1.0.13 -> 1.0.14zangrc2021-04-021-3/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liblbxutil: Fix build with gcc10/-fno-commonKhem Raj2020-08-132-1/+39
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xcb-util-cursor: initial add 0.1.3Andreas Müller2020-04-191-0/+11
| | | | | | | | | | * Have it in meta-qt5-extra for a while * Now meta-musicians will depend on it => move to a more common layer Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxpresent: initial add 1.0.0Andreas Müller2018-08-191-0/+11
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xproto -> xorgproto fixupTrevor Woerner2018-05-172-2/+2
| | | | | | | | | In openembedded-core, commit 460a2b27af8d023b27703b491331c8cbe7aad0ff deprectated xproto and xextproto for xorgproto due to changes in the upstream Xorg project. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libxkbui: Fix license WARNINGArmin Kuster2016-05-191-1/+1
| | | | | | | | | | | | WARNING: libxkbui-1_1.0.2-r10 do_populate_lic: libxkbui: No generic license file exists for: GPL in any provider sources have: Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc. so picked "SGI-1" Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxaw: upgrade 1.0.10 -> 1.0.13Li xin2015-07-301-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxaw: remove unrecognized configure optionMartin Jansa2014-08-111-3/+0
| | | | | | | | * fixes following QA warnings: libxaw-1.0.10: libxaw: configure was passed unrecognised options: --disable-docs [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-233-3/+3
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: drop bbappend with only PRINC leftMartin Jansa2012-12-131-1/+0
| | | | | | * pixman in oe-core was upgraded to 0.28, so upgrade path is OK Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxaw: drop libxp and printproto from DEPENDSMartin Jansa2012-10-191-2/+2
| | | | | | | | | | | | | | | * it was removed from oe-core http://git.openembedded.org/openembedded-core/commit/?id=5b3748d463a6666c0d8e2624092619da8d8e6328 * there should be --disable-xprint/--without-xprint too, but it looks like all support for xprint was removed from libxaw already commit 012e73faab8dc8617c6da4679715dae14f6cddd4 Author: Daniel Stone <daniel@fooishbar.org> Date: Fri Aug 15 18:25:53 2008 +0300 Remove last remaining vestiges of Xprint support Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pixman: drop patches, merged to oe-coreMartin Jansa2012-09-103-284/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: fix qemu workaroundAndreas Müller2012-08-302-32/+33
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pixman: update bbappend to match 0.27.2Martin Jansa2012-08-204-136/+172
| | | | | | | | * when [1] is applied in oe-core this could be dropped completely (that's why I've removed PRINC here) * [1] http://patches.openembedded.org/patch/34885/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxaw: Fix libxaw-dev to not depends on non-existent libxaw packageOtavio Salvador2012-08-071-0/+4
| | | | | | | | | | The libxaw recipe generate a binary package for each soname of libxaw (currently libxaw6-6 and libxaw-7-7) but no libxaw so libxaw-dev cannot depends on it. Reported-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: add patch to fix SEGFAULT when parsing auxvMartin Jansa2012-07-312-2/+125
| | | | | | | | | | | | | | | * without this patch emacs won't build * temacs is executed in qemu and fails like this: qemu: uncaught target signal 11 (Segmentation fault) - core dumped Segmentation fault which is actually: Program received signal SIGSEGV, Segmentation fault. __GI_strncmp (s1=s1@entry=0x0, s2=s2@entry=0x40d68638 "v7l", n=n@entry=3) at strncmp.c:64 64 strncmp.c: No such file or directory. (gdb) bt Backtrace stopped: previous frame identical to this frame (corrupt stack?) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pixman: update bbappend to match oe-coreKoen Kooi2012-07-102-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libxaw: upgrade to 1.0.10 to fix -Werror=pointer-to-int-cast when building ↵Martin Jansa2012-05-081-4/+3
| | | | | | | | | | | | | | for x86-64 * 1.0.9 fails with: | XawIm.c:1410:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] | XawIm.c:1415:23: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast] * fixed upstream: http://cgit.freedesktop.org/xorg/lib/libXaw/commit/?id=49c0a2441946f0d70fbd2612f193c95b84dde102 * COPYING changed only formally, stripping trailing spaces in http://cgit.freedesktop.org/xorg/lib/libXaw/commit/COPYING?id=37ffe69b10ae29e8f91de6ef647d06804b9d159b Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xorg: remove BBCLASSEXTENDs for gtk+-native they should be in oe-coreMartin Jansa2012-05-045-5/+0
| | | | | | This reverts commit 1ab99af784f5f1564f28f6afc4718d630b42a606. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* librsvg, cairo, pixman, tiff, libgpg-error: remove native support, was moved ↵Martin Jansa2012-04-261-4/+1
| | | | | | to oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pixman: remove IWMMXT settingMartin Jansa2012-04-171-4/+2
| | | | | | | * khem moved it to oe-core and kept it here Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bbappends: append to BBCLASSEXTEND instead of overwriting itKoen Kooi2012-04-146-6/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libxcursor: fix 'git mv' gone wrongKoen Kooi2012-04-131-1/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xorg: add more native BBCLASSEXTENDs for gtk+-nativeMartin Jansa2012-04-136-0/+6
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: update bbappend to match update recipe in oe-coreKoen Kooi2012-03-192-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: update to 0.24.4Koen Kooi2012-03-012-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes: bump PR to rebuild .la files without libz.laMartin Jansa2012-02-131-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pixman: update bbappend to 0.24.2 to match oe-coreKoen Kooi2012-01-242-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libxaw: bump PR to disable xmltoMartin Jansa2012-01-231-1/+1
| | | | | | | | | | | * meta-oe now provides xmlto-native http://git.openembedded.org/meta-openembedded/commit/?id=ab8f876ca8fa223c183e3db2029cce88f3435a27 but not the stylesheets for buildhosts without them it's unusable and fails, because xorg macros autodetecting xmlto available, see: http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-December/037066.html after adding xmlto-native and stylesheets-native to DEPENDS we can enable it again Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxaw: fix build error due to missing xmltoZhenhua Luo2011-12-221-2/+2
| | | | | | | | libxaw build failed due to missing native xmlto, add xmlto-native in DEPENDS of libxaw Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman,libav,libvpx,fftwf: bump PR after arm OVERRIDES changes in oe-coreMartin Jansa2011-12-161-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pixman: really remove it in favour of bbappendKoen Kooi2011-12-011-23/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: replace pixman_0.24.0.bb with smaller bbappend with only diff ↵Martin Jansa2011-12-013-14/+19
| | | | | | | | | | | against oe-core version * disable iwmmxt for now, because it breaks build * neon is not really enabled for people not having FEED_ARCH in OVERRIDES * maybe this diff should be merged to oe-core recipes instead Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: update to 0.24.0Koen Kooi2011-11-3014-2153/+4
| | | | | | | | * All patches that went upstream are removed Tested on beagleboard/angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman 0.23.6: apply typo fix from upstreamKoen Kooi2011-10-192-2/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman 0.23.6: refresh patches with versions for pixman masterKoen Kooi2011-10-189-93/+93
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xorg-lib: use .inc file from oe-coreMartin Jansa2011-10-124-24/+6
| | | | | | | * INC_PR is not available (start with r10) * BBCLASSEXTEND is not in .inc globally, add it per recipe where it's needed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libx11: drop here, 1.4.4 should be in oe-coreMartin Jansa2011-10-124-111/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman 0.23.6: add initial version with NEON bilinear patchesKoen Kooi2011-10-119-0/+1868
| | | | | | The overlappet blit patches have been reduced to the generic C version Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>