Update to libogg-1.3.5.

This commit is contained in:
Jonas 'Sortie' Termansen 2022-07-08 00:43:43 +02:00
parent 969a4da5b6
commit 9149b99951
2 changed files with 3 additions and 35 deletions

View File

@ -1,33 +0,0 @@
diff -Paur --no-dereference -- libogg.upstream/config.sub libogg/config.sub
--- libogg.upstream/config.sub
+++ libogg/config.sub
@@ -1342,7 +1342,7 @@
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
| -sym* | -kopensolaris* \
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
- | -aos* | -aros* \
+ | -aos* | -aros* | -sortix* \
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
diff -Paur --no-dereference -- libogg.upstream/include/ogg/config_types.h.in libogg/include/ogg/config_types.h.in
--- libogg.upstream/include/ogg/config_types.h.in
+++ libogg/include/ogg/config_types.h.in
@@ -1,6 +1,9 @@
#ifndef __CONFIG_TYPES_H__
#define __CONFIG_TYPES_H__
+#if defined(__sortix__)
+#include <stdint.h>
+#else
/* these are filled in by configure */
#define INCLUDE_INTTYPES_H @INCLUDE_INTTYPES_H@
#define INCLUDE_STDINT_H @INCLUDE_STDINT_H@
@@ -15,6 +18,7 @@
#if INCLUDE_SYS_TYPES_H
# include <sys/types.h>
#endif
+#endif
typedef @SIZE16@ ogg_int16_t;
typedef @USIZE16@ ogg_uint16_t;

View File

@ -1,12 +1,13 @@
NAME=libogg
BUILD_LIBRARIES=
VERSION=1.3.1
VERSION=1.3.5
DISTNAME=$NAME-$VERSION
COMPRESSION=tar.xz
ARCHIVE=$DISTNAME.$COMPRESSION
SHA256SUM=3a5bad78d81afb78908326d11761c0fb1a0662ee7150b6ad587cc586838cdcfa
SHA256SUM=c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705
UPSTREAM_SITE=https://ftp.osuosl.org/pub/xiph/releases/ogg
UPSTREAM_ARCHIVE=$ARCHIVE
LICENSE=BSD-3-Clause
BUILD_SYSTEM=configure
MAKE_VARS='V=1'
POST_INSTALL=tix-eradicate-libtool-la