diff options
author | 2009-10-21 22:44:01 +0000 | |
---|---|---|
committer | 2009-10-21 22:44:01 +0000 | |
commit | 0b6f1c0f13989d0f37130b3af5425f401c87801b (patch) | |
tree | f3c53cafe7cda499295323898ad09c59e0c36664 /media-video/smplayer | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-0b6f1c0f13989d0f37130b3af5425f401c87801b.tar.gz gentoo-2-0b6f1c0f13989d0f37130b3af5425f401c87801b.tar.bz2 gentoo-2-0b6f1c0f13989d0f37130b3af5425f401c87801b.zip |
Fix pt lingua (bug 283011). Specify openal disabled in mplayer (bug 288196).
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'media-video/smplayer')
-rw-r--r-- | media-video/smplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/smplayer/smplayer-0.6.8.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-video/smplayer/ChangeLog b/media-video/smplayer/ChangeLog index b563e321ecd1..f2b59895308f 100644 --- a/media-video/smplayer/ChangeLog +++ b/media-video/smplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/smplayer # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.74 2009/09/30 20:07:56 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/ChangeLog,v 1.75 2009/10/21 22:44:01 yngwin Exp $ + + 21 Oct 2009; Ben de Groot <yngwin@gentoo.org> smplayer-0.6.8.ebuild: + Fix pt lingua (bug 283011). Specify openal disabled in mplayer (bug + 288196). 30 Sep 2009; Ben de Groot <yngwin@gentoo.org> -smplayer-0.6.2-r1.ebuild, -smplayer-0.6.7_p2872-r2.ebuild: diff --git a/media-video/smplayer/smplayer-0.6.8.ebuild b/media-video/smplayer/smplayer-0.6.8.ebuild index 4384c36a4c26..300b530b9536 100644 --- a/media-video/smplayer/smplayer-0.6.8.ebuild +++ b/media-video/smplayer/smplayer-0.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-0.6.8.ebuild,v 1.2 2009/08/13 18:15:40 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/smplayer/smplayer-0.6.8.ebuild,v 1.3 2009/10/21 22:44:01 yngwin Exp $ EAPI="2" @@ -27,10 +27,10 @@ IUSE="debug" DEPEND="x11-libs/qt-gui:4" RDEPEND="${DEPEND} - media-video/mplayer[ass,png]" + media-video/mplayer[ass,png,-openal]" LANGS="bg ca cs de en_US es et eu fi fr gl hu it ja ka ko ku mk nl pl pt_BR -pt_PT sk sr sv tr zh_CN zh_TW" +pt sk sr sv tr zh_CN zh_TW" # langs with long notation in pkg, but no long notation in portage: NOLONGLANGS="ar_SY el_GR ro_RO ru_RU sl_SI uk_UA vi_VN" for X in ${LANGS}; do |