diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-22 20:54:59 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-22 20:54:59 +0000 |
commit | 2d250bb95eac4419c2b2a81d30d1629c50a4ba4f (patch) | |
tree | 9c4bc08591050b7b536082be6db8392c913f8089 /graphics/evas-loader-svg | |
parent | 3f57bf2285e342135340477d9404790fda157f15 (diff) | |
download | ports-2d250bb95eac4419c2b2a81d30d1629c50a4ba4f.tar.gz ports-2d250bb95eac4419c2b2a81d30d1629c50a4ba4f.zip |
Notes
Diffstat (limited to 'graphics/evas-loader-svg')
-rw-r--r-- | graphics/evas-loader-svg/Makefile | 13 | ||||
-rw-r--r-- | graphics/evas-loader-svg/distinfo | 4 |
2 files changed, 8 insertions, 9 deletions
diff --git a/graphics/evas-loader-svg/Makefile b/graphics/evas-loader-svg/Makefile index 86dcc51b6488..e0191397a5ce 100644 --- a/graphics/evas-loader-svg/Makefile +++ b/graphics/evas-loader-svg/Makefile @@ -2,27 +2,26 @@ # $FreeBSD$ PORTNAME= loader-svg -DISTVERSION= 1.1.0 +PORTVERSION= 1.7.4 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-12-02/base/ + LOCAL/gblach/e17/ PKGNAMEPREFIX= evas- -DISTNAME= evas-${DISTVERSION} +DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= gblach@FreeBSD.org COMMENT= A hardware accelerated canvas API (SVG loader) LICENSE= BSD -LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo \ - freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +USE_EFL= evas esvg librt_hack libtool_hack +USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig librsvg2 -USE_EFL= evas librt_hack libtool_hack MAKEDIRS= ${WRKSRC}/src/modules/loaders/svg diff --git a/graphics/evas-loader-svg/distinfo b/graphics/evas-loader-svg/distinfo index 0159d761d2d9..82db61be2731 100644 --- a/graphics/evas-loader-svg/distinfo +++ b/graphics/evas-loader-svg/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.1.0.tar.bz2) = 7702a315dc22f4abc269f6a3ef2695b365a3eab4fd2fcdd07275e41221b03930 -SIZE (e17/evas-1.1.0.tar.bz2) = 9235732 +SHA256 (e17/evas-1.7.4.tar.bz2) = 53f3e58c876c38a6de9aa65ae660e526bc4671d05397c2c347f11e5e61f50a8f +SIZE (e17/evas-1.7.4.tar.bz2) = 9365979 |