Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: xjadeo-0.8.10
@ 2021-06-05 12:29 lufv
  2021-06-05 13:03 ` [PR PATCH] [Updated] " lufv
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: lufv @ 2021-06-05 12:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lufv/void-packages xjadeo
https://github.com/void-linux/void-packages/pull/31306

New package: xjadeo-0.8.10
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From 42c63a8c2b20e379e5720978ecae274b5103edbc Mon Sep 17 00:00:00 2001
From: lufv <sugarsop_reflexional@aleeas.com>
Date: Sat, 5 Jun 2021 12:25:29 +0000
Subject: [PATCH] New package: xjadeo-0.8.10

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

diff --git a/srcpkgs/xjadeo/template b/srcpkgs/xjadeo/template
new file mode 100644
index 000000000000..cc62135b0682
--- /dev/null
+++ b/srcpkgs/xjadeo/template
@@ -0,0 +1,15 @@
+# Template file for 'xjadeo'
+pkgname=xjadeo
+version=0.8.10
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkgconf"
+makedepends="ffmpeg-devel jack-devel libX11-devel glu-devel libXv-devel \
+libXpm-devel libltc-devel alsa-lib-devel liblo-devel freetype-devel"
+depends="ffmpeg jack libX11 glu libXv libXpm libltc alsa-lib-devel liblo freetype"
+short_desc="A tool that displays a video clip in sync with an external time source (JACK-transport, LTC and MTC)"
+maintainer=" <>"
+license="GPL-2.0"
+homepage="https://sourceforge.net/projects/xjadeo"
+distfiles="https://sourceforge.net/projects/xjadeo/files/xjadeo/v${version}/xjadeo-${version}.tar.gz"
+checksum=fb8bbd9051822dc2efd627938423215acab7ab5f3a0f05ab3faaadc5c8b486c5

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

* Re: [PR PATCH] [Updated] New package: xjadeo-0.8.10
  2021-06-05 12:29 [PR PATCH] New package: xjadeo-0.8.10 lufv
@ 2021-06-05 13:03 ` lufv
  2021-06-05 13:10 ` lufv
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: lufv @ 2021-06-05 13:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lufv/void-packages xjadeo
https://github.com/void-linux/void-packages/pull/31306

New package: xjadeo-0.8.10
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From 42c63a8c2b20e379e5720978ecae274b5103edbc Mon Sep 17 00:00:00 2001
From: lufv <sugarsop_reflexional@aleeas.com>
Date: Sat, 5 Jun 2021 12:25:29 +0000
Subject: [PATCH 1/2] New package: xjadeo-0.8.10

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

diff --git a/srcpkgs/xjadeo/template b/srcpkgs/xjadeo/template
new file mode 100644
index 000000000000..cc62135b0682
--- /dev/null
+++ b/srcpkgs/xjadeo/template
@@ -0,0 +1,15 @@
+# Template file for 'xjadeo'
+pkgname=xjadeo
+version=0.8.10
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkgconf"
+makedepends="ffmpeg-devel jack-devel libX11-devel glu-devel libXv-devel \
+libXpm-devel libltc-devel alsa-lib-devel liblo-devel freetype-devel"
+depends="ffmpeg jack libX11 glu libXv libXpm libltc alsa-lib-devel liblo freetype"
+short_desc="A tool that displays a video clip in sync with an external time source (JACK-transport, LTC and MTC)"
+maintainer=" <>"
+license="GPL-2.0"
+homepage="https://sourceforge.net/projects/xjadeo"
+distfiles="https://sourceforge.net/projects/xjadeo/files/xjadeo/v${version}/xjadeo-${version}.tar.gz"
+checksum=fb8bbd9051822dc2efd627938423215acab7ab5f3a0f05ab3faaadc5c8b486c5

From a3175a5e482c87f29949af7904494a7d8269c77f Mon Sep 17 00:00:00 2001
From: lufv <sugarsop_reflexional@aleeas.com>
Date: Sat, 5 Jun 2021 13:02:58 +0000
Subject: [PATCH 2/2] desc & maintainer

---
 srcpkgs/xjadeo/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xjadeo/template b/srcpkgs/xjadeo/template
index cc62135b0682..a9bfd441e27d 100644
--- a/srcpkgs/xjadeo/template
+++ b/srcpkgs/xjadeo/template
@@ -7,8 +7,8 @@ hostmakedepends="pkgconf"
 makedepends="ffmpeg-devel jack-devel libX11-devel glu-devel libXv-devel \
 libXpm-devel libltc-devel alsa-lib-devel liblo-devel freetype-devel"
 depends="ffmpeg jack libX11 glu libXv libXpm libltc alsa-lib-devel liblo freetype"
-short_desc="A tool that displays a video clip in sync with an external time source (JACK-transport, LTC and MTC)"
-maintainer=" <>"
+short_desc="Tool that displays a video clip in sync with an external time source"
+maintainer="lufv <sugarsop_reflexional@aleeas.com>"
 license="GPL-2.0"
 homepage="https://sourceforge.net/projects/xjadeo"
 distfiles="https://sourceforge.net/projects/xjadeo/files/xjadeo/v${version}/xjadeo-${version}.tar.gz"

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

* Re: [PR PATCH] [Updated] New package: xjadeo-0.8.10
  2021-06-05 12:29 [PR PATCH] New package: xjadeo-0.8.10 lufv
  2021-06-05 13:03 ` [PR PATCH] [Updated] " lufv
@ 2021-06-05 13:10 ` lufv
  2021-06-05 13:11 ` lufv
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: lufv @ 2021-06-05 13:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lufv/void-packages xjadeo
https://github.com/void-linux/void-packages/pull/31306

New package: xjadeo-0.8.10
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From 4807aa61c630688ab393d225966b4cc6cf776c33 Mon Sep 17 00:00:00 2001
From: lufv <sugarsop_reflexional@aleeas.com>
Date: Sat, 5 Jun 2021 12:25:29 +0000
Subject: [PATCH] New package: xjadeo-0.8.10

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

diff --git a/srcpkgs/xjadeo/template b/srcpkgs/xjadeo/template
new file mode 100644
index 000000000000..cc62135b0682
--- /dev/null
+++ b/srcpkgs/xjadeo/template
@@ -0,0 +1,15 @@
+# Template file for 'xjadeo'
+pkgname=xjadeo
+version=0.8.10
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkgconf"
+makedepends="ffmpeg-devel jack-devel libX11-devel glu-devel libXv-devel \
+libXpm-devel libltc-devel alsa-lib-devel liblo-devel freetype-devel"
+depends="ffmpeg jack libX11 glu libXv libXpm libltc alsa-lib-devel liblo freetype"
+short_desc="A tool that displays a video clip in sync with an external time source (JACK-transport, LTC and MTC)"
+maintainer=" <>"
+license="GPL-2.0"
+homepage="https://sourceforge.net/projects/xjadeo"
+distfiles="https://sourceforge.net/projects/xjadeo/files/xjadeo/v${version}/xjadeo-${version}.tar.gz"
+checksum=fb8bbd9051822dc2efd627938423215acab7ab5f3a0f05ab3faaadc5c8b486c5

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

* Re: [PR PATCH] [Updated] New package: xjadeo-0.8.10
  2021-06-05 12:29 [PR PATCH] New package: xjadeo-0.8.10 lufv
  2021-06-05 13:03 ` [PR PATCH] [Updated] " lufv
  2021-06-05 13:10 ` lufv
@ 2021-06-05 13:11 ` lufv
  2021-06-05 13:18 ` lufv
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: lufv @ 2021-06-05 13:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lufv/void-packages xjadeo
https://github.com/void-linux/void-packages/pull/31306

New package: xjadeo-0.8.10
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From b2b11aa4216f33280741a1b8a313c04193629baf Mon Sep 17 00:00:00 2001
From: lufv <sugarsop_reflexional@aleeas.com>
Date: Sat, 5 Jun 2021 12:25:29 +0000
Subject: [PATCH] New package: xjadeo-0.8.10

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

diff --git a/srcpkgs/xjadeo/template b/srcpkgs/xjadeo/template
new file mode 100644
index 000000000000..a9bfd441e27d
--- /dev/null
+++ b/srcpkgs/xjadeo/template
@@ -0,0 +1,15 @@
+# Template file for 'xjadeo'
+pkgname=xjadeo
+version=0.8.10
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkgconf"
+makedepends="ffmpeg-devel jack-devel libX11-devel glu-devel libXv-devel \
+libXpm-devel libltc-devel alsa-lib-devel liblo-devel freetype-devel"
+depends="ffmpeg jack libX11 glu libXv libXpm libltc alsa-lib-devel liblo freetype"
+short_desc="Tool that displays a video clip in sync with an external time source"
+maintainer="lufv <sugarsop_reflexional@aleeas.com>"
+license="GPL-2.0"
+homepage="https://sourceforge.net/projects/xjadeo"
+distfiles="https://sourceforge.net/projects/xjadeo/files/xjadeo/v${version}/xjadeo-${version}.tar.gz"
+checksum=fb8bbd9051822dc2efd627938423215acab7ab5f3a0f05ab3faaadc5c8b486c5

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

* Re: [PR PATCH] [Updated] New package: xjadeo-0.8.10
  2021-06-05 12:29 [PR PATCH] New package: xjadeo-0.8.10 lufv
                   ` (2 preceding siblings ...)
  2021-06-05 13:11 ` lufv
@ 2021-06-05 13:18 ` lufv
  2022-05-21  2:00 ` github-actions
  2022-06-04  2:09 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: lufv @ 2021-06-05 13:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lufv/void-packages xjadeo
https://github.com/void-linux/void-packages/pull/31306

New package: xjadeo-0.8.10
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From 7b787b8c1d618e7d760c6b762478367049cfeb90 Mon Sep 17 00:00:00 2001
From: lufv <sugarsop_reflexional@aleeas.com>
Date: Sat, 5 Jun 2021 12:25:29 +0000
Subject: [PATCH] New package: xjadeo-0.8.10

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

diff --git a/srcpkgs/xjadeo/template b/srcpkgs/xjadeo/template
new file mode 100644
index 000000000000..a32108f9d520
--- /dev/null
+++ b/srcpkgs/xjadeo/template
@@ -0,0 +1,15 @@
+# Template file for 'xjadeo'
+pkgname=xjadeo
+version=0.8.10
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkgconf"
+makedepends="ffmpeg-devel jack-devel libX11-devel glu-devel libXv-devel \
+libXpm-devel libltc-devel alsa-lib-devel liblo-devel freetype-devel"
+depends="ffmpeg jack libX11 glu libXv libXpm libltc alsa-lib-devel liblo freetype"
+short_desc="Tool that displays a video clip in sync with an external time source"
+maintainer="lufv <sugarsop_reflexional@aleeas.com>"
+license="GPL-2.0-or-later"
+homepage="https://sourceforge.net/projects/xjadeo"
+distfiles="https://sourceforge.net/projects/xjadeo/files/xjadeo/v${version}/xjadeo-${version}.tar.gz"
+checksum=fb8bbd9051822dc2efd627938423215acab7ab5f3a0f05ab3faaadc5c8b486c5

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

* Re: New package: xjadeo-0.8.10
  2021-06-05 12:29 [PR PATCH] New package: xjadeo-0.8.10 lufv
                   ` (3 preceding siblings ...)
  2021-06-05 13:18 ` lufv
@ 2022-05-21  2:00 ` github-actions
  2022-06-04  2:09 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-05-21  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/31306#issuecomment-1133500168

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] 7+ messages in thread

* Re: [PR PATCH] [Closed]: New package: xjadeo-0.8.10
  2021-06-05 12:29 [PR PATCH] New package: xjadeo-0.8.10 lufv
                   ` (4 preceding siblings ...)
  2022-05-21  2:00 ` github-actions
@ 2022-06-04  2:09 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-06-04  2:09 UTC (permalink / raw)
  To: ml

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

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

New package: xjadeo-0.8.10
https://github.com/void-linux/void-packages/pull/31306

Description:
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

end of thread, other threads:[~2022-06-04  2:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-05 12:29 [PR PATCH] New package: xjadeo-0.8.10 lufv
2021-06-05 13:03 ` [PR PATCH] [Updated] " lufv
2021-06-05 13:10 ` lufv
2021-06-05 13:11 ` lufv
2021-06-05 13:18 ` lufv
2022-05-21  2:00 ` github-actions
2022-06-04  2:09 ` [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).