summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
...
* libgphoto2: upgrade 2.5.24 -> 2.5.25Zang Ruochen2020-05-281-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkwave: Disable mime update during installKhem Raj2020-05-131-1/+1
| | | | | | | Its not cross compile safe, and there is a post install step via mime bbclass which should take care of it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x11vnc: fix xfc NULL pointer dereferenceJonathan Liu2020-05-092-0/+31
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xf86-input-void: Drop INC_PRKhem Raj2020-05-061-1/+1
| | | | | | It includes include files from OE-core where this is dropped now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tslib: Fix build with 4.x kernel headersKhem Raj2020-04-252-0/+31
| | | | | | | | | Fixes | ../../tslib-1.21/tools/ts_uinput.c:337:15: error: 'struct input_event' has no member named 'input_event_usec' | 337 | data->ev[c].input_event_usec = s[j][i].tv.tv_usec; | | ^ 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>
* fbgrab: upgrade 1.3.1 -> 1.3.3Pierre-Jean Texier2020-04-191-1/+1
| | | | | | | See full changelog https://github.com/GunnarMonell/fbgrab/releases Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yad: Upgrade to 6.0Khem Raj2020-04-121-2/+4
| | | | | | | Make it depend on x11 in distro features since it needs gtk/gtkx.h and gdk/gdkx.h headers Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pangomm; upgrade 2.42.0 -> 2.42.1Andreas Müller2020-04-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.42.1 (stable): * Coverage: Ignore deprecations of pango functions (so it can be used with the latest versions of pango) (Kjell Ahlstedt) * Layout::get_lines(): Fix ownership of the GSList (Kjell Ahlstedt) * pango/src/color.hg: Fix call to _CLASS_BOXEDTYPE_STATIC (Chun-wei Fan) Merge request !10 Build: * tools/gen_scripts: Update for non-source-dir builds (Kjell Ahlstedt) * Add support for building pangomm with Meson (Chun-wei Fan, Kjell Ahlstedt) Merge request !7, !10 * meson.build: Check if .git is a directory or file (Ting-Wei Lan) Merge request !8 * NMake Makefiles: Allow builds from a GIT checkout (Chun-wei Fan) * The fixed call to _CLASS_BOXEDTYPE_STATIC in color.hg is necessary in order to use glibmm 2.64.0 or later, combined with maintainer-mode in pangomm. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-inconsolata: Use cp instead of move in do_configureKhem Raj2020-03-291-1/+1
| | | | | | This helps in re-running do_configure on an existing tree Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyui-ncurses: Fix multilib buildKhem Raj2020-03-181-2/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: Fix CVE-2020-8112Sakib Sajal2020-03-172-0/+47
| | | | | | | | | | Backport from upstream to fix heap-based buffer overflow. Upstream-Status: Backport CVE: CVE-2020-8112 Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgphoto2: upgrade 2.5.23 -> 2.5.24Zang Ruochen2020-03-171-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: Fix CVE-2020-6851Yue Tao2020-03-112-0/+33
| | | | | | | | | | | Backport patch from upstream to fix heap-based buffer overflow Upstream-Status: Backport CVE: CVE-2020-6851 Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Sakib Sajal <Sakib.Sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* renderdoc: Upgrade to 1.7Khem Raj2020-03-101-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "piglist: add from oe-core"Adrian Bunk2020-03-043-131/+0
| | | | | | | | | This reverts commit af22a7a46ab6306aa4d59037e59b4dcf373b2603. The recipe is staying in OE-core. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fbgrab: upgrade 1.3 -> 1.3.1Pierre-Jean Texier2020-03-041-5/+5
| | | | | | | | | | Switch SRC_URI to github because 'http://fbgrab.monells.se' is no more reachable it redirects to a github page. See full changelog https://github.com/GunnarMonell/fbgrab/releases Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* renderdoc: upgrade 1.5 -> 1.6Wang Mingyu2020-03-021-2/+2
| | | | | | | -License-Update: Copyright year updated to 2020. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkwave: upgrade 3.3.103 -> 3.3.104Wang Mingyu2020-03-021-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeglut: upgrade 3.0.0 -> 3.2.1Wang Mingyu2020-03-021-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnfdragora: upgrade 1.0.1 -> 1.1.2Wang Mingyu2020-03-025-45/+20
| | | | | | | | | | | | | refresh the following paches: 0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch 0001-To-fix-error-when-do_package.patch 0001-disable-build-manpages.patch 0001-Run-python-scripts-using-env.patch removed since it is included in 1.1.2 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* piglist: add from oe-coreAlexander Kanavin2020-02-293-0/+131
| | | | | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-noto-emoji: add recipeMatt Ranostay2020-02-271-0/+19
| | | | | | | | | | Add both B/W and color emojis fonts from the noto-emoji project. Important note for the color emojis to render the pixmap PACKAGECONFIG option needs to be set in freetype package. Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvncserver: don't enable sasl support by defaultMartin Jansa2020-02-261-1/+0
| | | | | | | * cyrus-sasl is in meta-networking and meta-oe doesn't depend on meta-networking Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnfdragora: Inherit mime-xdgKhem Raj2020-02-211-1/+1
| | | | | | | FIxes QA warning WARNING: dnfdragora-1.0.1+gitAUTOINC+4fef4ce889-r0 do_package_qa: QA Issue: package contains desktop file with key 'MimeType' but does not inhert mime-xdg Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-hunkyfonts: upgrade 0.3.0 -> 0.3.1Zang Ruochen2020-02-211-3/+3
| | | | | | | | Since the new version does not have the file LICENSE, change the LIC_FILES_CHKSUM to COPYRIGHT.TXT. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: Depend on py3 at runtimeKhem Raj2020-02-181-2/+2
| | | | | | | These packages are empty but python scripts generally do not depend on python2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgphoto2: remove executable permission bits of udev rule fileYi Zhao2020-02-171-1/+1
| | | | | | | | | Fixes systemd-udevd warning: systemd-udevd[156]: Configuration file /etc/udev/rules.d/40-libgphoto2.rules is marked executable. Please remove executable permission bits. Proceeding anyway. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkwave: Inherit mime and mime-xdgKhem Raj2020-02-161-3/+3
| | | | | | | | | Use += for depends to not override prior ones Fixes gtkwave-3.3.103: package contains desktop file with key 'MimeType' but does not inhert mime-xdg: gtkwave path '/work/aarch64-yoe-linux/gtkwave/3.3.103-r0/packages-split/gtkwave/usr/share/applications/gtkwave.desktop' [mime-xdg] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Remove dnf dependent package for non-rpm package backendKhem Raj2020-02-131-0/+3
| | | | | | dnf is not built when rpm is not in chosen backends Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: upgrade 351 -> 353Wang Mingyu2020-02-111-3/+3
| | | | | | | Copyright updated: 1996-2018,2019 -> 1999-2019,2020 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: upgrade 2.8.22 -> 2.10.14Andreas Müller2020-02-094-177/+0
| | | | | | | | | | | * patches don't apply any more * get sources from location gimp's homepage suggests * license checksum was changed by replacing http -> https [1] [1] https://gitlab.gnome.org/GNOME/gimp/commit/bab75b7365cc87639cd5aaa9840ebe1f6228d556 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gegl: upgrade 0.3.18 -> 0.4.20Andreas Müller2020-02-092-55/+0
| | | | | | | | | | | | | | | * gegl is GPLv3 now * gegl moved to meson build * move to meta-gnome: latest gimp requires gexiv2 and nothing but gimp depends on gegl * add more PACKAGECONFIGs and change defaults slightly: sdl->sdl2 / add gexiv2 by default because gimp requires it anyway * extend to native: latest gimp requires gegl for manipulation of pngs during build * get sources from location gimp's homepage suggests Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* babl: upgrade 0.1.62 -> 0.1.74Andreas Müller2020-02-091-13/+0
| | | | | | | | | | | * babl moved to meson build * move to meta-gnome: latest gimp requires gexiv2 and nothing but gimp depends on babl * extend to native build for native gegl (next patch) * get sources from location gimp's homepage suggests Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tigervnc: Do not depend on chkconfigKhem Raj2020-02-091-1/+1
| | | | | | This recipe is gone from core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Inherit perlnative for pod2manKhem Raj2020-02-021-1/+1
| | | | | | | replace host version of pod2man perl-native provides, helps in improving reproducability Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openbox: use python 3Max Krummenacher2020-02-022-1/+140
| | | | | Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fontforge: Link with libpython3Khem Raj2020-01-221-2/+5
| | | | | | Helps building with python3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: Remove using python2Khem Raj2020-01-222-2/+2
| | | | | | | This change makes the parsing go though, we still might have build issues, which will be reported in world builds seprately Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fontforge: add mime-xdg to inheritAndreas Müller2020-01-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: add mime-xdg to inheritAndreas Müller2020-01-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fontforge: rework for python3Andreas Müller2020-01-171-5/+3
| | | | | | | | | | * python3native is necessary because configure asks for version. If it uses host's version python modules might be installed in wrong paths * checked: ${PN}-python is packed properly * while at it remove uneccessary (wrong) line: there is no ${PN}-python-dbg Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yad: upgrade 4.1 -> 5.0Wang Mingyu2020-01-121-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl2-ttf: upgrade 2.0.14 -> 2.0.15Wang Mingyu2020-01-122-66/+3
| | | | | | | | | | -License-Update: Copyright year updated to 2019. use.pkg-config.for.freetype2.patch Removed since source is changed. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl2-mixer: upgrade 2.0.2 -> 2.0.4Wang Mingyu2020-01-121-3/+3
| | | | | | | -License-Update: Copyright year updated to 2018. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsdl2-image: upgrade 2.0.3 -> 2.0.5Wang Mingyu2020-01-121-3/+3
| | | | | | | -License-Update: Copyright year updated to 2019. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spirv-tools: Disable WerrorKhem Raj2020-01-111-0/+2
| | | | | | | Using newer compilers e.g. gcc10/clang10 it spews new warnings so its better to disable warning as errors for now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgphoto2: upgrade 2.5.17 -> 2.5.23Wang Mingyu2020-01-101-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkwave: upgrade 3.3.102 -> 3.3.103Wang Mingyu2020-01-101-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gphoto2: upgrade 2.5.14 -> 2.5.23Wang Mingyu2020-01-101-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>