pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/evas



Module name:    wip
Committed by:   roelants
Date:           Sun Dec 30 19:28:50 UTC 2012

Modified Files:
        wip/evas: DESCR Makefile PLIST buildlink3.mk distinfo
Added Files:
        wip/evas: Makefile.common PLIST.cserve

Log Message:
Import evas-1.7.4 as wip/evas.

Evas is a clean display canvas API for several target display
systems that can draw anti-aliased text, smooth super and sub-sampled
scaled images, alpha-blend objects and much more.

It abstracts any need to know much about what the characteristics
of your display system are or what graphics calls are used to draw
them and how. It deals on an object level where all you do is create
and manipulate objects in a canvas, set their properties, and the
rest is done for you.

Evas optimises the rendering pipeline to minimise effort in redrawing
changes made to the canvas and so takes this work out of the
programmers hand, saving a lot of time and energy.

It's small and lean, designed to work on embedded systems all the
way to large and powerful multi-cpu workstations. It can be compiled
to only have the features you need for your target platform if you
so wish, thus keeping it small and lean. It has several display
back-ends, letting it display on several display systems, making
it portable for cross-device and cross-platform development.

To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/evas/Makefile.common wip/evas/PLIST.cserve
cvs -z3 rdiff -u -r1.12 -r1.13 wip/evas/distinfo
cvs -z3 rdiff -u -r1.15 -r1.16 wip/evas/PLIST
cvs -z3 rdiff -u -r1.18 -r1.19 wip/evas/buildlink3.mk
cvs -z3 rdiff -u -r1.30 -r1.31 wip/evas/Makefile
cvs -z3 rdiff -u -r1.4 -r1.5 wip/evas/DESCR

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/evas/Makefile.common?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/evas/PLIST.cserve?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/evas/distinfo?r1=1.12&r2=1.13
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/evas/PLIST?r1=1.15&r2=1.16
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/evas/buildlink3.mk?r1=1.18&r2=1.19
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/evas/Makefile?r1=1.30&r2=1.31
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/evas/DESCR?r1=1.4&r2=1.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index