summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-02-08 13:50:18 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-02-08 13:50:18 +0000
commitdaac4c454ce7ef3bf6d5c7f81f62667a35321985 (patch)
tree163f0a60045658a2c8d7865603207e3e6e5741a9
parentUse /run/mdadm instead of /var/run/mdadm with baselayout that has the /run di... (diff)
downloadgentoo-2-daac4c454ce7ef3bf6d5c7f81f62667a35321985.tar.gz
gentoo-2-daac4c454ce7ef3bf6d5c7f81f62667a35321985.tar.bz2
gentoo-2-daac4c454ce7ef3bf6d5c7f81f62667a35321985.zip
disable libilbc for the same reason as libopus: it is for internal ffmpeg only.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
-rw-r--r--media-video/mplayer/ChangeLog6
-rw-r--r--media-video/mplayer/mplayer-9999.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog
index fa15569c8e14..3579e8452c54 100644
--- a/media-video/mplayer/ChangeLog
+++ b/media-video/mplayer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/mplayer
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.879 2013/02/08 13:41:43 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.880 2013/02/08 13:50:18 aballier Exp $
+
+ 08 Feb 2013; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild:
+ disable libilbc for the same reason as libopus: it is for internal ffmpeg
+ only.
08 Feb 2013; Alexis Ballier <aballier@gentoo.org> mplayer-1.1-r1.ebuild,
mplayer-9999.ebuild:
diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild
index 5bd115b8e5ff..2e69278bd6c4 100644
--- a/media-video/mplayer/mplayer-9999.ebuild
+++ b/media-video/mplayer/mplayer-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.137 2013/02/08 13:41:43 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.138 2013/02/08 13:50:18 aballier Exp $
EAPI=4
@@ -274,14 +274,15 @@ src_configure() {
# disable svga since we don't want it
# disable arts since we don't have kde3
# always disable internal ass
- # disable opus since it only controls opus support in internal ffmpeg which
- # we do not use
+ # disable opus and ilbc since it only controls support in internal
+ # ffmpeg which we do not use
myconf+="
--disable-svga --disable-svgalib_helper
--disable-ass-internal
--disable-arts
--disable-kai
--disable-libopus
+ --disable-libilbc
$(use_enable network networking)
$(use_enable joystick)
"