summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* glcompbench: Fix build with gcc7Khem Raj2017-04-262-1/+33
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gimp: update 2.8.18 -> 2.8.20Andreas Müller2017-04-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fbida: Fix compile-host-path errorMarek Vasut2017-04-182-1/+37
| | | | | | | | Remove the explicit reference to /usr/local/* in Variables.mk. This is completely bogus and causes failure during cross-compilation. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add removal date to PNBLACKLIST messagesMartin Jansa2017-04-0513-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | * based on discussion in pndeprecated thread: https://patchwork.openembedded.org/patch/137573/ update the messages to warn possible users that the recipe will be removed before the end of the next development cycle (before Yocto 2.4 is released). * updated with: sed -i 's/^\(PNBLACKLIST.*".*\)"/\1 - the recipe will be removed on 2017-09-01 unless the issue is fixed"/g' `git grep PNBLACKLIST | sed 's/:.*//g' | sort -u | xargs` * then noticed couple recipes being blacklisted only based on DISTRO_FEATURES, so removed those: meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb meta-oe/recipes-navigation/gypsy/gypsy.inc meta-oe/recipes-navigation/navit/navit.inc meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb * if it isn't fixed by this date, it's fair game to be removed whenever someone gets around to i Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xdotool: prevent compile-host-path QA issuesMartin Jansa2017-04-051-1/+1
| | | | | | | | | | | | | | | | | | * as shown in the log.do_compile: cc1: warning: include location "/usr/local/include" is unsafe for cross-compilation [-Wpoison-system-directories] * it's caused by Makefile doing: DEFAULT_LIBS=-L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXtst DEFAULT_INC=-I/usr/X11R6/include -I/usr/local/include LIBS=$(shell pkg-config --libs x11 xtst 2> /dev/null || echo "$(DEFAULT_LIBS)") INC=$(shell pkg-config --cflags x11 xtst 2> /dev/null || echo "$(DEFAULT_INC)") which always uses the DEFAULT_* since RSS, because there was no pkg-config in the recipe sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lxdm: Find libexecinfo if its on platformKhem Raj2017-04-052-7/+45
| | | | | | fixes build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ttf-liberation-sans-narrow: use pagure.org instead of retired fedorahosted.orgMartin Jansa2017-03-311-1/+1
| | | | | | * https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-abyssinica: fix SRC_URIMartin Jansa2017-03-311-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glm: Fix rootfs error for glm-dev installTom Hochstein2017-03-311-0/+1
| | | | | | | | Since glm is header only, the default RDEPENDS from glm-dev to glm causes a rootfs error. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glm: Add recipe for OpenGL Mathematics libraryTom Hochstein2017-03-111-0/+21
| | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* assimp: Add missing dependency on virtual/libglTom Hochstein2017-03-111-1/+1
| | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Make use of the new bb.utils.filter() functionPeter Kjellerstedt2017-03-072-8/+8
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmng: fix duplicate dependency on lcms + misc cleanupAndre McCurdy2017-03-071-4/+5
| | | | | | | | | The dependency on lcms is handled via the PACKAGECONFIG option, so doesn't need to be hardcoded in DEPENDS. Also update HOMEPAGE, add support for libmng-native and fix typo in PACKAGECONFIG[lcms]. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* font-bh-100dpi: update depends to fix builds with RSSDerek Straka2017-02-281-3/+1
| | | | | | | | Resolves build issue exposed by RSS See http://errors.yoctoproject.org/Errors/Details/130624/ Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* font-bh-lucidatypewriter-100dpi: update depends to fix builds with RSSDerek Straka2017-02-281-3/+1
| | | | | | | | Resolves build issue exposed by RSS See http://errors.yoctoproject.org/Errors/Details/130625/ Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* font-misc-misc: update depends to fix builds with RSSDerek Straka2017-02-281-3/+1
| | | | | | | | Resolves build issue exposed by RSS See http://errors.yoctoproject.org/Errors/Details/130628/ Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* font-adobe-utopia-100dpi: update depends to fix builds with RSSDerek Straka2017-02-281-3/+1
| | | | | | | | Resolves build issue exposed by RSS See http://errors.yoctoproject.org/Errors/Details/130623/ Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* font-adobe-100dpi: update depends to fix builds with RSSDerek Straka2017-02-281-3/+1
| | | | | | | | Resolves build issue exposed by RSS See http://errors.yoctoproject.org/Errors/Details/130621/ Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-input-tslib: Replace 'lib' with ${nonarch_base_libdir} for placing udev ↵Amarnath Valluri2017-02-231-3/+3
| | | | | | | rules. Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgphoto: Replace 'lib' with ${nonarch_base_libdir}Amarnath Valluri2017-02-231-1/+1
| | | | | | | | Make use of bitbake variable for udev ruls folder. This change makes the recipe more portable. Signed-off-by: Amarnath Valluri <amarnath.valluri@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fontforge: update 20150824 -> 20161012Andreas Müller2017-02-231-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* fontforge: add gettext to inherit and unblacklistAndreas Müller2017-02-231-3/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* fbgrab: Update to latest versionGary Thomas2017-02-221-4/+2
| | | | | | | | Update to version 1.3 (2015-06-06) Drop setting ${S} - not needed since package now uses standard path Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gimp: add libxslt-native to DEPENDS and unblacklistAndreas Müller2017-02-221-2/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smbnetfs gnome-disk-utility contacts kexecboot ↵Martin Jansa2017-02-131-0/+2
| | | | | | | | | | | initramfs-kexecboot-klibc-image system-config-keyboard system-setup-keyboard geany geany-plugins efivar efibootmgr gimp system-config-keyboard tumbler: Blacklist * fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111173.html http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111180.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: blacklist recipes runtime depending on blacklisted recipesMartin Jansa2017-02-131-0/+10
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-edbus exquisite elementary libeweather unionfs-fuse xfsprogs gmtk ↵Martin Jansa2017-02-1313-0/+26
| | | | | | | | | devilspie2 gnome-backgrounds gnome-desktop gnome-mime-data gtk-engines gtksourceview2 libgnomekbd libidl-native onboard libgpewidget ubi-utils-klibc kexec-tools-klibc gupnp-igd gupnp-tools dvb-apps gstreamer mpd crda netcat-openbsd wireshark gnokii libmbim mosh networkmanager-openvpn libtelepathy dbus-daemon-proxy libdbus-c++ php vala-dbus-binding-tool collectd libgxim pywbem gtkhtml2 fbida fontforge libsexy wayland-fits xstdcmap xf86-video-glamo font-adobe-100dpi font-adobe-utopia-100dpi font-bh-100dpi font-bh-lucidatypewriter-100dpi font-misc-misc crash a2jmidid libsdl2-mixer libsdl-mixer minidlna sylpheed libsdl2-ttf libsdl-ttf ode pidgin postgresql syslog-ng usb-modeswitch xdg-user-dirs gateone python3-cryptography-vectors python3-ndg-httpsclient python-cryptography-vectors python-pbr bundler netdata menulibre openzone xfce4-verve-plugin iperf terminus-font xf86-video-nouveau ipmiutil klibc-utils pmbw multipath-tools gparted, gnome-system-monitor, php, vala-dbus-binding-tool, gtkmathview, lmsensors, postgresql: Blacklist * fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gegl: fix buildAndreas Müller2017-02-131-0/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove some more True options to getVar callsAndre McCurdy2017-02-131-1/+1
| | | | | | | | | | | getVar() now defaults to expanding by default, thus remove the True option from getVar() calls. Fix a small number of cases not addressed by the original patch: http://git.openembedded.org/meta-openembedded/commit/?id=efd3696e70a6603f1a45faa4a172433514f0a487 Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgphoto2: remove bash runtime dependency.Ismo Puustinen2017-02-132-1/+150
| | | | | | | | The bash scripts in upstream were converted to sh scripts. This allows dropping the strict bash runtime dependency. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pangomm: update 2.36.0 -> 2.40.1Andreas Müller2017-01-251-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cairomm: update 1.11.2 -> 1.12.0Andreas Müller2017-01-252-16/+15
| | | | | | | Sources are found at gnome so use gnomebase. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-ati: upgrade to 7.8.0Belal, Awais2017-01-101-2/+2
| | | | | | | | This updates the package version from 7.6.1 to 7.8.0 which fixes the current do_compile failures as well. Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* directfb: Disable vdpau x11 spportKhem Raj2016-12-261-0/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gimp: Enable libmng pluginsKhem Raj2016-12-261-0/+1
| | | | | | | Now we have libmng recipe, therefore add support for libmng plugin Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmng: Add recipeKhem Raj2016-12-261-0/+22
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libvncserver: Fix build with security flags on and disable libvaKhem Raj2016-12-132-0/+24
| | | | | | | | | | | When libva is present it detects it and then fails to build until the support is fixed, lets disable it Add a patch to fix issue found when compiling with security flags turned on Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-common: Don't install some Xsession filesJussi Kukkonen2016-12-025-82/+32
| | | | | | | | | | | | The goal is that the graphical_init_manager (xserver-nodm-init) provides Xsession (and some basic scripts) and that xserver-common can then provide additional Xsession scripts. Remove the Xsession files that xserver-nodm-init installs. Bump PR so xserver-nodm-init can RCONFLICT with old one. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-nodm-init-2.0: Remove recipeJussi Kukkonen2016-12-025-464/+0
| | | | | | | | | The version in oe-core should now do everything this one does with one exception: it does not RDEPEND on xserver-common. This dependency now needs to be set explicitly. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove True option to getVar callsJoshua Lock2016-12-021-1/+1
| | | | | | | | | getVar() now defaults to expanding by default, thus remove the True option from getVar() calls with a regex search and replace. Search made with the following regex: getVar ?\(( ?[^,()]*), True\) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
* libvdpau: Add recipeKoen Kooi2016-11-261-0/+23
| | | | | | | Needed for x86 machines Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: rename the download fileJackie Huang2016-11-231-1/+1
| | | | | | | Rename the download file to avoid collisions in DL_DIR. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-abyssinica: update SRC_URIHongxu Jia2016-11-231-1/+1
| | | | | | | The SRC_URI is unable to fetch, update to a valid one. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xterm: package /usr/lib/X11 to avoid installed-vs-shipped error on ppc64Ting Liu2016-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | | commit 'ad5d2ff6c782a3319aedc25cc641574e39328460 xterm: 308 -> 320' changed FILES_${PN} from "/usr/lib/X11" to "${libdir}/X11". This leads to QA issue on ppc64 which defines libdir as /usr/lib64: ERROR: QA Issue: xterm: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/X11 /usr/lib/X11/app-defaults /usr/lib/X11/app-defaults/UXTerm /usr/lib/X11/app-defaults/KOI8RXTerm-color /usr/lib/X11/app-defaults/XTerm-color /usr/lib/X11/app-defaults/UXTerm-color /usr/lib/X11/app-defaults/KOI8RXTerm /usr/lib/X11/app-defaults/XTerm Restore the setting of FILES_${PN} to package the installed ASCII text files. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glcompbench: Demand c++11 explicitlyKhem Raj2016-10-262-1/+48
| | | | | | | | Helps in fixing build issues when default std of C++ compiler is older Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tesseract: upgrade to 3.04Juhee Cho2016-10-2169-623/+46
| | | | | | | | * use do_split_packages instead of many separate recipes * fetch from github Signed-off-by: Juhee Cho <juhee.cho@lge.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* leptonica: add PACKAGECONFIG for giflibJuhee Cho2016-10-211-2/+3
| | | | | | | * make it easier to disable giflib Signed-off-by: Juhee Cho <juhee.cho@lge.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-lklug: use fedora24 for sourceJoe Slater2016-10-051-1/+1
| | | | | | | | | | The checksums of the fedora25 rpm do not match those in the recipe. We use the fedora24 version instead. The extracted gz file is the same for both versions. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gimp: update to 2.8.18Andreas Müller2016-09-261-3/+19
| | | | | | | | | rework DEPENDS: * multiple lines * add intltool-native Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tslib: move recipe from oe-coreMaxin B. John2016-09-263-0/+86
| | | | | | | Move tslib recipe from oe-core layer. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>