From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/mplayer: ChangeLog mplayer-9999.ebuild
Date: Sat, 24 Apr 2010 13:03:41 +0000 (UTC) [thread overview]
Message-ID: <20100424130341.A63552C04C@corvid.gentoo.org> (raw)
aballier 10/04/24 13:03:41
Modified: ChangeLog mplayer-9999.ebuild
Log:
Disable opencore-amr support with bindist, Apache-2.0 vs GPL-2 issues, https://bugs.gentoo.org/show_bug.cgi?id=299405#c6
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.726 media-video/mplayer/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.726&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.726&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/ChangeLog?r1=1.725&r2=1.726
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v
retrieving revision 1.725
retrieving revision 1.726
diff -u -r1.725 -r1.726
--- ChangeLog 24 Apr 2010 12:44:45 -0000 1.725
+++ ChangeLog 24 Apr 2010 13:03:41 -0000 1.726
@@ -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.725 2010/04/24 12:44:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.726 2010/04/24 13:03:41 aballier Exp $
+
+ 24 Apr 2010; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild:
+ Disable opencore-amr support with bindist, Apache-2.0 vs GPL-2 issues,
+ https://bugs.gentoo.org/show_bug.cgi?id=299405#c6
24 Apr 2010; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild:
allow ass and truetype without X, by Andrew Savchenko, bug #299405
1.42 media-video/mplayer/mplayer-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?r1=1.41&r2=1.42
Index: mplayer-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- mplayer-9999.ebuild 24 Apr 2010 12:47:28 -0000 1.41
+++ mplayer-9999.ebuild 24 Apr 2010 13:03:41 -0000 1.42
@@ -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.41 2010/04/24 12:47:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.42 2010/04/24 13:03:41 aballier Exp $
EAPI="2"
@@ -91,7 +91,7 @@
)
aalib? ( media-libs/aalib )
alsa? ( media-libs/alsa-lib )
- amr? ( media-libs/opencore-amr )
+ amr? ( !bindist? ( media-libs/opencore-amr ) )
ass? ( ${FONT_RDEPS} media-libs/libass )
bidi? ( dev-libs/fribidi )
bs2b? ( media-libs/libbs2b )
@@ -419,7 +419,9 @@
fi
use bs2b || myconf+=" --disable-libbs2b"
use schroedinger || myconf+=" --disable-libschroedinger-lavc"
- use amr || myconf+=" --disable-libopencore_amrnb --disable-libopencore_amrwb"
+ # Disable opencore-amr with bindist
+ # https://bugs.gentoo.org/show_bug.cgi?id=299405#c6
+ { use amr && use !bindist ; } || myconf+=" --disable-libopencore_amrnb --disable-libopencore_amrwb"
if ! use png && ! use gmplayer; then
myconf+=" --disable-png"
fi
next reply other threads:[~2010-04-24 13:03 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-24 13:03 Alexis Ballier (aballier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-12-15 14:42 [gentoo-commits] gentoo-x86 commit in media-video/mplayer: ChangeLog mplayer-9999.ebuild Alexis Ballier (aballier)
2014-07-21 15:23 Samuli Suominen (ssuominen)
2013-07-29 20:39 Alexis Ballier (aballier)
2013-07-29 20:17 Alexis Ballier (aballier)
2013-07-29 20:08 Alexis Ballier (aballier)
2013-07-29 20:00 Alexis Ballier (aballier)
2013-04-13 17:17 Alexis Ballier (aballier)
2013-02-14 21:01 Alexis Ballier (aballier)
2013-02-08 14:05 Alexis Ballier (aballier)
2013-02-08 13:50 Alexis Ballier (aballier)
2013-02-08 13:29 Alexis Ballier (aballier)
2013-02-08 13:21 Alexis Ballier (aballier)
2012-10-25 12:48 Alexis Ballier (aballier)
2011-12-19 16:43 Alexis Ballier (aballier)
2011-12-18 15:06 Alexis Ballier (aballier)
2011-12-17 17:59 Alexis Ballier (aballier)
2011-12-17 17:47 Alexis Ballier (aballier)
2011-12-17 15:56 Alexis Ballier (aballier)
2011-12-17 15:52 Alexis Ballier (aballier)
2011-12-16 13:52 Alexis Ballier (aballier)
2011-12-16 13:36 Alexis Ballier (aballier)
2011-12-15 12:48 Alexis Ballier (aballier)
2011-12-15 12:30 Alexis Ballier (aballier)
2011-06-23 16:17 Alexis Ballier (aballier)
2011-06-23 16:11 Alexis Ballier (aballier)
2011-06-08 19:50 Alexis Ballier (aballier)
2011-06-08 19:43 Alexis Ballier (aballier)
2011-04-03 10:24 Tomas Chvatal (scarabeus)
2011-04-03 10:22 Tomas Chvatal (scarabeus)
2011-03-26 14:38 Tomas Chvatal (scarabeus)
2011-03-20 22:12 Tomas Chvatal (scarabeus)
2011-03-01 15:31 Tomas Chvatal (scarabeus)
2011-01-30 21:08 Tomas Chvatal (scarabeus)
2011-01-30 12:55 Tomas Chvatal (scarabeus)
2011-01-30 11:20 Tomas Chvatal (scarabeus)
2011-01-14 16:26 Fabian Groffen (grobian)
2011-01-02 2:35 Alexis Ballier (aballier)
2010-10-10 13:46 Tomas Chvatal (scarabeus)
2010-10-10 11:29 Tomas Chvatal (scarabeus)
2010-10-10 9:04 Tomas Chvatal (scarabeus)
2010-10-01 2:44 Alexis Ballier (aballier)
2010-07-18 9:47 Alexis Ballier (aballier)
2010-06-30 16:45 Tomas Chvatal (scarabeus)
2010-06-25 11:53 Alexis Ballier (aballier)
2010-06-25 11:51 Alexis Ballier (aballier)
2010-06-11 13:59 Alexis Ballier (aballier)
2010-06-02 16:25 Luca Barbato (lu_zero)
2010-06-01 0:27 Luca Barbato (lu_zero)
2010-05-31 13:41 Luca Barbato (lu_zero)
2010-05-09 16:44 Alexis Ballier (aballier)
2010-05-05 8:37 Tomas Chvatal (scarabeus)
2010-05-01 15:41 Alexis Ballier (aballier)
2010-05-01 15:39 Alexis Ballier (aballier)
2010-04-24 15:49 Alexis Ballier (aballier)
2010-04-24 14:13 Alexis Ballier (aballier)
2010-04-24 13:56 Alexis Ballier (aballier)
2010-04-24 13:30 Alexis Ballier (aballier)
2010-04-24 13:24 Alexis Ballier (aballier)
2010-04-24 12:44 Alexis Ballier (aballier)
2010-04-24 12:33 Alexis Ballier (aballier)
2010-04-24 12:18 Alexis Ballier (aballier)
2010-04-24 11:57 Alexis Ballier (aballier)
2010-03-26 12:51 Dror Levin (spatz)
2010-03-09 14:25 Steve Dibb (beandog)
2010-02-26 23:19 Sebastian Pipping (sping)
2010-02-02 16:21 Tomas Chvatal (scarabeus)
2009-11-19 14:39 Steve Dibb (beandog)
2009-08-03 6:42 Alexis Ballier (aballier)
2009-07-24 22:46 Steve Dibb (beandog)
2009-06-02 17:43 Steve Dibb (beandog)
2009-05-30 23:07 Tomas Chvatal (scarabeus)
2009-03-24 14:14 Steve Dibb (beandog)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100424130341.A63552C04C@corvid.gentoo.org \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox