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-loader-png | |
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-loader-png')
-rw-r--r-- | graphics/evas-loader-png/Makefile | 46 | ||||
-rw-r--r-- | graphics/evas-loader-png/distinfo | 5 | ||||
-rw-r--r-- | graphics/evas-loader-png/files/patch-evas_image_load_png.c | 20 | ||||
-rw-r--r-- | graphics/evas-loader-png/pkg-plist | 4 |
4 files changed, 18 insertions, 57 deletions
diff --git a/graphics/evas-loader-png/Makefile b/graphics/evas-loader-png/Makefile index 2ebbc93f2645..863c9ac25e17 100644 --- a/graphics/evas-loader-png/Makefile +++ b/graphics/evas-loader-png/Makefile @@ -6,49 +6,33 @@ # PORTNAME= loader-png -PORTVERSION= 0.9.9.042 -PORTREVISION= 5 -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 (PNG engine) +COMMENT= A hardware accelerated canvas API (PNG loader) LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ 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 MAKEDIRS= ${WRKSRC}/src/modules/loaders/png \ ${WRKSRC}/src/modules/savers/png -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 \ - --enable-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-image-loader-png post-patch: @${REINPLACE_CMD} -E \ @@ -57,9 +41,11 @@ post-patch: ${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) + @(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) + @(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-png/distinfo b/graphics/evas-loader-png/distinfo index 5e8e2bc542ac..252e7b0fa992 100644 --- a/graphics/evas-loader-png/distinfo +++ b/graphics/evas-loader-png/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-loader-png/files/patch-evas_image_load_png.c b/graphics/evas-loader-png/files/patch-evas_image_load_png.c deleted file mode 100644 index b3de3f645163..000000000000 --- a/graphics/evas-loader-png/files/patch-evas_image_load_png.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/modules/loaders/png/evas_image_load_png.c.orig 2007-10-28 11:35:13.000000000 +0100 -+++ src/modules/loaders/png/evas_image_load_png.c 2010-04-01 07:26:03.000000000 +0200 -@@ -44,7 +44,7 @@ - fclose(f); - return 0; - } -- if (!png_check_sig(buf, PNG_BYTES_TO_CHECK)) -+ if (png_sig_cmp(buf, 0, PNG_BYTES_TO_CHECK)) - { - fclose(f); - return 0; -@@ -121,7 +121,7 @@ - - /* if we havent read the header before, set the header data */ - fread(buf, 1, PNG_BYTES_TO_CHECK, f); -- if (!png_check_sig(buf, PNG_BYTES_TO_CHECK)) -+ if (png_sig_cmp(buf, 0, PNG_BYTES_TO_CHECK)) - { - fclose(f); - return 0; diff --git a/graphics/evas-loader-png/pkg-plist b/graphics/evas-loader-png/pkg-plist index 32dc2697ac80..44439d5a4832 100644 --- a/graphics/evas-loader-png/pkg-plist +++ b/graphics/evas-loader-png/pkg-plist @@ -1,8 +1,4 @@ -lib/evas/modules/loaders/png/%%E17_ARCH%%/module.a -lib/evas/modules/loaders/png/%%E17_ARCH%%/module.la lib/evas/modules/loaders/png/%%E17_ARCH%%/module.so -lib/evas/modules/savers/png/%%E17_ARCH%%/module.a -lib/evas/modules/savers/png/%%E17_ARCH%%/module.la lib/evas/modules/savers/png/%%E17_ARCH%%/module.so @dirrm lib/evas/modules/loaders/png/%%E17_ARCH%% @dirrm lib/evas/modules/loaders/png |