mr_bones_    14/06/17 06:36:03

  Modified:             scummvm-1.6.0.ebuild ChangeLog
  Log:
  add missing theora USE flag (bug #513366)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  games-engines/scummvm/scummvm-1.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/scummvm-1.6.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/scummvm-1.6.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/scummvm-1.6.0.ebuild?r1=1.2&r2=1.3

Index: scummvm-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scummvm-1.6.0.ebuild        15 May 2014 16:43:34 -0000      1.2
+++ scummvm-1.6.0.ebuild        17 Jun 2014 06:36:03 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.6.0.ebuild,v 1.2 
2014/05/15 16:43:34 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.6.0.ebuild,v 1.3 
2014/06/17 06:36:03 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils flag-o-matic gnome2-utils toolchain-funcs games
@@ -12,12 +12,13 @@
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="aac alsa debug flac fluidsynth mp3 opengl truetype vorbis"
+IUSE="aac alsa debug flac fluidsynth mp3 opengl theora truetype vorbis"
 RESTRICT="test"  # it only looks like there's a test there #77507
 
 RDEPEND=">=media-libs/libsdl-1.2.2[sound,joystick,video]
        sys-libs/zlib
        vorbis? ( media-libs/libogg media-libs/libvorbis )
+       theora? ( media-libs/libtheora )
        aac? ( media-libs/faad2 )
        alsa? ( media-libs/alsa-lib )
        mp3? ( media-libs/libmad )
@@ -67,6 +68,7 @@
                $(use_enable flac) \
                $(use_enable opengl) \
                $(use_enable vorbis) \
+               $(use_enable theora theoradec) \
                $(use_enable truetype freetype2) \
                $(use_enable x86 nasm) \
                ${myconf} || die



1.130                games-engines/scummvm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/ChangeLog?rev=1.130&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/ChangeLog?rev=1.130&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/scummvm/ChangeLog?r1=1.129&r2=1.130

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   15 May 2014 16:43:34 -0000      1.129
+++ ChangeLog   17 Jun 2014 06:36:03 -0000      1.130
@@ -1,6 +1,9 @@
 # ChangeLog for games-engines/scummvm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.129 
2014/05/15 16:43:34 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.130 
2014/06/17 06:36:03 mr_bones_ Exp $
+
+  17 Jun 2014; Michael Sterrett <mr_bon...@gentoo.org> scummvm-1.6.0.ebuild:
+  add missing theora USE flag (bug #513366)
 
   15 May 2014; Ulrich Müller <u...@gentoo.org> scummvm-1.5.0.ebuild,
   scummvm-1.6.0.ebuild:




Reply via email to