summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-10-19 19:39:40 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-10-19 19:39:40 +0000
commita76f9a9401a95298f1e5f3df83a31b8d3dbecbb2 (patch)
tree3cac9e50c2b7980f2d80411b34bca88394d2a074 /media-video
parentUpdate LICENSE to GPL-3. Remove old. (diff)
downloadgentoo-2-a76f9a9401a95298f1e5f3df83a31b8d3dbecbb2.tar.gz
gentoo-2-a76f9a9401a95298f1e5f3df83a31b8d3dbecbb2.tar.bz2
gentoo-2-a76f9a9401a95298f1e5f3df83a31b8d3dbecbb2.zip
Added REQUIRED_USE entry as the libass USE flag now needs iconv to be enabled, proxied commit for Nikoli; fixes bug #488604, reported by adel_blakdeath.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mplayer2/ChangeLog6
-rw-r--r--media-video/mplayer2/mplayer2-9999.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/media-video/mplayer2/ChangeLog b/media-video/mplayer2/ChangeLog
index 6c55de5d2f02..436e2adc95df 100644
--- a/media-video/mplayer2/ChangeLog
+++ b/media-video/mplayer2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/mplayer2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/ChangeLog,v 1.112 2013/10/13 10:17:39 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/ChangeLog,v 1.113 2013/10/19 19:39:40 tomwij Exp $
+
+ 19 Oct 2013; Tom Wijsman <TomWij@gentoo.org> mplayer2-9999.ebuild:
+ Added REQUIRED_USE entry as the libass USE flag now needs iconv to be enabled,
+ proxied commit for Nikoli; fixes bug #488604, reported by adel_blakdeath.
13 Oct 2013; Tom Wijsman <TomWij@gentoo.org> metadata.xml:
Updated Nikoli's e-mail address for easier automatic assignment.
diff --git a/media-video/mplayer2/mplayer2-9999.ebuild b/media-video/mplayer2/mplayer2-9999.ebuild
index ec458ec3cb25..a2b79dec88d8 100644
--- a/media-video/mplayer2/mplayer2-9999.ebuild
+++ b/media-video/mplayer2/mplayer2-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/mplayer2/mplayer2-9999.ebuild,v 1.62 2013/09/05 18:58:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-9999.ebuild,v 1.63 2013/10/19 19:39:40 tomwij Exp $
EAPI=5
@@ -39,6 +39,7 @@ REQUIRED_USE="
dvdnav? ( dvd )
enca? ( iconv )
lcms? ( opengl )
+ libass? ( iconv )
opengl? ( || ( aqua X ) )
portaudio? ( threads )
pvr? ( v4l )