public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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 12:44:45 +0000 (UTC)	[thread overview]
Message-ID: <20100424124445.7C0FA2C04C@corvid.gentoo.org> (raw)

aballier    10/04/24 12:44:45

  Modified:             ChangeLog mplayer-9999.ebuild
  Log:
  allow ass and truetype without X, by Andrew Savchenko, bug #299405
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.725                media-video/mplayer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.725&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.725&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/ChangeLog?r1=1.724&r2=1.725

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v
retrieving revision 1.724
retrieving revision 1.725
diff -u -r1.724 -r1.725
--- ChangeLog	24 Apr 2010 12:33:02 -0000	1.724
+++ ChangeLog	24 Apr 2010 12:44:45 -0000	1.725
@@ -1,6 +1,9 @@
 # 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.724 2010/04/24 12:33:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.725 2010/04/24 12:44:45 aballier Exp $
+
+  24 Apr 2010; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild:
+  allow ass and truetype without X, by Andrew Savchenko, bug #299405
 
   24 Apr 2010; Alexis Ballier <aballier@gentoo.org> mplayer-9999.ebuild:
   use system libass, require freetype 2.2.1 at least



1.40                 media-video/mplayer/mplayer-9999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild?r1=1.39&r2=1.40

Index: mplayer-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- mplayer-9999.ebuild	24 Apr 2010 12:33:02 -0000	1.39
+++ mplayer-9999.ebuild	24 Apr 2010 12:44:45 -0000	1.40
@@ -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.39 2010/04/24 12:33:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.40 2010/04/24 12:44:45 aballier Exp $
 
 EAPI="2"
 
@@ -70,7 +70,6 @@
 	)
 	X? (
 		${X_RDEPS}
-		ass? ( ${FONT_RDEPS} media-libs/libass )
 		dga? ( x11-libs/libXxf86dga )
 		ggi? (
 			media-libs/libggi
@@ -82,7 +81,6 @@
 			x11-libs/libXi
 		)
 		opengl? ( virtual/opengl )
-		truetype? ( ${FONT_RDEPS} )
 		vdpau? ( || ( x11-libs/libvdpau >=x11-drivers/nvidia-drivers-180.51 ) )
 		xinerama? ( x11-libs/libXinerama )
 		xscreensaver? ( x11-libs/libXScrnSaver )
@@ -93,6 +91,7 @@
 	)
 	aalib? ( media-libs/aalib )
 	alsa? ( media-libs/alsa-lib )
+	ass? ( ${FONT_RDEPS} media-libs/libass )
 	bidi? ( dev-libs/fribidi )
 	bs2b? ( media-libs/libbs2b )
 	cdio? ( dev-libs/libcdio )
@@ -143,6 +142,7 @@
 	speex? ( media-libs/speex )
 	svga? ( media-libs/svgalib )
 	theora? ( media-libs/libtheora )
+	truetype? ( ${FONT_RDEPS} )
 	vorbis? ( media-libs/libvorbis )
 	xanim? ( media-video/xanim )
 "






             reply	other threads:[~2010-04-24 12:44 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-24 12:44 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 13:03 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=20100424124445.7C0FA2C04C@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