summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2009-01-07 02:33:31 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2009-01-07 02:33:31 +0000
commit9fbf8c6f598aee42516ffdf4432e781ed4ee855b (patch)
treed5004c4f6d5d3984ff28deabd6daf0964762b8a2 /media-libs/swfdec/swfdec-0.8.4.ebuild
parentversion bump; cleanup old version (diff)
downloadhistorical-9fbf8c6f598aee42516ffdf4432e781ed4ee855b.tar.gz
historical-9fbf8c6f598aee42516ffdf4432e781ed4ee855b.tar.bz2
historical-9fbf8c6f598aee42516ffdf4432e781ed4ee855b.zip
OSS Support removed in 0.8.x; bug #246009
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64
Diffstat (limited to 'media-libs/swfdec/swfdec-0.8.4.ebuild')
-rw-r--r--media-libs/swfdec/swfdec-0.8.4.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/media-libs/swfdec/swfdec-0.8.4.ebuild b/media-libs/swfdec/swfdec-0.8.4.ebuild
index 95cd81019e67..6333a8f7d89a 100644
--- a/media-libs/swfdec/swfdec-0.8.4.ebuild
+++ b/media-libs/swfdec/swfdec-0.8.4.ebuild
@@ -1,6 +1,6 @@
-# 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-libs/swfdec/swfdec-0.8.4.ebuild,v 1.1 2008/12/24 14:25:44 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/swfdec/swfdec-0.8.4.ebuild,v 1.2 2009/01/07 02:33:31 dang Exp $
EAPI=1
@@ -15,7 +15,7 @@ LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="alsa doc ffmpeg gstreamer +gtk oss pulseaudio"
+IUSE="alsa doc ffmpeg gstreamer +gtk pulseaudio"
RDEPEND=">=dev-libs/glib-2.16
>=dev-libs/liboil-0.3.1
@@ -61,9 +61,8 @@ pkg_setup() {
src_compile() {
# Backend logic is from configure.ac:
- # alsa > pulseaudio > oss
+ # alsa > pulseaudio
local audio="none"
- use oss && audio="oss"
use pulseaudio && audio="pulse"
use alsa && audio="alsa"