diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-14 07:30:56 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-14 07:30:56 +0000 |
commit | 4e6b9d37ad988e5ce212eb64d3da6c89f036995b (patch) | |
tree | c034200ad770d5a81c162443b728bd36b7987a9c /multimedia | |
parent | 32d827c027cde0f59dfae87babbc1499241115ab (diff) | |
download | ports-4e6b9d37ad988e5ce212eb64d3da6c89f036995b.tar.gz ports-4e6b9d37ad988e5ce212eb64d3da6c89f036995b.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)
Notes
Notes:
svn path=/head/; revision=266276
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/eclair/Makefile | 4 | ||||
-rw-r--r-- | multimedia/emotion/Makefile | 16 | ||||
-rw-r--r-- | multimedia/emotion/distinfo | 5 | ||||
-rw-r--r-- | multimedia/emotion/pkg-plist | 17 |
4 files changed, 23 insertions, 19 deletions
diff --git a/multimedia/eclair/Makefile b/multimedia/eclair/Makefile index a66020a3799b..67dfbc336583 100644 --- a/multimedia/eclair/Makefile +++ b/multimedia/eclair/Makefile @@ -26,4 +26,8 @@ USE_EFL_ECORE= x11 evas file USE_EFL_ESMART= draggies USE_SQLITE= 3 +BROKEN= does not compile +DEPRECATED= abandoned upstream +EXPIRATION_DATE= 2011-01-01 + .include <bsd.port.mk> diff --git a/multimedia/emotion/Makefile b/multimedia/emotion/Makefile index 0bdbc6385c93..6b41e6b8186c 100644 --- a/multimedia/emotion/Makefile +++ b/multimedia/emotion/Makefile @@ -7,23 +7,23 @@ # PORTNAME= emotion -PORTVERSION= 0.1.0.042 -PORTREVISION= 5 +PORTVERSION= 0.2.0.52995 PORTEPOCH= 1 -CATEGORIES= multimedia -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ - http://download.enlightenment.org/snapshots/2008-01-25/ +CATEGORIES= multimedia enlightenment +MASTER_SITES= http://files.roorback.net/e17/2010-10-03/extra/ MAINTAINER= stas@FreeBSD.org COMMENT= Video playback wrapper library for Enlightenment +LICENSE= BSD +DIST_SUBDIR= e17 +GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig gnometarget -USE_EFL= ecore edje eet embryo evas +USE_EFL= ecore edje eet embryo evas libtool_hack modarch_hack USE_EFL_EVAS_LOADERS= png jpeg +USE_GNOME= gnomehack pkgconfig gnometarget USE_LDCONFIG= yes -GNU_CONFIGURE= yes OPTIONS= XINE "Build Xine module" on \ GST "Build GStreamer module" on diff --git a/multimedia/emotion/distinfo b/multimedia/emotion/distinfo index 98aebfcf2332..47c1dcbcf4a0 100644 --- a/multimedia/emotion/distinfo +++ b/multimedia/emotion/distinfo @@ -1,3 +1,2 @@ -MD5 (emotion-0.1.0.042.tar.bz2) = 123c043d02f4da22fb36eede930a44e5 -SHA256 (emotion-0.1.0.042.tar.bz2) = dcbe478648df63d71482947415d8cc83f1b4d8cd373801d6b1e479315d27cb97 -SIZE (emotion-0.1.0.042.tar.bz2) = 404323 +SHA256 (e17/emotion-0.2.0.52995.tar.bz2) = 10715eea041420061dd1dd6307fdcd81e81c01eee5db4d70924d0d51bfc3143c +SIZE (e17/emotion-0.2.0.52995.tar.bz2) = 1808785 diff --git a/multimedia/emotion/pkg-plist b/multimedia/emotion/pkg-plist index ca64d8b743ee..e2f8008b39a2 100644 --- a/multimedia/emotion/pkg-plist +++ b/multimedia/emotion/pkg-plist @@ -1,17 +1,18 @@ bin/emotion_test -include/Emotion.h -%%GST%%lib/emotion/gstreamer.a -%%GST%%lib/emotion/gstreamer.la +include/emotion-0/Emotion.h %%GST%%lib/emotion/gstreamer.so -%%XINE%%lib/emotion/xine.a -%%XINE%%lib/emotion/xine.la %%XINE%%lib/emotion/xine.so -lib/libemotion.a -lib/libemotion.la +lib/edje/modules/emotion/%%E17_ARCH%%/module.so lib/libemotion.so -lib/libemotion.so.1 +lib/libemotion.so.2 libdata/pkgconfig/emotion.pc %%DATADIR%%/data/theme.edj +%%DATADIR%%/data/icon.edj +@dirrm lib/edje/modules/emotion/%%E17_ARCH%% +@dirrm lib/edje/modules/emotion +@dirrmtry lib/edje/modules +@dirrmtry lib/edje +@dirrm include/emotion-0 @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% @dirrm lib/emotion |