blob: e0e23f2a5df8671eb8e21901589bb9ca5f440eab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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.20031129.ebuild,v 1.1 2003/11/30 00:47:53 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.20031018_pre4
>=x11-libs/evas-1.0.0.20031018_pre12
>=media-libs/edje-0.0.1.20031018
>=x11-libs/esmart-0.0.2.20031018"
|