aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
AgeCommit message (Collapse)Author
2015-07-30libxaw: upgrade 1.0.10 -> 1.0.13Li xin
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-07-30gphoto2: Adds recipe for gphoto2 2.5.8Andreas Baak
gphoto2 is a command line frontend for libgphoto2. The patch 0001-configure.ac-remove-AM_PO_SUBDIRS is very similar to the corresponding patch in the libgphoto2 recipe and is required to make the tool compile. Without the patch 0002-Look-for-popt-with-GP_CHECK_LIBARY-function, the popt library would be taken from the host system. In the EXTRA_OECONF, the --with-jpeg-prefix is required to avoid the host system's jpeg library to be found. --without-cdk is required since the cdk headers are not found anywhere. According to gphoto2's configure.ac file, removing cdk removes "interactive access to the camera's configuration". Pure pure command-line access is retained, though. Signed-off-by: Andreas Baak <andreas.baak@gmail.com>
2015-07-30libgphoto2: update to 2.5.8Andreas Baak
- Added build dependencies zlib and libxml2 - Adapted 0001-configure-ac-remove-AM_PO_SUBDIRS.patch - Removed patch allow.to.disable.gd.patch: Removing libgd is now possible using the configure flag "--without-gdlib" - Regenerated .fdi and .rules files Signed-off-by: Andreas Baak <andreas.baak@gmail.com>
2015-07-30bdftopcf: upgrade 1.0.4 -> 1.0.5Li xin
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-07-16ttf-tlwg: new recipeJonathan Liu
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-07-16qrencode: new recipeJonathan Liu
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-07-16fontforge: add x11 to REQUIRED_DISTRO_FEATURES for target build which ↵Martin Jansa
depends on libxi Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-07-16ttf-wqy-zenhei: update to 0.9.45Jonathan Liu
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-07-16gegl, crash, libsecret, mpg123, tinymembench, gammu, mosh, llvm3.3, ↵Martin Jansa
breakpad, php, mozjs, libopus: disable thumb where it fails for qemuarm Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-06-23meta-oe: fix the install dir for udev rules and filesYi Zhao
When enable multilib, some packages try to install udev rules and related files into /lib64/udev/ directory. But these files should be installed in /lib/udev/ directory even on multilib. Use ${nonarch_base_libdir} instead of ${base_libdir} to fix it. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2015-06-17tesseract-lang.inc: set ${S} to fix the QA warningYi Zhao
The ${S} is not set in the recipe cause the QA warning: WARNING: tesseract-lang-eng: the directory ${WORKDIR}/${BP} (/buildarea2/build/tmp/work/all-poky-linux/tesseract-lang-eng/3.02-r0/tesseract-lang-eng-3.02) pointed to by the S variable doesn't exist - please set S within the recipe to point to where the source has been unpacked to Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2015-06-17xdotool: pass correct libdir to makeYi Zhao
When MACHINE=qemux86-64 and enable multilib: ERROR: QA Issue: xdotool: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libxdo.so /usr/lib/libxdo.so.1 /usr/lib/.debug /usr/lib/.debug/libxdo.so.1 Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Pass the correct libdir to make, otherwise it assumes $prefix/lib even on multilib. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2015-06-17openjpeg: pass correct libdir to cmakeYi Zhao
When MACHINE=qemux86-64 and enable multilib: ERROR: QA Issue: openjpeg: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libopenjp2.so /usr/lib/libopenjp2.so.2.1.0 /usr/lib/libopenjp2.so.7 /usr/lib/.debug /usr/lib/pkgconfig /usr/lib/.debug/libopenjp2.so.2.1.0 /usr/lib/pkgconfig/libopenjp2.pc Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Pass the correct libdir configuration option to cmake. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2015-05-28openjpeg: initial add 2.1.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-05-28fontforge: add 20141126Andreas Müller
Have this recipe in my meta-qt5-extra but would be happy to get it under the hood of Martin's world. It started with the native part to build kde's oxygen-fonts but maybe somebody likes to have it on target. Tested native part by gazillions of builds / target part in xfce environment. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-05-13pangomm: Use http instead of ftp for SRC_URIKhem Raj
Fixes fetch failures Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-13xbitmaps: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-13takao-fonts: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-13fbgrab: fix PN -> BPN for multilibYi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-11xterm: fix issue with SRC_URIArmin Kuster
ftp server not responding. WARNING: Failed to fetch URL ftp://invisible-island.net/xterm/xterm-303.tgz, attempting MIRRORS if available ERROR: Fetcher failure: Fetch command failed with exit code 4, no output ERROR: Function failed: Fetcher failure for URL: 'ftp://invisible-island.net/xterm/xterm-303.tgz'. Unable to fetch URL from any source. Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-05-11fbida: Fix QA warningsArmin Kuster
WARNING: QA Issue: fbida requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-04-13fbida: update to 2.10Matthieu CRAPET
This release fixes QA Issue [file-rdeps] Changes: - fix HAVE_LIBUNGIF => HAVE_LIBGIF - add "curl" and "webp" to PACKAGECONFIG Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-03xbitmaps: fix build warning.Bian Naimeng
Can't install xbitmaps-dev-1.1.1-r0: no package provides xbitmaps = 1.1.1-r0 Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-02-19gimp: update to 2.8.14 / fix build by not configuring with freetype-configAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-02-19xmessage: initial add 1.0.4Andreas Müller
kde-plasma startscript uses xmessage and it might be useful for others Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-02-12lxdm: RDEPEND on libsvg-gtkDan McGregor
The theme uses svg files. If libsvg-gtk isn't available lxdm still runs, but throws a bunch of pixbuf errors. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-02-12xserver-nodm-init: only enable for runlevel 5Dan McGregor
Runlevel 5 is traditionally graphical. If it starts in runlevel 2 or 3 systemd gets confused and adds it as a dependency of the multi-user target, not just the graphical target. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-02-12recipes: add x11 to required DISTRO_FEATURESMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-31ttf-sazanami: Fix license format QA errorOtavio Salvador
Fix following QA error: ,---- | WARNING: Recipe ttf-sazanami, LICENSE (Public domain) has invalid | format, LICENSES must have operator "([&|() ])" between them. `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-17xf86-video-glamo: fix build with xserver 1.16Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-17PNBLACKLIST: use weak assignmentsMartin Jansa
* this makes it easier to unblacklist it from local.conf which is parsed before the recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-09xkbutils: Add new recipeQian Lei
xkbutils is a collection of small utilities utilizing the XKeyboard (XKB) extension to the X11 protocol. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-09twm: Upgrade to 1.0.8Qian Lei
Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-09xserver-common: disable TCP connectionsJavier Viguera
For security reasons disable TCP connections to the xserver. Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-09takao-fonts: add new recipeLi xin
Takao Fonts are a community developed derivatives of IPA Fonts. IPA Fonts are high quality Japanese outline fonts developed by Information-technology Promotion Agency,Japan(called IPA for short). Homepage: https://launchpad.net/takao-fonts Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24iceauth: upgrade to 1.0.6Li xin
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24setxkbmap: upgrade to 1.3.0Li xin
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24xkbprint: Add new recipeQian Lei
xkbprint generates a printable or encapsulated PostScript description of an XKB keyboard description. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24xkbevd: Add new recipeQian Lei
The xkbevd event daemon listens for specified XKB events and executes requested commands if they occur. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24xgamma: Add new recipesQian Lei
xgamma allows X users to query and alter the gamma correction of a monitor via the X video mode extension (XFree86-VidModeExtension). Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24xrdb: Update to 1.1.0Qian Lei
Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24xwud: Add new recipeQian Lei
xwud allows X users to display in a window an image saved in a specially formatted dump file, such as produced by xwd. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24xstdcmap: Add new recipeQian Lei
The xstdcmap utility can be used to selectively define standard colormap properties. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24xsetroot: Add new recipeQian Lei
xsetroot is a root window parameter setting utility for X. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24xsetmode: Add new recipeQian Lei
xsetmode sets the mode of an XInput device to either absolute or relative. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24xrefresh: Add new recipeQian Lei
xrefresh refreshes all or part of an X screen. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24xlsclients: Add new recipeQian Lei
xlsclients is a utility for listing information about the client applications running on a X11 server. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-11-24xlsatoms: Add new recipeQian Lei
xlsatoms lists the interned atoms defined on an X11 server. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-10-16libgphoto2: add bash to RDEPENDSAndreas Müller
fix libgphoto2-2.4.11: libgphoto2 requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2014-10-10lxdm: update to latest sources and fixesAndreas Müller
* /etc/lxdm/lxdm.conf was empty since out of tree build causing greeter not started * pam is now an option to configure - set it based upon distro feature * bash was added to RDEPENDS - it is required by /etc/lxdm/Xsession Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>