Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/gsm gsm: Update to 1.0.19
details: https://anonhg.NetBSD.org/pkgsrc/rev/aff79cee694a
branches: trunk
changeset: 432459:aff79cee694a
user: nia <nia%pkgsrc.org@localhost>
date: Fri May 22 09:09:58 2020 +0000
description:
gsm: Update to 1.0.19
Fri Mar 27 15:18:06 2020
* Release 1.0 Patchlevel 19
Make it easier to include gsm.h from C++ by wrapping it with macros.
Throw a #define _POSIX_C_SOURCE 200809L into toast.h to make it
possible for Linux glibc to just work.
(Thanks to enh%google.com@localhost for the suggestion; errors are mine.)
Switch from compress/.Z to gzip/.gz
diffstat:
audio/gsm/Makefile | 6 ++--
audio/gsm/distinfo | 11 ++++-----
audio/gsm/patches/patch-inc_config.h | 37 ------------------------------------
3 files changed, 8 insertions(+), 46 deletions(-)
diffs (79 lines):
diff -r fd670dfe94a7 -r aff79cee694a audio/gsm/Makefile
--- a/audio/gsm/Makefile Fri May 22 09:04:29 2020 +0000
+++ b/audio/gsm/Makefile Fri May 22 09:09:58 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2019/06/15 08:41:30 adam Exp $
+# $NetBSD: Makefile,v 1.37 2020/05/22 09:09:58 nia Exp $
-DISTNAME= gsm-1.0.18
+DISTNAME= gsm-1.0.19
CATEGORIES= audio
MASTER_SITES= http://www.quut.com/gsm/
@@ -9,7 +9,7 @@
COMMENT= Audio converter and library for converting u-law to gsm encoding
LICENSE= mit
-WRKSRC= ${WRKDIR}/gsm-1.0-pl18
+WRKSRC= ${WRKDIR}/gsm-1.0-pl19
USE_LIBTOOL= yes
NO_CONFIGURE= yes
MAKE_ENV+= ROOT=${WRKSRC}
diff -r fd670dfe94a7 -r aff79cee694a audio/gsm/distinfo
--- a/audio/gsm/distinfo Fri May 22 09:04:29 2020 +0000
+++ b/audio/gsm/distinfo Fri May 22 09:09:58 2020 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.12 2019/06/15 08:41:30 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/05/22 09:09:58 nia Exp $
-SHA1 (gsm-1.0.18.tar.gz) = d36580154ea21c1baa6772193365f31d496624b6
-RMD160 (gsm-1.0.18.tar.gz) = e268a667257aa42d5ddbb76c9a8b519f0a7cdb2d
-SHA512 (gsm-1.0.18.tar.gz) = c5b597f68d4a270e1d588f480dcde66fda8302564c687d753f2bd4fc41d246109243e567568da61eddce170f5232d869984743ddf1eea7696d673014a1a453b7
-Size (gsm-1.0.18.tar.gz) = 64549 bytes
+SHA1 (gsm-1.0.19.tar.gz) = 3ea15bf487593b589bec1b8d08b25e66c8a125f9
+RMD160 (gsm-1.0.19.tar.gz) = d8efbcb75aa9cc6a03d288fef1d7d703150d40cb
+SHA512 (gsm-1.0.19.tar.gz) = f69b4bf2d918b118b5de90b8ab88fd026008ac7432f07b872b81fe52cdc781f605dca8eedcdaebc8beb974cef388496c618f92a41961c62057009964159f8392
+Size (gsm-1.0.19.tar.gz) = 64665 bytes
SHA1 (patch-Makefile) = 4e989df8ea5b9eded47fb8a6cd2f8bb4a1dca30f
-SHA1 (patch-inc_config.h) = b70b380be682bd8a1c8f5e98177776572cacf186
diff -r fd670dfe94a7 -r aff79cee694a audio/gsm/patches/patch-inc_config.h
--- a/audio/gsm/patches/patch-inc_config.h Fri May 22 09:04:29 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-$NetBSD: patch-inc_config.h,v 1.1 2019/06/15 08:41:30 adam Exp $
-
-Add support for Interix.
-
---- inc/config.h.orig 2006-04-26 19:14:26.000000000 +0000
-+++ inc/config.h
-@@ -10,7 +10,10 @@
- #define CONFIG_H
-
- /*efine SIGHANDLER_T int /* signal handlers are void */
--/*efine HAS_SYSV_SIGNAL 1 /* sigs not blocked/reset? */
-+
-+#if defined(__INTERIX)
-+#define HAS_SYSV_SIGNAL 1 /* sigs not blocked/reset? */
-+#endif
-
- #define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */
- #define HAS_LIMITS_H 1 /* /usr/include/limits.h */
-@@ -28,10 +31,17 @@
- /*efine HAS_STRINGS_H 1 /* /usr/include/strings.h */
-
- #define HAS_UNISTD_H 1 /* /usr/include/unistd.h */
-+
-+#if defined(__INTERIX)
- #define HAS_UTIME 1 /* POSIX utime(path, times) */
--/*efine HAS_UTIMES 1 /* use utimes() syscall instead */
-+#else
-+#define HAS_UTIMES 1 /* use utimes() syscall instead */
-+#endif
- #define HAS_UTIME_H 1 /* UTIME header file */
-+
-+#if defined(__INTERIX)
- #define HAS_UTIMBUF 1 /* struct utimbuf */
-+#endif
- /*efine HAS_UTIMEUSEC 1 /* microseconds in utimbuf? */
-
- #endif /* CONFIG_H */
Home |
Main Index |
Thread Index |
Old Index