evas 1.7.7-4ubuntu1 source package in Ubuntu

Changelog

evas (1.7.7-4ubuntu1) trusty; urgency=medium

  [ Jackson Doak ]
  * Merge from Debian unstable.  Remaining changes:
    - debian/rules:
      + Change OpenGL backend from GL to GLES 2 for ARM.
      + Enable runtime shader compiler for GLES.

  [ Michael Terry ]
  * debian/control: B-D on libgles2-mesa-dev on arm platforms

evas (1.7.7-4) unstable; urgency=medium

  * add patch to fix FTBFS due to incorrect freetype includes (Closes: #731657)
  * debian/libevas-dev.install: be more specific about what we install

evas (1.7.7-3) unstable; urgency=low

  * debian/libevas1.symbols: fix arch-specific symbols, fixes FTBFS on non-x86
  * debian/libevas1.symbols: remove cserve(2) symbols, fixes FTBFS on non-linux
    cserve2 is only available on Linux because of its use of Linux-specfic
    features, and we never shipped either cserve or cserve2 in the packages
    so disable them in the build

evas (1.7.7-2) unstable; urgency=low

  * Add Multi-Arch support
  * Add a symbols file for libevas1
  * debian/rules: use dh -indep target to build doc instead of hand-rolled code
  * debian/control: fix a couple minor typos (Closes: #699762, #700458)
  * debian/control: B-D on libtiff-dev, not libtiff4-dev (Closes: #723150)
  * debian/control: B-D on regular GL, not GLES (Closes: #715275)
    We don't use GLES anyway, as evas would need to be compiled to support a
    particular falvour of GLES
  * debian/control: B-D on autoreconf to get up-to-date autofoo
 -- Michael Terry <email address hidden>   Tue, 14 Jan 2014 13:13:53 -0500

Upload details

Uploaded by:
Michael Terry
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
evas_1.7.7.orig-generic-loaders.tar.gz 245.8 KiB 4eef549641d26b921f564169af1f21f7854431f523897cd167d3c3c860e854aa
evas_1.7.7.orig.tar.gz 9.7 MiB ea8403d58cd079a651c515e76d7812deb0f7c2f41bb9807b3040a023b2fba78c
evas_1.7.7-4ubuntu1.debian.tar.gz 13.2 KiB b188e4d7c4ca186f831483bf57ff74c906eabb95c25e3ac66cd440b71facc02d
evas_1.7.7-4ubuntu1.dsc 2.4 KiB 10ebce7e541fcf41ce469eed2711926b0211336b9284b9429e6c45cba04610b6

Available diffs

View changes file

Binary packages built by this source

libevas-dbg: enlightenment advanced canvas library

 Evas is an advanced canvas library, providing six engines for rendering: X11,
 OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
 and Qtopia.
 .
 This package contains unstripped shared libraries. It is provided primarily
 to provide a backtrace with names in a debugger, this makes it somewhat
 easier to interpret core dumps. The libraries are installed in
 /usr/lib/debug and are automatically used by gdb.

libevas-dev: Enlightenment DR17 advanced canvas library development files

 Evas is an advanced canvas library, providing six engines for rendering: X11,
 OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
 and Qtopia.
 .
 Due to its simple API, evas can be developed with rapidly, and cleanly.
 .
 This package provides headers and static libraries required to develop against
 evas.

libevas-doc: Evas API Documentation

 Evas is an advanced canvas library, providing six engines for rendering: X11,
 OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
 and Qtopia.
 Due to its simple API, evas can be developed with rapidly, and cleanly.
 .
 This package provides development documentation (html and manpages) for the
 Evas library.

libevas1: Enlightenment DR17 advanced canvas library

 Evas is an advanced canvas library, providing six engines for rendering: X11,
 OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
 and Qtopia.
 .
 Due to its simple API, evas can be developed with rapidly, and cleanly.
 .
 This package contains the core library and a set of image loaders and/or savers
 for various formats: eet, gif, jpeg, png, svg, tiff and xpm

libevas1-engine-fb: Evas module providing the Framebuffer engine

 Evas is an advanced canvas library, providing six engines for rendering: X11,
 OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
 and Qtopia.
 Due to its simple API, evas can be developed with rapidly, and cleanly.
 .
 This package contains the framebuffer Evas engine module.

libevas1-engines-core: Evas module providing the framebuffer render engine

 Evas is an advanced canvas library, providing six engines for rendering: X11,
 OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
 and Qtopia.
 Due to its simple API, evas can be developed with rapidly, and cleanly.
 .
 This package contains the core Evas engine modules:
  - buffer
  - software/generic

libevas1-engines-x: Evas module providing the X11 engines

 Evas is an advanced canvas library, providing six engines for rendering: X11,
 OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
 and Qtopia.
 Due to its simple API, evas can be developed with rapidly, and cleanly.
 .
 This package contains the X11-related Evas engine modules:
  - GL/X11
  - Software/X11 (Xlib/XCB)