Github messages for voidlinux
 help / color / mirror / Atom feed
From: the-maldridge <the-maldridge@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: yate-6.1.0.
Date: Sat, 22 Jan 2022 04:56:55 +0100	[thread overview]
Message-ID: <20220122035655.R0Um3qifG2lEGC6qJTi5AmNekxkbyRIjQqDLXK40080@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35167@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

There is an updated pull request by the-maldridge against master on the void-packages repository

https://github.com/the-maldridge/void-packages yate
https://github.com/void-linux/void-packages/pull/35167

New package: yate-6.1.0.
Shady telecommunications software. What could be more fun?

@b4 for testing.

A patch file from https://github.com/void-linux/void-packages/pull/35167.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yate-35167.patch --]
[-- Type: text/x-diff, Size: 5114 bytes --]

From e1faa4f4164872caf4cdffea5fe1d53256c204c3 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Fri, 21 Jan 2022 21:01:54 -0600
Subject: [PATCH 1/3] New package: ptlib-2.10.9.4.

---
 common/shlibs          |  1 +
 srcpkgs/ptlib-devel    |  1 +
 srcpkgs/ptlib/template | 26 ++++++++++++++++++++++++++
 3 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/ptlib-devel
 create mode 100644 srcpkgs/ptlib/template

diff --git a/common/shlibs b/common/shlibs
index 6fe46eaaeb05..7f2f4f624f71 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4100,3 +4100,4 @@ libkmailconfirmbeforedeleting.so.5 kdepim-addons-21.08.3_1
 libkaddressbookprivate.so.5 kaddressbook-21.08.3_1
 libcodec2.so.1.0 codec2-1.0.1_1
 libx86emu.so.3 libx86emu-3.4_1
+libpt.so.2.10.9 ptlib-2.10.9.4_1
diff --git a/srcpkgs/ptlib-devel b/srcpkgs/ptlib-devel
new file mode 120000
index 000000000000..8b723fa84a72
--- /dev/null
+++ b/srcpkgs/ptlib-devel
@@ -0,0 +1 @@
+ptlib
\ No newline at end of file
diff --git a/srcpkgs/ptlib/template b/srcpkgs/ptlib/template
new file mode 100644
index 000000000000..d4a491834167
--- /dev/null
+++ b/srcpkgs/ptlib/template
@@ -0,0 +1,26 @@
+# Template file for 'ptlib'
+pkgname=ptlib
+version=2.10.9.4
+revision=1
+wrksrc=$pkgname-${version//./_}
+build_style=gnu-configure
+hostmakedepends="pkg-config flex"
+short_desc="PTLib 2.10.9 fork for GNU Gatekeeper and H323Plus"
+maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
+license="MPL-1.0"
+homepage="https://github.com/willamowius/ptlib"
+distfiles="https://github.com/willamowius/ptlib/archive/refs/tags/v${version//./_}.tar.gz"
+checksum=f85f2ee9f16df7df78d222ba538a824a8b66b8536aef66454440aa5b666ee4b7
+
+ptlib-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/share
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+		vmove usr/bin/ptlib-config
+	}
+}

From ee864b46c4d2f923801e8705d5da9feb1896cd55 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@VoidLinux.org>
Date: Fri, 21 Jan 2022 21:40:42 -0600
Subject: [PATCH 2/3] New package: h323plus-1.27.2.

---
 common/shlibs             |  1 +
 srcpkgs/h323plus-devel    |  1 +
 srcpkgs/h323plus/template | 24 ++++++++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/h323plus-devel
 create mode 100644 srcpkgs/h323plus/template

diff --git a/common/shlibs b/common/shlibs
index 7f2f4f624f71..838d7d1f2a3c 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4101,3 +4101,4 @@ libkaddressbookprivate.so.5 kaddressbook-21.08.3_1
 libcodec2.so.1.0 codec2-1.0.1_1
 libx86emu.so.3 libx86emu-3.4_1
 libpt.so.2.10.9 ptlib-2.10.9.4_1
+libh323_linux_x86_64_.so.1.27.2 h323plus-1.27.2_1
diff --git a/srcpkgs/h323plus-devel b/srcpkgs/h323plus-devel
new file mode 120000
index 000000000000..33fd80ed0b22
--- /dev/null
+++ b/srcpkgs/h323plus-devel
@@ -0,0 +1 @@
+h323plus
\ No newline at end of file
diff --git a/srcpkgs/h323plus/template b/srcpkgs/h323plus/template
new file mode 100644
index 000000000000..be5646520a8c
--- /dev/null
+++ b/srcpkgs/h323plus/template
@@ -0,0 +1,24 @@
+# Template file for 'h323plus'
+pkgname=h323plus
+version=1.27.2
+revision=1
+wrksrc=$pkgname-${version//./_}
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="ptlib-devel speex-devel"
+short_desc="Development framework for H.323 applications like softphones or gateways"
+maintainer="Michael Aldridge <maldridge@VoidLinux.org>"
+license="MPL-1.1"
+homepage="https://www.h323plus.org"
+distfiles="https://github.com/willamowius/h323plus/archive/refs/tags/v${version//./_}.tar.gz"
+checksum=7ec50e4d63a8eeffe074f96835a336c08c374cd4cba17173ccd2193afd74c4f9
+
+h323plus-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/share
+		vmove "usr/lib/*.so"
+	}
+}

From d5b7fbd8ef94ed9c988afb568f896dd5878ae1b5 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Fri, 21 Jan 2022 15:29:56 -0600
Subject: [PATCH 3/3] New package: yate-6.1.0.

---
 srcpkgs/yate/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/yate/template

diff --git a/srcpkgs/yate/template b/srcpkgs/yate/template
new file mode 100644
index 000000000000..4c7ddaf107c3
--- /dev/null
+++ b/srcpkgs/yate/template
@@ -0,0 +1,20 @@
+# Template file for 'yate'
+pkgname=yate
+version=6.1.0
+revision=1
+wrksrc=$pkgname
+build_style=gnu-configure
+hostmakedpeneds="pkg-config"
+makedepends="speex-devel libusb-devel zlib-devel h323plus-devel"
+short_desc="Yet Another Telephony Engine"
+maintainer="Michael Aldridge <maldridge@voidlinux.org>"
+license="GPL-2.0-or-later"
+homepage="http://yate.null.ro/"
+distfiles="http://yate.null.ro/tarballs/yate6/yate-$version-1.tar.gz"
+checksum=ed88519c8e2f63eec0d699bc6ed8831854af9b32b654b3d7e7c2697b528aa377
+
+case "$XBPS_TARGET_MACHINE" in
+	*musl)
+		CFLAGS=-DPTHREAD_MUTEX_RECURSIVE_NP=PTHREAD_MUTEX_RECURSIVE
+		;;
+esac

  parent reply	other threads:[~2022-01-22  3:56 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-21 21:33 [PR PATCH] " the-maldridge
2022-01-22  0:43 ` [PR PATCH] [Updated] " the-maldridge
2022-01-22  0:47 ` the-maldridge
2022-01-22  1:08 ` the-maldridge
2022-01-22  3:56 ` the-maldridge [this message]
2022-01-22  4:00 ` the-maldridge
2022-01-25 23:29 ` the-maldridge
2022-01-30  0:39 ` the-maldridge
2022-01-30  0:39 ` the-maldridge
2022-01-30  0:42 ` the-maldridge
2022-02-18 20:04 ` the-maldridge
2022-02-18 20:20 ` the-maldridge
2022-03-02 21:09 ` the-maldridge
2022-06-22  2:14 ` github-actions
2023-09-16  2:27 ` IcedQuinn
2023-11-30 13:03 ` Luciogi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220122035655.R0Um3qifG2lEGC6qJTi5AmNekxkbyRIjQqDLXK40080@z \
    --to=the-maldridge@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).