split up libevas0 into loaders, savers and engines.

SVN revision: 21681
This commit is contained in:
kaethorn 2006-04-01 20:21:40 +00:00 committed by kaethorn
parent f81ce64dbb
commit ca80b9008e
22 changed files with 307 additions and 8 deletions

View File

@ -30,7 +30,7 @@ Package: libevas0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Suggests: evas-bin
Suggests: evas0-debug, libevas0-canvas, libevas0-file, libevas0-data, libevas0-imaging, libevas0-engines
Provides: libevas
Description: enlightenment advanced canvas library
Evas is an advanced canvas library, providing six engines for rendering: X11,
@ -45,13 +45,273 @@ Description: enlightenment advanced canvas library
hardware-accelerated canvas library, or if you want to try out the
applications under development.
Package: evas0-bin
Package: libevas0-engine-fb
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libevas0, libeet0, libfontconfig1
Description: Evas module providingg 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.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
This package contains the Evas engine module for framebuffer rendering.
Package: libevas0-engine-software-x11
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libevas0
Description: Evas module providing the software X11 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.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
This package contains the Evas engine module for software X11 rendering.
Package: libevas0-engine-software-generic
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libevas0, libeet0
Description: Evas module providing the generic software 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.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
This package contains the Evas engine module for generic software
rendering.
Package: libevas0-engine-buffer
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libevas0
Description: Evas module providing the buffer 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.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
This package contains the Evas engine module for buffer rendering.
Package: libevas0-engine-xrender
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libevas0, libeet0
Description: Evas module providing the Xrender 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.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
This package contains the Evas engine module for Xrender.
Package: libevas0-loader-edb
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libevas0, libeet0
Description: Evas module providing the Edb loader
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.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
This package contains the Evas loader module for Edb.
Package: libevas0-loader-eet
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libevas0, libeet0
Description: Evas module providing the Eet loader
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.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
This package contains the Evas loader module for Eet.
Package: libevas0-loader-png
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libevas0, libeet0
Description: Evas module providing the PNG loader
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.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
This package contains the Evas loader module for PNG.
Package: libevas0-loader-jpeg
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libevas0, libeet0
Description: Evas module providing the JPEG loader
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.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
This package contains the Evas loader module for JPEG.
Package: libevas0-saver-edb
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libevas0, libeet0
Description: Evas module providing the Edb saver
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.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
This package contains the Evas saver module for Edb.
Package: libevas0-saver-eet
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libevas0, libeet0
Description: Evas module providing the Eet saver
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.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
This package contains the Evas saver module for Eet.
Package: libevas0-saver-png
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libevas0, libeet0
Description: Evas module providing the PNG saver
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.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
This package contains the Evas saver module for PNG.
Package: libevas0-saver-jpeg
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, libevas0, libeet0
Description: Evas module providing the JPEG saver
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.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
This package contains the Evas saver module for JPEG.
Package: evas0-debug
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Provides: evas-bin
Provides: evas-bin, evas0-bin, evas-debug
Conflicts: evas0-bin
Description: Programs for libevas
This package provides programs packaged with evas.
This package provides test programs packaged with evas.
.
Evas is an advanced canvas library, providing six engines for rendering: X11,
OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
and Qtopia.
.
This new version of evas is much more cleaner, compact and portable; and has
Ipaq support. The Ipaq version of the library is just 191Kb in size!
.
Due to its simple API, evas can be developed with rapidly, and cleanly.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
Package: libevas0-all
Section: graphics
Architecture: any
Depends: libevas0-engine-buffer, libevas0-engine-fb, libevas0-engine-software-generic, libevas0-engine-software-x11, libevas0-engine-xrender, libevas0-loader-edb, libevas0-loader-eet, libevas0-loader-jpeg, libevas0-loader-png, libevas0-saver-edb, libevas0-saver-eet, libevas0-saver-jpeg, libevas0-saver-png
Description: virtual package providing all available Evas modules
This is a virtual package providing all available Evas modules.
.
Evas is an advanced canvas library, providing six engines for rendering: X11,
OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
and Qtopia.
.
This new version of evas is much more cleaner, compact and portable; and has
Ipaq support. The Ipaq version of the library is just 191Kb in size!
.
Due to its simple API, evas can be developed with rapidly, and cleanly.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
Package: libevas0-engines-all
Section: graphics
Architecture: any
Depends: libevas0-engine-buffer, libevas0-engine-fb, libevas0-engine-software-generic, libevas0-engine-software-x11, libevas0-engine-xrender
Description: virtual package providing all available Evas engines
This is a virtual package providing all available Evas engine modules.
.
Evas is an advanced canvas library, providing six engines for rendering: X11,
OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
and Qtopia.
.
This new version of evas is much more cleaner, compact and portable; and has
Ipaq support. The Ipaq version of the library is just 191Kb in size!
.
Due to its simple API, evas can be developed with rapidly, and cleanly.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
Package: libevas0-loaders-all
Section: graphics
Architecture: any
Depends: libevas0-loader-edb, libevas0-loader-eet, libevas0-loader-jpeg, libevas0-loader-png
Description: virtual package providing all available Evas loaders
This is a virtual package providing all available Evas loader modules.
.
Evas is an advanced canvas library, providing six engines for rendering: X11,
OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
and Qtopia.
.
This new version of evas is much more cleaner, compact and portable; and has
Ipaq support. The Ipaq version of the library is just 191Kb in size!
.
Due to its simple API, evas can be developed with rapidly, and cleanly.
Install evas if you want to develop applications against the only
hardware-accelerated canvas library, or if you want to try out the
applications under development.
Package: libevas0-savers-all
Section: graphics
Architecture: any
Depends: libevas0-saver-edb, libevas0-saver-eet, libevas0-saver-jpeg, libevas0-saver-png
Description: virtual package providing all available Evas savers
This is a virtual package providing all available Evas saver modules.
.
Evas is an advanced canvas library, providing six engines for rendering: X11,
OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows

View File

@ -1,7 +1,7 @@
This package was debianized by E17 Debian Team <debian@edevelop.org> on
Mon, 13 Mar 2006 14:32:33 +0000.
The source code is from the e17/libs/ebits module of the enlightenment CVS
The source code is from the e17/libs/evas module of the enlightenment CVS
tree. For more information, see:
http://www.enlightenment.org/cvs.html

View File

@ -0,0 +1,2 @@
debian/tmp/usr/bin/evas_*
debian/tmp/usr/share/evas/*

View File

View File

@ -1,6 +1,31 @@
debian/tmp/usr/bin/evas-config
debian/tmp/usr/include/*
debian/tmp/usr/lib/lib*.a
debian/tmp/usr/lib/lib*.so
debian/tmp/usr/lib/lib*.la
debian/tmp/usr/lib/pkgconfig/*
debian/tmp/usr/lib/evas/modules/engines/fb/linux-gnu-*/*.a
debian/tmp/usr/lib/evas/modules/engines/fb/linux-gnu-*/*.la
debian/tmp/usr/lib/evas/modules/engines/software_x11/linux-gnu-*/*.a
debian/tmp/usr/lib/evas/modules/engines/software_x11/linux-gnu-*/*.la
debian/tmp/usr/lib/evas/modules/engines/software_generic/linux-gnu-*/*.a
debian/tmp/usr/lib/evas/modules/engines/software_generic/linux-gnu-*/*.la
debian/tmp/usr/lib/evas/modules/engines/buffer/linux-gnu-*/*.a
debian/tmp/usr/lib/evas/modules/engines/buffer/linux-gnu-*/*.la
debian/tmp/usr/lib/evas/modules/engines/xrender_x11/linux-gnu-*/*.a
debian/tmp/usr/lib/evas/modules/engines/xrender_x11/linux-gnu-*/*.la
debian/tmp/usr/lib/evas/modules/loaders/edb/linux-gnu-*/*.a
debian/tmp/usr/lib/evas/modules/loaders/edb/linux-gnu-*/*.la
debian/tmp/usr/lib/evas/modules/loaders/eet/linux-gnu-*/*.a
debian/tmp/usr/lib/evas/modules/loaders/eet/linux-gnu-*/*.la
debian/tmp/usr/lib/evas/modules/loaders/png/linux-gnu-*/*.a
debian/tmp/usr/lib/evas/modules/loaders/png/linux-gnu-*/*.la
debian/tmp/usr/lib/evas/modules/loaders/jpeg/linux-gnu-*/*.a
debian/tmp/usr/lib/evas/modules/loaders/jpeg/linux-gnu-*/*.la
debian/tmp/usr/lib/evas/modules/savers/eet/linux-gnu-*/*.a
debian/tmp/usr/lib/evas/modules/savers/eet/linux-gnu-*/*.la
debian/tmp/usr/lib/evas/modules/savers/edb/linux-gnu-*/*.a
debian/tmp/usr/lib/evas/modules/savers/edb/linux-gnu-*/*.la
debian/tmp/usr/lib/evas/modules/savers/png/linux-gnu-*/*.a
debian/tmp/usr/lib/evas/modules/savers/png/linux-gnu-*/*.la
debian/tmp/usr/lib/evas/modules/savers/jpeg/linux-gnu-*/*.a
debian/tmp/usr/lib/evas/modules/savers/jpeg/linux-gnu-*/*.la

View File

@ -0,0 +1 @@
debian/tmp/usr/lib/evas/modules/engines/buffer/linux-gnu-*/*.so

View File

@ -0,0 +1 @@
debian/tmp/usr/lib/evas/modules/engines/fb/linux-gnu-*/*.so

View File

@ -0,0 +1 @@
debian/tmp/usr/lib/evas/modules/engines/software_generic/linux-gnu-*/*.so

View File

@ -0,0 +1 @@
debian/tmp/usr/lib/evas/modules/engines/software_x11/linux-gnu-*/*.so

View File

@ -0,0 +1 @@
debian/tmp/usr/lib/evas/modules/engines/xrender_x11/linux-gnu-*/*.so

View File

@ -0,0 +1 @@
debian/tmp/usr/lib/evas/modules/loaders/edb/linux-gnu-*/*.so

View File

@ -0,0 +1 @@
an/tmp/usr/lib/evas/modules/loaders/eet/linux-gnu-*/*.so

View File

@ -0,0 +1 @@
debian/tmp/usr/lib/evas/modules/loaders/jpeg/linux-gnu-*/*.so

View File

@ -0,0 +1 @@
debian/tmp/usr/lib/evas/modules/loaders/png/linux-gnu-*/*.so

View File

@ -0,0 +1 @@
debian/tmp/usr/lib/evas/modules/savers/edb/linux-gnu-*/*.so

View File

@ -0,0 +1 @@
debian/tmp/usr/lib/evas/modules/savers/eet/linux-gnu-*/*.so

View File

@ -0,0 +1 @@
debian/tmp/usr/lib/evas/modules/savers/jpeg/linux-gnu-*/*.so

View File

@ -0,0 +1 @@
debian/tmp/usr/lib/evas/modules/savers/png/linux-gnu-*/*.so

View File

@ -1,2 +1 @@
debian/tmp/usr/lib/lib*.so.*
debian/tmp/usr/lib/evas/modules/*
debian/tmp/usr/lib/libevas.so*