mr_bones_    15/01/30 18:25:58

  Modified:             sdlmess-0.149.ebuild sdlmess-0.148_p1.ebuild
                        ChangeLog
  Log:
  remove alsa use flag (bug #514600); use system portmidi lib; drop ppc until 
portmidi is keyworded
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  games-emulation/sdlmess/sdlmess-0.149.ebuild

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

Index: sdlmess-0.149.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/sdlmess-0.149.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sdlmess-0.149.ebuild        15 May 2014 16:40:37 -0000      1.2
+++ sdlmess-0.149.ebuild        30 Jan 2015 18:25:58 -0000      1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/sdlmess/sdlmess-0.149.ebuild,v 1.2 
2014/05/15 16:40:37 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/sdlmess/sdlmess-0.149.ebuild,v 1.3 
2015/01/30 18:25:58 mr_bones_ Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_6 python2_7 )
@@ -25,8 +25,8 @@
 
 LICENSE="XMAME"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="X alsa debug opengl"
+KEYWORDS="~amd64 ~x86"
+IUSE="X debug opengl"
 REQUIRED_USE="debug? ( X )"
 
 RDEPEND=">=dev-lang/lua-5.2
@@ -37,7 +37,7 @@
        media-libs/sdl-ttf
        sys-libs/zlib
        virtual/jpeg
-       alsa? ( media-libs/alsa-lib )
+       media-libs/portmidi
        debug? (
                x11-libs/gtk+:2
                gnome-base/gconf
@@ -96,12 +96,13 @@
                "${FILESDIR}"/${P}-debugger-linking.patch
 
        # Don't compile zlib and expat
-       einfo "Disabling embedded libraries: expat, flac, jpeg, zlib, lua"
+       einfo "Disabling embedded libraries: expat, flac, jpeg, lua, portmidi, 
zlib"
        disable_feature BUILD_EXPAT
        disable_feature BUILD_FLAC
        disable_feature BUILD_JPEG
-       disable_feature BUILD_ZLIB
        disable_feature BUILD_LUA
+       disable_feature BUILD_MIDILIB
+       disable_feature BUILD_ZLIB
 
        if use amd64; then
                einfo "Enabling 64-bit support"
@@ -126,11 +127,6 @@
                enable_feature NO_OPENGL src/osd/sdl/sdl.mak
        fi
 
-       if ! use alsa ; then
-               einfo "Disabling alsa midi support"
-               enable_feature NO_USE_MIDI src/osd/sdl/sdl.mak
-       fi
-
        if ! use X ; then
                einfo "Disabling X support"
                enable_feature NO_X11 src/osd/sdl/sdl.mak



1.5                  games-emulation/sdlmess/sdlmess-0.148_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild?r1=1.4&r2=1.5

Index: sdlmess-0.148_p1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sdlmess-0.148_p1.ebuild     15 May 2014 16:40:37 -0000      1.4
+++ sdlmess-0.148_p1.ebuild     30 Jan 2015 18:25:58 -0000      1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild,v 1.4 
2014/05/15 16:40:37 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild,v 1.5 
2015/01/30 18:25:58 mr_bones_ Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_6 python2_7 )
@@ -25,8 +25,8 @@
 
 LICENSE="XMAME"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="X alsa debug opengl"
+KEYWORDS="amd64 x86"
+IUSE="X debug opengl"
 REQUIRED_USE="debug? ( X )"
 
 RDEPEND="dev-libs/expat
@@ -36,7 +36,7 @@
        media-libs/sdl-ttf
        sys-libs/zlib
        virtual/jpeg
-       alsa? ( media-libs/alsa-lib )
+       media-libs/portmidi
        X? (
                gnome-base/gconf
                x11-libs/gtk+:2
@@ -91,10 +91,11 @@
                "${FILESDIR}"/${P}-no-opengl.patch
 
        # Don't compile zlib and expat
-       einfo "Disabling embedded libraries: expat, flac, jpeg, zlib"
+       einfo "Disabling embedded libraries: expat, flac, jpeg, portmidi, zlib"
        disable_feature BUILD_EXPAT
        disable_feature BUILD_FLAC
        disable_feature BUILD_JPEG
+       disable_feature BUILD_MIDILIB
        disable_feature BUILD_ZLIB
 
        if use amd64; then
@@ -117,11 +118,6 @@
                enable_feature NO_OPENGL src/osd/sdl/sdl.mak
        fi
 
-       if ! use alsa ; then
-               einfo "Disabling alsa midi support"
-               enable_feature NO_USE_MIDI src/osd/sdl/sdl.mak
-       fi
-
        if ! use X ; then
                einfo "Disabling X support"
                enable_feature NO_X11 src/osd/sdl/sdl.mak



1.6                  games-emulation/sdlmess/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmess/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmess/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmess/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   15 May 2014 16:40:37 -0000      1.5
+++ ChangeLog   30 Jan 2015 18:25:58 -0000      1.6
@@ -1,6 +1,11 @@
 # ChangeLog for games-emulation/sdlmess
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/ChangeLog,v 1.5 
2014/05/15 16:40:37 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/ChangeLog,v 1.6 
2015/01/30 18:25:58 mr_bones_ Exp $
+
+  30 Jan 2015; Michael Sterrett <[email protected]> sdlmess-0.148_p1.ebuild,
+  sdlmess-0.149.ebuild:
+  remove alsa use flag (bug #514600); use system portmidi lib; drop ppc until
+  portmidi is keyworded
 
   15 May 2014; Ulrich Müller <[email protected]> sdlmess-0.148_p1.ebuild,
   sdlmess-0.149.ebuild:




Reply via email to