Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pipewire: update to 0.3.76; New package: liblc3-1.0.3
@ 2023-07-28 18:14 cinerea0
  2023-07-28 18:27 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cinerea0 @ 2023-07-28 18:14 UTC (permalink / raw)
  To: ml

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

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages pipewire
https://github.com/void-linux/void-packages/pull/45301

pipewire: update to 0.3.76; New package: liblc3-1.0.3
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 4ded5ade67cc2cacc9f7cab87f75bfe317c53dba Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Fri, 28 Jul 2023 14:11:33 -0400
Subject: [PATCH 1/2] New package: liblc3-1.0.3

---
 common/shlibs           |  1 +
 srcpkgs/lc3-tools       |  1 +
 srcpkgs/liblc3-devel    |  1 +
 srcpkgs/liblc3/template | 30 ++++++++++++++++++++++++++++++
 4 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/lc3-tools
 create mode 120000 srcpkgs/liblc3-devel
 create mode 100644 srcpkgs/liblc3/template

diff --git a/common/shlibs b/common/shlibs
index ff764f411828..c71817b11b51 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4322,3 +4322,4 @@ libjxl_dec.so.0.8 libjxl-0.8.2_1
 libjxl_threads.so.0.8 libjxl-0.8.2_1
 libtext-engine-0.1.so.0 text-engine-0.1.1_1
 libvmaf.so.1 vmaf-2.3.1_1
+liblc3.so.1 liblc3-1.0.3_1
diff --git a/srcpkgs/lc3-tools b/srcpkgs/lc3-tools
new file mode 120000
index 000000000000..ae1f269f5c12
--- /dev/null
+++ b/srcpkgs/lc3-tools
@@ -0,0 +1 @@
+liblc3
\ No newline at end of file
diff --git a/srcpkgs/liblc3-devel b/srcpkgs/liblc3-devel
new file mode 120000
index 000000000000..ae1f269f5c12
--- /dev/null
+++ b/srcpkgs/liblc3-devel
@@ -0,0 +1 @@
+liblc3
\ No newline at end of file
diff --git a/srcpkgs/liblc3/template b/srcpkgs/liblc3/template
new file mode 100644
index 000000000000..1ecef29ee478
--- /dev/null
+++ b/srcpkgs/liblc3/template
@@ -0,0 +1,30 @@
+# Template file for 'liblc3'
+pkgname=liblc3
+version=1.0.3
+revision=1
+build_style=meson
+configure_args="-Dtools=true"
+short_desc="Low complexity communication codec"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/google/liblc3"
+distfiles="https://github.com/google/liblc3/archive/refs/tags/v${version}.tar.gz"
+checksum=33318036a4b83af697b328e55e8c5fab9763836083bccb586f4dc2e644c24991
+
+liblc3-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
+
+lc3-tools_package() {
+	short_desc+=" - tools"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/bin
+	}
+}

From 5f03e2be7f0034c330fc8175cce3f4f9ffc7d0b1 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Fri, 28 Jul 2023 14:11:45 -0400
Subject: [PATCH 2/2] pipewire: update to 0.3.76

---
 srcpkgs/pipewire/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/pipewire/template b/srcpkgs/pipewire/template
index 4b567a8437ef..5413c2ba8eb5 100644
--- a/srcpkgs/pipewire/template
+++ b/srcpkgs/pipewire/template
@@ -1,6 +1,6 @@
 # Template file for 'pipewire'
 pkgname=pipewire
-version=0.3.75
+version=0.3.76
 revision=1
 build_style=meson
 configure_args="
@@ -18,13 +18,13 @@ configure_args="
  -Drlimits-match=@_pipewire
  $(vopt_feature ffado libffado)
 "
-hostmakedepends="doxygen graphviz pkg-config python3-docutils gettext glib-devel"
-makedepends="$(vopt_if sdl2 SDL2-devel) gst-plugins-base1-devel jack-devel
- sbc-devel v4l-utils-devel libva-devel libbluetooth-devel ncurses-devel
- libfreeaptx-devel libusb-devel fdk-aac-devel libsndfile-devel Vulkan-Headers
- vulkan-loader pulseaudio-devel avahi-libs-devel webrtc-audio-processing-devel
- readline-devel openssl-devel lilv-devel libcanberra-devel dbus-devel
- libmysofa-devel opus-devel $(vopt_if ffado libffado-devel)"
+hostmakedepends="doxygen gettext glib-devel graphviz pkg-config python3-docutils"
+makedepends="avahi-libs-devel dbus-devel fdk-aac-devel gst-plugins-base1-devel
+ jack-devel libbluetooth-devel libcanberra-devel $(vopt_if ffado libffado-devel)
+ libfreeaptx-devel liblc3-devel libmysofa-devel libsndfile-devel libusb-devel
+ libva-devel lilv-devel ncurses-devel openssl-devel opus-devel pulseaudio-devel
+ readline-devel sbc-devel $(vopt_if sdl2 SDL2-devel) v4l-utils-devel
+ Vulkan-Headers vulkan-loader webrtc-audio-processing-devel"
 depends="libspa-alsa>=${version}_${revision} libspa-audioconvert>=${version}_${revision}
  libspa-audiomixer>=${version}_${revision} libspa-control>=${version}_${revision}
  libspa-v4l2>=${version}_${revision} pulseaudio-utils virtual?pipewire-session-manager"
@@ -35,7 +35,7 @@ license="MIT"
 homepage="https://pipewire.org/"
 changelog="https://gitlab.freedesktop.org/pipewire/pipewire/-/raw/master/NEWS"
 distfiles="https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/${version}/pipewire-${version}.tar.gz"
-checksum=182fb03e8b5f4949a4564397c58cdfc20562afa8618db6f4fec7c860d17bd528
+checksum=bf0290cf7d765c7b9df0eaa57a49f2f6f073822e4b0d34b0bd515875889ab83a
 make_dirs="/var/lib/pipewire 0755 _pipewire _pipewire"
 system_accounts="_pipewire"
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] pipewire: update to 0.3.76; New package: liblc3-1.0.3
  2023-07-28 18:14 [PR PATCH] pipewire: update to 0.3.76; New package: liblc3-1.0.3 cinerea0
@ 2023-07-28 18:27 ` classabbyamp
  2023-07-28 18:28 ` cinerea0
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-07-28 18:27 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45301#discussion_r1277946858

Comment:
do we need to sort these? it's going to make blame a pain

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] pipewire: update to 0.3.76; New package: liblc3-1.0.3
  2023-07-28 18:14 [PR PATCH] pipewire: update to 0.3.76; New package: liblc3-1.0.3 cinerea0
  2023-07-28 18:27 ` [PR REVIEW] " classabbyamp
@ 2023-07-28 18:28 ` cinerea0
  2023-07-28 18:33 ` [PR PATCH] [Updated] " cinerea0
  2023-07-28 18:56 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2023-07-28 18:28 UTC (permalink / raw)
  To: ml

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

New review comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/45301#discussion_r1277947809

Comment:
Fair enough, I'll just add it to the end.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] pipewire: update to 0.3.76; New package: liblc3-1.0.3
  2023-07-28 18:14 [PR PATCH] pipewire: update to 0.3.76; New package: liblc3-1.0.3 cinerea0
  2023-07-28 18:27 ` [PR REVIEW] " classabbyamp
  2023-07-28 18:28 ` cinerea0
@ 2023-07-28 18:33 ` cinerea0
  2023-07-28 18:56 ` [PR PATCH] [Merged]: " Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2023-07-28 18:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages pipewire
https://github.com/void-linux/void-packages/pull/45301

pipewire: update to 0.3.76; New package: liblc3-1.0.3
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 831e0adf1acce3be89466bdbf2e0f8046114fca6 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Fri, 28 Jul 2023 14:32:58 -0400
Subject: [PATCH 1/2] New package: liblc3-1.0.3

---
 common/shlibs           |  1 +
 srcpkgs/lc3-tools       |  1 +
 srcpkgs/liblc3-devel    |  1 +
 srcpkgs/liblc3/template | 30 ++++++++++++++++++++++++++++++
 4 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/lc3-tools
 create mode 120000 srcpkgs/liblc3-devel
 create mode 100644 srcpkgs/liblc3/template

diff --git a/common/shlibs b/common/shlibs
index ff764f411828..c71817b11b51 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4322,3 +4322,4 @@ libjxl_dec.so.0.8 libjxl-0.8.2_1
 libjxl_threads.so.0.8 libjxl-0.8.2_1
 libtext-engine-0.1.so.0 text-engine-0.1.1_1
 libvmaf.so.1 vmaf-2.3.1_1
+liblc3.so.1 liblc3-1.0.3_1
diff --git a/srcpkgs/lc3-tools b/srcpkgs/lc3-tools
new file mode 120000
index 000000000000..ae1f269f5c12
--- /dev/null
+++ b/srcpkgs/lc3-tools
@@ -0,0 +1 @@
+liblc3
\ No newline at end of file
diff --git a/srcpkgs/liblc3-devel b/srcpkgs/liblc3-devel
new file mode 120000
index 000000000000..ae1f269f5c12
--- /dev/null
+++ b/srcpkgs/liblc3-devel
@@ -0,0 +1 @@
+liblc3
\ No newline at end of file
diff --git a/srcpkgs/liblc3/template b/srcpkgs/liblc3/template
new file mode 100644
index 000000000000..1ecef29ee478
--- /dev/null
+++ b/srcpkgs/liblc3/template
@@ -0,0 +1,30 @@
+# Template file for 'liblc3'
+pkgname=liblc3
+version=1.0.3
+revision=1
+build_style=meson
+configure_args="-Dtools=true"
+short_desc="Low complexity communication codec"
+maintainer="cinerea0 <cinerea0@protonmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/google/liblc3"
+distfiles="https://github.com/google/liblc3/archive/refs/tags/v${version}.tar.gz"
+checksum=33318036a4b83af697b328e55e8c5fab9763836083bccb586f4dc2e644c24991
+
+liblc3-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
+
+lc3-tools_package() {
+	short_desc+=" - tools"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/bin
+	}
+}

From ecb02ffc3021e04b77f30dc5f08617189ecca586 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Fri, 28 Jul 2023 14:33:15 -0400
Subject: [PATCH 2/2] pipewire: update to 0.3.76

---
 srcpkgs/pipewire/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pipewire/template b/srcpkgs/pipewire/template
index 4b567a8437ef..04842db1251d 100644
--- a/srcpkgs/pipewire/template
+++ b/srcpkgs/pipewire/template
@@ -1,6 +1,6 @@
 # Template file for 'pipewire'
 pkgname=pipewire
-version=0.3.75
+version=0.3.76
 revision=1
 build_style=meson
 configure_args="
@@ -24,7 +24,7 @@ makedepends="$(vopt_if sdl2 SDL2-devel) gst-plugins-base1-devel jack-devel
  libfreeaptx-devel libusb-devel fdk-aac-devel libsndfile-devel Vulkan-Headers
  vulkan-loader pulseaudio-devel avahi-libs-devel webrtc-audio-processing-devel
  readline-devel openssl-devel lilv-devel libcanberra-devel dbus-devel
- libmysofa-devel opus-devel $(vopt_if ffado libffado-devel)"
+ libmysofa-devel opus-devel $(vopt_if ffado libffado-devel) liblc3-devel"
 depends="libspa-alsa>=${version}_${revision} libspa-audioconvert>=${version}_${revision}
  libspa-audiomixer>=${version}_${revision} libspa-control>=${version}_${revision}
  libspa-v4l2>=${version}_${revision} pulseaudio-utils virtual?pipewire-session-manager"
@@ -35,7 +35,7 @@ license="MIT"
 homepage="https://pipewire.org/"
 changelog="https://gitlab.freedesktop.org/pipewire/pipewire/-/raw/master/NEWS"
 distfiles="https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/${version}/pipewire-${version}.tar.gz"
-checksum=182fb03e8b5f4949a4564397c58cdfc20562afa8618db6f4fec7c860d17bd528
+checksum=bf0290cf7d765c7b9df0eaa57a49f2f6f073822e4b0d34b0bd515875889ab83a
 make_dirs="/var/lib/pipewire 0755 _pipewire _pipewire"
 system_accounts="_pipewire"
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: pipewire: update to 0.3.76; New package: liblc3-1.0.3
  2023-07-28 18:14 [PR PATCH] pipewire: update to 0.3.76; New package: liblc3-1.0.3 cinerea0
                   ` (2 preceding siblings ...)
  2023-07-28 18:33 ` [PR PATCH] [Updated] " cinerea0
@ 2023-07-28 18:56 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-07-28 18:56 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

pipewire: update to 0.3.76; New package: liblc3-1.0.3
https://github.com/void-linux/void-packages/pull/45301

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-28 18:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-28 18:14 [PR PATCH] pipewire: update to 0.3.76; New package: liblc3-1.0.3 cinerea0
2023-07-28 18:27 ` [PR REVIEW] " classabbyamp
2023-07-28 18:28 ` cinerea0
2023-07-28 18:33 ` [PR PATCH] [Updated] " cinerea0
2023-07-28 18:56 ` [PR PATCH] [Merged]: " Duncaen

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).