summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-29 03:48:40 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-29 03:48:40 +0000
commit9f055d2e1d02af4c3130a9f2ddc5a00997422da9 (patch)
tree6985d3a2eae00e23827c04619a1ff57faf0f7a39
parentFixed compilation error with xorg-x11 and fixed einstall; bug #72169. (diff)
downloadhistorical-9f055d2e1d02af4c3130a9f2ddc5a00997422da9.tar.gz
historical-9f055d2e1d02af4c3130a9f2ddc5a00997422da9.tar.bz2
historical-9f055d2e1d02af4c3130a9f2ddc5a00997422da9.zip
Re-order ALSA includes so they dont conflict with wine headers #94272 by Ernst de Haan.
Package-Manager: portage-2.0.51.22-r1
-rw-r--r--app-emulation/wine/ChangeLog9
-rw-r--r--app-emulation/wine/Manifest15
-rw-r--r--app-emulation/wine/files/wine-20050524-alsa-headers.patch29
-rw-r--r--app-emulation/wine/wine-20041019-r3.ebuild5
-rw-r--r--app-emulation/wine/wine-20050111-r1.ebuild3
-rw-r--r--app-emulation/wine/wine-20050211.ebuild3
-rw-r--r--app-emulation/wine/wine-20050310-r1.ebuild3
-rw-r--r--app-emulation/wine/wine-20050419.ebuild3
-rw-r--r--app-emulation/wine/wine-20050524.ebuild3
9 files changed, 58 insertions, 15 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog
index dfd0aab1d664..ab8a7f214059 100644
--- a/app-emulation/wine/ChangeLog
+++ b/app-emulation/wine/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-emulation/wine
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.96 2005/05/26 00:51:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.97 2005/05/29 03:48:40 vapier Exp $
+
+ 29 May 2005; Mike Frysinger <vapier@gentoo.org>
+ +files/wine-20050524-alsa-headers.patch, wine-20041019-r3.ebuild,
+ wine-20050111-r1.ebuild, wine-20050211.ebuild, wine-20050310-r1.ebuild,
+ wine-20050419.ebuild, wine-20050524.ebuild:
+ Re-order ALSA includes so they dont conflict with wine headers #94272 by
+ Ernst de Haan.
*wine-20050524 (26 May 2005)
diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest
index d204dcb8649f..7b158c1f7fc8 100644
--- a/app-emulation/wine/Manifest
+++ b/app-emulation/wine/Manifest
@@ -1,11 +1,11 @@
-MD5 025f87eb8b92319f506b99e531200bb1 ChangeLog 17047
+MD5 7f6eea6374149cc338a12b6640aa9a43 ChangeLog 17378
MD5 6525c48ba09d08599432ea6c299e52f4 metadata.xml 354
-MD5 62269a3062fafed04aaa8e6045b51afb wine-20050419.ebuild 3484
-MD5 c465acbbb30e9a327087f066aee24e4a wine-20050310-r1.ebuild 3548
-MD5 a2e7f0a049e239a834ca73d33763d35b wine-20041019-r3.ebuild 2912
-MD5 4741f4310503a19f72a47650bf35645e wine-20050524.ebuild 3495
-MD5 b6bd8c2117807060fda541463d4aac98 wine-20050211.ebuild 3532
-MD5 fed189385cde1893fc5c53f2e6b655af wine-20050111-r1.ebuild 3113
+MD5 b15d58ddb3b3be4f8289af4879e28352 wine-20050419.ebuild 3540
+MD5 e1a0b819a21a6356688a9d5c761443a5 wine-20050310-r1.ebuild 3604
+MD5 1d4bc78753251567fe563d071b20e20f wine-20041019-r3.ebuild 2969
+MD5 e66e7ff9fc9bc6cbb107bf178f806b26 wine-20050524.ebuild 3550
+MD5 4a044330f657a3334104a0c793a92e14 wine-20050211.ebuild 3588
+MD5 9de2b382311814e8a2bc148379f0f502 wine-20050111-r1.ebuild 3168
MD5 67846279ad436d5d70d0857d29c5fabf files/20050211-docs.patch 719
MD5 03f968d969bdc86d7afd384b026aa7cf files/digest-wine-20050310-r1 67
MD5 1668a758aa2007cb99a773b3c5c844c9 files/winearts-kdecvs-fix.patch 325
@@ -17,3 +17,4 @@ MD5 f9ded3113cb95a488a47c43fcd71467b files/digest-wine-20050524 67
MD5 fe364ce26a93f838a04f30b274df034c files/digest-wine-20050211 67
MD5 8028af5342611d0521183f95342f787a files/digest-wine-20050111-r1 67
MD5 45243901331840c35f12426a17b31bd2 files/wine-20050310-upstream-colortable.patch 1546
+MD5 7a55fde5c2def5d2925fab4955433c2c files/wine-20050524-alsa-headers.patch 669
diff --git a/app-emulation/wine/files/wine-20050524-alsa-headers.patch b/app-emulation/wine/files/wine-20050524-alsa-headers.patch
new file mode 100644
index 000000000000..74e47895009f
--- /dev/null
+++ b/app-emulation/wine/files/wine-20050524-alsa-headers.patch
@@ -0,0 +1,29 @@
+Reorder the alsa includes so the wine defines dont stomp
+the alsa prototypes.
+
+Patch by Ed Catmur
+
+http://bugs.gentoo.org/94272
+
+--- dlls/winmm/winealsa/audio.c
++++ dlls/winmm/winealsa/audio.c
+@@ -45,6 +45,9 @@
+ # include <sys/mman.h>
+ #endif
+ #include "windef.h"
++#define ALSA_PCM_NEW_HW_PARAMS_API
++#define ALSA_PCM_NEW_SW_PARAMS_API
++#include "alsa.h"
+ #include "winbase.h"
+ #include "wingdi.h"
+ #include "winerror.h"
+@@ -58,9 +61,6 @@
+ #include "ks.h"
+ #include "ksguid.h"
+ #include "ksmedia.h"
+-#define ALSA_PCM_NEW_HW_PARAMS_API
+-#define ALSA_PCM_NEW_SW_PARAMS_API
+-#include "alsa.h"
+ #include "wine/library.h"
+ #include "wine/unicode.h"
+ #include "wine/debug.h"
diff --git a/app-emulation/wine/wine-20041019-r3.ebuild b/app-emulation/wine/wine-20041019-r3.ebuild
index b19f3a1612ca..f7745ff62c3d 100644
--- a/app-emulation/wine/wine-20041019-r3.ebuild
+++ b/app-emulation/wine/wine-20041019-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.12 2005/03/29 01:35:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.13 2005/05/29 03:48:40 vapier Exp $
inherit eutils flag-o-matic
@@ -36,7 +36,8 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack Wine-${PV}.tar.gz
- cd ${S}
+ cd "${S}"
+ epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch
epatch ${FILESDIR}/winearts-kdecvs-fix.patch
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
diff --git a/app-emulation/wine/wine-20050111-r1.ebuild b/app-emulation/wine/wine-20050111-r1.ebuild
index ef923f83d273..5516513b12be 100644
--- a/app-emulation/wine/wine-20050111-r1.ebuild
+++ b/app-emulation/wine/wine-20050111-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050111-r1.ebuild,v 1.4 2005/03/29 01:35:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050111-r1.ebuild,v 1.5 2005/05/29 03:48:40 vapier Exp $
inherit eutils flag-o-matic
@@ -36,6 +36,7 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack Wine-${PV}.tar.gz
cd "${S}"
+ epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch
epatch "${FILESDIR}"/${P}-upstream-registry-fix.patch.bz2 #85387
diff --git a/app-emulation/wine/wine-20050211.ebuild b/app-emulation/wine/wine-20050211.ebuild
index 2c69f2a9b4a1..84a70f7bda36 100644
--- a/app-emulation/wine/wine-20050211.ebuild
+++ b/app-emulation/wine/wine-20050211.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050211.ebuild,v 1.9 2005/04/07 22:59:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050211.ebuild,v 1.10 2005/05/29 03:48:40 vapier Exp $
inherit eutils flag-o-matic
@@ -56,6 +56,7 @@ src_unpack() {
unpack Wine-${PV}.tar.gz
cd "${S}"
+ epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch
epatch "${FILESDIR}"/winearts-kdecvs-fix.patch
epatch "${FILESDIR}"/20050211-docs.patch
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
diff --git a/app-emulation/wine/wine-20050310-r1.ebuild b/app-emulation/wine/wine-20050310-r1.ebuild
index 5c05df562161..95c1bd74d3f9 100644
--- a/app-emulation/wine/wine-20050310-r1.ebuild
+++ b/app-emulation/wine/wine-20050310-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050310-r1.ebuild,v 1.2 2005/04/19 16:40:13 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050310-r1.ebuild,v 1.3 2005/05/29 03:48:40 vapier Exp $
inherit eutils flag-o-matic
@@ -56,6 +56,7 @@ src_unpack() {
unpack Wine-${PV}.tar.gz
cd "${S}"
+ epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch
epatch "${FILESDIR}"/winearts-kdecvs-fix.patch
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
epatch "${FILESDIR}"/wine-20050310-upstream-colortable.patch #88715
diff --git a/app-emulation/wine/wine-20050419.ebuild b/app-emulation/wine/wine-20050419.ebuild
index ebd2d4c9a029..7334b142a4a0 100644
--- a/app-emulation/wine/wine-20050419.ebuild
+++ b/app-emulation/wine/wine-20050419.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050419.ebuild,v 1.4 2005/05/08 17:20:49 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050419.ebuild,v 1.5 2005/05/29 03:48:40 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -56,6 +56,7 @@ src_unpack() {
unpack Wine-${PV}.tar.gz
cd "${S}"
+ epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch
epatch "${FILESDIR}"/winearts-kdecvs-fix.patch
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
epatch "${FILESDIR}"/20041019-no-stack.patch #66002
diff --git a/app-emulation/wine/wine-20050524.ebuild b/app-emulation/wine/wine-20050524.ebuild
index 33bdb3b31a37..ac8f757ee3df 100644
--- a/app-emulation/wine/wine-20050524.ebuild
+++ b/app-emulation/wine/wine-20050524.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050524.ebuild,v 1.2 2005/05/27 02:13:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050524.ebuild,v 1.3 2005/05/29 03:48:40 vapier Exp $
inherit eutils flag-o-matic multilib
@@ -56,6 +56,7 @@ src_unpack() {
unpack Wine-${PV}.tar.gz
cd "${S}"
+ epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch
epatch "${FILESDIR}"/winearts-kdecvs-fix.patch
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
epatch "${FILESDIR}"/20041019-no-stack.patch #66002