Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] discord: update to 0.0.45
@ 2024-03-12 17:07 zlice
  2024-03-12 17:09 ` [PR PATCH] [Updated] " zlice
  2024-03-12 17:40 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: zlice @ 2024-03-12 17:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages discord45
https://github.com/void-linux/void-packages/pull/49258

discord: update to 0.0.45
#### 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**

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

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

From 2a39f7a33b78b47e32ba69e5f3c2cf936d0afb6b Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Tue, 12 Mar 2024 13:06:32 -0400
Subject: [PATCH] discord: update to 0.0.45

---
 etc/xbps.d/repos-remote.conf                | 6 ++++++
 srcpkgs/deadbeef/patches/musl_strdupa.patch | 4 ++--
 srcpkgs/discord/template                    | 4 ++--
 srcpkgs/oneVPL/template                     | 4 ++--
 4 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/etc/xbps.d/repos-remote.conf b/etc/xbps.d/repos-remote.conf
index e171ed53c2d4ba..0b12d7a79b68e8 100644
--- a/etc/xbps.d/repos-remote.conf
+++ b/etc/xbps.d/repos-remote.conf
@@ -3,3 +3,9 @@ repository=https://repo-default.voidlinux.org/current/bootstrap
 repository=https://repo-default.voidlinux.org/current
 repository=https://repo-default.voidlinux.org/current/nonfree
 repository=https://repo-default.voidlinux.org/current/debug
+
+#repository=https://mirrors.servercentral.com/voidlinux/current
+#repository=https://mirrors.servercentral.com/voidlinux/current/nonfree
+#repository=https://mirrors.servercentral.com/voidlinux/current/multilib
+#repository=https://mirrors.servercentral.com/voidlinux/current/multilib/nonfree
+#repository=https://mirrors.servercentral.com/voidlinux/current/debug
diff --git a/srcpkgs/deadbeef/patches/musl_strdupa.patch b/srcpkgs/deadbeef/patches/musl_strdupa.patch
index e4bbbcbaadcd5f..ddb8b7d592502a 100644
--- a/srcpkgs/deadbeef/patches/musl_strdupa.patch
+++ b/srcpkgs/deadbeef/patches/musl_strdupa.patch
@@ -1,8 +1,8 @@
 musl strdupa() fails to compile in c++ due to a missing cast
 use deadbeef's fallback version instead
 
---- a/strdupa.h
-+++ b/strdupa.h
+--- a/include/deadbeef/strdupa.h
++++ b/include/deadbeef/strdupa.h
 @@ -26,6 +26,10 @@
  
  #include <string.h>
diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index daf7d221cb7379..94d0d933abff67 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -1,6 +1,6 @@
 # Template file for 'discord'
 pkgname=discord
-version=0.0.44
+version=0.0.45
 revision=1
 archs="x86_64"
 depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
@@ -10,7 +10,7 @@ maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
 license="custom:Proprietary"
 homepage="https://discord.com"
 distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
-checksum=9b3a62af926cde90edb8e2b96caa1c77be29d0f7039cca4da71f0fa5c844e851
+checksum=7520dce44c9693f687e49146e9661f26a9dbd18dbf6f8e9871d341d99f70467d
 repository=nonfree
 restricted=yes
 nopie=yes
diff --git a/srcpkgs/oneVPL/template b/srcpkgs/oneVPL/template
index de6cd7adc9828f..04fe8d749be7d4 100644
--- a/srcpkgs/oneVPL/template
+++ b/srcpkgs/oneVPL/template
@@ -1,7 +1,7 @@
 # Template file for 'oneVPL'
 pkgname=oneVPL
-version=2023.3.1
-revision=2
+version=2023.4.0
+revision=1
 build_style=cmake
 hostmakedepends="libva-devel libX11-devel"
 hostmakedepends="pkg-config"

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

* Re: [PR PATCH] [Updated] discord: update to 0.0.45
  2024-03-12 17:07 [PR PATCH] discord: update to 0.0.45 zlice
@ 2024-03-12 17:09 ` zlice
  2024-03-12 17:40 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: zlice @ 2024-03-12 17:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zlice/void-packages discord45
https://github.com/void-linux/void-packages/pull/49258

discord: update to 0.0.45
#### 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**

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

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

From efa0e19a1ff2b2fb7fc4e292591279f7f4612a7d Mon Sep 17 00:00:00 2001
From: zlice <zlice555@gmail.com>
Date: Tue, 12 Mar 2024 13:09:15 -0400
Subject: [PATCH] discord: update to 0.0.45

---
 srcpkgs/discord/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template
index daf7d221cb7379..94d0d933abff67 100644
--- a/srcpkgs/discord/template
+++ b/srcpkgs/discord/template
@@ -1,6 +1,6 @@
 # Template file for 'discord'
 pkgname=discord
-version=0.0.44
+version=0.0.45
 revision=1
 archs="x86_64"
 depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic
@@ -10,7 +10,7 @@ maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
 license="custom:Proprietary"
 homepage="https://discord.com"
 distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
-checksum=9b3a62af926cde90edb8e2b96caa1c77be29d0f7039cca4da71f0fa5c844e851
+checksum=7520dce44c9693f687e49146e9661f26a9dbd18dbf6f8e9871d341d99f70467d
 repository=nonfree
 restricted=yes
 nopie=yes

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

* Re: [PR PATCH] [Merged]: discord: update to 0.0.45
  2024-03-12 17:07 [PR PATCH] discord: update to 0.0.45 zlice
  2024-03-12 17:09 ` [PR PATCH] [Updated] " zlice
@ 2024-03-12 17:40 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-03-12 17:40 UTC (permalink / raw)
  To: ml

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

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

discord: update to 0.0.45
https://github.com/void-linux/void-packages/pull/49258

Description:
#### 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**

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

end of thread, other threads:[~2024-03-12 17:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-12 17:07 [PR PATCH] discord: update to 0.0.45 zlice
2024-03-12 17:09 ` [PR PATCH] [Updated] " zlice
2024-03-12 17:40 ` [PR PATCH] [Merged]: " cinerea0

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