Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] syncplay: update to 1.7.0.
@ 2023-04-04 20:30 sirkhancision
  2023-04-05 18:40 ` [PR PATCH] [Updated] " sirkhancision
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: sirkhancision @ 2023-04-04 20:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sirkhancision/void-packages syncplay
https://github.com/void-linux/void-packages/pull/43271

syncplay: update to 1.7.0.
#### 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-glibc
- I built this PR locally for these architectures:
  - aarch64
  - i686
  - x86_64-musl

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

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

From 9efae5ddfc6d97314c679bb9ca15d40c80cae6c5 Mon Sep 17 00:00:00 2001
From: sirkhancision <jsantiago12tone@gmail.com>
Date: Mon, 3 Apr 2023 00:12:40 -0300
Subject: [PATCH] syncplay: update to 1.7.0.

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

diff --git a/srcpkgs/syncplay/template b/srcpkgs/syncplay/template
index bb34277a9106..53ac7cbbb36f 100644
--- a/srcpkgs/syncplay/template
+++ b/srcpkgs/syncplay/template
@@ -1,7 +1,7 @@
 # Template file for 'syncplay'
 pkgname=syncplay
-version=1.6.9
-revision=3
+version=1.7.0
+revision=1
 build_style=gnu-makefile
 pycompile_dirs="usr/lib/syncplay/syncplay"
 depends="desktop-file-utils python3-pyside2 python3-Twisted
@@ -11,7 +11,7 @@ maintainer="KeepBotting <branon.mcclellan@gmail.com>"
 license="Apache-2.0"
 homepage="https://syncplay.pl/"
 distfiles="https://github.com/syncplay/syncplay/archive/v${version}.tar.gz"
-checksum=b4acaf009b816dcb3261d9b327aace9005494f0977944b65e3623d50eb465972
+checksum=d65c402869a5b5906a601cb08452363d29d7f08a4e5df0edd29676d8c0c7b81d
 python_version=3
 
 post_install() {

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

* Re: [PR PATCH] [Updated] syncplay: update to 1.7.0.
  2023-04-04 20:30 [PR PATCH] syncplay: update to 1.7.0 sirkhancision
@ 2023-04-05 18:40 ` sirkhancision
  2023-04-11 18:40 ` sirkhancision
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: sirkhancision @ 2023-04-05 18:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sirkhancision/void-packages syncplay
https://github.com/void-linux/void-packages/pull/43271

syncplay: update to 1.7.0.
#### 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-glibc
- I built this PR locally for these architectures:
  - aarch64
  - i686
  - x86_64-musl

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

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

From 61735fe84236641fe23a562a1368f2c3123f1697 Mon Sep 17 00:00:00 2001
From: sirkhancision <jsantiago12tone@gmail.com>
Date: Mon, 3 Apr 2023 00:12:40 -0300
Subject: [PATCH] syncplay: update to 1.7.0.

---
 srcpkgs/syncplay/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/syncplay/template b/srcpkgs/syncplay/template
index bb34277a9106..716f16537e31 100644
--- a/srcpkgs/syncplay/template
+++ b/srcpkgs/syncplay/template
@@ -1,18 +1,19 @@
 # Template file for 'syncplay'
 pkgname=syncplay
-version=1.6.9
-revision=3
+version=1.7.0
+revision=1
 build_style=gnu-makefile
 pycompile_dirs="usr/lib/syncplay/syncplay"
-depends="desktop-file-utils python3-pyside2 python3-Twisted
- qt5-declarative python3-service_identity"
+depends="desktop-file-utils python3-Twisted python3-certifi python3-pyside2 python3-service_identity qt5-declarative"
 short_desc="Free software that synchronises media players"
 maintainer="KeepBotting <branon.mcclellan@gmail.com>"
 license="Apache-2.0"
 homepage="https://syncplay.pl/"
 distfiles="https://github.com/syncplay/syncplay/archive/v${version}.tar.gz"
-checksum=b4acaf009b816dcb3261d9b327aace9005494f0977944b65e3623d50eb465972
+checksum=d65c402869a5b5906a601cb08452363d29d7f08a4e5df0edd29676d8c0c7b81d
 python_version=3
+# there's no target to check
+make_check="no"
 
 post_install() {
 	for res in 16x16 24x24 32x32 48x48 64x64 96x96 128x128 256x256; do

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

* Re: [PR PATCH] [Updated] syncplay: update to 1.7.0.
  2023-04-04 20:30 [PR PATCH] syncplay: update to 1.7.0 sirkhancision
  2023-04-05 18:40 ` [PR PATCH] [Updated] " sirkhancision
@ 2023-04-11 18:40 ` sirkhancision
  2023-04-13  0:03 ` [PR REVIEW] " classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: sirkhancision @ 2023-04-11 18:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sirkhancision/void-packages syncplay
https://github.com/void-linux/void-packages/pull/43271

syncplay: update to 1.7.0.
#### 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-glibc
- I built this PR locally for these architectures:
  - aarch64
  - i686
  - x86_64-musl

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

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

From 40eb45358799a8de80c6d611a68495201780054a Mon Sep 17 00:00:00 2001
From: sirkhancision <jsantiago12tone@gmail.com>
Date: Mon, 3 Apr 2023 00:12:40 -0300
Subject: [PATCH] syncplay: update to 1.7.0.

---
 srcpkgs/syncplay/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/syncplay/template b/srcpkgs/syncplay/template
index bb34277a9106..de1449aeb86b 100644
--- a/srcpkgs/syncplay/template
+++ b/srcpkgs/syncplay/template
@@ -1,17 +1,16 @@
 # Template file for 'syncplay'
 pkgname=syncplay
-version=1.6.9
-revision=3
+version=1.7.0
+revision=1
 build_style=gnu-makefile
 pycompile_dirs="usr/lib/syncplay/syncplay"
-depends="desktop-file-utils python3-pyside2 python3-Twisted
- qt5-declarative python3-service_identity"
+depends="desktop-file-utils python3-Twisted python3-certifi python3-pyside2 python3-service_identity qt5-declarative"
 short_desc="Free software that synchronises media players"
 maintainer="KeepBotting <branon.mcclellan@gmail.com>"
 license="Apache-2.0"
 homepage="https://syncplay.pl/"
 distfiles="https://github.com/syncplay/syncplay/archive/v${version}.tar.gz"
-checksum=b4acaf009b816dcb3261d9b327aace9005494f0977944b65e3623d50eb465972
+checksum=d65c402869a5b5906a601cb08452363d29d7f08a4e5df0edd29676d8c0c7b81d
 python_version=3
 
 post_install() {

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

* Re: [PR REVIEW] syncplay: update to 1.7.0.
  2023-04-04 20:30 [PR PATCH] syncplay: update to 1.7.0 sirkhancision
  2023-04-05 18:40 ` [PR PATCH] [Updated] " sirkhancision
  2023-04-11 18:40 ` sirkhancision
@ 2023-04-13  0:03 ` classabbyamp
  2023-04-13  0:21 ` [PR PATCH] [Updated] " sirkhancision
  2023-04-13  0:32 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-04-13  0:03 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43271#discussion_r1164781376

Comment:
wrap at 80 chars

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

* Re: [PR PATCH] [Updated] syncplay: update to 1.7.0.
  2023-04-04 20:30 [PR PATCH] syncplay: update to 1.7.0 sirkhancision
                   ` (2 preceding siblings ...)
  2023-04-13  0:03 ` [PR REVIEW] " classabbyamp
@ 2023-04-13  0:21 ` sirkhancision
  2023-04-13  0:32 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: sirkhancision @ 2023-04-13  0:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sirkhancision/void-packages syncplay
https://github.com/void-linux/void-packages/pull/43271

syncplay: update to 1.7.0.
#### 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-glibc
- I built this PR locally for these architectures:
  - aarch64
  - i686
  - x86_64-musl

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

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

From f08f4ae3c6fb3976b90159c30a9d72bb54a767c1 Mon Sep 17 00:00:00 2001
From: sirkhancision <jsantiago12tone@gmail.com>
Date: Mon, 3 Apr 2023 00:12:40 -0300
Subject: [PATCH] syncplay: update to 1.7.0.

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

diff --git a/srcpkgs/syncplay/template b/srcpkgs/syncplay/template
index bb34277a91064..53ac7cbbb36f3 100644
--- a/srcpkgs/syncplay/template
+++ b/srcpkgs/syncplay/template
@@ -1,7 +1,7 @@
 # Template file for 'syncplay'
 pkgname=syncplay
-version=1.6.9
-revision=3
+version=1.7.0
+revision=1
 build_style=gnu-makefile
 pycompile_dirs="usr/lib/syncplay/syncplay"
 depends="desktop-file-utils python3-pyside2 python3-Twisted
@@ -11,7 +11,7 @@ maintainer="KeepBotting <branon.mcclellan@gmail.com>"
 license="Apache-2.0"
 homepage="https://syncplay.pl/"
 distfiles="https://github.com/syncplay/syncplay/archive/v${version}.tar.gz"
-checksum=b4acaf009b816dcb3261d9b327aace9005494f0977944b65e3623d50eb465972
+checksum=d65c402869a5b5906a601cb08452363d29d7f08a4e5df0edd29676d8c0c7b81d
 python_version=3
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: syncplay: update to 1.7.0.
  2023-04-04 20:30 [PR PATCH] syncplay: update to 1.7.0 sirkhancision
                   ` (3 preceding siblings ...)
  2023-04-13  0:21 ` [PR PATCH] [Updated] " sirkhancision
@ 2023-04-13  0:32 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-04-13  0:32 UTC (permalink / raw)
  To: ml

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

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

syncplay: update to 1.7.0.
https://github.com/void-linux/void-packages/pull/43271

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-glibc
- I built this PR locally for these architectures:
  - aarch64
  - i686
  - x86_64-musl

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

end of thread, other threads:[~2023-04-13  0:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-04 20:30 [PR PATCH] syncplay: update to 1.7.0 sirkhancision
2023-04-05 18:40 ` [PR PATCH] [Updated] " sirkhancision
2023-04-11 18:40 ` sirkhancision
2023-04-13  0:03 ` [PR REVIEW] " classabbyamp
2023-04-13  0:21 ` [PR PATCH] [Updated] " sirkhancision
2023-04-13  0:32 ` [PR PATCH] [Merged]: " classabbyamp

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