summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorXerxes Rånby <[email protected]>2013-01-26 01:16:49 +0100
committerXerxes Rånby <[email protected]>2013-01-26 01:16:49 +0100
commita801e0f01cf57cf270226238d35ecd751e497172 (patch)
tree2c27a85d3e2d4bed077ddb5c1a082d0e4f85c86e /make
parent4885e2a488223b852598520664875804d302d3e3 (diff)
Remove obstolete bundled OpenAL and OpenAL-soft binarys.
Prefer system installed libraries or OpenAL-soft built from source. Signed-off-by: Xerxes Rånby <[email protected]>
Diffstat (limited to 'make')
-rw-r--r--make/lib/FILES.txt16
-rw-r--r--make/lib/linux-amd64/libopenal.sobin290488 -> 0 bytes
-rw-r--r--make/lib/linux-armv7/libopenal.sobin477548 -> 0 bytes
-rw-r--r--make/lib/linux-i586/libopenal.sobin243984 -> 0 bytes
-rw-r--r--make/lib/macosx-ppc/placeholder.txt5
-rw-r--r--make/lib/macosx-universal/placeholder.txt5
-rwxr-xr-xmake/lib/oalinst-license.txt24
-rw-r--r--make/lib/solaris-amd64/readme.txt1
-rw-r--r--make/lib/solaris-i586/readme.txt1
-rwxr-xr-xmake/lib/windows-amd64/OpenAL32.dllbin122904 -> 0 bytes
-rwxr-xr-xmake/lib/windows-amd64/wrap_oal.dllbin466456 -> 0 bytes
-rwxr-xr-xmake/lib/windows-i586/OpenAL32.dllbin109080 -> 0 bytes
-rwxr-xr-xmake/lib/windows-i586/wrap_oal.dllbin444952 -> 0 bytes
13 files changed, 0 insertions, 52 deletions
diff --git a/make/lib/FILES.txt b/make/lib/FILES.txt
deleted file mode 100644
index d5966d1..0000000
--- a/make/lib/FILES.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-Software OpenAL bundled libs ..
-
-Linux x32 and x64:
- ubuntu 10.10 1:1.12.854-2
-
-Linux armv7:
- ubuntu 1:1.13-2
-
-Windows x32 and x64:
- oalinst:
- http://connect.creativelabs.com/openal/Downloads/oalinst.zip
- LICENSE: oalinst-license.txt
-
- Summer 2009 : Version 2.0.7.0
- * OpenAL32.dll version 6.14.357.24
- * wrap_oal.dll version 2.2.0.5
diff --git a/make/lib/linux-amd64/libopenal.so b/make/lib/linux-amd64/libopenal.so
deleted file mode 100644
index 681f73c..0000000
--- a/make/lib/linux-amd64/libopenal.so
+++ /dev/null
Binary files differ
diff --git a/make/lib/linux-armv7/libopenal.so b/make/lib/linux-armv7/libopenal.so
deleted file mode 100644
index 2cd2e3e..0000000
--- a/make/lib/linux-armv7/libopenal.so
+++ /dev/null
Binary files differ
diff --git a/make/lib/linux-i586/libopenal.so b/make/lib/linux-i586/libopenal.so
deleted file mode 100644
index 024bea9..0000000
--- a/make/lib/linux-i586/libopenal.so
+++ /dev/null
Binary files differ
diff --git a/make/lib/macosx-ppc/placeholder.txt b/make/lib/macosx-ppc/placeholder.txt
deleted file mode 100644
index 5b04ee0..0000000
--- a/make/lib/macosx-ppc/placeholder.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-This is just a placeholder file to keep this directory from being
-empty and eliminated during "cvs update -d -P" operations. This
-directory needs to be present for the build to complete, although we
-do not currently bundle an OpenAL implementation with the Java Web
-Start binaries on this platform.
diff --git a/make/lib/macosx-universal/placeholder.txt b/make/lib/macosx-universal/placeholder.txt
deleted file mode 100644
index 5b04ee0..0000000
--- a/make/lib/macosx-universal/placeholder.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-This is just a placeholder file to keep this directory from being
-empty and eliminated during "cvs update -d -P" operations. This
-directory needs to be present for the build to complete, although we
-do not currently bundle an OpenAL implementation with the Java Web
-Start binaries on this platform.
diff --git a/make/lib/oalinst-license.txt b/make/lib/oalinst-license.txt
deleted file mode 100755
index b191e3e..0000000
--- a/make/lib/oalinst-license.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-Creative Labs, Inc. is providing you with this OpenAL32.dll installer and other OpenAL files ("Software").
-You may use and freely integrate with your software applications and distribute such throughout the world at no cost or further obligation to Creative.
-
-NO WARRANTY
- ANY USE BY YOU OF THE SOFTWARE IS AT YOUR OWN RISK.
- THE SOFTWARE IS PROVIDED FOR USE "AS IS" WITHOUT WARRANTY OF ANY KIND.
- TO THE MAXIMUM EXTENT PERMITTED BY LAW, CREATIVE DISCLAIMS ALL WARRANTIES OF ANY KIND,
- EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES OR CONDITIONS
- OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
- CREATIVE IS NOT OBLIGATED TO PROVIDE ANY UPDATES OR UPGRADES TO THE SOFTWARE.
-
- No other entity or person is authorized to expand or alter this warranty or any other provisions herein.
- Creative does not warrant that the functions contained in the Software will meet your requirements
- or that the operation of the Software will be uninterrupted or error-free or free from malicious code.
- For purposes of this paragraph, "malicious code" means any program code designed to contaminate other computer programs or computer data,
- consume computer resources, modify, destroy, record, or transmit data, or in some other fashion usurp the normal operation of the computer,
- computer system, or computer network, including viruses, Trojan horses, droppers, worms, logic bombs, and the like.
-
- You assume full responsibility for the selection of the Software to achieve your intended results,
- and for the downloading, use and results obtained from the Software.
- You also assume the entire risk as it applies to the quality and performance of the Software.
-
- IN NO EVENT WILL CREATIVE'S LIABILITY TO YOU OR ANY OTHER PERSON EVER EXCEED THE AMOUNT PAID BY YOU TO USE THE SOFTWARE,
- REGARDLESS OF THE FORM OF THE CLAIM.
diff --git a/make/lib/solaris-amd64/readme.txt b/make/lib/solaris-amd64/readme.txt
deleted file mode 100644
index d7a4dd2..0000000
--- a/make/lib/solaris-amd64/readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-Solaris OpenAL Native Library: Missing ..
diff --git a/make/lib/solaris-i586/readme.txt b/make/lib/solaris-i586/readme.txt
deleted file mode 100644
index d7a4dd2..0000000
--- a/make/lib/solaris-i586/readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-Solaris OpenAL Native Library: Missing ..
diff --git a/make/lib/windows-amd64/OpenAL32.dll b/make/lib/windows-amd64/OpenAL32.dll
deleted file mode 100755
index 259177a..0000000
--- a/make/lib/windows-amd64/OpenAL32.dll
+++ /dev/null
Binary files differ
diff --git a/make/lib/windows-amd64/wrap_oal.dll b/make/lib/windows-amd64/wrap_oal.dll
deleted file mode 100755
index 2713dae..0000000
--- a/make/lib/windows-amd64/wrap_oal.dll
+++ /dev/null
Binary files differ
diff --git a/make/lib/windows-i586/OpenAL32.dll b/make/lib/windows-i586/OpenAL32.dll
deleted file mode 100755
index d0ee3cc..0000000
--- a/make/lib/windows-i586/OpenAL32.dll
+++ /dev/null
Binary files differ
diff --git a/make/lib/windows-i586/wrap_oal.dll b/make/lib/windows-i586/wrap_oal.dll
deleted file mode 100755
index 91e90fc..0000000
--- a/make/lib/windows-i586/wrap_oal.dll
+++ /dev/null
Binary files differ