hasufell    14/05/10 16:46:06

  Modified:             libsdl2-2.0.2-r1.ebuild ChangeLog
  Log:
  add wayland support wrt #504136
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.4                  media-libs/libsdl2/libsdl2-2.0.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.2-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.2-r1.ebuild?r1=1.3&r2=1.4

Index: libsdl2-2.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libsdl2-2.0.2-r1.ebuild     21 Apr 2014 07:56:51 -0000      1.3
+++ libsdl2-2.0.2-r1.ebuild     10 May 2014 16:46:06 -0000      1.4
@@ -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/media-libs/libsdl2/libsdl2-2.0.2-r1.ebuild,v 1.3 
2014/04/21 07:56:51 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.2-r1.ebuild,v 1.4 
2014/05/10 16:46:06 hasufell Exp $
 
 # TODO: convert FusionSound #484250
 
@@ -16,7 +16,7 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE="3dnow alsa altivec +audio custom-cflags dbus fusionsound gles haptic 
+joystick mmx nas opengl oss pulseaudio sse sse2 static-libs +threads tslib 
udev +video X xinerama xscreensaver"
+IUSE="3dnow alsa altivec +audio custom-cflags dbus fusionsound gles haptic 
+joystick mmx nas opengl oss pulseaudio sse sse2 static-libs +threads tslib 
udev +video wayland X xinerama xscreensaver"
 REQUIRED_USE="
        alsa? ( audio )
        fusionsound? ( audio )
@@ -40,6 +40,11 @@
        pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
        tslib? ( x11-libs/tslib[${MULTILIB_USEDEP}] )
        udev? ( virtual/udev[${MULTILIB_USEDEP}] )
+       wayland? (
+               dev-libs/wayland[${MULTILIB_USEDEP}]
+               media-libs/mesa[${MULTILIB_USEDEP},wayland]
+               x11-libs/libxkbcommon[${MULTILIB_USEDEP}]
+       )
        X? (
                x11-libs/libX11[${MULTILIB_USEDEP}]
                x11-libs/libXcursor[${MULTILIB_USEDEP}]
@@ -107,6 +112,8 @@
                $(use_enable audio dummyaudio) \
                $(use_enable X video-x11) \
                --disable-x11-shared \
+               $(use_enable wayland video-wayland) \
+               --disable-wayland-shared \
                $(use_enable X video-x11-xcursor) \
                $(use_enable xinerama video-x11-xinerama) \
                $(use_enable X video-x11-xinput) \



1.15                 media-libs/libsdl2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   21 Apr 2014 07:56:51 -0000      1.14
+++ ChangeLog   10 May 2014 16:46:06 -0000      1.15
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsdl2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.14 
2014/04/21 07:56:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.15 
2014/05/10 16:46:06 hasufell Exp $
+
+  10 May 2014; Julian Ospald <hasuf...@gentoo.org> libsdl2-2.0.2-r1.ebuild:
+  add wayland support wrt #504136
 
   21 Apr 2014; Michał Górny <mgo...@gentoo.org> libsdl2-2.0.2-r1.ebuild:
   Use the new multilib_native_use* functions.




Reply via email to