Github messages for voidlinux
 help / color / mirror / Atom feed
From: Snowmean <Snowmean@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: sview-20.08
Date: Wed, 30 Sep 2020 11:53:00 +0200	[thread overview]
Message-ID: <20200930095300.nvX_eA5T48SgX9eykT9XEkaKYHLBcOWCUwPO8wkuiXk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25204@inbox.vuxu.org>

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

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

https://github.com/Snowmean/void-packages master
https://github.com/void-linux/void-packages/pull/25204

New package: sview-20.08


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

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

From fae5a2ad696fe2da3ebe2e33bcd9327cac50bcc2 Mon Sep 17 00:00:00 2001
From: Pavel Pivovarov <snowmean@gmail.com>
Date: Wed, 30 Sep 2020 19:16:03 +1000
Subject: [PATCH 1/4] New package: sview-20.08

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

diff --git a/srcpkgs/sview/template b/srcpkgs/sview/template
new file mode 100644
index 00000000000..b7a397fcfb1
--- /dev/null
+++ b/srcpkgs/sview/template
@@ -0,0 +1,23 @@
+# Template file for 'sView'
+pkgname=sview
+version=20.08
+revision=1
+archs="x86_64"
+short_desc="Stereoscopic video player"
+maintainer="Pavel Pivovarov <pavel.pivovarov@gmail.com>"
+license="LGLP-3.0"
+homepage="http://sview.ru/en"
+distfiles="https://github.com/gkv311/sview/archive/20_08.tar.gz"
+checksum=45029af28b7fb47dba340f6023c70f50b1f696b829831ebdce0a0759ab60652b
+makedepends="ffmpeg-devel libopenal-devel libwebp-devel libconfig++-devel libconfig-devel libXpm-devel gtk+-devel libXrandr-devel"
+hostmakedepends="codeblocks ffmpeg libopenal libavcodec libavdevice libavformat libavutil libswscale libwebp libconfig++ libconfig libXpm pkg-config gtk+ libXrandr"
+depends="ffmpeg libopenal libavcodec libavdevice libavformat libavutil libswscale libwebp libconfig++ libconfig libXpm"
+wrksrc="sview-20_08"
+
+do_build() {
+        make
+}
+
+do_install() {
+        DESTDIR=${DESTDIR} make install
+}
\ No newline at end of file

From 0d11999ddb8b10fae39910776adfde3b5bb7db4c Mon Sep 17 00:00:00 2001
From: Pavel Pivovarov <Snowmean@users.noreply.github.com>
Date: Wed, 30 Sep 2020 19:36:12 +1000
Subject: [PATCH 2/4] New package: sview-20.08

---
 srcpkgs/sview/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/sview/template b/srcpkgs/sview/template
index b7a397fcfb1..39ee5901eed 100644
--- a/srcpkgs/sview/template
+++ b/srcpkgs/sview/template
@@ -1,23 +1,23 @@
-# Template file for 'sView'
+# Template file for 'sview'
 pkgname=sview
 version=20.08
 revision=1
 archs="x86_64"
 short_desc="Stereoscopic video player"
 maintainer="Pavel Pivovarov <pavel.pivovarov@gmail.com>"
-license="LGLP-3.0"
+license="GPL-3.0-or-later"
 homepage="http://sview.ru/en"
 distfiles="https://github.com/gkv311/sview/archive/20_08.tar.gz"
-checksum=45029af28b7fb47dba340f6023c70f50b1f696b829831ebdce0a0759ab60652b
 makedepends="ffmpeg-devel libopenal-devel libwebp-devel libconfig++-devel libconfig-devel libXpm-devel gtk+-devel libXrandr-devel"
 hostmakedepends="codeblocks ffmpeg libopenal libavcodec libavdevice libavformat libavutil libswscale libwebp libconfig++ libconfig libXpm pkg-config gtk+ libXrandr"
 depends="ffmpeg libopenal libavcodec libavdevice libavformat libavutil libswscale libwebp libconfig++ libconfig libXpm"
 wrksrc="sview-20_08"
+checksum=45029af28b7fb47dba340f6023c70f50b1f696b829831ebdce0a0759ab60652b
 
 do_build() {
-        make
+    make
 }
 
 do_install() {
-        DESTDIR=${DESTDIR} make install
-}
\ No newline at end of file
+    DESTDIR=${DESTDIR} make install
+}

From c6c88fe243d3302d05e21f2930d38338ee7e5ef5 Mon Sep 17 00:00:00 2001
From: Pavel Pivovarov <Snowmean@users.noreply.github.com>
Date: Wed, 30 Sep 2020 19:42:33 +1000
Subject: [PATCH 3/4] New package: sview-20.08

---
 srcpkgs/sview/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sview/template b/srcpkgs/sview/template
index 39ee5901eed..dc65719f54a 100644
--- a/srcpkgs/sview/template
+++ b/srcpkgs/sview/template
@@ -7,17 +7,17 @@ short_desc="Stereoscopic video player"
 maintainer="Pavel Pivovarov <pavel.pivovarov@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="http://sview.ru/en"
+wrksrc="sview-20_08"
 distfiles="https://github.com/gkv311/sview/archive/20_08.tar.gz"
 makedepends="ffmpeg-devel libopenal-devel libwebp-devel libconfig++-devel libconfig-devel libXpm-devel gtk+-devel libXrandr-devel"
 hostmakedepends="codeblocks ffmpeg libopenal libavcodec libavdevice libavformat libavutil libswscale libwebp libconfig++ libconfig libXpm pkg-config gtk+ libXrandr"
 depends="ffmpeg libopenal libavcodec libavdevice libavformat libavutil libswscale libwebp libconfig++ libconfig libXpm"
-wrksrc="sview-20_08"
 checksum=45029af28b7fb47dba340f6023c70f50b1f696b829831ebdce0a0759ab60652b
 
 do_build() {
-    make
+	make
 }
 
 do_install() {
-    DESTDIR=${DESTDIR} make install
+	DESTDIR=${DESTDIR} make install
 }

From a13b4851d4f9f7b296903bd5381c33b21504f1dd Mon Sep 17 00:00:00 2001
From: Pavel Pivovarov <Snowmean@users.noreply.github.com>
Date: Wed, 30 Sep 2020 19:52:57 +1000
Subject: [PATCH 4/4] New package: sview-20.08

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

diff --git a/srcpkgs/sview/template b/srcpkgs/sview/template
index dc65719f54a..7f3f45ca724 100644
--- a/srcpkgs/sview/template
+++ b/srcpkgs/sview/template
@@ -3,15 +3,15 @@ pkgname=sview
 version=20.08
 revision=1
 archs="x86_64"
+wrksrc="sview-20_08"
+hostmakedepends="codeblocks ffmpeg libopenal libavcodec libavdevice libavformat libavutil libswscale libwebp libconfig++ libconfig libXpm pkg-config gtk+ libXrandr"
+makedepends="ffmpeg-devel libopenal-devel libwebp-devel libconfig++-devel libconfig-devel libXpm-devel gtk+-devel libXrandr-devel"
+depends="ffmpeg libopenal libavcodec libavdevice libavformat libavutil libswscale libwebp libconfig++ libconfig libXpm"
 short_desc="Stereoscopic video player"
 maintainer="Pavel Pivovarov <pavel.pivovarov@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="http://sview.ru/en"
-wrksrc="sview-20_08"
 distfiles="https://github.com/gkv311/sview/archive/20_08.tar.gz"
-makedepends="ffmpeg-devel libopenal-devel libwebp-devel libconfig++-devel libconfig-devel libXpm-devel gtk+-devel libXrandr-devel"
-hostmakedepends="codeblocks ffmpeg libopenal libavcodec libavdevice libavformat libavutil libswscale libwebp libconfig++ libconfig libXpm pkg-config gtk+ libXrandr"
-depends="ffmpeg libopenal libavcodec libavdevice libavformat libavutil libswscale libwebp libconfig++ libconfig libXpm"
 checksum=45029af28b7fb47dba340f6023c70f50b1f696b829831ebdce0a0759ab60652b
 
 do_build() {

  parent reply	other threads:[~2020-09-30  9:53 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-30  9:28 [PR PATCH] " Snowmean
2020-09-30  9:36 ` [PR PATCH] [Updated] " Snowmean
2020-09-30  9:42 ` Snowmean
2020-09-30  9:53 ` Snowmean [this message]
2020-09-30 18:08 ` [PR REVIEW] " Chocimier
2020-09-30 21:46 ` Snowmean
2020-10-01  1:02 ` ericonr
2020-10-01  1:29 ` [PR PATCH] [Updated] " Snowmean
2020-10-01  2:06 ` Snowmean
2020-10-01  2:16 ` [PR REVIEW] " Snowmean
2020-10-01  2:31 ` ericonr
2020-10-01  2:45 ` ericonr
2020-10-01  6:19 ` Chocimier
2020-10-01  6:27 ` Chocimier
2020-10-01  6:27 ` Chocimier
2020-10-01  6:27 ` Chocimier
2020-10-01  8:03 ` Snowmean
2020-10-01  8:04 ` Snowmean
2020-10-01 12:45 ` Snowmean
2020-10-01 15:07 ` ericonr
2020-10-02  3:16 ` Snowmean
2020-10-02  3:20 ` ericonr
2020-10-02  3:20 ` ericonr
2020-10-06 10:22 ` [PR PATCH] [Updated] " Snowmean
2020-12-20  1:56 ` ericonr
2021-07-20 20:30 ` [PR REVIEW] " ericonr
2021-07-20 20:30 ` ericonr
2021-07-20 20:30 ` ericonr
2022-04-20  2:14 ` github-actions
2022-05-04  2:15 ` [PR PATCH] [Closed]: " github-actions

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200930095300.nvX_eA5T48SgX9eykT9XEkaKYHLBcOWCUwPO8wkuiXk@z \
    --to=snowmean@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).