remove openal and physfs
* they are now in meta-oe/meta-multimedia. * openal was replaced by openal-soft which is a further developed fork e.g supporting ARM neon / Intel SSE Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
4
dependencies/freealut/freealut_1.1.0.bb
vendored
4
dependencies/freealut/freealut_1.1.0.bb
vendored
@@ -4,9 +4,9 @@ SECTION = "libs"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7ec51bd663119a90c3d50704d6051fae"
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
DEPENDS = "openal"
|
||||
DEPENDS = "openal-soft"
|
||||
|
||||
SRC_URI = "http://connect.creativelabs.com/openal/Downloads/ALUT/${PN}-${PV}.tar.gz"
|
||||
|
||||
|
||||
24
dependencies/openal/openal_0.0.8.bb
vendored
24
dependencies/openal/openal_0.0.8.bb
vendored
@@ -1,24 +0,0 @@
|
||||
DESCRIPTION = "OpenAL is a cross-platform 3D audio API."
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7ec51bd663119a90c3d50704d6051fae"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "alsa-lib virtual/libsdl libvorbis"
|
||||
|
||||
SRC_URI = "ftp://ftp.eenet.ee/pub/FreeBSD/distfiles/${PN}-${PV}.tar.gz \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "641cf53761f35ee979f3e888614797a0"
|
||||
SRC_URI[sha256sum] = "723e2c57c3cdffa7ff11f9b6b5478d6cb4af017e5a1ee7a56032969c39c1c2fe"
|
||||
|
||||
inherit autotools pkgconfig binconfig
|
||||
|
||||
EXTRA_OECONF = "--enable-alsa --enable-sdl --enable-vorbis --disable-mp3 \
|
||||
--disable-smpeg --disable-arts"
|
||||
|
||||
do_configure_append () {
|
||||
sed -i "s/@requirements@/alsa vorbis/" admin/pkgconfig/openal.pc
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
diff -Nurd physfs-2.0.2/archivers/wad.c physfs-2.0.2-/archivers/wad.c
|
||||
--- physfs-2.0.2/archivers/wad.c 2011-02-18 23:17:31.000000000 +0200
|
||||
+++ physfs-2.0.2-/archivers/wad.c 2012-10-05 16:47:03.105547992 +0300
|
||||
@@ -245,9 +245,6 @@
|
||||
PHYSFS_uint32 fileCount;
|
||||
PHYSFS_uint32 directoryOffset;
|
||||
WADentry *entry;
|
||||
- char lastDirectory[9];
|
||||
-
|
||||
- lastDirectory[8] = 0; /* Make sure lastDirectory stays null-terminated. */
|
||||
|
||||
BAIL_IF_MACRO(!wad_open(name, forWriting, &fh, &fileCount,&directoryOffset), NULL, 0);
|
||||
info->entryCount = fileCount;
|
||||
19
dependencies/physfs/physfs_2.0.2.bb
vendored
19
dependencies/physfs/physfs_2.0.2.bb
vendored
@@ -1,19 +0,0 @@
|
||||
DESCRIPTION = "PhysicsFS is a library to provide abstract access to various archives."
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "zlib"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8ad5dfd37e76cb8e82b47c55a99097d5"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "readline"
|
||||
|
||||
SRC_URI = "http://icculus.org/physfs/downloads/physfs-${PV}.tar.gz \
|
||||
file://compile_fixes.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "4e8927c3d30279b03e2592106eb9184a"
|
||||
SRC_URI[sha256sum] = "ae296d3148228e03fd56cc9ea58af02f87dcbb1fadef125c18b709ab37f0bc09"
|
||||
|
||||
S = "${WORKDIR}/physfs-${PV}"
|
||||
|
||||
inherit cmake
|
||||
Reference in New Issue
Block a user