Path to this page:
./
audio/gsm,
Audio converter and library for converting u-law to gsm encoding
Branch: CURRENT,
Version: 1.0.22,
Package name: gsm-1.0.22,
Maintainer: pkgsrc-usersgsm is a conversion package and library for converting u-law audio to
gsm encoding (which is much more efficient) and back again.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 65.022 KB
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-28) Updated to version: gsm-1.0.22
- (2020-05-22) Updated to version: gsm-1.0.19
CVS history: (Expand)
| 2025-12-26 11:17:12 by Thomas Klausner | Files touched by this commit (1) |
Log message:
gsm: switch to https
|
| 2025-10-12 06:07:04 by matthew green | Files touched by this commit (2) |
Log message:
don't define _POSIX_C_SOURCE on NetBSD to avoid hiding fchmod(2)
|
2025-04-28 18:16:16 by Tobias Nygren | Files touched by this commit (4) |  |
Log message:
gsm: update to gsm-1.0.22
Changes: Makefile fixes
While here fix build with GCC 15.
|
| 2023-12-29 01:57:38 by Zafer Aydogan | Files touched by this commit (1) |
Log message:
https
|
| 2021-10-26 11:59:39 by Nia Alarie | Files touched by this commit (455) |
Log message:
audio: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes.
The following distfiles couldn't be fetched (possibly they are fetched
conditionally):
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
|
| 2021-10-07 15:10:03 by Nia Alarie | Files touched by this commit (459) |
Log message:
audio: Remove SHA1 hashes for distfiles
|
| 2020-05-22 11:09:58 by Nia Alarie | Files touched by this commit (3) |
Log message:
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 for the suggestion; errors are mine.)
Switch from compress/.Z to gzip/.gz
|
2019-06-15 10:41:31 by Adam Ciarcinski | Files touched by this commit (7) |  |
Log message:
gsm: updated to 1.0.18
1.0.18:
Remove the MacOS "quarantine" files that I didn't know I'd shipped.
Remove some trailing spaces.
Bump up the patchlevel in inc/gsm.h (I'd forgotten that in release 17.)
1.0.17:
New email addresses in the README.
Avoid left-shifting signed integers.
Don't print longwords using %d or %ld, cast them to (long) first.
Don't compare longwords as longs in addtest, we only care for the
lower 32 bits. (The math works, but the test failed.)
1.0.16:
New email addresses in the manual pages (patch 16)
Removed a stray .orig file (in patch 15)
|