alsa-oss: Upgrade to 1.0.28

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Khem Raj 2018-02-05 23:46:15 -08:00 committed by Armin Kuster
parent 13e471c069
commit 2e99ebcd7e
2 changed files with 10 additions and 12 deletions

View File

@ -1,7 +1,7 @@
Index: alsa-oss-1.0.15/alsa/stdioemu.c
Index: alsa-oss-1.0.28/alsa/stdioemu.c
===================================================================
--- alsa-oss-1.0.15.orig/alsa/stdioemu.c 2007-10-15 10:50:40.000000000 +0200
+++ alsa-oss-1.0.15/alsa/stdioemu.c 2008-07-21 22:17:06.303161438 +0200
--- alsa-oss-1.0.28.orig/alsa/stdioemu.c
+++ alsa-oss-1.0.28/alsa/stdioemu.c
@@ -37,7 +37,9 @@
#endif
@ -12,7 +12,7 @@ Index: alsa-oss-1.0.15/alsa/stdioemu.c
struct fd_cookie {
int fd;
@@ -99,7 +101,11 @@
@@ -99,7 +101,11 @@ static FILE *fake_fopen(const char *path
if (open_mode && fdc->fd > 0) {
result = fopencookie (fdc,"w", fns);
@ -24,11 +24,11 @@ Index: alsa-oss-1.0.15/alsa/stdioemu.c
}
return result;
}
Index: alsa-oss-1.0.15/configure.in
Index: alsa-oss-1.0.28/configure.ac
===================================================================
--- alsa-oss-1.0.15.orig/configure.in 2007-10-15 10:50:40.000000000 +0200
+++ alsa-oss-1.0.15/configure.in 2008-07-21 22:16:11.719837298 +0200
@@ -33,6 +33,12 @@
--- alsa-oss-1.0.28.orig/configure.ac
+++ alsa-oss-1.0.28/configure.ac
@@ -35,6 +35,12 @@ if test "$with_aoss" = "yes"; then
LIBS="$OLD_LIBS"
fi

View File

@ -3,11 +3,12 @@ SECTION = "libs/multimedia"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
DEPENDS = "alsa-lib"
PR = "r1"
SRC_URI = "ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \
file://libio.patch \
"
SRC_URI[md5sum] = "91f57e8cee1ad4cc956caa8b62ac5d43"
SRC_URI[sha256sum] = "3ae62caa88a0bc7b30ed836dcb794dc6ef4d3650439e2260db54cace7d5c6ad5"
inherit autotools
@ -17,6 +18,3 @@ do_configure_prepend () {
touch NEWS README AUTHORS ChangeLog
sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in
}
SRC_URI[md5sum] = "1b1850c2fc91476a73d50f537cbd402f"
SRC_URI[sha256sum] = "8d009e23e2cbee1691ec3c95d1838056a804d98440eae7715d6c3aebc710f9ca"