Lines 1-10
Link Here
|
1 |
# Copyright 1999-2006 Gentoo Foundation |
1 |
# Copyright 1999-2006 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.6.0.ebuild,v 1.2 2006/11/23 11:20:56 mattepiu Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.5.4-r2.ebuild,v 1.1 2006/10/24 18:38:21 mattepiu Exp $ |
4 |
|
4 |
|
5 |
inherit distutils |
5 |
inherit distutils |
6 |
|
6 |
|
7 |
IUSE="matrox dvd encode lirc X nls" |
7 |
IUSE="matrox dvd encode lirc X nls directfb" |
8 |
DESCRIPTION="Digital video jukebox (PVR, DVR)." |
8 |
DESCRIPTION="Digital video jukebox (PVR, DVR)." |
9 |
HOMEPAGE="http://www.freevo.org/" |
9 |
HOMEPAGE="http://www.freevo.org/" |
10 |
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |
10 |
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |
Lines 156-163
Link Here
|
156 |
fi |
156 |
fi |
157 |
if [ "${PROFILE_ARCH}" == "xbox" ]; then |
157 |
if [ "${PROFILE_ARCH}" == "xbox" ]; then |
158 |
myconf="${myconf} --geometry=640x480 --display=x11" |
158 |
myconf="${myconf} --geometry=640x480 --display=x11" |
159 |
elif use matrox ; then |
159 |
elif use matrox && use directfb; then |
160 |
myconf="${myconf} --geometry=768x576 --display=mga" |
160 |
myconf="${myconf} --geometry=768x576 --display=dfbmga" |
|
|
161 |
elif use matrox ; then |
162 |
myconf="${myconf} --geometry=768x576 --display=mga" |
163 |
elif use directfb; then |
164 |
myconf="${myconf} --geometry=768x576 --display=directfb" |
161 |
elif use X ; then |
165 |
elif use X ; then |
162 |
myconf="${myconf} --geometry=800x600 --display=x11" |
166 |
myconf="${myconf} --geometry=800x600 --display=x11" |
163 |
else |
167 |
else |