Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nicotine+: update to 2.1.1
@ 2020-10-01 13:13 st3r4g
  2020-10-01 13:19 ` [PR PATCH] [Updated] " st3r4g
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: st3r4g @ 2020-10-01 13:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/st3r4g/void-packages nicotine+-2.1.1
https://github.com/void-linux/void-packages/pull/25229

nicotine+: update to 2.1.1
Nicotine+ switched from mutagen to `pytaglib`. The latter is not in the repos yet.
I am not sure whether `GPL-3.0-only` ot `GPL-3.0-or-later` is right for `pytaglib`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nicotine+-2.1.1-25229.patch --]
[-- Type: text/x-diff, Size: 2424 bytes --]

From 595ac74d81525a6423d6d3a481c146561e874cb1 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 1 Oct 2020 15:07:20 +0200
Subject: [PATCH 1/2] New package: python3-pytaglib-1.4.6

---
 srcpkgs/python3-pytaglib/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-pytaglib/template

diff --git a/srcpkgs/python3-pytaglib/template b/srcpkgs/python3-pytaglib/template
new file mode 100644
index 00000000000..02369552ef0
--- /dev/null
+++ b/srcpkgs/python3-pytaglib/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-pytaglib'
+pkgname=python3-pytaglib
+version=1.4.6
+revision=1
+wrksrc="pytaglib-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel taglib-devel"
+depends="taglib"
+short_desc="Python bindings for the TagLib C++ library"
+maintainer="Stefano Ragni <st3r4g@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/supermihi/pytaglib"
+distfiles="https://github.com/supermihi/pytaglib/archive/v${version}.tar.gz"
+checksum=360b12d5b4c948cebf75acf86fac6b33a3f044eab6fcfe8949a1cd0f9c22bd25

From 59f2214e02b25e724653395d8c4d3193cb55dafe Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 1 Oct 2020 15:07:58 +0200
Subject: [PATCH 2/2] nicotine+: update to 2.1.1

---
 srcpkgs/nicotine+/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..6948b5ff92d 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,15 +1,15 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
-version=2.0.1
+version=2.1.1
 revision=1
 archs=noarch
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
-hostmakedepends="python3"
-depends="gtk+3 python3-gobject python3-miniupnpc python3-mutagen"
+hostmakedepends="python3-setuptools gettext"
+depends="gtk+3 python3-gobject python3-miniupnpc python3-pytaglib"
 short_desc="Soulseek music-sharing client written in Python"
 maintainer="doggone <doggone@airmail.cc>"
 license="GPL-3.0-or-later"
 homepage="https://nicotine-plus.org"
 distfiles="https://github.com/Nicotine-Plus/nicotine-plus/archive/${version}.tar.gz"
-checksum=229acf6e287e1c3ae7d07b04b85230c3fa2edc0c17298583e2f13dd986bbda5a
+checksum=311ef0dea8c4a8d2df3e362befd1ea6a37bc0b272f74b81d416130fc0bd45560

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

* Re: [PR PATCH] [Updated] nicotine+: update to 2.1.1
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
@ 2020-10-01 13:19 ` st3r4g
  2020-10-02  0:51 ` sgn
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: st3r4g @ 2020-10-01 13:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/st3r4g/void-packages nicotine+-2.1.1
https://github.com/void-linux/void-packages/pull/25229

nicotine+: update to 2.1.1
Nicotine+ switched from `mutagen` to `pytaglib`, which is not in the repos yet.
I am not sure whether `GPL-3.0-only` or `GPL-3.0-or-later` is right for `pytaglib`

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nicotine+-2.1.1-25229.patch --]
[-- Type: text/x-diff, Size: 2425 bytes --]

From 595ac74d81525a6423d6d3a481c146561e874cb1 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 1 Oct 2020 15:07:20 +0200
Subject: [PATCH 1/2] New package: python3-pytaglib-1.4.6

---
 srcpkgs/python3-pytaglib/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-pytaglib/template

diff --git a/srcpkgs/python3-pytaglib/template b/srcpkgs/python3-pytaglib/template
new file mode 100644
index 00000000000..02369552ef0
--- /dev/null
+++ b/srcpkgs/python3-pytaglib/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-pytaglib'
+pkgname=python3-pytaglib
+version=1.4.6
+revision=1
+wrksrc="pytaglib-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel taglib-devel"
+depends="taglib"
+short_desc="Python bindings for the TagLib C++ library"
+maintainer="Stefano Ragni <st3r4g@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/supermihi/pytaglib"
+distfiles="https://github.com/supermihi/pytaglib/archive/v${version}.tar.gz"
+checksum=360b12d5b4c948cebf75acf86fac6b33a3f044eab6fcfe8949a1cd0f9c22bd25

From 109464cb11ebafa01ec2c267586dc649a8353fbd Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 1 Oct 2020 15:07:58 +0200
Subject: [PATCH 2/2] nicotine+: update to 2.1.1

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

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..a95daf229cc 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,15 +1,14 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
-version=2.0.1
+version=2.1.1
 revision=1
-archs=noarch
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
-hostmakedepends="python3"
-depends="gtk+3 python3-gobject python3-miniupnpc python3-mutagen"
+hostmakedepends="python3-setuptools gettext"
+depends="gtk+3 python3-gobject python3-miniupnpc python3-pytaglib"
 short_desc="Soulseek music-sharing client written in Python"
 maintainer="doggone <doggone@airmail.cc>"
 license="GPL-3.0-or-later"
 homepage="https://nicotine-plus.org"
 distfiles="https://github.com/Nicotine-Plus/nicotine-plus/archive/${version}.tar.gz"
-checksum=229acf6e287e1c3ae7d07b04b85230c3fa2edc0c17298583e2f13dd986bbda5a
+checksum=311ef0dea8c4a8d2df3e362befd1ea6a37bc0b272f74b81d416130fc0bd45560

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

* Re: nicotine+: update to 2.1.1
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
  2020-10-01 13:19 ` [PR PATCH] [Updated] " st3r4g
@ 2020-10-02  0:51 ` sgn
  2020-10-09 20:22 ` ericonr
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2020-10-02  0:51 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/25229#issuecomment-702470337

Comment:

> I am not sure whether `GPL-3.0-only` or `GPL-3.0-or-later` is right for `pytaglib`

I'll put my money on `GPL-3.0-only`


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

* Re: nicotine+: update to 2.1.1
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
  2020-10-01 13:19 ` [PR PATCH] [Updated] " st3r4g
  2020-10-02  0:51 ` sgn
@ 2020-10-09 20:22 ` ericonr
  2020-10-09 21:03 ` [PR PATCH] [Updated] " st3r4g
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2020-10-09 20:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25229#issuecomment-706385641

Comment:
https://pypi.org/project/pytaglib/ says it's `GPL-3.0.-or-later`.

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

* Re: [PR PATCH] [Updated] nicotine+: update to 2.1.1
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
                   ` (2 preceding siblings ...)
  2020-10-09 20:22 ` ericonr
@ 2020-10-09 21:03 ` st3r4g
  2020-10-09 21:04 ` st3r4g
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: st3r4g @ 2020-10-09 21:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/st3r4g/void-packages nicotine+-2.1.1
https://github.com/void-linux/void-packages/pull/25229

nicotine+: update to 2.1.1
Nicotine+ switched from `mutagen` to `pytaglib`. The latter is not in the repos yet.
I am not sure whether `GPL-3.0-only` or `GPL-3.0-or-later` is right for `pytaglib`

Tested on x86_64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nicotine+-2.1.1-25229.patch --]
[-- Type: text/x-diff, Size: 2429 bytes --]

From bc5b001fc4ce4a952d9f0fc7fc6ca81994eec0fe Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 1 Oct 2020 15:07:20 +0200
Subject: [PATCH 1/2] New package: python3-pytaglib-1.4.6

---
 srcpkgs/python3-pytaglib/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-pytaglib/template

diff --git a/srcpkgs/python3-pytaglib/template b/srcpkgs/python3-pytaglib/template
new file mode 100644
index 00000000000..df3556511be
--- /dev/null
+++ b/srcpkgs/python3-pytaglib/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-pytaglib'
+pkgname=python3-pytaglib
+version=1.4.6
+revision=1
+wrksrc="pytaglib-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel taglib-devel"
+depends="taglib"
+short_desc="Python bindings for the TagLib C++ library"
+maintainer="Stefano Ragni <st3r4g@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/supermihi/pytaglib"
+distfiles="https://github.com/supermihi/pytaglib/archive/v${version}.tar.gz"
+checksum=360b12d5b4c948cebf75acf86fac6b33a3f044eab6fcfe8949a1cd0f9c22bd25

From ece4ab7a9d2c83214a0d5d3884c1fda622fa2728 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 1 Oct 2020 15:07:58 +0200
Subject: [PATCH 2/2] nicotine+: update to 2.1.1

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

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 6f743890f83..a95daf229cc 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,15 +1,14 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
-version=2.0.1
+version=2.1.1
 revision=1
-archs=noarch
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
-hostmakedepends="python3"
-depends="gtk+3 python3-gobject python3-miniupnpc python3-mutagen"
+hostmakedepends="python3-setuptools gettext"
+depends="gtk+3 python3-gobject python3-miniupnpc python3-pytaglib"
 short_desc="Soulseek music-sharing client written in Python"
 maintainer="doggone <doggone@airmail.cc>"
 license="GPL-3.0-or-later"
 homepage="https://nicotine-plus.org"
 distfiles="https://github.com/Nicotine-Plus/nicotine-plus/archive/${version}.tar.gz"
-checksum=229acf6e287e1c3ae7d07b04b85230c3fa2edc0c17298583e2f13dd986bbda5a
+checksum=311ef0dea8c4a8d2df3e362befd1ea6a37bc0b272f74b81d416130fc0bd45560

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

* Re: nicotine+: update to 2.1.1
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
                   ` (3 preceding siblings ...)
  2020-10-09 21:03 ` [PR PATCH] [Updated] " st3r4g
@ 2020-10-09 21:04 ` st3r4g
  2020-10-12 22:03 ` mathiascode
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: st3r4g @ 2020-10-09 21:04 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/25229#issuecomment-706401619

Comment:
Good catch, changed

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

* Re: nicotine+: update to 2.1.1
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
                   ` (4 preceding siblings ...)
  2020-10-09 21:04 ` st3r4g
@ 2020-10-12 22:03 ` mathiascode
  2020-10-13 12:55 ` [PR PATCH] [Updated] " st3r4g
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mathiascode @ 2020-10-12 22:03 UTC (permalink / raw)
  To: ml

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

New comment by mathiascode on void-packages repository

https://github.com/void-linux/void-packages/pull/25229#issuecomment-707368393

Comment:
We've released Nicotine+ 2.1.2 earlier today. https://nicotine-plus.github.io/nicotine-plus/NEWS.html

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

* Re: [PR PATCH] [Updated] nicotine+: update to 2.1.1
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
                   ` (5 preceding siblings ...)
  2020-10-12 22:03 ` mathiascode
@ 2020-10-13 12:55 ` st3r4g
  2020-10-13 13:05 ` st3r4g
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: st3r4g @ 2020-10-13 12:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/st3r4g/void-packages nicotine+-2.1.1
https://github.com/void-linux/void-packages/pull/25229

nicotine+: update to 2.1.1
Nicotine+ switched from `mutagen` to `pytaglib`. The latter is not in the repos yet.
I am not sure whether `GPL-3.0-only` or `GPL-3.0-or-later` is right for `pytaglib`

Tested on x86_64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nicotine+-2.1.1-25229.patch --]
[-- Type: text/x-diff, Size: 2429 bytes --]

From d921850c24f81fa78360707af1fcf2e7e4f6165f Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 1 Oct 2020 15:07:20 +0200
Subject: [PATCH 1/2] New package: python3-pytaglib-1.4.6

---
 srcpkgs/python3-pytaglib/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-pytaglib/template

diff --git a/srcpkgs/python3-pytaglib/template b/srcpkgs/python3-pytaglib/template
new file mode 100644
index 00000000000..df3556511be
--- /dev/null
+++ b/srcpkgs/python3-pytaglib/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-pytaglib'
+pkgname=python3-pytaglib
+version=1.4.6
+revision=1
+wrksrc="pytaglib-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel taglib-devel"
+depends="taglib"
+short_desc="Python bindings for the TagLib C++ library"
+maintainer="Stefano Ragni <st3r4g@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/supermihi/pytaglib"
+distfiles="https://github.com/supermihi/pytaglib/archive/v${version}.tar.gz"
+checksum=360b12d5b4c948cebf75acf86fac6b33a3f044eab6fcfe8949a1cd0f9c22bd25

From fb4b563843057cde42490e36d1a3f0cd077e8f78 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 1 Oct 2020 15:07:58 +0200
Subject: [PATCH 2/2] nicotine+: update to 2.1.2

---
 srcpkgs/nicotine+/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 59d92e13ce2..fe8cc818073 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,14 +1,14 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
-version=2.0.1
-revision=2
+version=2.1.2
+revision=1
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
-hostmakedepends="python3"
-depends="gtk+3 python3-gobject python3-miniupnpc python3-mutagen"
+hostmakedepends="python3-setuptools gettext"
+depends="gtk+3 python3-gobject python3-miniupnpc python3-pytaglib"
 short_desc="Soulseek music-sharing client written in Python"
 maintainer="doggone <doggone@airmail.cc>"
 license="GPL-3.0-or-later"
 homepage="https://nicotine-plus.org"
 distfiles="https://github.com/Nicotine-Plus/nicotine-plus/archive/${version}.tar.gz"
-checksum=229acf6e287e1c3ae7d07b04b85230c3fa2edc0c17298583e2f13dd986bbda5a
+checksum=311ef0dea8c4a8d2df3e362befd1ea6a37bc0b272f74b81d416130fc0bd45560

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

* Re: [PR PATCH] [Updated] nicotine+: update to 2.1.1
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
                   ` (6 preceding siblings ...)
  2020-10-13 12:55 ` [PR PATCH] [Updated] " st3r4g
@ 2020-10-13 13:05 ` st3r4g
  2020-10-13 13:17 ` st3r4g
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: st3r4g @ 2020-10-13 13:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/st3r4g/void-packages nicotine+-2.1.1
https://github.com/void-linux/void-packages/pull/25229

nicotine+: update to 2.1.1
Nicotine+ switched from `mutagen` to `pytaglib`. The latter is not in the repos yet.
I am not sure whether `GPL-3.0-only` or `GPL-3.0-or-later` is right for `pytaglib`

Tested on x86_64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nicotine+-2.1.1-25229.patch --]
[-- Type: text/x-diff, Size: 2429 bytes --]

From d921850c24f81fa78360707af1fcf2e7e4f6165f Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 1 Oct 2020 15:07:20 +0200
Subject: [PATCH 1/2] New package: python3-pytaglib-1.4.6

---
 srcpkgs/python3-pytaglib/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-pytaglib/template

diff --git a/srcpkgs/python3-pytaglib/template b/srcpkgs/python3-pytaglib/template
new file mode 100644
index 00000000000..df3556511be
--- /dev/null
+++ b/srcpkgs/python3-pytaglib/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-pytaglib'
+pkgname=python3-pytaglib
+version=1.4.6
+revision=1
+wrksrc="pytaglib-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel taglib-devel"
+depends="taglib"
+short_desc="Python bindings for the TagLib C++ library"
+maintainer="Stefano Ragni <st3r4g@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/supermihi/pytaglib"
+distfiles="https://github.com/supermihi/pytaglib/archive/v${version}.tar.gz"
+checksum=360b12d5b4c948cebf75acf86fac6b33a3f044eab6fcfe8949a1cd0f9c22bd25

From 6c1c7ea243f56f99f2fcc40000ac86b33e92c87f Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 1 Oct 2020 15:07:58 +0200
Subject: [PATCH 2/2] nicotine+: update to 2.1.2

---
 srcpkgs/nicotine+/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 59d92e13ce2..b84d54f90e0 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,14 +1,14 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
-version=2.0.1
-revision=2
+version=2.1.2
+revision=1
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
-hostmakedepends="python3"
-depends="gtk+3 python3-gobject python3-miniupnpc python3-mutagen"
+hostmakedepends="python3-setuptools gettext"
+depends="gtk+3 python3-gobject python3-miniupnpc python3-pytaglib"
 short_desc="Soulseek music-sharing client written in Python"
 maintainer="doggone <doggone@airmail.cc>"
 license="GPL-3.0-or-later"
 homepage="https://nicotine-plus.org"
 distfiles="https://github.com/Nicotine-Plus/nicotine-plus/archive/${version}.tar.gz"
-checksum=229acf6e287e1c3ae7d07b04b85230c3fa2edc0c17298583e2f13dd986bbda5a
+checksum=3ed18ade97183c632836eb8e304a515fc19a35babb46cc6e6747bcfd8205dcdf

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

* Re: nicotine+: update to 2.1.1
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
                   ` (7 preceding siblings ...)
  2020-10-13 13:05 ` st3r4g
@ 2020-10-13 13:17 ` st3r4g
  2020-10-13 15:36 ` [PR REVIEW] nicotine+: update to 2.1.2 ahesford
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: st3r4g @ 2020-10-13 13:17 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/25229#issuecomment-707731203

Comment:
Thanks, updated

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

* Re: [PR REVIEW] nicotine+: update to 2.1.2
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
                   ` (8 preceding siblings ...)
  2020-10-13 13:17 ` st3r4g
@ 2020-10-13 15:36 ` ahesford
  2020-10-13 16:40 ` st3r4g
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ahesford @ 2020-10-13 15:36 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25229#discussion_r504054584

Comment:
Drop `taglib`, it is automatically detected.

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

* Re: [PR REVIEW] nicotine+: update to 2.1.2
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
                   ` (9 preceding siblings ...)
  2020-10-13 15:36 ` [PR REVIEW] nicotine+: update to 2.1.2 ahesford
@ 2020-10-13 16:40 ` st3r4g
  2020-10-13 16:41 ` [PR PATCH] [Updated] " st3r4g
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: st3r4g @ 2020-10-13 16:40 UTC (permalink / raw)
  To: ml

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

New review comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/25229#discussion_r504103252

Comment:
Oh right, my bad

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

* Re: [PR PATCH] [Updated] nicotine+: update to 2.1.2
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
                   ` (10 preceding siblings ...)
  2020-10-13 16:40 ` st3r4g
@ 2020-10-13 16:41 ` st3r4g
  2020-10-13 16:43 ` [PR REVIEW] " st3r4g
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: st3r4g @ 2020-10-13 16:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/st3r4g/void-packages nicotine+-2.1.1
https://github.com/void-linux/void-packages/pull/25229

nicotine+: update to 2.1.2
Nicotine+ switched from `mutagen` to `pytaglib`. The latter is not in the repos yet.
I am not sure whether `GPL-3.0-only` or `GPL-3.0-or-later` is right for `pytaglib`

Tested on x86_64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nicotine+-2.1.1-25229.patch --]
[-- Type: text/x-diff, Size: 2988 bytes --]

From d921850c24f81fa78360707af1fcf2e7e4f6165f Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 1 Oct 2020 15:07:20 +0200
Subject: [PATCH 1/2] New package: python3-pytaglib-1.4.6

---
 srcpkgs/python3-pytaglib/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-pytaglib/template

diff --git a/srcpkgs/python3-pytaglib/template b/srcpkgs/python3-pytaglib/template
new file mode 100644
index 00000000000..df3556511be
--- /dev/null
+++ b/srcpkgs/python3-pytaglib/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-pytaglib'
+pkgname=python3-pytaglib
+version=1.4.6
+revision=1
+wrksrc="pytaglib-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel taglib-devel"
+depends="taglib"
+short_desc="Python bindings for the TagLib C++ library"
+maintainer="Stefano Ragni <st3r4g@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/supermihi/pytaglib"
+distfiles="https://github.com/supermihi/pytaglib/archive/v${version}.tar.gz"
+checksum=360b12d5b4c948cebf75acf86fac6b33a3f044eab6fcfe8949a1cd0f9c22bd25

From 85cea4dca7b51b377e53eccfdcda9c7387f28eb7 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 1 Oct 2020 15:07:58 +0200
Subject: [PATCH 2/2] nicotine+: update to 2.1.2

---
 srcpkgs/nicotine+/template        | 10 +++++-----
 srcpkgs/python3-pytaglib/template |  1 -
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 59d92e13ce2..b84d54f90e0 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,14 +1,14 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
-version=2.0.1
-revision=2
+version=2.1.2
+revision=1
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
-hostmakedepends="python3"
-depends="gtk+3 python3-gobject python3-miniupnpc python3-mutagen"
+hostmakedepends="python3-setuptools gettext"
+depends="gtk+3 python3-gobject python3-miniupnpc python3-pytaglib"
 short_desc="Soulseek music-sharing client written in Python"
 maintainer="doggone <doggone@airmail.cc>"
 license="GPL-3.0-or-later"
 homepage="https://nicotine-plus.org"
 distfiles="https://github.com/Nicotine-Plus/nicotine-plus/archive/${version}.tar.gz"
-checksum=229acf6e287e1c3ae7d07b04b85230c3fa2edc0c17298583e2f13dd986bbda5a
+checksum=3ed18ade97183c632836eb8e304a515fc19a35babb46cc6e6747bcfd8205dcdf
diff --git a/srcpkgs/python3-pytaglib/template b/srcpkgs/python3-pytaglib/template
index df3556511be..98121d054b9 100644
--- a/srcpkgs/python3-pytaglib/template
+++ b/srcpkgs/python3-pytaglib/template
@@ -6,7 +6,6 @@ wrksrc="pytaglib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel taglib-devel"
-depends="taglib"
 short_desc="Python bindings for the TagLib C++ library"
 maintainer="Stefano Ragni <st3r4g@protonmail.com>"
 license="GPL-3.0-or-later"

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

* Re: [PR REVIEW] nicotine+: update to 2.1.2
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
                   ` (11 preceding siblings ...)
  2020-10-13 16:41 ` [PR PATCH] [Updated] " st3r4g
@ 2020-10-13 16:43 ` st3r4g
  2020-10-13 16:48 ` [PR PATCH] [Updated] " st3r4g
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: st3r4g @ 2020-10-13 16:43 UTC (permalink / raw)
  To: ml

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

New review comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/25229#discussion_r504106350

Comment:
wait a sec I messed up

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

* Re: [PR PATCH] [Updated] nicotine+: update to 2.1.2
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
                   ` (12 preceding siblings ...)
  2020-10-13 16:43 ` [PR REVIEW] " st3r4g
@ 2020-10-13 16:48 ` st3r4g
  2020-10-13 16:48 ` [PR REVIEW] " st3r4g
  2020-10-14  3:31 ` [PR PATCH] [Closed]: " ahesford
  15 siblings, 0 replies; 17+ messages in thread
From: st3r4g @ 2020-10-13 16:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/st3r4g/void-packages nicotine+-2.1.1
https://github.com/void-linux/void-packages/pull/25229

nicotine+: update to 2.1.2
Nicotine+ switched from `mutagen` to `pytaglib`. The latter is not in the repos yet.
I am not sure whether `GPL-3.0-only` or `GPL-3.0-or-later` is right for `pytaglib`

Tested on x86_64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nicotine+-2.1.1-25229.patch --]
[-- Type: text/x-diff, Size: 2410 bytes --]

From 9ade4f585e9d4aec3c22acc7fc515d75c8ef333d Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 1 Oct 2020 15:07:20 +0200
Subject: [PATCH 1/2] New package: python3-pytaglib-1.4.6

---
 srcpkgs/python3-pytaglib/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-pytaglib/template

diff --git a/srcpkgs/python3-pytaglib/template b/srcpkgs/python3-pytaglib/template
new file mode 100644
index 00000000000..98121d054b9
--- /dev/null
+++ b/srcpkgs/python3-pytaglib/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-pytaglib'
+pkgname=python3-pytaglib
+version=1.4.6
+revision=1
+wrksrc="pytaglib-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel taglib-devel"
+short_desc="Python bindings for the TagLib C++ library"
+maintainer="Stefano Ragni <st3r4g@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/supermihi/pytaglib"
+distfiles="https://github.com/supermihi/pytaglib/archive/v${version}.tar.gz"
+checksum=360b12d5b4c948cebf75acf86fac6b33a3f044eab6fcfe8949a1cd0f9c22bd25

From ea13c43aaf976b1c2469c080dc779e1659d1be0c Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Thu, 1 Oct 2020 15:07:58 +0200
Subject: [PATCH 2/2] nicotine+: update to 2.1.2

---
 srcpkgs/nicotine+/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 59d92e13ce2..b84d54f90e0 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,14 +1,14 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
-version=2.0.1
-revision=2
+version=2.1.2
+revision=1
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
-hostmakedepends="python3"
-depends="gtk+3 python3-gobject python3-miniupnpc python3-mutagen"
+hostmakedepends="python3-setuptools gettext"
+depends="gtk+3 python3-gobject python3-miniupnpc python3-pytaglib"
 short_desc="Soulseek music-sharing client written in Python"
 maintainer="doggone <doggone@airmail.cc>"
 license="GPL-3.0-or-later"
 homepage="https://nicotine-plus.org"
 distfiles="https://github.com/Nicotine-Plus/nicotine-plus/archive/${version}.tar.gz"
-checksum=229acf6e287e1c3ae7d07b04b85230c3fa2edc0c17298583e2f13dd986bbda5a
+checksum=3ed18ade97183c632836eb8e304a515fc19a35babb46cc6e6747bcfd8205dcdf

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

* Re: [PR REVIEW] nicotine+: update to 2.1.2
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
                   ` (13 preceding siblings ...)
  2020-10-13 16:48 ` [PR PATCH] [Updated] " st3r4g
@ 2020-10-13 16:48 ` st3r4g
  2020-10-14  3:31 ` [PR PATCH] [Closed]: " ahesford
  15 siblings, 0 replies; 17+ messages in thread
From: st3r4g @ 2020-10-13 16:48 UTC (permalink / raw)
  To: ml

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

New review comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/25229#discussion_r504109255

Comment:
ok fixed

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

* Re: [PR PATCH] [Closed]: nicotine+: update to 2.1.2
  2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
                   ` (14 preceding siblings ...)
  2020-10-13 16:48 ` [PR REVIEW] " st3r4g
@ 2020-10-14  3:31 ` ahesford
  15 siblings, 0 replies; 17+ messages in thread
From: ahesford @ 2020-10-14  3:31 UTC (permalink / raw)
  To: ml

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

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

nicotine+: update to 2.1.2
https://github.com/void-linux/void-packages/pull/25229

Description:
Nicotine+ switched from `mutagen` to `pytaglib`. The latter is not in the repos yet.
I am not sure whether `GPL-3.0-only` or `GPL-3.0-or-later` is right for `pytaglib`

Tested on x86_64-musl

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

end of thread, other threads:[~2020-10-14  3:31 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 13:13 [PR PATCH] nicotine+: update to 2.1.1 st3r4g
2020-10-01 13:19 ` [PR PATCH] [Updated] " st3r4g
2020-10-02  0:51 ` sgn
2020-10-09 20:22 ` ericonr
2020-10-09 21:03 ` [PR PATCH] [Updated] " st3r4g
2020-10-09 21:04 ` st3r4g
2020-10-12 22:03 ` mathiascode
2020-10-13 12:55 ` [PR PATCH] [Updated] " st3r4g
2020-10-13 13:05 ` st3r4g
2020-10-13 13:17 ` st3r4g
2020-10-13 15:36 ` [PR REVIEW] nicotine+: update to 2.1.2 ahesford
2020-10-13 16:40 ` st3r4g
2020-10-13 16:41 ` [PR PATCH] [Updated] " st3r4g
2020-10-13 16:43 ` [PR REVIEW] " st3r4g
2020-10-13 16:48 ` [PR PATCH] [Updated] " st3r4g
2020-10-13 16:48 ` [PR REVIEW] " st3r4g
2020-10-14  3:31 ` [PR PATCH] [Closed]: " ahesford

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