ulm 14/05/15 16:15:03
Modified: libsdl-1.2.15-r3.ebuild libsdl-1.2.15-r4.ebuild
libsdl-1.2.15-r2.ebuild libsdl-1.2.15-r5.ebuild
ChangeLog metadata.xml libsdl-1.2.14-r6.ebuild
Log:
QA: Rename "audio" USE flag to "sound", bug 357661.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
9433907D693FB5B8!)
Revision Changes Path
1.2 media-libs/libsdl/libsdl-1.2.15-r3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r3.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r3.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r3.ebuild?r1=1.1&r2=1.2
Index: libsdl-1.2.15-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsdl-1.2.15-r3.ebuild 10 May 2013 06:20:06 -0000 1.1
+++ libsdl-1.2.15-r3.ebuild 15 May 2014 16:15:03 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r3.ebuild,v
1.1 2013/05/10 06:20:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r3.ebuild,v
1.2 2014/05/15 16:15:03 ulm Exp $
EAPI=2
inherit flag-o-matic multilib toolchain-funcs eutils libtool
@@ -15,9 +15,9 @@
# WARNING:
# If you turn on the custom-cflags use flag in USE and something breaks,
# you pick up the pieces. Be prepared for bug reports to be marked INVALID.
-IUSE="oss alsa nas X dga xv xinerama fbcon directfb ggi svga tslib aalib
opengl libcaca +audio +video +joystick custom-cflags pulseaudio ps3 static-libs"
+IUSE="oss alsa nas X dga xv xinerama fbcon directfb ggi svga tslib aalib
opengl libcaca +sound +video +joystick custom-cflags pulseaudio ps3 static-libs"
-RDEPEND="audio? ( >=media-libs/audiofile-0.1.9 )
+RDEPEND="sound? ( >=media-libs/audiofile-0.1.9 )
alsa? ( media-libs/alsa-lib )
nas? (
media-libs/nas
@@ -80,7 +80,7 @@
myconf="${myconf} --enable-nasm"
fi
use custom-cflags || strip-flags
- use audio || myconf="${myconf} --disable-audio"
+ use sound || myconf="${myconf} --disable-audio"
use video \
&& myconf="${myconf} --enable-video-dummy" \
|| myconf="${myconf} --disable-video"
1.12 media-libs/libsdl/libsdl-1.2.15-r4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r4.ebuild?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r4.ebuild?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r4.ebuild?r1=1.11&r2=1.12
Index: libsdl-1.2.15-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libsdl-1.2.15-r4.ebuild 15 Jan 2014 09:20:41 -0000 1.11
+++ libsdl-1.2.15-r4.ebuild 15 May 2014 16:15:03 -0000 1.12
@@ -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/libsdl/libsdl-1.2.15-r4.ebuild,v
1.11 2014/01/15 09:20:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r4.ebuild,v
1.12 2014/05/15 16:15:03 ulm Exp $
EAPI=5
inherit autotools flag-o-matic multilib toolchain-funcs eutils
@@ -15,9 +15,9 @@
# WARNING:
# If you turn on the custom-cflags use flag in USE and something breaks,
# you pick up the pieces. Be prepared for bug reports to be marked INVALID.
-IUSE="oss alsa nas X dga xv xinerama fbcon directfb ggi svga tslib aalib
opengl libcaca +audio +video +joystick custom-cflags pulseaudio ps3 static-libs"
+IUSE="oss alsa nas X dga xv xinerama fbcon directfb ggi svga tslib aalib
opengl libcaca +sound +video +joystick custom-cflags pulseaudio ps3 static-libs"
-RDEPEND="audio? ( >=media-libs/audiofile-0.1.9 )
+RDEPEND="sound? ( >=media-libs/audiofile-0.1.9 )
alsa? ( media-libs/alsa-lib )
nas? (
media-libs/nas
@@ -79,7 +79,7 @@
myconf="${myconf} --enable-nasm"
fi
use custom-cflags || strip-flags
- use audio || myconf="${myconf} --disable-audio"
+ use sound || myconf="${myconf} --disable-audio"
use video \
&& myconf="${myconf} --enable-video-dummy" \
|| myconf="${myconf} --disable-video"
1.10 media-libs/libsdl/libsdl-1.2.15-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r2.ebuild?rev=1.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r2.ebuild?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r2.ebuild?r1=1.9&r2=1.10
Index: libsdl-1.2.15-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libsdl-1.2.15-r2.ebuild 27 Aug 2012 17:40:01 -0000 1.9
+++ libsdl-1.2.15-r2.ebuild 15 May 2014 16:15:03 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r2.ebuild,v
1.9 2012/08/27 17:40:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r2.ebuild,v
1.10 2014/05/15 16:15:03 ulm Exp $
EAPI=2
inherit flag-o-matic multilib toolchain-funcs eutils libtool
@@ -15,9 +15,9 @@
# WARNING:
# If you turn on the custom-cflags use flag in USE and something breaks,
# you pick up the pieces. Be prepared for bug reports to be marked INVALID.
-IUSE="oss alsa nas X dga xv xinerama fbcon directfb ggi svga tslib aalib
opengl libcaca +audio +video +joystick custom-cflags pulseaudio ps3 static-libs"
+IUSE="oss alsa nas X dga xv xinerama fbcon directfb ggi svga tslib aalib
opengl libcaca +sound +video +joystick custom-cflags pulseaudio ps3 static-libs"
-RDEPEND="audio? ( >=media-libs/audiofile-0.1.9 )
+RDEPEND="sound? ( >=media-libs/audiofile-0.1.9 )
alsa? ( media-libs/alsa-lib )
nas? (
media-libs/nas
@@ -79,7 +79,7 @@
myconf="${myconf} --enable-nasm"
fi
use custom-cflags || strip-flags
- use audio || myconf="${myconf} --disable-audio"
+ use sound || myconf="${myconf} --disable-audio"
use video \
&& myconf="${myconf} --enable-video-dummy" \
|| myconf="${myconf} --disable-video"
1.4 media-libs/libsdl/libsdl-1.2.15-r5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r5.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r5.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r5.ebuild?r1=1.3&r2=1.4
Index: libsdl-1.2.15-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libsdl-1.2.15-r5.ebuild 30 Apr 2014 13:43:30 -0000 1.3
+++ libsdl-1.2.15-r5.ebuild 15 May 2014 16:15:03 -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/libsdl/libsdl-1.2.15-r5.ebuild,v
1.3 2014/04/30 13:43:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r5.ebuild,v
1.4 2014/05/15 16:15:03 ulm Exp $
# TODO: convert media-libs/libggi to multilib
@@ -17,14 +17,14 @@
# WARNING:
# If you turn on the custom-cflags use flag in USE and something breaks,
# you pick up the pieces. Be prepared for bug reports to be marked INVALID.
-IUSE="oss alsa nas X dga xv xinerama fbcon ggi svga tslib aalib opengl libcaca
+audio +video +joystick custom-cflags pulseaudio ps3 static-libs"
+IUSE="oss alsa nas X dga xv xinerama fbcon ggi svga tslib aalib opengl libcaca
+sound +video +joystick custom-cflags pulseaudio ps3 static-libs"
RDEPEND="
abi_x86_32? (
!app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
!<=app-emulation/emul-linux-x86-sdl-20140406
)
- audio? ( >=media-libs/audiofile-0.1.9[${MULTILIB_USEDEP}] )
+ sound? ( >=media-libs/audiofile-0.1.9[${MULTILIB_USEDEP}] )
alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
nas? (
media-libs/nas[${MULTILIB_USEDEP}]
@@ -98,7 +98,7 @@
myconf="${myconf} --enable-nasm"
fi
use custom-cflags || strip-flags
- use audio || myconf="${myconf} --disable-audio"
+ use sound || myconf="${myconf} --disable-audio"
use video \
&& myconf="${myconf} --enable-video-dummy" \
|| myconf="${myconf} --disable-video"
1.216 media-libs/libsdl/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.216&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.216&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.215&r2=1.216
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- ChangeLog 30 Apr 2014 13:43:30 -0000 1.215
+++ ChangeLog 15 May 2014 16:15:03 -0000 1.216
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libsdl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.215
2014/04/30 13:43:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.216
2014/05/15 16:15:03 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <[email protected]> libsdl-1.2.14-r6.ebuild,
+ libsdl-1.2.15-r2.ebuild, libsdl-1.2.15-r3.ebuild, libsdl-1.2.15-r4.ebuild,
+ libsdl-1.2.15-r5.ebuild, metadata.xml:
+ QA: Rename "audio" USE flag to "sound", bug 357661.
30 Apr 2014; Michał Górny <[email protected]> libsdl-1.2.15-r5.ebuild:
Fix typo in function name.
1.9 media-libs/libsdl/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/metadata.xml?rev=1.9&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/metadata.xml?rev=1.9&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/metadata.xml?r1=1.8&r2=1.9
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml 14 Nov 2009 07:55:24 -0000 1.8
+++ metadata.xml 15 May 2014 16:15:03 -0000 1.9
@@ -19,9 +19,9 @@
PHP, Pike, Python, and Ruby.
</longdescription>
<use>
- <flag name="audio">Control audio support (disable at your own
risk)</flag>
<flag name="joystick">Control joystick support (disable at your own
risk)</flag>
<flag name="ps3">Build the PS3 video driver</flag>
+ <flag name="sound">Control audio support (disable at your own
risk)</flag>
<flag name="tslib">Build with tslib support for touchscreen
devices</flag>
<flag name="video">Control video support (disable at your own
risk)</flag>
</use>
1.7 media-libs/libsdl/libsdl-1.2.14-r6.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.14-r6.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.14-r6.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.14-r6.ebuild?r1=1.6&r2=1.7
Index: libsdl-1.2.14-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.14-r6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libsdl-1.2.14-r6.ebuild 22 May 2011 23:59:29 -0000 1.6
+++ libsdl-1.2.14-r6.ebuild 15 May 2014 16:15:03 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.14-r6.ebuild,v
1.6 2011/05/22 23:59:29 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.14-r6.ebuild,v
1.7 2014/05/15 16:15:03 ulm Exp $
EAPI=2
inherit flag-o-matic multilib toolchain-funcs eutils libtool
@@ -13,12 +13,12 @@
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
# WARNING:
-# if you disable the audio, video, joystick use flags or turn on the
custom-cflags use flag
+# if you disable the sound, video, joystick use flags or turn on the
custom-cflags use flag
# in USE and something breaks, you pick up the pieces. Be prepared for
# bug reports to be marked INVALID.
-IUSE="oss alsa nas X dga xv xinerama fbcon directfb ggi svga tslib aalib
opengl libcaca +audio +video +joystick custom-cflags pulseaudio ps3 static-libs"
+IUSE="oss alsa nas X dga xv xinerama fbcon directfb ggi svga tslib aalib
opengl libcaca +sound +video +joystick custom-cflags pulseaudio ps3 static-libs"
-RDEPEND="audio? ( >=media-libs/audiofile-0.1.9 )
+RDEPEND="sound? ( >=media-libs/audiofile-0.1.9 )
alsa? ( media-libs/alsa-lib )
nas? (
media-libs/nas
@@ -55,10 +55,10 @@
S=${WORKDIR}/SDL-${PV}
pkg_setup() {
- if use !audio || use !video || use !joystick ; then
+ if use !sound || use !video || use !joystick ; then
ewarn "Since you've chosen to turn off some of libsdl's
functionality,"
ewarn "don't bother filing libsdl-related bugs until trying to
remerge"
- ewarn "libsdl with the audio, video, and joystick flags in USE."
+ ewarn "libsdl with the sound, video, and joystick flags in USE."
ewarn "You need to know what you're doing to selectively turn
off parts of libsdl."
epause 30
fi
@@ -88,7 +88,7 @@
myconf="${myconf} --enable-nasm"
fi
use custom-cflags || strip-flags
- use audio || myconf="${myconf} --disable-audio"
+ use sound || myconf="${myconf} --disable-audio"
use video \
&& myconf="${myconf} --enable-video-dummy" \
|| myconf="${myconf} --disable-video"