pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/evas-gif Import evas-gif-0.9.9.050 as graphic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9273e5933b0f
branches:  trunk
changeset: 555287:9273e5933b0f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Feb 26 23:44:22 2009 +0000

description:
Import evas-gif-0.9.9.050 as graphics/evas-gif.

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 more.

This is the GIF image loader of Evas.

diffstat:

 graphics/evas-gif/DESCR    |   5 +++++
 graphics/evas-gif/Makefile |  18 ++++++++++++++++++
 graphics/evas-gif/PLIST    |   4 ++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 718b0c26b2cf -r 9273e5933b0f graphics/evas-gif/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-gif/DESCR   Thu Feb 26 23:44:22 2009 +0000
@@ -0,0 +1,5 @@
+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 more.
+
+This is the GIF image loader of Evas.
diff -r 718b0c26b2cf -r 9273e5933b0f graphics/evas-gif/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-gif/Makefile        Thu Feb 26 23:44:22 2009 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 23:44:22 minskim Exp $
+
+PKGNAME=       ${DISTNAME:S/evas/evas-gif/}
+
+COMMENT=       Evas GIF image loader
+
+EVAS_IMAGE_LOADERS=    gif
+
+.include "../../graphics/evas/Makefile.common"
+
+BUILD_DIRS=    src/modules/loaders/gif
+MAKE_FLAGS+=   module_la_LIBADD="\$${PNG_LIBS} ${BUILDLINK_PREFIX.evas}/lib/libevas.la"
+
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/evas/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/libungif/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 718b0c26b2cf -r 9273e5933b0f graphics/evas-gif/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/evas-gif/PLIST   Thu Feb 26 23:44:22 2009 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 23:44:22 minskim Exp $
+lib/evas/modules/loaders/gif/${MODULE_ARCH}/module.la
+@dirrm lib/evas/modules/loaders/gif/${MODULE_ARCH}
+@dirrm lib/evas/modules/loaders/gif



Home | Main Index | Thread Index | Old Index