diff options
author | stas <stas@FreeBSD.org> | 2010-12-14 15:30:56 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2010-12-14 15:30:56 +0800 |
commit | ea0b2f30fe3fda2784bed10c50a24cff87e5bae0 (patch) | |
tree | d85ff1f5968af1d6a70c1852bacf3e546d97c800 /graphics/evas-engine-x11 | |
parent | ff78984cfcc8530917b60f277d53c92434a50fd2 (diff) | |
download | freebsd-ports-gnome-ea0b2f30fe3fda2784bed10c50a24cff87e5bae0.tar.gz freebsd-ports-gnome-ea0b2f30fe3fda2784bed10c50a24cff87e5bae0.tar.zst freebsd-ports-gnome-ea0b2f30fe3fda2784bed10c50a24cff87e5bae0.zip |
- Update e17 applications suite to the recent snapshot.
Thanks to Grzegorz Blach <magik@roorback.net> for doing the hard work
preparing the initial version of the update!
PR: ports/148038
Submitted by: Grzegorz Blach <magik@roorback.net> (based on)
Diffstat (limited to 'graphics/evas-engine-x11')
-rw-r--r-- | graphics/evas-engine-x11/Makefile | 38 | ||||
-rw-r--r-- | graphics/evas-engine-x11/distinfo | 5 | ||||
-rw-r--r-- | graphics/evas-engine-x11/pkg-plist | 5 |
3 files changed, 15 insertions, 33 deletions
diff --git a/graphics/evas-engine-x11/Makefile b/graphics/evas-engine-x11/Makefile index aca91cf54d14..6d9bc0eeacc9 100644 --- a/graphics/evas-engine-x11/Makefile +++ b/graphics/evas-engine-x11/Makefile @@ -6,48 +6,32 @@ # PORTNAME= engine-x11 -PORTVERSION= 0.9.9.042 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ - http://download.enlightenment.org/snapshots/2008-01-25/ +DISTVERSION= 1.0.0.beta +PORTREVISION= 0 +CATEGORIES= graphics enlightenment +MASTER_SITES= http://download.enlightenment.org/releases/ \ + http://files.roorback.net/e17/2010-10-03/base/ PKGNAMEPREFIX= evas- -DISTNAME= evas-${PORTVERSION} +DISTNAME= evas-${DISTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= A hardware accelerated canvas API (X11 engine) LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LICENSE= BSD +DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= gnomehack pkgconfig gnometarget -USE_EFL= evas +USE_EFL= evas librt_hack libtool_hack USE_XORG= x11 xext BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/software_x11 INSTALL_WRKSRC= ${BUILD_WRKSRC} -CONFIGURE_ARGS= --enable-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 \ - --disable-image-loader-svg +.include "../evas-core/Makefile.inc" +CONFIGURE_ARGS+= --enable-software-xlib post-patch: @${REINPLACE_CMD} -E \ diff --git a/graphics/evas-engine-x11/distinfo b/graphics/evas-engine-x11/distinfo index 5e8e2bc542ac..252e7b0fa992 100644 --- a/graphics/evas-engine-x11/distinfo +++ b/graphics/evas-engine-x11/distinfo @@ -1,3 +1,2 @@ -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 +SHA256 (e17/evas-1.0.0.beta.tar.bz2) = 7ff9a3015e5c5a0bee3c1a13b65358905fb6c81386bc22bf98bd7f73a893be1d +SIZE (e17/evas-1.0.0.beta.tar.bz2) = 1054215 diff --git a/graphics/evas-engine-x11/pkg-plist b/graphics/evas-engine-x11/pkg-plist index 24851a75542c..67482b477760 100644 --- a/graphics/evas-engine-x11/pkg-plist +++ b/graphics/evas-engine-x11/pkg-plist @@ -1,6 +1,4 @@ -include/Evas_Engine_Software_X11.h -lib/evas/modules/engines/software_x11/%%E17_ARCH%%/module.a -lib/evas/modules/engines/software_x11/%%E17_ARCH%%/module.la +include/evas-1/Evas_Engine_Software_X11.h lib/evas/modules/engines/software_x11/%%E17_ARCH%%/module.so libdata/pkgconfig/evas-software-x11.pc @dirrm lib/evas/modules/engines/software_x11/%%E17_ARCH%% @@ -8,3 +6,4 @@ libdata/pkgconfig/evas-software-x11.pc @dirrmtry lib/evas/modules/engines @dirrmtry lib/evas/modules @dirrmtry lib/evas +@dirrmtry include/evas-1 |