* [gentoo-commits] gentoo-x86 commit in media-video/mplayer: ChangeLog mplayer-9999.ebuild
@ 2010-04-24 13:24 99% Alexis Ballier (aballier)
0 siblings, 0 replies; 1+ results
From: Alexis Ballier (aballier) @ 2010-04-24 13:24 UTC (permalink / raw
To: gentoo-commits
aballier 10/04/24 13:24:32
Modified: ChangeLog mplayer-9999.ebuild
Log:
remove aac useflag: let faad and faac useflags handle it; otherwise there is support in ffmpeg; always use system libfaad
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.727 media-video/mplayer/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.727&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.727&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/ChangeLog?r1=1.726&r2=1.727
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v
retrieving revision 1.726
retrieving revision 1.727
diff -u -r1.726 -r1.727
--- ChangeLog 24 Apr 2010 13:03:41 -0000 1.726
+++ ChangeLog 24 Apr 2010 13:24:32 -0000 1.727
@@ -1,6 +1,10 @@
# ChangeLog for media-video/mplayer
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.726 2010/04/24 13:03:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.727 2010/04/24 13:24:32 aballier Exp $
+
+ 24 Apr 2010; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild:
+ remove aac useflag: let faad and faac useflags handle it; otherwise there
+ is support in ffmpeg; always use system libfaad
24 Apr 2010; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild:
Disable opencore-amr support with bindist, Apache-2.0 vs GPL-2 issues,
1.44 media-video/mplayer/mplayer-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?r1=1.43&r2=1.44
Index: mplayer-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- mplayer-9999.ebuild 24 Apr 2010 13:07:53 -0000 1.43
+++ mplayer-9999.ebuild 24 Apr 2010 13:24:32 -0000 1.44
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.43 2010/04/24 13:07:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.44 2010/04/24 13:24:32 aballier Exp $
EAPI="2"
@@ -11,7 +11,7 @@
[[ ${PV} != *9999* ]] && MPLAYER_REVISION=SVN-r30554
-IUSE="3dnow 3dnowext +a52 +aac aalib +alsa altivec +ass bidi bindist bl bs2b
+IUSE="3dnow 3dnowext +a52 aalib +alsa altivec +ass bidi bindist bl bs2b
+cddb +cdio cdparanoia cpudetection custom-cpuopts debug dga +dirac directfb
doc +dts +dv dvb +dvd +dvdnav dxr3 +enca +encode esd +faac +faad fbcon ftp
gif ggi -gmplayer +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
@@ -112,7 +112,7 @@
)
esd? ( media-sound/esound )
enca? ( app-i18n/enca )
- faad? ( !aac? ( media-libs/faad2 ) )
+ faad? ( media-libs/faad2 )
gif? ( media-libs/giflib )
jack? ( media-sound/jack-audio-connection-kit )
jpeg? ( media-libs/jpeg )
@@ -403,7 +403,7 @@
# Use internal musepack codecs for SV7 and SV8 support
myconf+=" --disable-musepack"
- use aac || myconf+=" --disable-faad-internal"
+ myconf+=" --disable-faad-internal" # always use system media-libs/faad2
use dirac || myconf+=" --disable-libdirac-lavc"
use dts || myconf+=" --disable-libdca"
use dv || myconf+=" --disable-libdv"
@@ -446,7 +446,7 @@
for i in ${uses}; do
use ${i} || myconf+=" --disable-${i}"
done
- use aac || myconf+=" --disable-faac-lavc"
+ use faac || myconf+=" --disable-faac-lavc"
else
myconf+="
--disable-faac-lavc
@@ -458,7 +458,7 @@
--disable-twolame
--disable-toolame
"
- uses="aac faac x264 xvid toolame twolame"
+ uses="faac x264 xvid toolame twolame"
for i in ${uses}; do
use ${i} && elog "Useflag \"${i}\" require \"encode\" useflag enabled to work."
done
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-04-24 13:24 99% [gentoo-commits] gentoo-x86 commit in media-video/mplayer: ChangeLog mplayer-9999.ebuild Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox