diff options
author | stas <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
commit | 7843035eea9d002a1991cf57b8c8c617c6f55b1f (patch) | |
tree | 5c186a065f2ed99e4bc9b28ae52aa862ee51b8e9 /graphics/epsilon | |
parent | 5ca76f49f1219351516746abab31c1305b88f628 (diff) | |
download | FreeBSD-ports-7843035eea9d002a1991cf57b8c8c617c6f55b1f.zip FreeBSD-ports-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.gz |
- 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/epsilon')
-rw-r--r-- | graphics/epsilon/Makefile | 14 | ||||
-rw-r--r-- | graphics/epsilon/distinfo | 6 | ||||
-rw-r--r-- | graphics/epsilon/pkg-plist | 4 |
3 files changed, 13 insertions, 11 deletions
diff --git a/graphics/epsilon/Makefile b/graphics/epsilon/Makefile index 7e4a000..67451e3 100644 --- a/graphics/epsilon/Makefile +++ b/graphics/epsilon/Makefile @@ -6,19 +6,21 @@ # PORTNAME= epsilon -PORTVERSION= 20070223 -PORTREVISION= 1 -PORTEPOCH= 1 +PORTVERSION= 0.3.0.012 +PORTREVISION= 0 +PORTEPOCH= 2 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ + http://download.enlightenment.org/snapshots/2008-01-25/ MAINTAINER= stas@FreeBSD.org -COMMENT= A small, display independent, and quick thumbnailing library +COMMENT= A small, display independent and quick thumbnailing library GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gnomehack gnometarget -USE_EFL= edje imlib2 +USE_EFL= edje imlib2 ecore +USE_EFL_ECORE= file ipc USE_LDCONFIG= yes OPTIONS= PNG "Enable PNG thumbnailer" on \ diff --git a/graphics/epsilon/distinfo b/graphics/epsilon/distinfo index f701015..57e695d 100644 --- a/graphics/epsilon/distinfo +++ b/graphics/epsilon/distinfo @@ -1,3 +1,3 @@ -MD5 (epsilon-20070223.tar.bz2) = 6e7574727b3581c23f07b55fff215972 -SHA256 (epsilon-20070223.tar.bz2) = 6209539781617c59205266b121346db247c6c2af80a0f2036d78aa38d859896c -SIZE (epsilon-20070223.tar.bz2) = 286825 +MD5 (epsilon-0.3.0.012.tar.bz2) = 915e8f29d1de2ec676bbfe3baefe5cdf +SHA256 (epsilon-0.3.0.012.tar.bz2) = 2c2f794484140a98496be303c25c410bda437614755a7122ba86c292e2122e98 +SIZE (epsilon-0.3.0.012.tar.bz2) = 263800 diff --git a/graphics/epsilon/pkg-plist b/graphics/epsilon/pkg-plist index d6500f9..5341f54 100644 --- a/graphics/epsilon/pkg-plist +++ b/graphics/epsilon/pkg-plist @@ -1,8 +1,8 @@ bin/epsilon -bin/epsilon-config bin/epsilon_thumb_test bin/epsilon_thumbd include/Epsilon.h +include/Epsilon_Plugin.h include/Epsilon_Request.h %%XINE%%lib/epsilon/plugins/xine_thumbnailer.a %%XINE%%lib/epsilon/plugins/xine_thumbnailer.la @@ -10,7 +10,7 @@ include/Epsilon_Request.h lib/libepsilon.a lib/libepsilon.la lib/libepsilon.so -lib/libepsilon.so.0 +lib/libepsilon.so.3 libdata/pkgconfig/epsilon.pc @dirrm lib/epsilon/plugins @dirrm lib/epsilon |