Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-qt/qtmultimedia/files: qtmultimedia-4.8.0-alsa.patch
Date: Sat, 02 Mar 2013 15:31:38
Message-Id: 20130302153135.B173E2171E@flycatcher.gentoo.org
1 yngwin 13/03/02 15:31:35
2
3 Added: qtmultimedia-4.8.0-alsa.patch
4 Log:
5 Move to new dev-qt category
6
7 (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x2B2474AD43CE296E!)
8
9 Revision Changes Path
10 1.1 dev-qt/qtmultimedia/files/qtmultimedia-4.8.0-alsa.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtmultimedia/files/qtmultimedia-4.8.0-alsa.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtmultimedia/files/qtmultimedia-4.8.0-alsa.patch?rev=1.1&content-type=text/plain
14
15 Index: qtmultimedia-4.8.0-alsa.patch
16 ===================================================================
17 --- qt-everywhere-opensource-src-4.8.0.orig/configure 2012-03-13 00:45:02.502205702 +0100
18 +++ qt-everywhere-opensource-src-4.8.0/configure 2012-03-13 00:47:40.386231881 +0100
19 @@ -1049,7 +1049,7 @@
20 VAL=no
21 ;;
22 #Qt style yes options
23 - -incremental|-qvfb|-profile|-shared|-static|-sm|-xinerama|-xshape|-xsync|-xinput|-egl|-reduce-exports|-pch|-separate-debug-info|-stl|-freetype|-xcursor|-xfixes|-xrandr|-xrender|-mitshm|-fontconfig|-xkb|-nis|-qdbus|-dbus|-dbus-linked|-glib|-gstreamer|-gtkstyle|-cups|-iconv|-largefile|-h|-help|-v|-verbose|-debug|-release|-fast|-accessibility|-confirm-license|-gnumake|-framework|-qt3support|-debug-and-release|-exceptions|-cocoa|-carbon|-universal|-harfbuzz|-prefix-install|-silent|-armfpa|-optimized-qmake|-dwarf2|-reduce-relocations|-sse|-openssl|-openssl-linked|-ptmalloc|-xmlpatterns|-phonon|-phonon-backend|-multimedia|-audio-backend|-svg|-declarative|-declarative-debug|-javascript-jit|-script|-scripttools|-rpath|-force-pkg-config|-s60|-usedeffiles|-icu)
24 + -incremental|-qvfb|-profile|-shared|-static|-sm|-xinerama|-xshape|-xsync|-xinput|-egl|-reduce-exports|-pch|-separate-debug-info|-stl|-freetype|-xcursor|-xfixes|-xrandr|-xrender|-mitshm|-fontconfig|-xkb|-nis|-qdbus|-dbus|-dbus-linked|-glib|-gstreamer|-gtkstyle|-cups|-iconv|-largefile|-h|-help|-v|-verbose|-debug|-release|-fast|-accessibility|-confirm-license|-gnumake|-framework|-qt3support|-debug-and-release|-exceptions|-cocoa|-carbon|-universal|-harfbuzz|-prefix-install|-silent|-armfpa|-optimized-qmake|-dwarf2|-reduce-relocations|-sse|-openssl|-openssl-linked|-ptmalloc|-xmlpatterns|-phonon|-phonon-backend|-multimedia|-audio-backend|-svg|-declarative|-declarative-debug|-javascript-jit|-script|-scripttools|-rpath|-force-pkg-config|-s60|-usedeffiles|-icu|-alsa)
25 VAR=`echo $1 | sed "s,^-\(.*\),\1,"`
26 VAL=yes
27 ;;
28 @@ -2399,6 +2399,13 @@
29 else
30 UNKNOWN_OPT=yes
31 fi
32 + ;;
33 + alsa)
34 + if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then
35 + CFG_ALSA="$VAL"
36 + else
37 + UNKNOWN_OPT=yes
38 + fi
39 ;;
40 *)
41 UNKNOWN_OPT=yes