Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mpdevil: remove package
@ 2024-10-16 17:55 voidisnull
  2024-10-16 18:59 ` voidisnull
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: voidisnull @ 2024-10-16 17:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/voidisnull/void-packages mpdevil
https://github.com/void-linux/void-packages/pull/52656

mpdevil: remove package
This package's upstream has been shifted to [plattenalbum](https://github.com/SoongNoonien/plattenalbum)

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

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

From a40e3be6b0a78cf882deb18103f81a04a96ee2af Mon Sep 17 00:00:00 2001
From: Saksham Verma <voidisnull@duck.com>
Date: Wed, 16 Oct 2024 23:17:56 +0530
Subject: [PATCH] mpdevil: remove package

---
 srcpkgs/mpdevil/template | 13 -------------
 1 file changed, 13 deletions(-)
 delete mode 100644 srcpkgs/mpdevil/template

diff --git a/srcpkgs/mpdevil/template b/srcpkgs/mpdevil/template
deleted file mode 100644
index afc46e25524d03..00000000000000
--- a/srcpkgs/mpdevil/template
+++ /dev/null
@@ -1,13 +0,0 @@
-# Template file for 'mpdevil'
-pkgname=mpdevil
-version=2.1.1
-revision=1
-build_style=meson
-hostmakedepends="gettext pkg-config glib-devel gtk-update-icon-cache desktop-file-utils"
-depends="python3-mpd2 python3-gobject gtk+3"
-short_desc="Simple music browser for MPD"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/SoongNoonien/mpdevil/"
-distfiles="https://github.com/SoongNoonien/mpdevil/archive/refs/tags/v$version.tar.gz"
-checksum=e51678a7eb7a06a2a2858f3e1e2743ad8b535dc1d97d8b58351096bb807fec9c

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

* Re: mpdevil: remove package
  2024-10-16 17:55 [PR PATCH] mpdevil: remove package voidisnull
@ 2024-10-16 18:59 ` voidisnull
  2024-10-16 19:04 ` voidisnull
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidisnull @ 2024-10-16 18:59 UTC (permalink / raw)
  To: ml

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

New comment by voidisnull on void-packages repository

https://github.com/void-linux/void-packages/pull/52656#issuecomment-2417682004

Comment:
Sure

But can you help me with it, I have created the template for plattenalbum as

```
# Template file for 'plattenalbum'
pkgname=plattenalbum
version=2.2.1
revision=1
build_style=meson
hostmakedepends="gettext pkg-config glib-devel gtk4-update-icon-cache desktop-file-utils"
makedepends="gtk4-devel libadwaita-devel python3-devel"
depends="python3-mpd2 python3-gobject"
short_desc="Simple music browser for MPD"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/SoongNoonien/plattenalbum/"
distfiles="https://github.com/SoongNoonien/plattenalbum/archive/refs/tags/v$version.tar.gz"
checksum=38495a0989f3a5b8049e2ec0a17bfb94ea60ab892ec001ac2f12a9e9a6c4f80b
```
<br/>
<br/>

With this template I'm getting an errors 
When I build this for x86_64, I get this error which I have no idea about
```
=> ERROR: plattenalbum-2.2.1_1: failed to install target dependencies! (error 8)
soundtouch-2.3.2_1: broken, unresolvable shlib `libmvec.so.1'
Transaction aborted due to unresolved shlibs.
=> ERROR: Please see above for the real error, exiting...
```
I have tried to add soundtouch-devel but it doesn't makes any difference

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

* Re: mpdevil: remove package
  2024-10-16 17:55 [PR PATCH] mpdevil: remove package voidisnull
  2024-10-16 18:59 ` voidisnull
@ 2024-10-16 19:04 ` voidisnull
  2024-10-16 19:20 ` voidisnull
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidisnull @ 2024-10-16 19:04 UTC (permalink / raw)
  To: ml

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

New comment by voidisnull on void-packages repository

https://github.com/void-linux/void-packages/pull/52656#issuecomment-2417682004

Comment:
Sure

But can you help me with it, I have created the template for plattenalbum as

```
# Template file for 'plattenalbum'
pkgname=plattenalbum
version=2.2.1
revision=1
build_style=meson
hostmakedepends="gettext pkg-config glib-devel gtk4-update-icon-cache desktop-file-utils"
makedepends="gtk4-devel libadwaita-devel python3-devel"
depends="python3-mpd2 python3-gobject gtk4 libadwaita"
short_desc="Simple music browser for MPD"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/SoongNoonien/plattenalbum/"
distfiles="https://github.com/SoongNoonien/plattenalbum/archive/refs/tags/v$version.tar.gz"
checksum=38495a0989f3a5b8049e2ec0a17bfb94ea60ab892ec001ac2f12a9e9a6c4f80b
```
<br/>
<br/>

With this template I'm getting an errors 
When I build this for x86_64, I get this error which I have no idea about
```
=> ERROR: plattenalbum-2.2.1_1: failed to install target dependencies! (error 8)
soundtouch-2.3.2_1: broken, unresolvable shlib `libmvec.so.1'
Transaction aborted due to unresolved shlibs.
=> ERROR: Please see above for the real error, exiting...
```
I have tried to add soundtouch-devel but it doesn't makes any difference

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

* Re: mpdevil: remove package
  2024-10-16 17:55 [PR PATCH] mpdevil: remove package voidisnull
  2024-10-16 18:59 ` voidisnull
  2024-10-16 19:04 ` voidisnull
@ 2024-10-16 19:20 ` voidisnull
  2024-10-16 20:02 ` chrysos349
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidisnull @ 2024-10-16 19:20 UTC (permalink / raw)
  To: ml

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

New comment by voidisnull on void-packages repository

https://github.com/void-linux/void-packages/pull/52656#issuecomment-2417682004

Comment:
Sure

But can you help me with it, I have created the template for plattenalbum as

```
# Template file for 'plattenalbum'
pkgname=plattenalbum
version=2.2.1
revision=1
build_style=meson
hostmakedepends="gettext pkg-config glib-devel gtk4-update-icon-cache desktop-file-utils"
makedepends="gtk4-devel libadwaita-devel python3-devel"
depends="python3-mpd2 python3-gobject gtk4 libadwaita"
short_desc="Simple music browser for MPD"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/SoongNoonien/plattenalbum/"
distfiles="https://github.com/SoongNoonien/plattenalbum/archive/refs/tags/v$version.tar.gz"
checksum=38495a0989f3a5b8049e2ec0a17bfb94ea60ab892ec001ac2f12a9e9a6c4f80b
```
<br/>
<br/>

With this template I'm getting an errors 
When I build this for x86_64, I get this error which I have no idea about
```
=> ERROR: plattenalbum-2.2.1_1: failed to install target dependencies! (error 8)
soundtouch-2.3.2_1: broken, unresolvable shlib `libmvec.so.1'
Transaction aborted due to unresolved shlibs.
=> ERROR: Please see above for the real error, exiting...
```
I have tried to add soundtouch-devel but it doesn't makes any difference

<br/>
<br/>
@classabbyamp shall I also change this PR to draft??

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

* Re: mpdevil: remove package
  2024-10-16 17:55 [PR PATCH] mpdevil: remove package voidisnull
                   ` (2 preceding siblings ...)
  2024-10-16 19:20 ` voidisnull
@ 2024-10-16 20:02 ` chrysos349
  2024-10-16 20:39 ` voidisnull
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chrysos349 @ 2024-10-16 20:02 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/52656#issuecomment-2417833978

Comment:
> have created the template for plattenalbum

 - remove `python3-devel` from `makedepends`
 - add `changelog="https://github.com/SoongNoonien/plattenalbum/releases"`
 -  add `mpd` to depends
 - add transitional pkg
 ```sh
mpdevil_package() {
	build_style=meta
	short_desc+=" - transitional dummy package"
	depends="${sourcepkg}>=${version}_${revision}"
}
```

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

* Re: mpdevil: remove package
  2024-10-16 17:55 [PR PATCH] mpdevil: remove package voidisnull
                   ` (3 preceding siblings ...)
  2024-10-16 20:02 ` chrysos349
@ 2024-10-16 20:39 ` voidisnull
  2024-10-16 20:54 ` chrysos349
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidisnull @ 2024-10-16 20:39 UTC (permalink / raw)
  To: ml

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

New comment by voidisnull on void-packages repository

https://github.com/void-linux/void-packages/pull/52656#issuecomment-2417909305

Comment:
@chrysos349 
I'm so sorry for troubling you but I'm pretty new to all this stuff

I have made the changes i.e. remove `python3-devel` added changelog and `mpd` to depends
but it still gives the same error when building for x86_64

Also could you please explain me where I need to add transitional pkg in `mpdevil/template` or `plattenalbum/template`

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

* Re: mpdevil: remove package
  2024-10-16 17:55 [PR PATCH] mpdevil: remove package voidisnull
                   ` (4 preceding siblings ...)
  2024-10-16 20:39 ` voidisnull
@ 2024-10-16 20:54 ` chrysos349
  2024-10-16 21:10 ` [PR PATCH] [Updated] " voidisnull
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: chrysos349 @ 2024-10-16 20:54 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/52656#issuecomment-2417944039

Comment:
> I'm pretty new to all this stuff

look at other templates in `srcpkgs` dir. study the [guide](https://xbps-src-tutorials.github.io/). that's how you will learn.

>  but it still gives the same error when building for x86_64

it works on my machine. check your void installation. google the issue.

> could you please explain me where I need to add transitional pkg in mpdevil/template or plattenalbum/template
```sh
cd srcpkgs
rm -r mpdevil
ln -s plattenalbum mpdevil
```
then add that section to the end of `plattenalbum/template`

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

* Re: [PR PATCH] [Updated] mpdevil: remove package
  2024-10-16 17:55 [PR PATCH] mpdevil: remove package voidisnull
                   ` (5 preceding siblings ...)
  2024-10-16 20:54 ` chrysos349
@ 2024-10-16 21:10 ` voidisnull
  2024-10-16 21:16 ` mpdevil: rename to plattenalbum, update to 2.2.1 voidisnull
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: voidisnull @ 2024-10-16 21:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/voidisnull/void-packages mpdevil
https://github.com/void-linux/void-packages/pull/52656

mpdevil: remove package
This package's upstream has been shifted to [plattenalbum](https://github.com/SoongNoonien/plattenalbum)

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

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

From 0bda622fdb34b7d5e6c233383248fbef39803472 Mon Sep 17 00:00:00 2001
From: Saksham Verma <voidisnull@duck.com>
Date: Wed, 16 Oct 2024 23:17:56 +0530
Subject: [PATCH] mpdevil: rename to plattenalbum, update to 2.2.1

---
 srcpkgs/mpdevil               |  1 +
 srcpkgs/mpdevil/template      | 13 -------------
 srcpkgs/plattenalbum/template | 21 +++++++++++++++++++++
 3 files changed, 22 insertions(+), 13 deletions(-)
 create mode 120000 srcpkgs/mpdevil
 delete mode 100644 srcpkgs/mpdevil/template
 create mode 100644 srcpkgs/plattenalbum/template

diff --git a/srcpkgs/mpdevil b/srcpkgs/mpdevil
new file mode 120000
index 00000000000000..f0c6791477311f
--- /dev/null
+++ b/srcpkgs/mpdevil
@@ -0,0 +1 @@
+plattenalbum
\ No newline at end of file
diff --git a/srcpkgs/mpdevil/template b/srcpkgs/mpdevil/template
deleted file mode 100644
index afc46e25524d03..00000000000000
--- a/srcpkgs/mpdevil/template
+++ /dev/null
@@ -1,13 +0,0 @@
-# Template file for 'mpdevil'
-pkgname=mpdevil
-version=2.1.1
-revision=1
-build_style=meson
-hostmakedepends="gettext pkg-config glib-devel gtk-update-icon-cache desktop-file-utils"
-depends="python3-mpd2 python3-gobject gtk+3"
-short_desc="Simple music browser for MPD"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://github.com/SoongNoonien/mpdevil/"
-distfiles="https://github.com/SoongNoonien/mpdevil/archive/refs/tags/v$version.tar.gz"
-checksum=e51678a7eb7a06a2a2858f3e1e2743ad8b535dc1d97d8b58351096bb807fec9c
diff --git a/srcpkgs/plattenalbum/template b/srcpkgs/plattenalbum/template
new file mode 100644
index 00000000000000..c76f470657d3e1
--- /dev/null
+++ b/srcpkgs/plattenalbum/template
@@ -0,0 +1,21 @@
+# Template file for 'plattenalbum'
+pkgname=plattenalbum
+version=2.2.1
+revision=1
+build_style=meson
+hostmakedepends="gettext pkg-config glib-devel gtk4-update-icon-cache desktop-file-utils"
+makedepends="gtk4-devel libadwaita-devel"
+depends="python3-mpd2 python3-gobject gtk4 libadwaita mpd"
+short_desc="Simple music browser for MPD"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/SoongNoonien/plattenalbum/"
+changelog="https://github.com/SoongNoonien/plattenalbum/releases"
+distfiles="https://github.com/SoongNoonien/plattenalbum/archive/refs/tags/v$version.tar.gz"
+checksum=38495a0989f3a5b8049e2ec0a17bfb94ea60ab892ec001ac2f12a9e9a6c4f80b
+
+mpdevil_package() {
+	build_style=meta
+	short_desc+=" - transitional dummy package"
+	depends="${sourcepkg}>=${version}_${revision}"
+}

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

* Re: mpdevil: rename to plattenalbum, update to 2.2.1
  2024-10-16 17:55 [PR PATCH] mpdevil: remove package voidisnull
                   ` (6 preceding siblings ...)
  2024-10-16 21:10 ` [PR PATCH] [Updated] " voidisnull
@ 2024-10-16 21:16 ` voidisnull
  2024-10-16 21:16 ` voidisnull
  2024-11-01  1:40 ` [PR PATCH] [Merged]: " classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: voidisnull @ 2024-10-16 21:16 UTC (permalink / raw)
  To: ml

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

New comment by voidisnull on void-packages repository

https://github.com/void-linux/void-packages/pull/52656#issuecomment-2417980486

Comment:
@chrysos349 
<br/>
Thank you so much
I really appreciate your inputs

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

* Re: mpdevil: rename to plattenalbum, update to 2.2.1
  2024-10-16 17:55 [PR PATCH] mpdevil: remove package voidisnull
                   ` (7 preceding siblings ...)
  2024-10-16 21:16 ` mpdevil: rename to plattenalbum, update to 2.2.1 voidisnull
@ 2024-10-16 21:16 ` voidisnull
  2024-11-01  1:40 ` [PR PATCH] [Merged]: " classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: voidisnull @ 2024-10-16 21:16 UTC (permalink / raw)
  To: ml

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

New comment by voidisnull on void-packages repository

https://github.com/void-linux/void-packages/pull/52656#issuecomment-2417980486

Comment:
@chrysos349 
<br/>
Thank you so much
I really appreciate your valuable inputs

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

* Re: [PR PATCH] [Merged]: mpdevil: rename to plattenalbum, update to 2.2.1
  2024-10-16 17:55 [PR PATCH] mpdevil: remove package voidisnull
                   ` (8 preceding siblings ...)
  2024-10-16 21:16 ` voidisnull
@ 2024-11-01  1:40 ` classabbyamp
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2024-11-01  1:40 UTC (permalink / raw)
  To: ml

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

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

mpdevil: rename to plattenalbum, update to 2.2.1
https://github.com/void-linux/void-packages/pull/52656

Description:
This package's upstream has been shifted to [plattenalbum](https://github.com/SoongNoonien/plattenalbum)

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

end of thread, other threads:[~2024-11-01  1:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-16 17:55 [PR PATCH] mpdevil: remove package voidisnull
2024-10-16 18:59 ` voidisnull
2024-10-16 19:04 ` voidisnull
2024-10-16 19:20 ` voidisnull
2024-10-16 20:02 ` chrysos349
2024-10-16 20:39 ` voidisnull
2024-10-16 20:54 ` chrysos349
2024-10-16 21:10 ` [PR PATCH] [Updated] " voidisnull
2024-10-16 21:16 ` mpdevil: rename to plattenalbum, update to 2.2.1 voidisnull
2024-10-16 21:16 ` voidisnull
2024-11-01  1:40 ` [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).