Github messages for voidlinux
 help / color / mirror / Atom feed
From: baalajimaestro <baalajimaestro@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] telegram-desktop: Update to 4.5.1
Date: Tue, 03 Jan 2023 11:23:05 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41423@inbox.vuxu.org> (raw)

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

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

https://github.com/baalajimaestro/void-packages uprev/tdesktop/4.5.1
https://github.com/void-linux/void-packages/pull/41423

telegram-desktop: Update to 4.5.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

This PR breaks on musl, and I am unsure how to fix this, please assist me on the same.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-uprev/tdesktop/4.5.1-41423.patch --]
[-- Type: text/x-diff, Size: 5396 bytes --]

From 74733eee455f906ac9c6d76577ae1b1b932ab415 Mon Sep 17 00:00:00 2001
From: baalajimaestro <me@baalajimaestro.me>
Date: Tue, 3 Jan 2023 06:27:45 +0530
Subject: [PATCH 1/2] telegram-desktop: Bump to 4.5.1

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
---
 srcpkgs/telegram-desktop/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/telegram-desktop/template b/srcpkgs/telegram-desktop/template
index 42a0ac05a1c9..28df9b590c69 100644
--- a/srcpkgs/telegram-desktop/template
+++ b/srcpkgs/telegram-desktop/template
@@ -1,6 +1,6 @@
 # Template file for 'telegram-desktop'
 pkgname=telegram-desktop
-version=4.3.1
+version=4.5.1
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -10,6 +10,7 @@ configure_args="-DTDESKTOP_API_ID=209235
  -DTDESKTOP_LAUNCHER_BASENAME=org.telegram.desktop.desktop
  -DDESKTOP_APP_DISABLE_SPELLCHECK=$(vopt_if spellcheck 'false' 'true')
  -DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner
+ -DDESKTOP_APP_USE_PACKAGED=ON
  -DQT_HOST_PATH=/usr"
 hostmakedepends="pkg-config qt6-base-devel python3 extra-cmake-modules
  qt6-wayland-devel wayland-devel"
@@ -26,7 +27,7 @@ license="GPL-3.0-or-later, OpenSSL"
 homepage="https://desktop.telegram.org/"
 changelog="https://github.com/telegramdesktop/tdesktop/blob/v${version}/changelog.txt"
 distfiles="https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz"
-checksum=3c1d8c09b72db5c9f5e2d3b467b451a6ba94c3ba8295b9880842a4e3496153dd
+checksum=933ac4a8b239dde7ae39c0c3bd18abc94cdc673b3d51c4428feef0aa5a7db0d2
 
 build_options="spellcheck"
 build_options_default="spellcheck"

From f5c156106a55c55e91f404edd073469faefaec83 Mon Sep 17 00:00:00 2001
From: baalajimaestro <me@baalajimaestro.me>
Date: Tue, 3 Jan 2023 07:44:19 +0530
Subject: [PATCH 2/2] tg_owt: Uprev to 9b70d7679

- Updated libyuv module as per
https://github.com/desktop-app/tg_owt/commit/cc8edd5719556e1711f50da9a3f7a4c59bba574d
- Added abseil-cpp module as per
https://github.com/desktop-app/tg_owt/commit/d9935115a8eb13e3f6b818f8871b875e78c422f8
- Added patch to handle missing cstdint header

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
---
 .../fix-missing-cstdint-include-musl.patch    | 10 ++++++++++
 srcpkgs/tg_owt/template                       | 20 +++++++++++--------
 2 files changed, 22 insertions(+), 8 deletions(-)
 create mode 100644 srcpkgs/tg_owt/patches/fix-missing-cstdint-include-musl.patch

diff --git a/srcpkgs/tg_owt/patches/fix-missing-cstdint-include-musl.patch b/srcpkgs/tg_owt/patches/fix-missing-cstdint-include-musl.patch
new file mode 100644
index 000000000000..cbb30143ea6f
--- /dev/null
+++ b/srcpkgs/tg_owt/patches/fix-missing-cstdint-include-musl.patch
@@ -0,0 +1,10 @@
+--- a/src/modules/audio_coding/neteq/reorder_optimizer.cc
++++ b/src/modules/audio_coding/neteq/reorder_optimizer.cc
+@@ -11,6 +11,7 @@
+ #include "modules/audio_coding/neteq/reorder_optimizer.h"
+ 
+ #include <algorithm>
++#include <cstdint>
+ #include <limits>
+ #include <vector>
+ 
diff --git a/srcpkgs/tg_owt/template b/srcpkgs/tg_owt/template
index 08fe4355202e..2fbdafe7b672 100644
--- a/srcpkgs/tg_owt/template
+++ b/srcpkgs/tg_owt/template
@@ -1,9 +1,10 @@
 # Template file for 'tg_owt'
 pkgname=tg_owt
-version=0.0.0.20220508
+version=0.0.0.20221208
 revision=1
-_commit=10d5f4bf77333ef6b43516f90d2ce13273255f41
-_libyuv_commit=ad890067f661dc747a975bc55ba3767fe30d4452
+_commit=9b70d7679e86e6c216127d5a6a06ef5aa4f54793
+_libyuv_commit=00950840d1c9bcbb3eb6ebc5aac5793e71166c8b
+_abseil_commit=8c0b94e793a66495e0b1f34a5eb26bd7dc672db0
 _crc32c_commit=21fc8ef30415a635e7351ffa0e5d5367943d4a94
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=OFF -DTG_OWT_ARCH_ARMV7_USE_NEON=OFF"
@@ -20,11 +21,13 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/desktop-app/tg_owt"
 distfiles="https://github.com/desktop-app/tg_owt/archive/${_commit}.tar.gz
  https://chromium.googlesource.com/libyuv/libyuv/+archive/${_libyuv_commit}.tar.gz
- https://github.com/google/crc32c/archive/${_crc32c_commit}.tar.gz"
-checksum="@b8a4b1a9e4f8936c02b4a31c19d6282a914df976b9cbdfadb3ae40ca1a185ac6
- @1dd51820852df840c339bf3f18e6cf1166de33d5631a69cd1eae5b2b34c113e3
- @b359ed4f5fd0321d807fd7301e66399c311c1fe6ab4c6a0f5538587d97ba4a8d"
-skip_extraction="${_libyuv_commit}.tar.gz ${_crc32c_commit}.tar.gz"
+ https://github.com/google/crc32c/archive/${_crc32c_commit}.tar.gz
+ https://github.com/abseil/abseil-cpp/archive/${_abseil_commit}.tar.gz"
+checksum="@572576cd1680773e45e1afbc024637d2af3b89b5d5fdfc7ba403bf98a0224bdc
+ @36881fb364593925d012ff452eda3eb54c2c50cd322f353b76071d342ef72c1d
+ @b359ed4f5fd0321d807fd7301e66399c311c1fe6ab4c6a0f5538587d97ba4a8d
+ @05b5d2f4b540602e8b247116be0559b8a26addac53f026f751a93163946936fb"
+skip_extraction="${_libyuv_commit}.tar.gz ${_crc32c_commit}.tar.gz ${_abseil_commit}.tar.gz"
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" musl-legacy-compat"
@@ -37,4 +40,5 @@ fi
 post_extract() {
 	bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_libyuv_commit}.tar.gz -C ${wrksrc}/src/third_party/libyuv
 	bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_crc32c_commit}.tar.gz --strip-components 1 -C ${wrksrc}/src/third_party/crc32c/src
+	bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_abseil_commit}.tar.gz --strip-components 1 -C ${wrksrc}/src/third_party/abseil-cpp
 }

             reply	other threads:[~2023-01-03 10:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-03 10:23 baalajimaestro [this message]
2023-01-04  5:16 ` [PR PATCH] [Updated] " baalajimaestro
2023-01-04 13:05 ` JamiKettunen
2023-01-04 13:57 ` kruceter
2023-01-04 13:59 ` JamiKettunen
2023-01-04 14:27 ` kruceter
2023-01-06 12:42 ` [PR PATCH] [Updated] " Johnnynator
2023-01-06 12:44 ` Johnnynator
2023-01-06 12:44 ` [PR PATCH] [Merged]: " Johnnynator
2023-01-06 16:12 ` baalajimaestro

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41423@inbox.vuxu.org \
    --to=baalajimaestro@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).