Github messages for voidlinux
 help / color / mirror / Atom feed
From: tgvqwsjk4jcs <tgvqwsjk4jcs@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
Date: Sat, 21 May 2022 17:43:05 +0200	[thread overview]
Message-ID: <20220521154305.GuW95p4o1t4CRlmAY4QeEcNqDBylfrQuJq0EUdDhDWw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37155@inbox.vuxu.org>

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)


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

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

From 4bfb389aea39bbf72cc5016b1602dac1bf19102b Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:37:31 +0300
Subject: [PATCH 1/5] arcan: update to 0.6.1.1

connected pkgs aclip and aloadimage also updated.
aclip - arcan clipboard lib
aloadimage - arcan image lib
xarcan - X11 for arcan
---
 srcpkgs/arcan/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8b67ae9a185c 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -26,7 +26,7 @@ _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
 checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
+ 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

From 03264e534107cbd0545373c56cc9a0046f3c063d Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:38:40 +0300
Subject: [PATCH 2/5] aclip: update to 0.6.1.1

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

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..ac58d84bb063 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From 90865df7620a4e76450914d12867172ffc97ad9f Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:39:46 +0300
Subject: [PATCH 3/5] aloadimage: update to 0.6.1.1

---
 .../patches/0001-vendored-svgimage-fix.patch  | 37 -------------------
 srcpkgs/aloadimage/template                   |  4 +-
 2 files changed, 2 insertions(+), 39 deletions(-)
 delete mode 100644 srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch

diff --git a/srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch b/srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch
deleted file mode 100644
index 2cde878a54c4..000000000000
--- a/srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff --git a/src/tools/aloadimage/nanosvg.h b/src/tools/aloadimage/nanosvg.h
-index f5058b17..716adea5 100644
---- a/src/tools/aloadimage/nanosvg.h
-+++ b/src/tools/aloadimage/nanosvg.h
-@@ -163,7 +163,7 @@ typedef struct NSVGimage
- } NSVGimage;
- 
- // Parses SVG file from a file, returns SVG image as paths.
--NSVGimage* nsvgParseFromFile(const char* filename, const char* units, float dpi);
-+NSVGimage* nsvgParseFromFile(FILE* fp, const char* units, float dpi);
- 
- // Parses SVG file from a null terminated string, returns SVG image as paths.
- // Important note: changes the string.
-@@ -200,7 +200,6 @@ void nsvgDelete(NSVGimage* image);
- #define NSVG_ALIGN_SLICE 2
- 
- #define NSVG_NOTUSED(v) do { (void)(1 ? (void)0 : ( (void)(v) ) ); } while(0)
--#define NSVG_RGB(r, g, b) (((unsigned int)r) | ((unsigned int)g << 8) | ((unsigned int)b << 16))
- 
- #ifdef _MSC_VER
- 	#pragma warning (disable: 4996) // Switch off security warnings
-@@ -2930,14 +2929,12 @@ NSVGimage* nsvgParse(char* input, const char* units, float dpi)
- 	return ret;
- }
- 
--NSVGimage* nsvgParseFromFile(const char* filename, const char* units, float dpi)
-+NSVGimage* nsvgParseFromFile(FILE* fp, const char* units, float dpi)
- {
--	FILE* fp = NULL;
- 	size_t size;
- 	char* data = NULL;
- 	NSVGimage* image = NULL;
- 
--	fp = fopen(filename, "rb");
- 	if (!fp) goto error;
- 	fseek(fp, 0, SEEK_END);
- 	size = ftell(fp);
diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..f163762b2da2 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From 7cd29bb1f26934004f0f9024fa7a06554990b9a4 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:40:39 +0300
Subject: [PATCH 4/5] arcan: update to 0.6.1.1

---
 common/shlibs | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 7f3e1458f7a6..0e0f2e9040e4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3241,11 +3241,12 @@ libaacs.so.0 libaacs-0.9.0_1
 libttfautohint.so.1 ttfautohint-1.8.1_1
 libcob.so.4 gnucobol-libs-2.2_1
 libkrfbprivate.so.5.0 krfb-17.08.1_1
-libarcan_shmif.so.0.14 arcan-0.6.1_1
-libarcan_shmif_ext.so.0.14 arcan-0.6.1_1
-libarcan_shmif_server.so.0.14 arcan-0.6.1_1
-libarcan_tui.so.0.14 arcan-0.6.1_1
-libarcan_a12.so.0.1 arcan-0.6.1_1
+libarcan_shmif.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_ext.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_intext.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_server.so.0.15 arcan-0.6.1.1_1
+libarcan_tui.so.0.15 arcan-0.6.1.1_1
+libarcan_a12.so.0.1 arcan-0.6.1.1_1
 liblwipv6.so.2 lwipv6-1.5a_1
 libpipewire-0.2.so.1 libpipewire0.2-0.2.7_1
 libpipewire-0.3.so.0 libpipewire-0.3.6_1

From f0f0366295dfe856d8a7f991056bc951ac761a9a Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:42:21 +0300
Subject: [PATCH 5/5] xarcan: update to 0.6.1_2

---
 srcpkgs/xarcan/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xarcan/template b/srcpkgs/xarcan/template
index fbd3d7e6e867..31b16faadc1b 100644
--- a/srcpkgs/xarcan/template
+++ b/srcpkgs/xarcan/template
@@ -1,7 +1,7 @@
 # Template file for 'xarcan'
 pkgname=xarcan
 version=0.6.1
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dglamor=true -Dint10=false -Dipv6=true -Dsystemd_logind=false
  -Ddefault_font_path=/usr/share/fonts/X11"

  parent reply	other threads:[~2022-05-21 15:43 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-16 13:32 [PR PATCH] " tgvqwsjk4jcs
2022-05-16 13:45 ` paper42
2022-05-16 14:12 ` [PR PATCH] [Updated] arcan: " tgvqwsjk4jcs
2022-05-16 14:15 ` tgvqwsjk4jcs
2022-05-18 18:37 ` Chocimier
2022-05-18 18:37 ` Chocimier
2022-05-18 18:38 ` Chocimier
2022-05-19 11:39 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
2022-05-19 11:47 ` tgvqwsjk4jcs
2022-05-19 11:48 ` tgvqwsjk4jcs
2022-05-19 11:58 ` tgvqwsjk4jcs
2022-05-19 11:59 ` tgvqwsjk4jcs
2022-05-19 12:01 ` tgvqwsjk4jcs
2022-05-21  9:57 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
2022-05-21  9:58 ` tgvqwsjk4jcs
2022-05-21 10:13 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
2022-05-21 10:25 ` tgvqwsjk4jcs
2022-05-21 10:26 ` tgvqwsjk4jcs
2022-05-21 10:26 ` tgvqwsjk4jcs
2022-05-21 15:01 ` [PR PATCH] [Updated] " ericonr
2022-05-21 15:15 ` tgvqwsjk4jcs
2022-05-21 15:22 ` tgvqwsjk4jcs
2022-05-21 15:41 ` tgvqwsjk4jcs
2022-05-21 15:43 ` tgvqwsjk4jcs [this message]
2022-05-21 18:55 ` tgvqwsjk4jcs
2022-05-21 19:43 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
2022-05-21 19:47 ` tgvqwsjk4jcs
2022-05-21 19:48 ` tgvqwsjk4jcs
2022-05-21 19:48 ` tgvqwsjk4jcs
2022-05-25  6:04 ` tgvqwsjk4jcs
2022-06-21 20:18 ` [PR PATCH] [Closed]: " Piraty

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=20220521154305.GuW95p4o1t4CRlmAY4QeEcNqDBylfrQuJq0EUdDhDWw@z \
    --to=tgvqwsjk4jcs@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).