aboutsummaryrefslogtreecommitdiff
path: root/multimedia/emotion
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2014-11-25 03:07:22 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2014-11-25 03:07:22 +0000
commit273c6e6d76de909e0b97d381d45340af8e91a37e (patch)
treea3ede366da71e5f2c9d8a5565a987a08de3b99d0 /multimedia/emotion
parente688f6929aa312916047cec14f32a26ac695505a (diff)
downloadports-273c6e6d76de909e0b97d381d45340af8e91a37e.tar.gz
ports-273c6e6d76de909e0b97d381d45340af8e91a37e.zip
Notes
Diffstat (limited to 'multimedia/emotion')
-rw-r--r--multimedia/emotion/Makefile68
-rw-r--r--multimedia/emotion/distinfo2
-rw-r--r--multimedia/emotion/pkg-descr6
-rw-r--r--multimedia/emotion/pkg-plist25
4 files changed, 0 insertions, 101 deletions
diff --git a/multimedia/emotion/Makefile b/multimedia/emotion/Makefile
deleted file mode 100644
index 247f6f677c9a..000000000000
--- a/multimedia/emotion/Makefile
+++ /dev/null
@@ -1,68 +0,0 @@
-# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
-# $FreeBSD$
-
-PORTNAME= emotion
-PORTVERSION= 1.7.9
-PORTREVISION= 2
-PORTEPOCH= 1
-CATEGORIES= multimedia enlightenment
-MASTER_SITES= http://download.enlightenment.org/releases/ \
- LOCAL/gblach/e17/
-
-MAINTAINER= gblach@FreeBSD.org
-COMMENT= Video playback wrapper library for Enlightenment
-
-LICENSE= BSD
-
-DIST_SUBDIR= e17
-GNU_CONFIGURE= yes
-USES= pathfix pkgconfig tar:bzip2
-USE_EFL= ecore edje eet eio embryo evas libtool_hack modarch_hack
-USE_EFL_EVAS_LOADERS= png jpeg
-USE_LDCONFIG= yes
-
-# emotion's vlc plugin needs updating due to libvlc API changes
-# details: http://trac.enlightenment.org/e/ticket/601
-CONFIGURE_ARGS= --disable-generic-vlc
-
-OPTIONS_MULTI= BACKEND
-OPTIONS_MULTI_BACKEND= GSTREAMER LIBXINE
-OPTIONS_DEFAULT=GSTREAMER
-
-OPTIONS_DEFINE= EXAMPLES
-
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN= Does not install on sparc64: coredump
-.endif
-
-.if ${PORT_OPTIONS:MGSTREAMER}
-USE_GSTREAMER= ffmpeg good
-CONFIGURE_ARGS+=--enable-gstreamer
-PLIST_SUB+= GST=""
-.else
-CONFIGURE_ARGS+=--disable-gstreamer
-PLIST_SUB+= GST="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MLIBXINE}
-LIB_DEPENDS+= libxine.so:${PORTSDIR}/multimedia/libxine
-CONFIGURE_ARGS+=--enable-xine
-PLIST_SUB+= XINE=""
-.else
-CONFIGURE_ARGS+=--disable-xine
-PLIST_SUB+= XINE="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MEXAMPLES}
-CONFIGURE_ARGS+=--enable-install-examples
-.else
-CONFIGURE_ARGS+=--disable-install-examples
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|= \$$(datadir)/\$$(PACKAGE)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \
- ${WRKSRC}/src/examples/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/multimedia/emotion/distinfo b/multimedia/emotion/distinfo
deleted file mode 100644
index 82ed6fa5430e..000000000000
--- a/multimedia/emotion/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (e17/emotion-1.7.9.tar.bz2) = deaeb3ed147c5f057ea05a3caf3c89ee247cdff433149c7e3a7141269008cec9
-SIZE (e17/emotion-1.7.9.tar.bz2) = 497737
diff --git a/multimedia/emotion/pkg-descr b/multimedia/emotion/pkg-descr
deleted file mode 100644
index 42872b188312..000000000000
--- a/multimedia/emotion/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Emotion library is uses in e17 window manager as wrapper library for
-various multimedia engines. It features simplified and generalized
-interface and power.
-
-Author: The Rasterman (Carsten Haitzler) <raster@rasterman.com>
-WWW: http://docs.enlightenment.org/auto/emotion/
diff --git a/multimedia/emotion/pkg-plist b/multimedia/emotion/pkg-plist
deleted file mode 100644
index 3da92f6e78ae..000000000000
--- a/multimedia/emotion/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-bin/emotion_test
-include/emotion-1/Emotion.h
-include/emotion-1/Emotion_Generic_Plugin.h
-lib/emotion/em_generic.so
-%%GST%%lib/emotion/gstreamer.so
-%%XINE%%lib/emotion/xine.so
-lib/edje/modules/emotion/%%E17_ARCH%%/module.so
-lib/libemotion.so
-lib/libemotion.so.8
-libdata/pkgconfig/emotion.pc
-%%DATADIR%%/data/theme.edj
-%%DATADIR%%/data/icon.edj
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/emotion_basic_example.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/emotion_generic_example.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/emotion_border_example.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/emotion_signals_example.c
-@dirrm lib/edje/modules/emotion/%%E17_ARCH%%
-@dirrm lib/edje/modules/emotion
-@dirrmtry lib/edje/modules
-@dirrmtry lib/edje
-@dirrm include/emotion-1
-@dirrm %%DATADIR%%/data
-@dirrm %%DATADIR%%
-@dirrm lib/emotion
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%