summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2009-01-13 20:41:28 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2009-01-13 20:41:28 +0000
commit1e8b06699238da22bbb43eed4ca69554f7f400c2 (patch)
treef70873cd0db128bf891fdf61ee9eabed5e3a8d93 /media-plugins
parentMask ~dev-perl/Net-Amazon-S3-0.49 too (diff)
downloadgentoo-2-1e8b06699238da22bbb43eed4ca69554f7f400c2.tar.gz
gentoo-2-1e8b06699238da22bbb43eed4ca69554f7f400c2.tar.bz2
gentoo-2-1e8b06699238da22bbb43eed4ca69554f7f400c2.zip
Enabled xv use-flag by default with the help of EAPI1. Requested by flameeyes on Bug #254752.
(Portage version: 2.1.6.5/cvs/Linux 2.6.27-gentoo-r1 i686)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-softdevice/ChangeLog9
-rw-r--r--media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild10
2 files changed, 13 insertions, 6 deletions
diff --git a/media-plugins/vdr-softdevice/ChangeLog b/media-plugins/vdr-softdevice/ChangeLog
index cc5cce8437a0..628ba492c5af 100644
--- a/media-plugins/vdr-softdevice/ChangeLog
+++ b/media-plugins/vdr-softdevice/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/vdr-softdevice
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.59 2008/11/08 16:45:28 zzam Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.60 2009/01/13 20:41:28 zzam Exp $
+
+ 13 Jan 2009; Matthias Schwarzott <zzam@gentoo.org>
+ vdr-softdevice-0.5.0.20080922.ebuild:
+ Enabled xv use-flag by default with the help of EAPI1. Requested by
+ flameeyes on Bug #254752.
08 Nov 2008; Matthias Schwarzott <zzam@gentoo.org>
vdr-softdevice-0.5.0.20080922.ebuild:
diff --git a/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild b/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild
index 26aaac9fbbf8..4bea868641de 100644
--- a/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild
+++ b/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v 1.3 2008/11/08 16:45:28 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.5.0.20080922.ebuild,v 1.4 2009/01/13 20:41:28 zzam Exp $
+
+EAPI=1
inherit eutils vdr-plugin versionator
@@ -20,7 +22,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 x86"
-IUSE="xv fbcon directfb mmx mmxext xinerama"
+IUSE="+xv fbcon directfb mmx mmxext xinerama"
RDEPEND=">=media-video/vdr-1.3.36
>=media-video/ffmpeg-0.4.9_pre1
@@ -54,7 +56,7 @@ PATCHES=("${FILESDIR}/patches-0.4.0/shm-fullscreen-parameter.diff"
pkg_setup() {
vdr-plugin_pkg_setup
- if use !xv && use !fbcon && use !directfb; then
+ if ! use xv && ! use fbcon && ! use directfb; then
ewarn "You need to set at least one of these use-flags: xv fbcon directfb"
die "no output-method enabled"
fi