* [PR PATCH] New package: youtube-tui-0.8.0
@ 2023-08-29 15:46 Eloitor
2023-08-29 15:52 ` [PR PATCH] [Updated] " Eloitor
` (14 more replies)
0 siblings, 15 replies; 16+ messages in thread
From: Eloitor @ 2023-08-29 15:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 684 bytes --]
There is a new pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages youtube-tui
https://github.com/void-linux/void-packages/pull/45815
New package: youtube-tui-0.8.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
Closes #45810
A patch file from https://github.com/void-linux/void-packages/pull/45815.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-youtube-tui-45815.patch --]
[-- Type: text/x-diff, Size: 1162 bytes --]
From 4125c6737aca3046f1a1dc7a6e6b23108af60a0f Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 29 Aug 2023 17:31:54 +0200
Subject: [PATCH] New package: youtube-tui-0.8.0
---
srcpkgs/youtube-tui/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/youtube-tui/template
diff --git a/srcpkgs/youtube-tui/template b/srcpkgs/youtube-tui/template
new file mode 100644
index 0000000000000..e3978230081a8
--- /dev/null
+++ b/srcpkgs/youtube-tui/template
@@ -0,0 +1,14 @@
+# Template file for 'youtube-tui'
+pkgname=youtube-tui
+version=0.8.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libxcb-devel mpv-devel openssl-devel python3"
+short_desc="lightweight and user friendly TUI for browsing YouTube"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://siriusmart.github.io/youtube-tui"
+changelog="https://siriusmart.github.io/youtube-tui/changelogs.html"
+distfiles="https://github.com/Siriusmart/youtube-tui/archive/refs/tags/v${version}.tar.gz"
+checksum=3bc007ffffdf856c8c5e94e1e4133c6d02768638ade82f60ba6aaae80da9c288
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: youtube-tui-0.8.0
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
@ 2023-08-29 15:52 ` Eloitor
2023-08-29 16:42 ` Eloitor
` (13 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Eloitor @ 2023-08-29 15:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 689 bytes --]
There is an updated pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages youtube-tui
https://github.com/void-linux/void-packages/pull/45815
New package: youtube-tui-0.8.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
Closes #45810
A patch file from https://github.com/void-linux/void-packages/pull/45815.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-youtube-tui-45815.patch --]
[-- Type: text/x-diff, Size: 1162 bytes --]
From a941617478b3d670d1dcc77f74d42ef6c8b15acb Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 29 Aug 2023 17:31:54 +0200
Subject: [PATCH] New package: youtube-tui-0.8.0
---
srcpkgs/youtube-tui/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/youtube-tui/template
diff --git a/srcpkgs/youtube-tui/template b/srcpkgs/youtube-tui/template
new file mode 100644
index 0000000000000..fc89b76745a6b
--- /dev/null
+++ b/srcpkgs/youtube-tui/template
@@ -0,0 +1,14 @@
+# Template file for 'youtube-tui'
+pkgname=youtube-tui
+version=0.8.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libxcb-devel mpv-devel openssl-devel python3"
+short_desc="Lightweight and user friendly TUI for browsing YouTube"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://siriusmart.github.io/youtube-tui"
+changelog="https://siriusmart.github.io/youtube-tui/changelogs.html"
+distfiles="https://github.com/Siriusmart/youtube-tui/archive/refs/tags/v${version}.tar.gz"
+checksum=3bc007ffffdf856c8c5e94e1e4133c6d02768638ade82f60ba6aaae80da9c288
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: youtube-tui-0.8.0
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
2023-08-29 15:52 ` [PR PATCH] [Updated] " Eloitor
@ 2023-08-29 16:42 ` Eloitor
2023-11-28 1:47 ` github-actions
` (12 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Eloitor @ 2023-08-29 16:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 165 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/pull/45815#issuecomment-1697800396
Comment:
tests worked locally...
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: youtube-tui-0.8.0
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
2023-08-29 15:52 ` [PR PATCH] [Updated] " Eloitor
2023-08-29 16:42 ` Eloitor
@ 2023-11-28 1:47 ` github-actions
2023-11-28 8:58 ` [PR PATCH] [Updated] " Eloitor
` (11 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2023-11-28 1:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/45815#issuecomment-1828930138
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: youtube-tui-0.8.0
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
` (2 preceding siblings ...)
2023-11-28 1:47 ` github-actions
@ 2023-11-28 8:58 ` Eloitor
2023-11-28 9:19 ` Eloitor
` (10 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Eloitor @ 2023-11-28 8:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 689 bytes --]
There is an updated pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages youtube-tui
https://github.com/void-linux/void-packages/pull/45815
New package: youtube-tui-0.8.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
Closes #45810
A patch file from https://github.com/void-linux/void-packages/pull/45815.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-youtube-tui-45815.patch --]
[-- Type: text/x-diff, Size: 1162 bytes --]
From 7fb274b136f1bdfd28ec0bb1ec6fc4ae78ec57bd Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 29 Aug 2023 17:31:54 +0200
Subject: [PATCH] New package: youtube-tui-0.8.0
---
srcpkgs/youtube-tui/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/youtube-tui/template
diff --git a/srcpkgs/youtube-tui/template b/srcpkgs/youtube-tui/template
new file mode 100644
index 0000000000000..fc89b76745a6b
--- /dev/null
+++ b/srcpkgs/youtube-tui/template
@@ -0,0 +1,14 @@
+# Template file for 'youtube-tui'
+pkgname=youtube-tui
+version=0.8.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libxcb-devel mpv-devel openssl-devel python3"
+short_desc="Lightweight and user friendly TUI for browsing YouTube"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://siriusmart.github.io/youtube-tui"
+changelog="https://siriusmart.github.io/youtube-tui/changelogs.html"
+distfiles="https://github.com/Siriusmart/youtube-tui/archive/refs/tags/v${version}.tar.gz"
+checksum=3bc007ffffdf856c8c5e94e1e4133c6d02768638ade82f60ba6aaae80da9c288
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: youtube-tui-0.8.0
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
` (3 preceding siblings ...)
2023-11-28 8:58 ` [PR PATCH] [Updated] " Eloitor
@ 2023-11-28 9:19 ` Eloitor
2023-12-30 20:14 ` Eloitor
` (9 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Eloitor @ 2023-11-28 9:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 689 bytes --]
There is an updated pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages youtube-tui
https://github.com/void-linux/void-packages/pull/45815
New package: youtube-tui-0.8.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
Closes #45810
A patch file from https://github.com/void-linux/void-packages/pull/45815.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-youtube-tui-45815.patch --]
[-- Type: text/x-diff, Size: 1177 bytes --]
From 3f6080ea54ce0041c40dd5ad0a7a15f12f5ea8f5 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 29 Aug 2023 17:31:54 +0200
Subject: [PATCH] New package: youtube-tui-0.8.0
---
srcpkgs/youtube-tui/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/youtube-tui/template
diff --git a/srcpkgs/youtube-tui/template b/srcpkgs/youtube-tui/template
new file mode 100644
index 0000000000000..04c5aed94e233
--- /dev/null
+++ b/srcpkgs/youtube-tui/template
@@ -0,0 +1,14 @@
+# Template file for 'youtube-tui'
+pkgname=youtube-tui
+version=0.8.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config python3"
+makedepends="libsixel-devel libxcb-devel mpv-devel openssl-devel"
+short_desc="Lightweight and user friendly TUI for browsing YouTube"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://siriusmart.github.io/youtube-tui"
+changelog="https://siriusmart.github.io/youtube-tui/changelogs.html"
+distfiles="https://github.com/Siriusmart/youtube-tui/archive/refs/tags/v${version}.tar.gz"
+checksum=3bc007ffffdf856c8c5e94e1e4133c6d02768638ade82f60ba6aaae80da9c288
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: youtube-tui-0.8.0
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
` (4 preceding siblings ...)
2023-11-28 9:19 ` Eloitor
@ 2023-12-30 20:14 ` Eloitor
2024-02-15 19:16 ` AnInternetTroll
` (8 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Eloitor @ 2023-12-30 20:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 689 bytes --]
There is an updated pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages youtube-tui
https://github.com/void-linux/void-packages/pull/45815
New package: youtube-tui-0.8.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
Closes #45810
A patch file from https://github.com/void-linux/void-packages/pull/45815.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-youtube-tui-45815.patch --]
[-- Type: text/x-diff, Size: 1164 bytes --]
From fb1b7791d396e91bc41369434afeabca83fe1e54 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 29 Aug 2023 17:31:54 +0200
Subject: [PATCH] New package: youtube-tui-0.8.0
---
srcpkgs/youtube-tui/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/youtube-tui/template
diff --git a/srcpkgs/youtube-tui/template b/srcpkgs/youtube-tui/template
new file mode 100644
index 00000000000000..fc89b76745a6b1
--- /dev/null
+++ b/srcpkgs/youtube-tui/template
@@ -0,0 +1,14 @@
+# Template file for 'youtube-tui'
+pkgname=youtube-tui
+version=0.8.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libxcb-devel mpv-devel openssl-devel python3"
+short_desc="Lightweight and user friendly TUI for browsing YouTube"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://siriusmart.github.io/youtube-tui"
+changelog="https://siriusmart.github.io/youtube-tui/changelogs.html"
+distfiles="https://github.com/Siriusmart/youtube-tui/archive/refs/tags/v${version}.tar.gz"
+checksum=3bc007ffffdf856c8c5e94e1e4133c6d02768638ade82f60ba6aaae80da9c288
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: youtube-tui-0.8.0
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
` (5 preceding siblings ...)
2023-12-30 20:14 ` Eloitor
@ 2024-02-15 19:16 ` AnInternetTroll
2024-02-15 22:32 ` [PR PATCH] [Updated] " Eloitor
` (7 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: AnInternetTroll @ 2024-02-15 19:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
New comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/45815#issuecomment-1947032210
Comment:
Tested on x86_64-glibc and works as expected!
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: youtube-tui-0.8.0
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
` (6 preceding siblings ...)
2024-02-15 19:16 ` AnInternetTroll
@ 2024-02-15 22:32 ` Eloitor
2024-02-15 22:56 ` Eloitor
` (6 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Eloitor @ 2024-02-15 22:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 689 bytes --]
There is an updated pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages youtube-tui
https://github.com/void-linux/void-packages/pull/45815
New package: youtube-tui-0.8.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
Closes #45810
A patch file from https://github.com/void-linux/void-packages/pull/45815.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-youtube-tui-45815.patch --]
[-- Type: text/x-diff, Size: 1185 bytes --]
From a711b5f8f5a55504c64e64982c013a35e87bfa90 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 29 Aug 2023 17:31:54 +0200
Subject: [PATCH] New package: youtube-tui-0.8.0
---
srcpkgs/youtube-tui/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/youtube-tui/template
diff --git a/srcpkgs/youtube-tui/template b/srcpkgs/youtube-tui/template
new file mode 100644
index 0000000000000..7d255167cf474
--- /dev/null
+++ b/srcpkgs/youtube-tui/template
@@ -0,0 +1,14 @@
+# Template file for 'youtube-tui'
+pkgname=youtube-tui
+version=0.8.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config python3"
+makedepends="libxcb-devel mpv-devel openssl-devel python3 libsixel-devel"
+short_desc="Lightweight and user friendly TUI for browsing YouTube"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://siriusmart.github.io/youtube-tui"
+changelog="https://siriusmart.github.io/youtube-tui/changelogs.html"
+distfiles="https://github.com/Siriusmart/youtube-tui/archive/refs/tags/v${version}.tar.gz"
+checksum=3bc007ffffdf856c8c5e94e1e4133c6d02768638ade82f60ba6aaae80da9c288
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: youtube-tui-0.8.0
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
` (7 preceding siblings ...)
2024-02-15 22:32 ` [PR PATCH] [Updated] " Eloitor
@ 2024-02-15 22:56 ` Eloitor
2024-05-06 13:55 ` [PR PATCH] [Updated] " Eloitor
` (5 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Eloitor @ 2024-02-15 22:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 165 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/pull/45815#issuecomment-1947474030
Comment:
now all checks pass! :D
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: youtube-tui-0.8.0
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
` (8 preceding siblings ...)
2024-02-15 22:56 ` Eloitor
@ 2024-05-06 13:55 ` Eloitor
2024-08-05 1:52 ` github-actions
` (4 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Eloitor @ 2024-05-06 13:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 689 bytes --]
There is an updated pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages youtube-tui
https://github.com/void-linux/void-packages/pull/45815
New package: youtube-tui-0.8.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
Closes #45810
A patch file from https://github.com/void-linux/void-packages/pull/45815.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-youtube-tui-45815.patch --]
[-- Type: text/x-diff, Size: 1187 bytes --]
From 652f62f6fb88c1c76922ff181df483d697dd39d2 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 29 Aug 2023 17:31:54 +0200
Subject: [PATCH] New package: youtube-tui-0.8.0
---
srcpkgs/youtube-tui/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/youtube-tui/template
diff --git a/srcpkgs/youtube-tui/template b/srcpkgs/youtube-tui/template
new file mode 100644
index 00000000000000..7d255167cf474b
--- /dev/null
+++ b/srcpkgs/youtube-tui/template
@@ -0,0 +1,14 @@
+# Template file for 'youtube-tui'
+pkgname=youtube-tui
+version=0.8.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config python3"
+makedepends="libxcb-devel mpv-devel openssl-devel python3 libsixel-devel"
+short_desc="Lightweight and user friendly TUI for browsing YouTube"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://siriusmart.github.io/youtube-tui"
+changelog="https://siriusmart.github.io/youtube-tui/changelogs.html"
+distfiles="https://github.com/Siriusmart/youtube-tui/archive/refs/tags/v${version}.tar.gz"
+checksum=3bc007ffffdf856c8c5e94e1e4133c6d02768638ade82f60ba6aaae80da9c288
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: youtube-tui-0.8.0
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
` (9 preceding siblings ...)
2024-05-06 13:55 ` [PR PATCH] [Updated] " Eloitor
@ 2024-08-05 1:52 ` github-actions
2024-08-06 7:30 ` [PR PATCH] [Updated] " Eloitor
` (3 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2024-08-05 1:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/45815#issuecomment-2268025956
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Updated] New package: youtube-tui-0.8.0
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
` (10 preceding siblings ...)
2024-08-05 1:52 ` github-actions
@ 2024-08-06 7:30 ` Eloitor
2024-09-30 22:17 ` xeroxslayer
` (2 subsequent siblings)
14 siblings, 0 replies; 16+ messages in thread
From: Eloitor @ 2024-08-06 7:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 689 bytes --]
There is an updated pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages youtube-tui
https://github.com/void-linux/void-packages/pull/45815
New package: youtube-tui-0.8.0
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
Closes #45810
A patch file from https://github.com/void-linux/void-packages/pull/45815.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-youtube-tui-45815.patch --]
[-- Type: text/x-diff, Size: 1187 bytes --]
From c758088d9b3149ba4565799efb0da2185fea895f Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Tue, 29 Aug 2023 17:31:54 +0200
Subject: [PATCH] New package: youtube-tui-0.8.0
---
srcpkgs/youtube-tui/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/youtube-tui/template
diff --git a/srcpkgs/youtube-tui/template b/srcpkgs/youtube-tui/template
new file mode 100644
index 00000000000000..7d255167cf474b
--- /dev/null
+++ b/srcpkgs/youtube-tui/template
@@ -0,0 +1,14 @@
+# Template file for 'youtube-tui'
+pkgname=youtube-tui
+version=0.8.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config python3"
+makedepends="libxcb-devel mpv-devel openssl-devel python3 libsixel-devel"
+short_desc="Lightweight and user friendly TUI for browsing YouTube"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://siriusmart.github.io/youtube-tui"
+changelog="https://siriusmart.github.io/youtube-tui/changelogs.html"
+distfiles="https://github.com/Siriusmart/youtube-tui/archive/refs/tags/v${version}.tar.gz"
+checksum=3bc007ffffdf856c8c5e94e1e4133c6d02768638ade82f60ba6aaae80da9c288
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: youtube-tui-0.8.0
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
` (11 preceding siblings ...)
2024-08-06 7:30 ` [PR PATCH] [Updated] " Eloitor
@ 2024-09-30 22:17 ` xeroxslayer
2024-12-30 2:00 ` github-actions
2025-01-13 2:02 ` [PR PATCH] [Closed]: " github-actions
14 siblings, 0 replies; 16+ messages in thread
From: xeroxslayer @ 2024-09-30 22:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 873 bytes --]
New comment by xeroxslayer on void-packages repository
https://github.com/void-linux/void-packages/pull/45815#issuecomment-2384278302
Comment:
I tested this application, it builds successfully on 5 archers and 2 libcs on each of them.
- x86_64-musl (native)
- x86_64 (native)
- i686-musl (native)
- i686
- aarch64-musl (through x86_64-musl)
- aarch64 (through x86_64)
- armv7l-musl (through i686-musl)
- armv7l (through i686)
- armv6l-musl (through i686-musl)
- armv6l (through i686)
I also tested the appication in x86_64-musl and i686, seems to work fine, searches work. When you try to play the video though, it returns either `API error: Sign in to confim you're not a bot` or `API error: Sign in to confirm your age`, which I believe is some setting, but I have no idea how to force it to use, let's say `yt-dlp` so one could bypass using the YT API.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: New package: youtube-tui-0.8.0
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
` (12 preceding siblings ...)
2024-09-30 22:17 ` xeroxslayer
@ 2024-12-30 2:00 ` github-actions
2025-01-13 2:02 ` [PR PATCH] [Closed]: " github-actions
14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2024-12-30 2:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/45815#issuecomment-2564949842
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PR PATCH] [Closed]: New package: youtube-tui-0.8.0
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
` (13 preceding siblings ...)
2024-12-30 2:00 ` github-actions
@ 2025-01-13 2:02 ` github-actions
14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2025-01-13 2:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 529 bytes --]
There's a closed pull request on the void-packages repository
New package: youtube-tui-0.8.0
https://github.com/void-linux/void-packages/pull/45815
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
Closes #45810
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2025-01-13 2:02 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-29 15:46 [PR PATCH] New package: youtube-tui-0.8.0 Eloitor
2023-08-29 15:52 ` [PR PATCH] [Updated] " Eloitor
2023-08-29 16:42 ` Eloitor
2023-11-28 1:47 ` github-actions
2023-11-28 8:58 ` [PR PATCH] [Updated] " Eloitor
2023-11-28 9:19 ` Eloitor
2023-12-30 20:14 ` Eloitor
2024-02-15 19:16 ` AnInternetTroll
2024-02-15 22:32 ` [PR PATCH] [Updated] " Eloitor
2024-02-15 22:56 ` Eloitor
2024-05-06 13:55 ` [PR PATCH] [Updated] " Eloitor
2024-08-05 1:52 ` github-actions
2024-08-06 7:30 ` [PR PATCH] [Updated] " Eloitor
2024-09-30 22:17 ` xeroxslayer
2024-12-30 2:00 ` github-actions
2025-01-13 2:02 ` [PR PATCH] [Closed]: " github-actions
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).