Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: media-downloader-2.8.0
@ 2023-02-05 18:45 someone13574
  2023-02-05 18:46 ` [PR PATCH] [Updated] " someone13574
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: someone13574 @ 2023-02-05 18:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages media-downloader
https://github.com/void-linux/void-packages/pull/42095

New package: media-downloader-2.8.0
<!-- 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 [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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-*
  - aarch64-*
  - armv7l-*
  - armv6l-*

Closes #42094

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

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

From 04391d3547e6439c794393d314c24f41dcafd0a1 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Sun, 5 Feb 2023 13:42:32 -0500
Subject: [PATCH] New package: media-downloader-2.8.0

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

diff --git a/srcpkgs/media-downloader/template b/srcpkgs/media-downloader/template
new file mode 100644
index 000000000000..e916bfdc727d
--- /dev/null
+++ b/srcpkgs/media-downloader/template
@@ -0,0 +1,15 @@
+# Template file for 'media-downloader'
+pkgname=media-downloader
+version=2.8.0
+revision=1
+build_style=cmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-devel"
+depends=""
+short_desc="Qt/C++ frontend to youtube-dl"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/mhogomchungu/media-downloader"
+changelog="${homepage}/blob/main/changelog"
+distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
+checksum=54cf01219ca2581dde7be4dee2d3e32936794b1a96f7a19b980f419836f90fa6

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

* Re: [PR PATCH] [Updated] New package: media-downloader-2.8.0
  2023-02-05 18:45 [PR PATCH] New package: media-downloader-2.8.0 someone13574
@ 2023-02-05 18:46 ` someone13574
  2023-02-07  2:35 ` hervyqa
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: someone13574 @ 2023-02-05 18:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages media-downloader
https://github.com/void-linux/void-packages/pull/42095

New package: media-downloader-2.8.0
<!-- 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 [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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-*
  - aarch64-*
  - armv7l-*
  - armv6l-*

Closes #42094

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

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

From 933baed29b2643a44cf9fdcce31beebb4fe4d586 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Sun, 5 Feb 2023 13:42:32 -0500
Subject: [PATCH] New package: media-downloader-2.8.0

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

diff --git a/srcpkgs/media-downloader/template b/srcpkgs/media-downloader/template
new file mode 100644
index 000000000000..8d954328689d
--- /dev/null
+++ b/srcpkgs/media-downloader/template
@@ -0,0 +1,14 @@
+# Template file for 'media-downloader'
+pkgname=media-downloader
+version=2.8.0
+revision=1
+build_style=cmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-devel"
+short_desc="Qt/C++ frontend to youtube-dl"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/mhogomchungu/media-downloader"
+changelog="${homepage}/blob/main/changelog"
+distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
+checksum=54cf01219ca2581dde7be4dee2d3e32936794b1a96f7a19b980f419836f90fa6

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

* Re: New package: media-downloader-2.8.0
  2023-02-05 18:45 [PR PATCH] New package: media-downloader-2.8.0 someone13574
  2023-02-05 18:46 ` [PR PATCH] [Updated] " someone13574
@ 2023-02-07  2:35 ` hervyqa
  2023-02-07 20:06 ` someone13574
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hervyqa @ 2023-02-07  2:35 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/42095#issuecomment-1420111332

Comment:
is it better to add `yt-dlp`/`youtube-dl` dependencies  to work properly?

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

* Re: New package: media-downloader-2.8.0
  2023-02-05 18:45 [PR PATCH] New package: media-downloader-2.8.0 someone13574
  2023-02-05 18:46 ` [PR PATCH] [Updated] " someone13574
  2023-02-07  2:35 ` hervyqa
@ 2023-02-07 20:06 ` someone13574
  2023-03-15  1:09 ` [PR PATCH] [Updated] " someone13574
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: someone13574 @ 2023-02-07 20:06 UTC (permalink / raw)
  To: ml

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

New comment by someone13574 on void-packages repository

https://github.com/void-linux/void-packages/pull/42095#issuecomment-1421373335

Comment:
> https://github.com/mhogomchungu/media-downloader/wiki/Extensions#2-yt-dlp
yt-dlp: This is a default plugin, it is bundled and can not be removed.

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

* Re: [PR PATCH] [Updated] New package: media-downloader-2.8.0
  2023-02-05 18:45 [PR PATCH] New package: media-downloader-2.8.0 someone13574
                   ` (2 preceding siblings ...)
  2023-02-07 20:06 ` someone13574
@ 2023-03-15  1:09 ` someone13574
  2023-04-15 15:54 ` [PR PATCH] [Updated] New package: media-downloader-2.9.0 someone13574
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: someone13574 @ 2023-03-15  1:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages media-downloader
https://github.com/void-linux/void-packages/pull/42095

New package: media-downloader-2.8.0
<!-- 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 [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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-*
  - aarch64-*
  - armv7l-*
  - armv6l-*

Closes #42094

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

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

From d27e3cfbc149b69c384f34a9105b958945d285e5 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Sun, 5 Feb 2023 13:42:32 -0500
Subject: [PATCH] New package: media-downloader-2.9.0

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

diff --git a/srcpkgs/media-downloader/template b/srcpkgs/media-downloader/template
new file mode 100644
index 000000000000..b8fe305f420f
--- /dev/null
+++ b/srcpkgs/media-downloader/template
@@ -0,0 +1,14 @@
+# Template file for 'media-downloader'
+pkgname=media-downloader
+version=2.9.0
+revision=1
+build_style=cmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-devel"
+short_desc="Qt/C++ frontend to youtube-dl"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/mhogomchungu/media-downloader"
+changelog="${homepage}/blob/main/changelog"
+distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
+checksum=14adad40bc5019d45e98975137f6ec369920c0f6f0b515b304ff70ddba98f385

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

* Re: [PR PATCH] [Updated] New package: media-downloader-2.9.0
  2023-02-05 18:45 [PR PATCH] New package: media-downloader-2.8.0 someone13574
                   ` (3 preceding siblings ...)
  2023-03-15  1:09 ` [PR PATCH] [Updated] " someone13574
@ 2023-04-15 15:54 ` someone13574
  2023-04-15 15:55 ` someone13574
  2023-06-27 11:35 ` [PR PATCH] [Closed]: New package: media-downloader-3.1.0 Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: someone13574 @ 2023-04-15 15:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages media-downloader
https://github.com/void-linux/void-packages/pull/42095

New package: media-downloader-2.9.0
<!-- 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 [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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-*
  - aarch64-*
  - armv7l-*
  - armv6l-*

Closes #42094

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

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

From eded543b1bdad06a088055bea52069f21ddb40e8 Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Sun, 5 Feb 2023 13:42:32 -0500
Subject: [PATCH] New package: media-downloader-3.1.0

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

diff --git a/srcpkgs/media-downloader/template b/srcpkgs/media-downloader/template
new file mode 100644
index 000000000000..b8fe305f420f
--- /dev/null
+++ b/srcpkgs/media-downloader/template
@@ -0,0 +1,14 @@
+# Template file for 'media-downloader'
+pkgname=media-downloader
+version=2.9.0
+revision=1
+build_style=cmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-devel"
+short_desc="Qt/C++ frontend to youtube-dl"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/mhogomchungu/media-downloader"
+changelog="${homepage}/blob/main/changelog"
+distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
+checksum=14adad40bc5019d45e98975137f6ec369920c0f6f0b515b304ff70ddba98f385

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

* Re: [PR PATCH] [Updated] New package: media-downloader-2.9.0
  2023-02-05 18:45 [PR PATCH] New package: media-downloader-2.8.0 someone13574
                   ` (4 preceding siblings ...)
  2023-04-15 15:54 ` [PR PATCH] [Updated] New package: media-downloader-2.9.0 someone13574
@ 2023-04-15 15:55 ` someone13574
  2023-06-27 11:35 ` [PR PATCH] [Closed]: New package: media-downloader-3.1.0 Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: someone13574 @ 2023-04-15 15:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/someone13574/void-packages media-downloader
https://github.com/void-linux/void-packages/pull/42095

New package: media-downloader-2.9.0
<!-- 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 [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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-*
  - aarch64-*
  - armv7l-*
  - armv6l-*

Closes #42094

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

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

From f3d4af9f14a1d80246ee93355aac404c013c1e7f Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Sun, 5 Feb 2023 13:42:32 -0500
Subject: [PATCH] New package: media-downloader-3.1.0

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

diff --git a/srcpkgs/media-downloader/template b/srcpkgs/media-downloader/template
new file mode 100644
index 000000000000..23d5efa3a3d8
--- /dev/null
+++ b/srcpkgs/media-downloader/template
@@ -0,0 +1,14 @@
+# Template file for 'media-downloader'
+pkgname=media-downloader
+version=3.1.0
+revision=1
+build_style=cmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-devel"
+short_desc="Qt/C++ frontend to youtube-dl"
+maintainer="Owen Law <owenlaw222@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/mhogomchungu/media-downloader"
+changelog="${homepage}/blob/main/changelog"
+distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
+checksum=72c677d8974cbd20ae2ff2085ce2e45c75c057f4e0097848fed55521ca3a3437

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

* Re: [PR PATCH] [Closed]: New package: media-downloader-3.1.0
  2023-02-05 18:45 [PR PATCH] New package: media-downloader-2.8.0 someone13574
                   ` (5 preceding siblings ...)
  2023-04-15 15:55 ` someone13574
@ 2023-06-27 11:35 ` Duncaen
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2023-06-27 11:35 UTC (permalink / raw)
  To: ml

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

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

New package: media-downloader-3.1.0
https://github.com/void-linux/void-packages/pull/42095

Description:
<!-- 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 [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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-*
  - aarch64-*
  - armv7l-*
  - armv6l-*

Closes #42094

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

end of thread, other threads:[~2023-06-27 11:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-05 18:45 [PR PATCH] New package: media-downloader-2.8.0 someone13574
2023-02-05 18:46 ` [PR PATCH] [Updated] " someone13574
2023-02-07  2:35 ` hervyqa
2023-02-07 20:06 ` someone13574
2023-03-15  1:09 ` [PR PATCH] [Updated] " someone13574
2023-04-15 15:54 ` [PR PATCH] [Updated] New package: media-downloader-2.9.0 someone13574
2023-04-15 15:55 ` someone13574
2023-06-27 11:35 ` [PR PATCH] [Closed]: New package: media-downloader-3.1.0 Duncaen

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