diff options
author | stas <stas@FreeBSD.org> | 2008-03-12 05:13:53 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-03-12 05:13:53 +0800 |
commit | 7843035eea9d002a1991cf57b8c8c617c6f55b1f (patch) | |
tree | 5c186a065f2ed99e4bc9b28ae52aa862ee51b8e9 /graphics/evas-loader-svg | |
parent | 5ca76f49f1219351516746abab31c1305b88f628 (diff) | |
download | freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.gz freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.zst freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.zip |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
Diffstat (limited to 'graphics/evas-loader-svg')
-rw-r--r-- | graphics/evas-loader-svg/Makefile | 63 | ||||
-rw-r--r-- | graphics/evas-loader-svg/distinfo | 3 | ||||
-rw-r--r-- | graphics/evas-loader-svg/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/evas-loader-svg/pkg-plist | 8 |
4 files changed, 80 insertions, 0 deletions
diff --git a/graphics/evas-loader-svg/Makefile b/graphics/evas-loader-svg/Makefile new file mode 100644 index 000000000000..4361cc34d597 --- /dev/null +++ b/graphics/evas-loader-svg/Makefile @@ -0,0 +1,63 @@ +# New ports collection makefile for: evas-loader-svg +# Date created: 15 September 2007 +# Whom: Stanislav Sedov <stas@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= loader-svg +PORTVERSION= 0.9.9.042 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ + http://download.enlightenment.org/snapshots/2008-01-25/ +PKGNAMEPREFIX= evas- +DISTNAME= evas-${PORTVERSION} + +MAINTAINER= stas@FreeBSD.org +COMMENT= A hardware accelerated canvas API (SVG engine) + +LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_FREETYPE2= yes +USE_LDCONFIG= yes +USE_GNOME= gnomehack pkgconfig gnometarget librsvg2 +USE_EFL= evas + +MAKEDIRS= ${WRKSRC}/src/modules/loaders/svg + +CONFIGURE_ARGS= --disable-software-x11 \ + --disable-software-16-x11 \ + --disable-software-xcb \ + --disable-directfb \ + --disable-sdl \ + --disable-buffer \ + --disable-software-qtopia \ + --disable-gl-x11 \ + --disable-cairo-x11 \ + --disable-xrender-x11 \ + --disable-xrender-xcb \ + --disable-glitz-x11 \ + --disable-image-loader-gif \ + --disable-image-loader-png \ + --disable-image-loader-jpeg \ + --disable-image-loader-eet \ + --disable-image-loader-edb \ + --disable-image-loader-tiff \ + --disable-image-loader-xpm \ + --enable-image-loader-svg + +post-patch: + @${REINPLACE_CMD} -E \ + -e 's,\$$\(top_builddir\)/src/lib/\.libs,${LOCALBASE}/lib,' \ + -e 's,\$$\(top_builddir\)/src/lib/libevas\.la,-levas,' \ + ${MAKEDIRS:S,$,/Makefile.in,} + +do-build: + @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}; done) + +do-install: + @(for DIR in ${MAKEDIRS}; do cd $${DIR}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}; done) + +.include <bsd.port.mk> diff --git a/graphics/evas-loader-svg/distinfo b/graphics/evas-loader-svg/distinfo new file mode 100644 index 000000000000..5e8e2bc542ac --- /dev/null +++ b/graphics/evas-loader-svg/distinfo @@ -0,0 +1,3 @@ +MD5 (evas-0.9.9.042.tar.bz2) = 6811e52b0607ce21061a23462a1f9854 +SHA256 (evas-0.9.9.042.tar.bz2) = e7ebc64a983950979b5488cc0b6fe2b3220f24da554c12c96a4f9131e5a76440 +SIZE (evas-0.9.9.042.tar.bz2) = 7373199 diff --git a/graphics/evas-loader-svg/pkg-descr b/graphics/evas-loader-svg/pkg-descr new file mode 100644 index 000000000000..e525449b6c61 --- /dev/null +++ b/graphics/evas-loader-svg/pkg-descr @@ -0,0 +1,6 @@ +A hardware-accelerated canvas API for X-Windows that can draw anti-aliased +text, smooth super and sub-sampled images, alpha-blend, as well as drop down to +using normal X11 primitives such as pixmaps, lines and rectangles for speed if +your CPU or graphics hardware is too slow. + +WWW: http://enlightenment.sourceforge.net/Libraries/Evas/ diff --git a/graphics/evas-loader-svg/pkg-plist b/graphics/evas-loader-svg/pkg-plist new file mode 100644 index 000000000000..1c02d558442a --- /dev/null +++ b/graphics/evas-loader-svg/pkg-plist @@ -0,0 +1,8 @@ +lib/evas/modules/loaders/svg/%%E17_ARCH%%/module.a +lib/evas/modules/loaders/svg/%%E17_ARCH%%/module.la +lib/evas/modules/loaders/svg/%%E17_ARCH%%/module.so +@dirrm lib/evas/modules/loaders/svg/%%E17_ARCH%% +@dirrm lib/evas/modules/loaders/svg +@dirrmtry lib/evas/modules/loaders +@dirrmtry lib/evas/modules +@dirrmtry lib/evas |