mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
audio/baresip: update to 3.20.0
Changelog: https://github.com/baresip/baresip/releases/tag/v3.20.0
This commit is contained in:
parent
19159d6ac3
commit
223b2baabc
7 changed files with 6 additions and 61 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= baresip
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.19.0
|
||||
DISTVERSION= 3.20.0
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -18,8 +18,8 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= baresip
|
||||
|
||||
# FIXME values of the next 3 variables taken from source code Makefile
|
||||
ABI_MAJOR= 19
|
||||
ABI_AGE= 19
|
||||
ABI_MAJOR= 20
|
||||
ABI_AGE= 20
|
||||
ABI_REV= 0
|
||||
PLIST_SUB= ABI_MAJOR=${ABI_MAJOR}
|
||||
PLIST_SUB+= ABI_AGE=${ABI_AGE} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1737286463
|
||||
SHA256 (baresip-baresip-v3.19.0_GH0.tar.gz) = 798dd6730e334cfb4fcda4293f2dab9828129ff1d83eb8fe92df8214aa8c36e9
|
||||
SIZE (baresip-baresip-v3.19.0_GH0.tar.gz) = 1177190
|
||||
TIMESTAMP = 1739984744
|
||||
SHA256 (baresip-baresip-v3.20.0_GH0.tar.gz) = df3df6b94bb72f4105a542246e02800db05cd6877088b0567c6169b94be5fea5
|
||||
SIZE (baresip-baresip-v3.20.0_GH0.tar.gz) = 1179018
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- modules/alsa/alsa.c.orig 2022-05-01 07:27:33 UTC
|
||||
+++ modules/alsa/alsa.c
|
||||
@@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2010 Alfred E. Heggestad
|
||||
*/
|
||||
#define _DEFAULT_SOURCE 1
|
||||
-#define _POSIX_SOURCE 1
|
||||
+#define _POSIX_C_SOURCE 200112L
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <stdlib.h>
|
|
@ -1,11 +0,0 @@
|
|||
--- modules/alsa/alsa_play.c.orig 2022-05-01 07:27:33 UTC
|
||||
+++ modules/alsa/alsa_play.c
|
||||
@@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2010 Alfred E. Heggestad
|
||||
*/
|
||||
#define _DEFAULT_SOURCE 1
|
||||
-#define _POSIX_SOURCE 1
|
||||
+#define _POSIX_C_SOURCE 200112L
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <stdlib.h>
|
|
@ -1,11 +0,0 @@
|
|||
--- modules/alsa/alsa_src.c.orig 2022-05-01 07:27:33 UTC
|
||||
+++ modules/alsa/alsa_src.c
|
||||
@@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2010 Alfred E. Heggestad
|
||||
*/
|
||||
#define _DEFAULT_SOURCE 1
|
||||
-#define _POSIX_SOURCE 1
|
||||
+#define _POSIX_C_SOURCE 200112L
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <stdlib.h>
|
|
@ -1,11 +0,0 @@
|
|||
--- modules/gst/gst.c.orig 2021-04-21 09:34:08 UTC
|
||||
+++ modules/gst/gst.c
|
||||
@@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2010 - 2015 Alfred E. Heggestad
|
||||
*/
|
||||
#define _DEFAULT_SOURCE 1
|
||||
-#define _POSIX_C_SOURCE 199309L
|
||||
+#define _POSIX_C_SOURCE 200112L
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
|
@ -1,11 +0,0 @@
|
|||
--- src/audio.c.orig 2022-07-01 08:52:02 UTC
|
||||
+++ src/audio.c
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
#define _DEFAULT_SOURCE 1
|
||||
#define _BSD_SOURCE 1
|
||||
-#define _POSIX_C_SOURCE 199309L
|
||||
+#define _POSIX_C_SOURCE 200112L
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_UNISTD_H
|
Loading…
Add table
Reference in a new issue