pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
baresip: update to baresip-0.6.6
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Sun May 10 00:31:32 2020 +0200
Changeset: 97f58b447f0fd1ecaf9252e6bf4843fdf2052447
Modified Files:
baresip/Makefile
baresip/PLIST
baresip/distinfo
baresip/options.mk
Removed Files:
baresip/patches/patch-mk_modules.mk
Log Message:
baresip: update to baresip-0.6.6
No changelog provided for this (github) release. Relevant commits:
https://github.com/alfredh/baresip/compare/v0.6.5...v0.6.6
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=97f58b447f0fd1ecaf9252e6bf4843fdf2052447
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
baresip/Makefile | 5 +++--
baresip/PLIST | 1 +
baresip/distinfo | 9 ++++-----
baresip/options.mk | 4 ++--
baresip/patches/patch-mk_modules.mk | 25 -------------------------
5 files changed, 10 insertions(+), 34 deletions(-)
diffs:
diff --git a/baresip/Makefile b/baresip/Makefile
index 2a4584547b..0bab6939ef 100644
--- a/baresip/Makefile
+++ b/baresip/Makefile
@@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.2 2014/09/05 08:06:00 thomasklausner Exp $
-DISTNAME= baresip-0.6.5
+DISTNAME= baresip-0.6.6
CATEGORIES= net audio
-MASTER_SITES= http://www.creytiv.com/pub/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=alfredh/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.creytiv.com/baresip.html
diff --git a/baresip/PLIST b/baresip/PLIST
index f6767eb638..0dec9fbc09 100644
--- a/baresip/PLIST
+++ b/baresip/PLIST
@@ -14,6 +14,7 @@ lib/baresip/modules/cons.so
lib/baresip/modules/contact.so
lib/baresip/modules/ctrl_tcp.so
lib/baresip/modules/debug_cmd.so
+lib/baresip/modules/ebuacip.so
lib/baresip/modules/echo.so
lib/baresip/modules/fakevideo.so
lib/baresip/modules/g711.so
diff --git a/baresip/distinfo b/baresip/distinfo
index 515d416a23..6ecd52be41 100644
--- a/baresip/distinfo
+++ b/baresip/distinfo
@@ -1,9 +1,8 @@
$NetBSD: distinfo,v 1.1 2014/08/10 00:26:01 thomasklausner Exp $
-SHA1 (baresip-0.6.5.tar.gz) = 1c7b4224b4cc16d2bc7f5ceccede01d38bf450f0
-RMD160 (baresip-0.6.5.tar.gz) = c616a041830b9eaf7b499b749930ed82ff79f19f
-SHA512 (baresip-0.6.5.tar.gz) = 4e4bb093c65f95143761f9549bff74bece753885f5541d0907c9a4dc2b00ed3d4f50b549bb5e9a1cd16c2b77d8d0708f6aeb9dc5feb8b5d1691fae5c6aa030d0
-Size (baresip-0.6.5.tar.gz) = 607932 bytes
-SHA1 (patch-mk_modules.mk) = ee8e250b64ab486d161590b0d974785fc0fe295d
+SHA1 (baresip-0.6.6.tar.gz) = 500d0c87f3db438e7d49f9635c7a53cc358e69ec
+RMD160 (baresip-0.6.6.tar.gz) = fd9e0c6615385f32d7834a9dbbf7343d8e0d3ff1
+SHA512 (baresip-0.6.6.tar.gz) = b7d6b92e07aeb69c52364d28e7ab616a9365da366483b521c28f785001565ac5073357db07cdf3c0c0ada5d3f174ff6f31a8da1fdcf34b024df1f441ed64373d
+Size (baresip-0.6.6.tar.gz) = 618734 bytes
SHA1 (patch-modules_ilbc_ilbc.c) = a2a7d685c4989bf910a9d5b8582d1261fce32e1c
SHA1 (patch-modules_v4l2_v4l2.c) = 71ba2d1e5c8ba61eb011bd2b6b9e0d9cdaec5797
diff --git a/baresip/options.mk b/baresip/options.mk
index 6f6e9b6d75..e285ed1019 100644
--- a/baresip/options.mk
+++ b/baresip/options.mk
@@ -168,10 +168,10 @@ MAKE_FLAGS+= USE_PULSE=
###
.if !empty(PKG_OPTIONS:Msdl2)
PLIST.sdl2= yes
-MAKE_FLAGS+= USE_SDL2=yes
+MAKE_FLAGS+= USE_SDL=yes
.include "../../devel/SDL2/buildlink3.mk"
.else
-MAKE_FLAGS+= USE_SDL2=
+MAKE_FLAGS+= USE_SDL=
.endif
###
diff --git a/baresip/patches/patch-mk_modules.mk b/baresip/patches/patch-mk_modules.mk
deleted file mode 100644
index b18f95ffcc..0000000000
--- a/baresip/patches/patch-mk_modules.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD$
-
-Make sndio available for non-OpenBSD.
-
---- mk/modules.mk.orig 2019-09-01 08:05:24.000000000 +0000
-+++ mk/modules.mk
-@@ -239,7 +239,7 @@ USE_WINWAVE := yes
- MODULES += wincons
- endif
- ifeq ($(OS),openbsd)
--MODULES += sndio
-+USE_SNDIO := yes
- endif
- ifeq ($(OS),freebsd)
- MODULES += dtmfio
-@@ -412,6 +412,9 @@ endif
- ifneq ($(USE_SNDFILE),)
- MODULES += sndfile
- endif
-+ifneq ($(USE_SNDIO),)
-+MODULES += sndio
-+endif
- ifneq ($(USE_SPEEX_PP),)
- MODULES += speex_pp
- endif
Home |
Main Index |
Thread Index |
Old Index