View | Details | Raw Unified | Return to bug 174739
Collapse All | Expand All

(-)graphics.evas/evas_generic_loaders-svg/Makefile (+34 lines)
Line 0 Link Here
1
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
2
# $FreeBSD: ports/graphics/evas_generic_loaders-pdf/Makefile,v 1.4 2012/12/22 21:09:57 svnexp Exp $
3
4
PORTNAME=	svg
5
PORTVERSION=	1.7.4
6
CATEGORIES=	graphics enlightenment
7
MASTER_SITES=	http://download.enlightenment.org/releases/ \
8
		LOCAL/gblach/e17/
9
PKGNAMEPREFIX=	evas_generic_loaders-
10
DISTNAME=	${PKGNAMEPREFIX}${PORTVERSION}
11
12
MAINTAINER=	gblach@FreeBSD.org
13
COMMENT=	Additional loader for Evas (svg)
14
15
LICENSE=	GPLv2
16
17
LIB_DEPENDS=	librsvg2:${PORTSDIR}/graphics/librsvg2
18
19
DIST_SUBDIR=	e17
20
USE_BZIP2=	yes
21
GNU_CONFIGURE=	yes
22
USE_EFL=	eina
23
USE_GNOME=	gnomehack pkgconfig
24
USE_LDCONFIG=	yes
25
26
BINSRC=		${WRKSRC}/src/bin/${PORTNAME}
27
28
do-build:
29
	${MAKE} -C ${BINSRC}
30
31
do-install:
32
	${MAKE} -C ${BINSRC} install
33
34
.include <bsd.port.mk>
(-)graphics.evas/evas_generic_loaders-svg/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (e17/evas_generic_loaders-1.7.4.tar.bz2) = 85779f33e8ad483a9b849a74be8ca3aae22127138a325bae0f079133b2fe4e7c
2
SIZE (e17/evas_generic_loaders-1.7.4.tar.bz2) = 200620
(-)graphics.evas/evas_generic_loaders-svg/pkg-descr (+9 lines)
Line 0 Link Here
1
These are additional "generic" loaders for Evas that are stand-alone
2
executables that evas may run from its generic loader module. This
3
means that if they crash, the application loading the image does not
4
crash also. In addition the licensing of these binaries will not
5
affect the license of any application that uses Evas as this uses a
6
completely generic execution system that allows anything to be plugged
7
in as a loader.
8
9
WWW: http://trac.enlightenment.org/e/wiki/Evas_Generic_Loaders
(-)graphics.evas/evas_generic_loaders-svg/pkg-plist (+3 lines)
Line 0 Link Here
1
lib/evas/utils/evas_image_loader.svg
2
@dirrmtry lib/evas/utils
3
@dirrmtry lib/evas

Return to bug 174739