Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: sview-20.08
@ 2020-09-30  9:28 Snowmean
  2020-09-30  9:36 ` [PR PATCH] [Updated] " Snowmean
                   ` (28 more replies)
  0 siblings, 29 replies; 30+ messages in thread
From: Snowmean @ 2020-09-30  9:28 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1444 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] 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

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

* Re: [PR PATCH] [Updated] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
@ 2020-09-30  9:36 ` Snowmean
  2020-09-30  9:42 ` Snowmean
                   ` (27 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Snowmean @ 2020-09-30  9:36 UTC (permalink / raw)
  To: ml

[-- 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: 3057 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/2] 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/2] 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
+}

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

* Re: [PR PATCH] [Updated] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
  2020-09-30  9:36 ` [PR PATCH] [Updated] " Snowmean
@ 2020-09-30  9:42 ` Snowmean
  2020-09-30  9:53 ` Snowmean
                   ` (26 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Snowmean @ 2020-09-30  9:42 UTC (permalink / raw)
  To: ml

[-- 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: 4424 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/3] 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/3] 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/3] 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
 }

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

* Re: [PR PATCH] [Updated] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
  2020-09-30  9:36 ` [PR PATCH] [Updated] " Snowmean
  2020-09-30  9:42 ` Snowmean
@ 2020-09-30  9:53 ` Snowmean
  2020-09-30 18:08 ` [PR REVIEW] " Chocimier
                   ` (25 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Snowmean @ 2020-09-30  9:53 UTC (permalink / raw)
  To: ml

[-- 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() {

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (2 preceding siblings ...)
  2020-09-30  9:53 ` Snowmean
@ 2020-09-30 18:08 ` Chocimier
  2020-09-30 21:46 ` Snowmean
                   ` (24 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Chocimier @ 2020-09-30 18:08 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r497705263

Comment:
Why?

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (3 preceding siblings ...)
  2020-09-30 18:08 ` [PR REVIEW] " Chocimier
@ 2020-09-30 21:46 ` Snowmean
  2020-10-01  1:02 ` ericonr
                   ` (23 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Snowmean @ 2020-09-30 21:46 UTC (permalink / raw)
  To: ml

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

New review comment by Snowmean on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r497819346

Comment:
Not sure I understand the question...

Why this app? Because I am using it with 3D Ready DLP projector to convert SBS or OU videos to appropriate format.

Why only x86_64? Because this is what I tested, however potentially this could support i686 and ARM.

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (4 preceding siblings ...)
  2020-09-30 21:46 ` Snowmean
@ 2020-10-01  1:02 ` ericonr
  2020-10-01  1:29 ` [PR PATCH] [Updated] " Snowmean
                   ` (22 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2020-10-01  1:02 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r497898496

Comment:
If the software doesn't have any explicit architecture limitiations, don't limit it in `archs`.

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

* Re: [PR PATCH] [Updated] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (5 preceding siblings ...)
  2020-10-01  1:02 ` ericonr
@ 2020-10-01  1:29 ` Snowmean
  2020-10-01  2:06 ` Snowmean
                   ` (21 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Snowmean @ 2020-10-01  1:29 UTC (permalink / raw)
  To: ml

[-- 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: 7460 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/5] 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/5] 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/5] 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/5] 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() {

From 140a05ae755aa69d62c62fcbda3d7e9ac9e94287 Mon Sep 17 00:00:00 2001
From: Pavel Pivovarov <Snowmean@users.noreply.github.com>
Date: Thu, 1 Oct 2020 11:29:41 +1000
Subject: [PATCH 5/5] New package: sview-20.08

removed arch constrains, and ffmpeg from dependencies, as it only required for building.
---
 srcpkgs/sview/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sview/template b/srcpkgs/sview/template
index 7f3f45ca724..6cb2e17a91d 100644
--- a/srcpkgs/sview/template
+++ b/srcpkgs/sview/template
@@ -2,11 +2,10 @@
 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"
+depends="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"

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

* Re: [PR PATCH] [Updated] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (6 preceding siblings ...)
  2020-10-01  1:29 ` [PR PATCH] [Updated] " Snowmean
@ 2020-10-01  2:06 ` Snowmean
  2020-10-01  2:16 ` [PR REVIEW] " Snowmean
                   ` (20 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Snowmean @ 2020-10-01  2:06 UTC (permalink / raw)
  To: ml

[-- 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: 8513 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/6] 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/6] 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/6] 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/6] 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() {

From 140a05ae755aa69d62c62fcbda3d7e9ac9e94287 Mon Sep 17 00:00:00 2001
From: Pavel Pivovarov <Snowmean@users.noreply.github.com>
Date: Thu, 1 Oct 2020 11:29:41 +1000
Subject: [PATCH 5/6] New package: sview-20.08

removed arch constrains, and ffmpeg from dependencies, as it only required for building.
---
 srcpkgs/sview/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sview/template b/srcpkgs/sview/template
index 7f3f45ca724..6cb2e17a91d 100644
--- a/srcpkgs/sview/template
+++ b/srcpkgs/sview/template
@@ -2,11 +2,10 @@
 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"
+depends="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"

From 217d06b38d1cedfab393dcf936f3b9d99916920c Mon Sep 17 00:00:00 2001
From: Pavel Pivovarov <Snowmean@users.noreply.github.com>
Date: Thu, 1 Oct 2020 12:06:37 +1000
Subject: [PATCH 6/6] New package: sview-20.08

`i686` and `x86_64` are compiling fine. Seems like `livavcodec` package doesn't come with headers files on arm\aarch. Compiler depends on `xlocate.h` file which is part of `glibc` hence it won't compile with `musl`.
---
 srcpkgs/sview/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/sview/template b/srcpkgs/sview/template
index 6cb2e17a91d..c3959434429 100644
--- a/srcpkgs/sview/template
+++ b/srcpkgs/sview/template
@@ -2,6 +2,7 @@
 pkgname=sview
 version=20.08
 revision=1
+archs="i686 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"

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (7 preceding siblings ...)
  2020-10-01  2:06 ` Snowmean
@ 2020-10-01  2:16 ` Snowmean
  2020-10-01  2:31 ` ericonr
                   ` (19 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Snowmean @ 2020-10-01  2:16 UTC (permalink / raw)
  To: ml

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

New review comment by Snowmean on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r497945377

Comment:
For now software successfully compiles for x86_64 and i686, there are few issues which I hope you can help me to address:

1. arm\aarch compiler fails on finding `livavcodec.h` headers file. It seems like headers files are not part of the libavcodec package for arm\aarch, so I'm not sure how to deal with that.

2. musl version is failing on attempt to import `xlocate.h` file which is part of the `glibc`. I'm not sure what exactly I need to install for musl to make it work.

Appreciate any help with resolving those questions.

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (8 preceding siblings ...)
  2020-10-01  2:16 ` [PR REVIEW] " Snowmean
@ 2020-10-01  2:31 ` ericonr
  2020-10-01  2:45 ` ericonr
                   ` (18 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2020-10-01  2:31 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r497950816

Comment:
1. https://github.com/gkv311/sview/blob/master/Makefile#L57 `make_build_args="FFMPEG_ROOT=${XBPS_CROSS_BASE}/usr/include` or just `/usr`, not sure.

2. patch https://github.com/gkv311/sview/blob/8be57493b851b8172dcab097fea19e18c46fcc37/include/StStrings/StStringStream.h#L23 to `__linux__`, perhaps? That header is weird.

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (9 preceding siblings ...)
  2020-10-01  2:31 ` ericonr
@ 2020-10-01  2:45 ` ericonr
  2020-10-01  6:19 ` Chocimier
                   ` (17 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2020-10-01  2:45 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r497950974

Comment:
Pretty much all `depends` here should be automatically detected by the build system, you don't need to list them.

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (10 preceding siblings ...)
  2020-10-01  2:45 ` ericonr
@ 2020-10-01  6:19 ` Chocimier
  2020-10-01  6:27 ` Chocimier
                   ` (16 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Chocimier @ 2020-10-01  6:19 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r498006610

Comment:
Don't set archs, let it fail until figured out. Will be easier for us to look at error.

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (12 preceding siblings ...)
  2020-10-01  6:27 ` Chocimier
@ 2020-10-01  6:27 ` Chocimier
  2020-10-01  6:27 ` Chocimier
                   ` (14 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Chocimier @ 2020-10-01  6:27 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r498007204

Comment:
Use `${version//./_}`, so no need to change on update, same for wrksrc.

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (11 preceding siblings ...)
  2020-10-01  6:19 ` Chocimier
@ 2020-10-01  6:27 ` Chocimier
  2020-10-01  6:27 ` Chocimier
                   ` (15 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Chocimier @ 2020-10-01  6:27 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r498007755

Comment:
I'm pretty sure codeblocks is not needed for build with make. Others are not needed for host, right variants are pulled in by *-devel packages.

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (13 preceding siblings ...)
  2020-10-01  6:27 ` Chocimier
@ 2020-10-01  6:27 ` Chocimier
  2020-10-01  8:03 ` Snowmean
                   ` (13 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Chocimier @ 2020-10-01  6:27 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r498009633

Comment:
They are: https://travis-ci.org/github/void-linux/void-packages/jobs/731797076#L1117

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (14 preceding siblings ...)
  2020-10-01  6:27 ` Chocimier
@ 2020-10-01  8:03 ` Snowmean
  2020-10-01  8:04 ` Snowmean
                   ` (12 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Snowmean @ 2020-10-01  8:03 UTC (permalink / raw)
  To: ml

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

New review comment by Snowmean on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r498056794

Comment:
Codeblocks [mentioned in requirements for original project](https://github.com/gkv311/sview/blob/master/docs/INSTALL.md) so I decided to add it, will try to build without it.

I also didn't know that I can ignore packages pulled by dependencies, so stick to [Zen of Python](https://www.python.org/dev/peps/pep-0020/) "explicit is better than implicit" but will remove them.

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (15 preceding siblings ...)
  2020-10-01  8:03 ` Snowmean
@ 2020-10-01  8:04 ` Snowmean
  2020-10-01 12:45 ` Snowmean
                   ` (11 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Snowmean @ 2020-10-01  8:04 UTC (permalink / raw)
  To: ml

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

New review comment by Snowmean on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r498057064

Comment:
Oh, that's a nice trick :+1: thanks!

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (16 preceding siblings ...)
  2020-10-01  8:04 ` Snowmean
@ 2020-10-01 12:45 ` Snowmean
  2020-10-01 15:07 ` ericonr
                   ` (10 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Snowmean @ 2020-10-01 12:45 UTC (permalink / raw)
  To: ml

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

New review comment by Snowmean on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r498215326

Comment:
I'm finding my experience with `./xbps-src -a <arch> pkg sview` quite different from what I see in TravisCI. Am I doing something wrong? Is there a way to implement the same build environment as you are using for TravisCI? I'd like to avoid pushing bunch of testing commits.

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (17 preceding siblings ...)
  2020-10-01 12:45 ` Snowmean
@ 2020-10-01 15:07 ` ericonr
  2020-10-02  3:16 ` Snowmean
                   ` (9 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2020-10-01 15:07 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r498318505

Comment:
Could you explain the difference? The idea of building in a chroot is exactly to avoid differing environments.

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (18 preceding siblings ...)
  2020-10-01 15:07 ` ericonr
@ 2020-10-02  3:16 ` Snowmean
  2020-10-02  3:20 ` ericonr
                   ` (8 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Snowmean @ 2020-10-02  3:16 UTC (permalink / raw)
  To: ml

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

New review comment by Snowmean on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r498603201

Comment:
For example i686 build is failing in chroot while passing compilation test in TravisCI, arm\aarch and mips compilations also fails quite differently to what Travis shows, however the template is the same across both, hence the question.

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (19 preceding siblings ...)
  2020-10-02  3:16 ` Snowmean
@ 2020-10-02  3:20 ` ericonr
  2020-10-02  3:20 ` ericonr
                   ` (7 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2020-10-02  3:20 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r498603735

Comment:
Are you using a i686 masterdir to build it for i686?

Can you show the errors so I can try to compare them?

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (20 preceding siblings ...)
  2020-10-02  3:20 ` ericonr
@ 2020-10-02  3:20 ` ericonr
  2020-10-06 10:22 ` [PR PATCH] [Updated] " Snowmean
                   ` (6 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2020-10-02  3:20 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r498603766

Comment:
I'd make sure your local repo is up to date, tho.

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

* Re: [PR PATCH] [Updated] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (21 preceding siblings ...)
  2020-10-02  3:20 ` ericonr
@ 2020-10-06 10:22 ` Snowmean
  2020-12-20  1:56 ` ericonr
                   ` (5 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: Snowmean @ 2020-10-06 10:22 UTC (permalink / raw)
  To: ml

[-- 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: 9982 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/7] 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/7] 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/7] 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/7] 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() {

From 140a05ae755aa69d62c62fcbda3d7e9ac9e94287 Mon Sep 17 00:00:00 2001
From: Pavel Pivovarov <Snowmean@users.noreply.github.com>
Date: Thu, 1 Oct 2020 11:29:41 +1000
Subject: [PATCH 5/7] New package: sview-20.08

removed arch constrains, and ffmpeg from dependencies, as it only required for building.
---
 srcpkgs/sview/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/sview/template b/srcpkgs/sview/template
index 7f3f45ca724..6cb2e17a91d 100644
--- a/srcpkgs/sview/template
+++ b/srcpkgs/sview/template
@@ -2,11 +2,10 @@
 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"
+depends="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"

From 217d06b38d1cedfab393dcf936f3b9d99916920c Mon Sep 17 00:00:00 2001
From: Pavel Pivovarov <Snowmean@users.noreply.github.com>
Date: Thu, 1 Oct 2020 12:06:37 +1000
Subject: [PATCH 6/7] New package: sview-20.08

`i686` and `x86_64` are compiling fine. Seems like `livavcodec` package doesn't come with headers files on arm\aarch. Compiler depends on `xlocate.h` file which is part of `glibc` hence it won't compile with `musl`.
---
 srcpkgs/sview/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/sview/template b/srcpkgs/sview/template
index 6cb2e17a91d..c3959434429 100644
--- a/srcpkgs/sview/template
+++ b/srcpkgs/sview/template
@@ -2,6 +2,7 @@
 pkgname=sview
 version=20.08
 revision=1
+archs="i686 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"

From 2e7dde8e2918585cb8b7ef7bdb3722570c7425f8 Mon Sep 17 00:00:00 2001
From: Pavel Pivovarov <Snowmean@users.noreply.github.com>
Date: Tue, 6 Oct 2020 21:22:11 +1100
Subject: [PATCH 7/7] New package: sview-20.08

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

diff --git a/srcpkgs/sview/template b/srcpkgs/sview/template
index c3959434429..85148c69d2c 100644
--- a/srcpkgs/sview/template
+++ b/srcpkgs/sview/template
@@ -2,11 +2,9 @@
 pkgname=sview
 version=20.08
 revision=1
-archs="i686 x86_64"
-wrksrc="sview-20_08"
-hostmakedepends="codeblocks ffmpeg libopenal libavcodec libavdevice libavformat libavutil libswscale libwebp libconfig++ libconfig libXpm pkg-config gtk+ libXrandr"
+wrksrc="${pkgname}-${version//./_}"
+hostmakedepends="libavcodec libavdevice libavformat libavutil libswscale pkg-config"
 makedepends="ffmpeg-devel libopenal-devel libwebp-devel libconfig++-devel libconfig-devel libXpm-devel gtk+-devel libXrandr-devel"
-depends="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"
@@ -15,7 +13,7 @@ distfiles="https://github.com/gkv311/sview/archive/20_08.tar.gz"
 checksum=45029af28b7fb47dba340f6023c70f50b1f696b829831ebdce0a0759ab60652b
 
 do_build() {
-	make
+	make FFMPEG_ROOT=${XBPS_CROSS_BASE}/usr
 }
 
 do_install() {

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

* Re: New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (22 preceding siblings ...)
  2020-10-06 10:22 ` [PR PATCH] [Updated] " Snowmean
@ 2020-12-20  1:56 ` ericonr
  2021-07-20 20:30 ` [PR REVIEW] " ericonr
                   ` (4 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2020-12-20  1:56 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#issuecomment-748551595

Comment:
Requested changes are still pending.

Please remember to squash the commits into a single one as well.

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (23 preceding siblings ...)
  2020-12-20  1:56 ` ericonr
@ 2021-07-20 20:30 ` ericonr
  2021-07-20 20:30 ` ericonr
                   ` (3 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2021-07-20 20:30 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r673470292

Comment:
`make_build_args="FFMPEG_ROOT..."` and `build_style=gnu-makefile` should allow this to build without these functions.

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (25 preceding siblings ...)
  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
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2021-07-20 20:30 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r673469775

Comment:
Hadn't we concluded most of these weren't necessary on host?

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

* Re: [PR REVIEW] New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (24 preceding siblings ...)
  2021-07-20 20:30 ` [PR REVIEW] " ericonr
@ 2021-07-20 20:30 ` ericonr
  2021-07-20 20:30 ` ericonr
                   ` (2 subsequent siblings)
  28 siblings, 0 replies; 30+ messages in thread
From: ericonr @ 2021-07-20 20:30 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25204#discussion_r673469620

Comment:
wrap this at around ~80 columns,

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

* Re: New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (26 preceding siblings ...)
  2021-07-20 20:30 ` ericonr
@ 2022-04-20  2:14 ` github-actions
  2022-05-04  2:15 ` [PR PATCH] [Closed]: " github-actions
  28 siblings, 0 replies; 30+ messages in thread
From: github-actions @ 2022-04-20  2:14 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/25204#issuecomment-1103384754

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

* Re: [PR PATCH] [Closed]: New package: sview-20.08
  2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
                   ` (27 preceding siblings ...)
  2022-04-20  2:14 ` github-actions
@ 2022-05-04  2:15 ` github-actions
  28 siblings, 0 replies; 30+ messages in thread
From: github-actions @ 2022-05-04  2:15 UTC (permalink / raw)
  To: ml

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

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

New package: sview-20.08
https://github.com/void-linux/void-packages/pull/25204

Description:


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

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

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30  9:28 [PR PATCH] New package: sview-20.08 Snowmean
2020-09-30  9:36 ` [PR PATCH] [Updated] " Snowmean
2020-09-30  9:42 ` Snowmean
2020-09-30  9:53 ` Snowmean
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

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