summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-06-09 01:55:51 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-06-09 01:55:51 +0000
commit43879d631aff35703db4349bff73f84b73e12c5d (patch)
treedb7094fbec2258294912ed810376fd5fb79cb2fd /games-strategy/boson/files
parentAdded sys-devel/bc to DEPEND and closing bug #135762. (diff)
downloadgentoo-2-43879d631aff35703db4349bff73f84b73e12c5d.tar.gz
gentoo-2-43879d631aff35703db4349bff73f84b73e12c5d.tar.bz2
gentoo-2-43879d631aff35703db4349bff73f84b73e12c5d.zip
Version bump. Thanks to Tristan Heaven <tristanheaven@gmail.com> for the updated ebuild. Closing bug #134701.
(Portage version: 2.1_rc4-r5)
Diffstat (limited to 'games-strategy/boson/files')
-rw-r--r--games-strategy/boson/files/boson-0.11-openal.patch23
-rw-r--r--games-strategy/boson/files/boson-0.12-gcc41.patch28
-rw-r--r--games-strategy/boson/files/digest-boson-0.123
3 files changed, 54 insertions, 0 deletions
diff --git a/games-strategy/boson/files/boson-0.11-openal.patch b/games-strategy/boson/files/boson-0.11-openal.patch
new file mode 100644
index 000000000000..78f7a91497c5
--- /dev/null
+++ b/games-strategy/boson/files/boson-0.11-openal.patch
@@ -0,0 +1,23 @@
+--- bosound/openal/bosonaudioal.h
++++ bosound/openal/bosonaudioal.h
+@@ -21,7 +21,7 @@
+
+ #include "../bosonaudio.h"
+
+-#include <AL/altypes.h>
++#include <AL/al.h>
+
+ class QString;
+ class BosonMusic;
+
+--- bosound/openal/bosonsound.h
++++ bosound/openal/bosonsound.h
+@@ -24,7 +24,7 @@
+ #include <qptrlist.h>
+ #include <qmap.h>
+
+-#include <AL/altypes.h>
++#include <AL/al.h>
+
+ class BoPlayObject;
+ class BosonAudioAL;
diff --git a/games-strategy/boson/files/boson-0.12-gcc41.patch b/games-strategy/boson/files/boson-0.12-gcc41.patch
new file mode 100644
index 000000000000..f9021e20ce2a
--- /dev/null
+++ b/games-strategy/boson/files/boson-0.12-gcc41.patch
@@ -0,0 +1,28 @@
+--- code/boson/bosonufoglwidget.cpp 2006/05/28 20:06:45 7549
++++ code/boson/bosonufoglwidget.cpp 2006/05/29 12:50:14 7550
+@@ -35,11 +35,11 @@
+ BoUfoRealProfiling()
+ {
+ }
+- void BoUfoRealProfiling::push(const QString& name)
++ void push(const QString& name)
+ {
+ boProfiling->push(name);
+ }
+- void BoUfoRealProfiling::pop()
++ void pop()
+ {
+ boProfiling->pop();
+ }
+
+--- code/boson/qlistviewitemnumber.cpp 2006/05/28 20:06:45 7549
++++ code/boson/qlistviewitemnumber.cpp 2006/05/29 12:50:14 7550
+@@ -51,7 +51,7 @@
+ QString QListViewItemNumberPrefix::key(int column, bool ascending) const
+ {
+ QString k = QListViewItemNumber::key(column, ascending);
+- QRegExp r("^[0-9]+(\.[0-9]+)?");
++ QRegExp r("^[0-9]+(\\.[0-9]+)?");
+ if (r.search(k) >= 0) {
+ return r.cap(0);
+ }
diff --git a/games-strategy/boson/files/digest-boson-0.12 b/games-strategy/boson/files/digest-boson-0.12
new file mode 100644
index 000000000000..0cf67d1abf0f
--- /dev/null
+++ b/games-strategy/boson/files/digest-boson-0.12
@@ -0,0 +1,3 @@
+MD5 61a9f7270ebc20643df9c0fe534d0744 boson-all-0.12.tar.bz2 36823025
+RMD160 480432f090679af6dc4a5d52ed69be1ca3b5892c boson-all-0.12.tar.bz2 36823025
+SHA256 a887bf248ceb7f09f0aa01592f84a3bd3be52c3b10a94bc19d581076581cf1fa boson-all-0.12.tar.bz2 36823025