blob: 370add4ffb0e6bb28a21ca0630ab4a100c9b6267 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/eplayer/eplayer-0.7.20040103.ebuild,v 1.2 2004/01/05 00:51:35 vapier Exp $
inherit enlightenment
DESCRIPTION="an audio player built on the EFL"
DEPEND="media-libs/libvorbis
>=media-video/ffmpeg-0.4.8
>=x11-libs/ecore-1.0.0.20031213_pre4
>=x11-libs/evas-1.0.0.20031018_pre12
>=media-libs/edje-0.0.1.20031018
>=x11-libs/ewl-0.0.3.20031225
>=x11-libs/esmart-0.0.2.20031018"
|