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 /multimedia/emotion | |
parent | ff78984cfcc8530917b60f277d53c92434a50fd2 (diff) | |
download | freebsd-ports-graphics-ea0b2f30fe3fda2784bed10c50a24cff87e5bae0.tar.gz freebsd-ports-graphics-ea0b2f30fe3fda2784bed10c50a24cff87e5bae0.tar.zst freebsd-ports-graphics-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 'multimedia/emotion')
-rw-r--r-- | multimedia/emotion/Makefile | 16 | ||||
-rw-r--r-- | multimedia/emotion/distinfo | 5 | ||||
-rw-r--r-- | multimedia/emotion/pkg-plist | 17 |
3 files changed, 19 insertions, 19 deletions
diff --git a/multimedia/emotion/Makefile b/multimedia/emotion/Makefile index 0bdbc6385c9..6b41e6b8186 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 98aebfcf233..47c1dcbcf4a 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 ca64d8b743e..e2f8008b39a 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 |