efl/src/static_libs/rg_etc
Marcel Hollerbach 46d464e5bf here comes meson
a new shiny buildtool that currently completes in the total of ~ 4 min..
1 min. conf time
2:30 min. build time
Where autotools takes:
1:50 min. conf time
3:40 min. build time.

meson was taken because it went quite good for enlightenment, and is a traction gaining system that is also used by other mayor projects. Additionally, the DSL that is defined my meson makes the configuration of the builds a lot easier to read.

Further informations can be gathered from the README.meson

Right now, bindings & windows support are missing.

It is highly recommented to use meson 0.48 due to optimizations in meson
that reduced the time the meson call would need.

Co-authored-by: Mike Blumenkrantz <zmike@samsung.com>

Differential Revision: https://phab.enlightenment.org/D7012
Depends on D7011
2018-10-02 17:22:50 +02:00
..
CMakeLists.txt
README
etc2_encoder.c
meson.build here comes meson 2018-10-02 17:22:50 +02:00
rg_etc1.c
rg_etc1.h
rg_etc2.c

README

Copyright notice for rg_etc1.

rg-etc1 has been originally written by Rich Geldreich <richgel99@gmail.com>
in C++ and then converted to plain C by the EFL team to fit the rest of
the EFL.

The original code comes from:
https://code.google.com/p/rg-etc1/

For the ZLIB license below, see http://opensource.org/licenses/Zlib

Copyright (c) 2012 Rich Geldreich

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.

3. This notice may not be removed or altered from any source distribution.