Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
  2020-07-03 19:29 ` [PR PATCH] [Updated] New package : serviio-2.1 pandom79
@ 2020-07-03 19:32 ` pandom79
  2020-07-03 19:34 ` pandom79
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-03 19:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From e30c26d75458f870212145138b45bf73ab774030 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH] New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1
---
 srcpkgs/serviio/files/serviio/run |  2 ++
 srcpkgs/serviio/template          | 50 +++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..65b47b5d541
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,50 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:serviio"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
+
+do_install() {
+
+    _SERVIIO_HOME=usr/share/java/$pkgname
+    vmkdir ${_SERVIIO_HOME}
+
+    vmkdir usr/bin
+    vcopy bin ${_SERVIIO_HOME}
+    ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+
+    vcopy config ${_SERVIIO_HOME}
+
+    vcopy lib ${_SERVIIO_HOME}
+
+    vcopy library ${_SERVIIO_HOME}
+
+    vcopy plugins ${_SERVIIO_HOME}
+
+    vmkdir /var/log/${pkgname}
+    ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+
+    vsv ${pkgname}
+
+    vmkdir usr/share/applications
+    vcopy ${FILESDIR}/${pkgname}.desktop /usr/share/applications/
+
+    vmkdir usr/share/icons/hicolor/48x48/apps
+    vcopy ${FILESDIR}/${pkgname}.png /usr/share/icons/hicolor/48x48/apps
+
+    vlicense LICENCE.txt
+
+    vdoc README.txt
+    vdoc NOTICE.txt
+    vdoc RELEASE_NOTES.txt
+
+}

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

* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
  2020-07-03 19:29 ` [PR PATCH] [Updated] New package : serviio-2.1 pandom79
  2020-07-03 19:32 ` pandom79
@ 2020-07-03 19:34 ` pandom79
  2020-07-03 19:37 ` pandom79
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-03 19:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From e30c26d75458f870212145138b45bf73ab774030 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH] New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1
---
 srcpkgs/serviio/files/serviio/run |  2 ++
 srcpkgs/serviio/template          | 50 +++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..65b47b5d541
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,50 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:serviio"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
+
+do_install() {
+
+    _SERVIIO_HOME=usr/share/java/$pkgname
+    vmkdir ${_SERVIIO_HOME}
+
+    vmkdir usr/bin
+    vcopy bin ${_SERVIIO_HOME}
+    ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+
+    vcopy config ${_SERVIIO_HOME}
+
+    vcopy lib ${_SERVIIO_HOME}
+
+    vcopy library ${_SERVIIO_HOME}
+
+    vcopy plugins ${_SERVIIO_HOME}
+
+    vmkdir /var/log/${pkgname}
+    ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+
+    vsv ${pkgname}
+
+    vmkdir usr/share/applications
+    vcopy ${FILESDIR}/${pkgname}.desktop /usr/share/applications/
+
+    vmkdir usr/share/icons/hicolor/48x48/apps
+    vcopy ${FILESDIR}/${pkgname}.png /usr/share/icons/hicolor/48x48/apps
+
+    vlicense LICENCE.txt
+
+    vdoc README.txt
+    vdoc NOTICE.txt
+    vdoc RELEASE_NOTES.txt
+
+}

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

* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-07-03 19:34 ` pandom79
@ 2020-07-03 19:37 ` pandom79
  2020-07-04  6:42 ` pandom79
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-03 19:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From 800ae925c88e774e8dd208f7c99f6e998faec19d Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH] New package : serviio-2.1

---
 srcpkgs/serviio/files/serviio/run |  2 ++
 srcpkgs/serviio/template          | 50 +++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..65b47b5d541
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,50 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:serviio"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
+
+do_install() {
+
+    _SERVIIO_HOME=usr/share/java/$pkgname
+    vmkdir ${_SERVIIO_HOME}
+
+    vmkdir usr/bin
+    vcopy bin ${_SERVIIO_HOME}
+    ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+
+    vcopy config ${_SERVIIO_HOME}
+
+    vcopy lib ${_SERVIIO_HOME}
+
+    vcopy library ${_SERVIIO_HOME}
+
+    vcopy plugins ${_SERVIIO_HOME}
+
+    vmkdir /var/log/${pkgname}
+    ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+
+    vsv ${pkgname}
+
+    vmkdir usr/share/applications
+    vcopy ${FILESDIR}/${pkgname}.desktop /usr/share/applications/
+
+    vmkdir usr/share/icons/hicolor/48x48/apps
+    vcopy ${FILESDIR}/${pkgname}.png /usr/share/icons/hicolor/48x48/apps
+
+    vlicense LICENCE.txt
+
+    vdoc README.txt
+    vdoc NOTICE.txt
+    vdoc RELEASE_NOTES.txt
+
+}

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

* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-07-03 19:37 ` pandom79
@ 2020-07-04  6:42 ` pandom79
  2020-07-04  6:43 ` pandom79
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-04  6:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From 800ae925c88e774e8dd208f7c99f6e998faec19d Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH 1/2] New package : serviio-2.1

---
 srcpkgs/serviio/files/serviio/run |  2 ++
 srcpkgs/serviio/template          | 50 +++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..65b47b5d541
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,50 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:serviio"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
+
+do_install() {
+
+    _SERVIIO_HOME=usr/share/java/$pkgname
+    vmkdir ${_SERVIIO_HOME}
+
+    vmkdir usr/bin
+    vcopy bin ${_SERVIIO_HOME}
+    ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+
+    vcopy config ${_SERVIIO_HOME}
+
+    vcopy lib ${_SERVIIO_HOME}
+
+    vcopy library ${_SERVIIO_HOME}
+
+    vcopy plugins ${_SERVIIO_HOME}
+
+    vmkdir /var/log/${pkgname}
+    ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+
+    vsv ${pkgname}
+
+    vmkdir usr/share/applications
+    vcopy ${FILESDIR}/${pkgname}.desktop /usr/share/applications/
+
+    vmkdir usr/share/icons/hicolor/48x48/apps
+    vcopy ${FILESDIR}/${pkgname}.png /usr/share/icons/hicolor/48x48/apps
+
+    vlicense LICENCE.txt
+
+    vdoc README.txt
+    vdoc NOTICE.txt
+    vdoc RELEASE_NOTES.txt
+
+}

From 06b134f14c7ab8e614ebf447d5462098437350c9 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 4 Jul 2020 08:41:52 +0200
Subject: [PATCH 2/2] New package : serviio-2.1

---
 srcpkgs/serviio/template | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
index 65b47b5d541..dfd859edda3 100755
--- a/srcpkgs/serviio/template
+++ b/srcpkgs/serviio/template
@@ -35,12 +35,6 @@ do_install() {
 
     vsv ${pkgname}
 
-    vmkdir usr/share/applications
-    vcopy ${FILESDIR}/${pkgname}.desktop /usr/share/applications/
-
-    vmkdir usr/share/icons/hicolor/48x48/apps
-    vcopy ${FILESDIR}/${pkgname}.png /usr/share/icons/hicolor/48x48/apps
-
     vlicense LICENCE.txt
 
     vdoc README.txt

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

* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-07-04  6:42 ` pandom79
@ 2020-07-04  6:43 ` pandom79
  2020-07-04  8:19 ` pandom79
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-04  6:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From 7960ef94659df4605736a29612f20ba1732b4727 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH] New package : serviio-2.1

New package : serviio-2.1
---
 srcpkgs/serviio/files/serviio/run |  2 ++
 srcpkgs/serviio/template          | 44 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..dfd859edda3
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,44 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:serviio"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
+
+do_install() {
+
+    _SERVIIO_HOME=usr/share/java/$pkgname
+    vmkdir ${_SERVIIO_HOME}
+
+    vmkdir usr/bin
+    vcopy bin ${_SERVIIO_HOME}
+    ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+
+    vcopy config ${_SERVIIO_HOME}
+
+    vcopy lib ${_SERVIIO_HOME}
+
+    vcopy library ${_SERVIIO_HOME}
+
+    vcopy plugins ${_SERVIIO_HOME}
+
+    vmkdir /var/log/${pkgname}
+    ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+
+    vsv ${pkgname}
+
+    vlicense LICENCE.txt
+
+    vdoc README.txt
+    vdoc NOTICE.txt
+    vdoc RELEASE_NOTES.txt
+
+}

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

* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-07-04  6:43 ` pandom79
@ 2020-07-04  8:19 ` pandom79
  2020-07-04  8:20 ` pandom79
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-04  8:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From 7960ef94659df4605736a29612f20ba1732b4727 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH 1/2] New package : serviio-2.1

New package : serviio-2.1
---
 srcpkgs/serviio/files/serviio/run |  2 ++
 srcpkgs/serviio/template          | 44 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..dfd859edda3
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,44 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:serviio"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
+
+do_install() {
+
+    _SERVIIO_HOME=usr/share/java/$pkgname
+    vmkdir ${_SERVIIO_HOME}
+
+    vmkdir usr/bin
+    vcopy bin ${_SERVIIO_HOME}
+    ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+
+    vcopy config ${_SERVIIO_HOME}
+
+    vcopy lib ${_SERVIIO_HOME}
+
+    vcopy library ${_SERVIIO_HOME}
+
+    vcopy plugins ${_SERVIIO_HOME}
+
+    vmkdir /var/log/${pkgname}
+    ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+
+    vsv ${pkgname}
+
+    vlicense LICENCE.txt
+
+    vdoc README.txt
+    vdoc NOTICE.txt
+    vdoc RELEASE_NOTES.txt
+
+}

From 861cf4287899f7bbffd61831c4b75fc556d78f30 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 4 Jul 2020 10:18:51 +0200
Subject: [PATCH 2/2] New package : serviio-2.1

---
 srcpkgs/serviio/template | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
index dfd859edda3..ab5d59bac2f 100755
--- a/srcpkgs/serviio/template
+++ b/srcpkgs/serviio/template
@@ -15,30 +15,30 @@ make_dirs="/var/log/${pkgname} 0774 root wheel"
 
 do_install() {
 
-    _SERVIIO_HOME=usr/share/java/$pkgname
-    vmkdir ${_SERVIIO_HOME}
+_SERVIIO_HOME=usr/share/java/$pkgname
+vmkdir ${_SERVIIO_HOME}
 
-    vmkdir usr/bin
-    vcopy bin ${_SERVIIO_HOME}
-    ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+vmkdir usr/bin
+vcopy bin ${_SERVIIO_HOME}
+ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
 
-    vcopy config ${_SERVIIO_HOME}
+vcopy config ${_SERVIIO_HOME}
 
-    vcopy lib ${_SERVIIO_HOME}
+vcopy lib ${_SERVIIO_HOME}
 
-    vcopy library ${_SERVIIO_HOME}
+vcopy library ${_SERVIIO_HOME}
 
-    vcopy plugins ${_SERVIIO_HOME}
+vcopy plugins ${_SERVIIO_HOME}
 
-    vmkdir /var/log/${pkgname}
-    ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+vmkdir /var/log/${pkgname}
+ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
 
-    vsv ${pkgname}
+vsv ${pkgname}
 
-    vlicense LICENCE.txt
+vlicense LICENCE.txt
 
-    vdoc README.txt
-    vdoc NOTICE.txt
-    vdoc RELEASE_NOTES.txt
+vdoc README.txt
+vdoc NOTICE.txt
+vdoc RELEASE_NOTES.txt
 
 }

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

* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2020-07-04  8:19 ` pandom79
@ 2020-07-04  8:20 ` pandom79
  2020-07-04  8:23 ` pandom79
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-04  8:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From 7960ef94659df4605736a29612f20ba1732b4727 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH 1/2] New package : serviio-2.1

New package : serviio-2.1
---
 srcpkgs/serviio/files/serviio/run |  2 ++
 srcpkgs/serviio/template          | 44 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..dfd859edda3
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,44 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:serviio"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
+
+do_install() {
+
+    _SERVIIO_HOME=usr/share/java/$pkgname
+    vmkdir ${_SERVIIO_HOME}
+
+    vmkdir usr/bin
+    vcopy bin ${_SERVIIO_HOME}
+    ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+
+    vcopy config ${_SERVIIO_HOME}
+
+    vcopy lib ${_SERVIIO_HOME}
+
+    vcopy library ${_SERVIIO_HOME}
+
+    vcopy plugins ${_SERVIIO_HOME}
+
+    vmkdir /var/log/${pkgname}
+    ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+
+    vsv ${pkgname}
+
+    vlicense LICENCE.txt
+
+    vdoc README.txt
+    vdoc NOTICE.txt
+    vdoc RELEASE_NOTES.txt
+
+}

From 861cf4287899f7bbffd61831c4b75fc556d78f30 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 4 Jul 2020 10:18:51 +0200
Subject: [PATCH 2/2] New package : serviio-2.1

---
 srcpkgs/serviio/template | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
index dfd859edda3..ab5d59bac2f 100755
--- a/srcpkgs/serviio/template
+++ b/srcpkgs/serviio/template
@@ -15,30 +15,30 @@ make_dirs="/var/log/${pkgname} 0774 root wheel"
 
 do_install() {
 
-    _SERVIIO_HOME=usr/share/java/$pkgname
-    vmkdir ${_SERVIIO_HOME}
+_SERVIIO_HOME=usr/share/java/$pkgname
+vmkdir ${_SERVIIO_HOME}
 
-    vmkdir usr/bin
-    vcopy bin ${_SERVIIO_HOME}
-    ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+vmkdir usr/bin
+vcopy bin ${_SERVIIO_HOME}
+ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
 
-    vcopy config ${_SERVIIO_HOME}
+vcopy config ${_SERVIIO_HOME}
 
-    vcopy lib ${_SERVIIO_HOME}
+vcopy lib ${_SERVIIO_HOME}
 
-    vcopy library ${_SERVIIO_HOME}
+vcopy library ${_SERVIIO_HOME}
 
-    vcopy plugins ${_SERVIIO_HOME}
+vcopy plugins ${_SERVIIO_HOME}
 
-    vmkdir /var/log/${pkgname}
-    ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+vmkdir /var/log/${pkgname}
+ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
 
-    vsv ${pkgname}
+vsv ${pkgname}
 
-    vlicense LICENCE.txt
+vlicense LICENCE.txt
 
-    vdoc README.txt
-    vdoc NOTICE.txt
-    vdoc RELEASE_NOTES.txt
+vdoc README.txt
+vdoc NOTICE.txt
+vdoc RELEASE_NOTES.txt
 
 }

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

* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2020-07-04  8:20 ` pandom79
@ 2020-07-04  8:23 ` pandom79
  2020-07-04  8:41 ` pandom79
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-04  8:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From 46060427ab3445d35a1ba94fb5611dea7e47a0a6 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH] New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1
---
 srcpkgs/serviio/files/serviio/run |  2 ++
 srcpkgs/serviio/template          | 44 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..ab5d59bac2f
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,44 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:serviio"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
+
+do_install() {
+
+_SERVIIO_HOME=usr/share/java/$pkgname
+vmkdir ${_SERVIIO_HOME}
+
+vmkdir usr/bin
+vcopy bin ${_SERVIIO_HOME}
+ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+
+vcopy config ${_SERVIIO_HOME}
+
+vcopy lib ${_SERVIIO_HOME}
+
+vcopy library ${_SERVIIO_HOME}
+
+vcopy plugins ${_SERVIIO_HOME}
+
+vmkdir /var/log/${pkgname}
+ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+
+vsv ${pkgname}
+
+vlicense LICENCE.txt
+
+vdoc README.txt
+vdoc NOTICE.txt
+vdoc RELEASE_NOTES.txt
+
+}

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

* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2020-07-04  8:23 ` pandom79
@ 2020-07-04  8:41 ` pandom79
  2020-07-04  8:42 ` pandom79
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-04  8:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From 46060427ab3445d35a1ba94fb5611dea7e47a0a6 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH 1/2] New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1
---
 srcpkgs/serviio/files/serviio/run |  2 ++
 srcpkgs/serviio/template          | 44 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..ab5d59bac2f
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,44 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:serviio"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
+
+do_install() {
+
+_SERVIIO_HOME=usr/share/java/$pkgname
+vmkdir ${_SERVIIO_HOME}
+
+vmkdir usr/bin
+vcopy bin ${_SERVIIO_HOME}
+ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+
+vcopy config ${_SERVIIO_HOME}
+
+vcopy lib ${_SERVIIO_HOME}
+
+vcopy library ${_SERVIIO_HOME}
+
+vcopy plugins ${_SERVIIO_HOME}
+
+vmkdir /var/log/${pkgname}
+ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+
+vsv ${pkgname}
+
+vlicense LICENCE.txt
+
+vdoc README.txt
+vdoc NOTICE.txt
+vdoc RELEASE_NOTES.txt
+
+}

From e99e692b710076adede277886bd22d09295f46f3 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 4 Jul 2020 10:41:24 +0200
Subject: [PATCH 2/2] New package : serviio-2.1

---
 srcpkgs/serviio/template | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
index ab5d59bac2f..95a4e43f9fd 100755
--- a/srcpkgs/serviio/template
+++ b/srcpkgs/serviio/template
@@ -15,30 +15,30 @@ make_dirs="/var/log/${pkgname} 0774 root wheel"
 
 do_install() {
 
-_SERVIIO_HOME=usr/share/java/$pkgname
-vmkdir ${_SERVIIO_HOME}
+	_SERVIIO_HOME=usr/share/java/$pkgname
+	vmkdir  ${_SERVIIO_HOME}
 
-vmkdir usr/bin
-vcopy bin ${_SERVIIO_HOME}
-ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+	vmkdir  usr/bin
+	vcopy   bin ${_SERVIIO_HOME}
+	ln -s  /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
 
-vcopy config ${_SERVIIO_HOME}
+	vcopy config ${_SERVIIO_HOME}
 
-vcopy lib ${_SERVIIO_HOME}
+	vcopy lib ${_SERVIIO_HOME}
 
-vcopy library ${_SERVIIO_HOME}
+	vcopy library ${_SERVIIO_HOME}
 
-vcopy plugins ${_SERVIIO_HOME}
+	vcopy plugins ${_SERVIIO_HOME}
 
-vmkdir /var/log/${pkgname}
-ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+	vmkdir /var/log/${pkgname}
+	ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
 
-vsv ${pkgname}
+	vsv ${pkgname}
 
-vlicense LICENCE.txt
+	vlicense LICENCE.txt
 
-vdoc README.txt
-vdoc NOTICE.txt
-vdoc RELEASE_NOTES.txt
+	vdoc README.txt
+	vdoc NOTICE.txt
+	vdoc RELEASE_NOTES.txt
 
 }

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

* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2020-07-04  8:41 ` pandom79
@ 2020-07-04  8:42 ` pandom79
  2020-07-04  9:38 ` pandom79
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-04  8:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From 25a5276b506e7a28d082ad9cd281d2eb3c2f894a Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH] New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1
---
 srcpkgs/serviio/files/serviio/run |  2 ++
 srcpkgs/serviio/template          | 44 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..95a4e43f9fd
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,44 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:serviio"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
+
+do_install() {
+
+	_SERVIIO_HOME=usr/share/java/$pkgname
+	vmkdir  ${_SERVIIO_HOME}
+
+	vmkdir  usr/bin
+	vcopy   bin ${_SERVIIO_HOME}
+	ln -s  /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+
+	vcopy config ${_SERVIIO_HOME}
+
+	vcopy lib ${_SERVIIO_HOME}
+
+	vcopy library ${_SERVIIO_HOME}
+
+	vcopy plugins ${_SERVIIO_HOME}
+
+	vmkdir /var/log/${pkgname}
+	ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+
+	vsv ${pkgname}
+
+	vlicense LICENCE.txt
+
+	vdoc README.txt
+	vdoc NOTICE.txt
+	vdoc RELEASE_NOTES.txt
+
+}

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

* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
                   ` (10 preceding siblings ...)
  2020-07-04  8:42 ` pandom79
@ 2020-07-04  9:38 ` pandom79
  2020-07-04  9:58 ` pandom79
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-04  9:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From 25a5276b506e7a28d082ad9cd281d2eb3c2f894a Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH 1/2] New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1
---
 srcpkgs/serviio/files/serviio/run |  2 ++
 srcpkgs/serviio/template          | 44 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..95a4e43f9fd
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,44 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:serviio"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
+
+do_install() {
+
+	_SERVIIO_HOME=usr/share/java/$pkgname
+	vmkdir  ${_SERVIIO_HOME}
+
+	vmkdir  usr/bin
+	vcopy   bin ${_SERVIIO_HOME}
+	ln -s  /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+
+	vcopy config ${_SERVIIO_HOME}
+
+	vcopy lib ${_SERVIIO_HOME}
+
+	vcopy library ${_SERVIIO_HOME}
+
+	vcopy plugins ${_SERVIIO_HOME}
+
+	vmkdir /var/log/${pkgname}
+	ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+
+	vsv ${pkgname}
+
+	vlicense LICENCE.txt
+
+	vdoc README.txt
+	vdoc NOTICE.txt
+	vdoc RELEASE_NOTES.txt
+
+}

From c66672294fd09eb7bd716e7f30beea4b090f8c7e Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 4 Jul 2020 11:37:30 +0200
Subject: [PATCH 2/2] New package : serviio-2.1

---
 srcpkgs/serviio/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
index 95a4e43f9fd..c79b4aecebc 100755
--- a/srcpkgs/serviio/template
+++ b/srcpkgs/serviio/template
@@ -6,21 +6,21 @@ archs="x86_64"
 depends="openjdk11 ffmpeg"
 short_desc="Free DLNA media server"
 maintainer="Domenico Panella <pandom79@gmail.com>"
-license="custom:serviio"
+license="custom:Proprietary"
 homepage="http://www.serviio.org/"
 distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
 checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+repository=nonfree
 restricted=yes
 make_dirs="/var/log/${pkgname} 0774 root wheel"
 
 do_install() {
 
 	_SERVIIO_HOME=usr/share/java/$pkgname
-	vmkdir  ${_SERVIIO_HOME}
+	vmkdir ${_SERVIIO_HOME}
 
-	vmkdir  usr/bin
-	vcopy   bin ${_SERVIIO_HOME}
-	ln -s  /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+	vcopy bin ${_SERVIIO_HOME}
+	vbin bin/${pkgname}-console.sh ${pkgname}-console
 
 	vcopy config ${_SERVIIO_HOME}
 
@@ -30,7 +30,6 @@ do_install() {
 
 	vcopy plugins ${_SERVIIO_HOME}
 
-	vmkdir /var/log/${pkgname}
 	ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
 
 	vsv ${pkgname}

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

* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
                   ` (11 preceding siblings ...)
  2020-07-04  9:38 ` pandom79
@ 2020-07-04  9:58 ` pandom79
  2020-07-04 10:08 ` pandom79
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-04  9:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From 25a5276b506e7a28d082ad9cd281d2eb3c2f894a Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH 1/3] New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1
---
 srcpkgs/serviio/files/serviio/run |  2 ++
 srcpkgs/serviio/template          | 44 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..95a4e43f9fd
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,44 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:serviio"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
+
+do_install() {
+
+	_SERVIIO_HOME=usr/share/java/$pkgname
+	vmkdir  ${_SERVIIO_HOME}
+
+	vmkdir  usr/bin
+	vcopy   bin ${_SERVIIO_HOME}
+	ln -s  /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+
+	vcopy config ${_SERVIIO_HOME}
+
+	vcopy lib ${_SERVIIO_HOME}
+
+	vcopy library ${_SERVIIO_HOME}
+
+	vcopy plugins ${_SERVIIO_HOME}
+
+	vmkdir /var/log/${pkgname}
+	ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+
+	vsv ${pkgname}
+
+	vlicense LICENCE.txt
+
+	vdoc README.txt
+	vdoc NOTICE.txt
+	vdoc RELEASE_NOTES.txt
+
+}

From c66672294fd09eb7bd716e7f30beea4b090f8c7e Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 4 Jul 2020 11:37:30 +0200
Subject: [PATCH 2/3] New package : serviio-2.1

---
 srcpkgs/serviio/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
index 95a4e43f9fd..c79b4aecebc 100755
--- a/srcpkgs/serviio/template
+++ b/srcpkgs/serviio/template
@@ -6,21 +6,21 @@ archs="x86_64"
 depends="openjdk11 ffmpeg"
 short_desc="Free DLNA media server"
 maintainer="Domenico Panella <pandom79@gmail.com>"
-license="custom:serviio"
+license="custom:Proprietary"
 homepage="http://www.serviio.org/"
 distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
 checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+repository=nonfree
 restricted=yes
 make_dirs="/var/log/${pkgname} 0774 root wheel"
 
 do_install() {
 
 	_SERVIIO_HOME=usr/share/java/$pkgname
-	vmkdir  ${_SERVIIO_HOME}
+	vmkdir ${_SERVIIO_HOME}
 
-	vmkdir  usr/bin
-	vcopy   bin ${_SERVIIO_HOME}
-	ln -s  /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+	vcopy bin ${_SERVIIO_HOME}
+	vbin bin/${pkgname}-console.sh ${pkgname}-console
 
 	vcopy config ${_SERVIIO_HOME}
 
@@ -30,7 +30,6 @@ do_install() {
 
 	vcopy plugins ${_SERVIIO_HOME}
 
-	vmkdir /var/log/${pkgname}
 	ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
 
 	vsv ${pkgname}

From c6be18ee75d52fbebf616dc90664d8be7e9730c4 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Sat, 4 Jul 2020 11:58:08 +0200
Subject: [PATCH 3/3] New package : serviio-2.1

---
 srcpkgs/serviio/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
index c79b4aecebc..53cd3fc7da8 100755
--- a/srcpkgs/serviio/template
+++ b/srcpkgs/serviio/template
@@ -19,7 +19,8 @@ do_install() {
 	_SERVIIO_HOME=usr/share/java/$pkgname
 	vmkdir ${_SERVIIO_HOME}
 
-	vcopy bin ${_SERVIIO_HOME}
+	vmkdir ${_SERVIIO_HOME}/bin
+	vinstall bin/serviio.sh 0755 ${_SERVIIO_HOME}/bin/
 	vbin bin/${pkgname}-console.sh ${pkgname}-console
 
 	vcopy config ${_SERVIIO_HOME}

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

* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
                   ` (12 preceding siblings ...)
  2020-07-04  9:58 ` pandom79
@ 2020-07-04 10:08 ` pandom79
  2020-07-05 20:49 ` pandom79
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-04 10:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From dfe1fe36761f44979e54777b2c9c430105b5bc57 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH] New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1
---
 srcpkgs/serviio/files/serviio/run |  2 ++
 srcpkgs/serviio/template          | 44 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..53cd3fc7da8
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,44 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:Proprietary"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+repository=nonfree
+restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
+
+do_install() {
+
+	_SERVIIO_HOME=usr/share/java/$pkgname
+	vmkdir ${_SERVIIO_HOME}
+
+	vmkdir ${_SERVIIO_HOME}/bin
+	vinstall bin/serviio.sh 0755 ${_SERVIIO_HOME}/bin/
+	vbin bin/${pkgname}-console.sh ${pkgname}-console
+
+	vcopy config ${_SERVIIO_HOME}
+
+	vcopy lib ${_SERVIIO_HOME}
+
+	vcopy library ${_SERVIIO_HOME}
+
+	vcopy plugins ${_SERVIIO_HOME}
+
+	ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+
+	vsv ${pkgname}
+
+	vlicense LICENCE.txt
+
+	vdoc README.txt
+	vdoc NOTICE.txt
+	vdoc RELEASE_NOTES.txt
+
+}

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

* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
                   ` (13 preceding siblings ...)
  2020-07-04 10:08 ` pandom79
@ 2020-07-05 20:49 ` pandom79
  2020-07-05 20:50 ` pandom79
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-05 20:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From f2a640f667efad8112027b99c13566b70ed1a9fd Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH] New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1

New package : serviio-2.1
---
 srcpkgs/serviio/files/serviio/run |  2 ++
 srcpkgs/serviio/template          | 44 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..53cd3fc7da8
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,44 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:Proprietary"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+repository=nonfree
+restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
+
+do_install() {
+
+	_SERVIIO_HOME=usr/share/java/$pkgname
+	vmkdir ${_SERVIIO_HOME}
+
+	vmkdir ${_SERVIIO_HOME}/bin
+	vinstall bin/serviio.sh 0755 ${_SERVIIO_HOME}/bin/
+	vbin bin/${pkgname}-console.sh ${pkgname}-console
+
+	vcopy config ${_SERVIIO_HOME}
+
+	vcopy lib ${_SERVIIO_HOME}
+
+	vcopy library ${_SERVIIO_HOME}
+
+	vcopy plugins ${_SERVIIO_HOME}
+
+	ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+
+	vsv ${pkgname}
+
+	vlicense LICENCE.txt
+
+	vdoc README.txt
+	vdoc NOTICE.txt
+	vdoc RELEASE_NOTES.txt
+
+}

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

* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
                   ` (14 preceding siblings ...)
  2020-07-05 20:49 ` pandom79
@ 2020-07-05 20:50 ` pandom79
  2020-10-04 16:35 ` pandom79
  2020-10-10 17:55 ` [PR PATCH] [Closed]: " pandom79
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-05 20:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From 09c9f84dcfe34a811d13cf9fd6e01886e8fd2541 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH] New package : serviio-2.1

---
 srcpkgs/serviio/files/serviio/run |  2 ++
 srcpkgs/serviio/template          | 44 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..53cd3fc7da8
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,44 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:Proprietary"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+repository=nonfree
+restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
+
+do_install() {
+
+	_SERVIIO_HOME=usr/share/java/$pkgname
+	vmkdir ${_SERVIIO_HOME}
+
+	vmkdir ${_SERVIIO_HOME}/bin
+	vinstall bin/serviio.sh 0755 ${_SERVIIO_HOME}/bin/
+	vbin bin/${pkgname}-console.sh ${pkgname}-console
+
+	vcopy config ${_SERVIIO_HOME}
+
+	vcopy lib ${_SERVIIO_HOME}
+
+	vcopy library ${_SERVIIO_HOME}
+
+	vcopy plugins ${_SERVIIO_HOME}
+
+	ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
+
+	vsv ${pkgname}
+
+	vlicense LICENCE.txt
+
+	vdoc README.txt
+	vdoc NOTICE.txt
+	vdoc RELEASE_NOTES.txt
+
+}

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

* Re: New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
                   ` (15 preceding siblings ...)
  2020-07-05 20:50 ` pandom79
@ 2020-10-04 16:35 ` pandom79
  2020-10-10 17:55 ` [PR PATCH] [Closed]: " pandom79
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-10-04 16:35 UTC (permalink / raw)
  To: ml

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

New comment by pandom79 on void-packages repository

https://github.com/void-linux/void-packages/pull/23341#issuecomment-703281311

Comment:
News?

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

* Re: [PR PATCH] [Closed]: New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
                   ` (16 preceding siblings ...)
  2020-10-04 16:35 ` pandom79
@ 2020-10-10 17:55 ` pandom79
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-10-10 17:55 UTC (permalink / raw)
  To: ml

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

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

New package : serviio-2.1
https://github.com/void-linux/void-packages/pull/23341

Description:
Xlint hasn't get error. I marked as restricted.


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

* Re: [PR PATCH] [Updated] New package : serviio-2.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
@ 2020-07-03 19:29 ` pandom79
  2020-07-03 19:32 ` pandom79
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 18+ messages in thread
From: pandom79 @ 2020-07-03 19:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages serviio
https://github.com/void-linux/void-packages/pull/23341

New package : serviio-2.1
Xlint hasn't get error. I marked as restricted.


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

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

From 4363ece33064161e038f012139ab6bfdda5f770a Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Wed, 1 Jul 2020 16:27:31 +0200
Subject: [PATCH 1/4] New package : serviio-2.1

---
 srcpkgs/serviio/files/serviio.desktop |  11 ++++++
 srcpkgs/serviio/files/serviio.png     | Bin 0 -> 1779 bytes
 srcpkgs/serviio/files/serviio/run     |   2 ++
 srcpkgs/serviio/template              |  49 ++++++++++++++++++++++++++
 4 files changed, 62 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio.desktop
 create mode 100755 srcpkgs/serviio/files/serviio.png
 create mode 100755 srcpkgs/serviio/files/serviio/run
 create mode 100755 srcpkgs/serviio/template

diff --git a/srcpkgs/serviio/files/serviio.desktop b/srcpkgs/serviio/files/serviio.desktop
new file mode 100755
index 00000000000..7f770c724a4
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Serviio
+Comment[en]=Administration console of DLNA server
+Exec=serviio-console
+Categories=AudioVideo
+Icon=serviio
+Path=
+Terminal=false
+StartupNotify=false
diff --git a/srcpkgs/serviio/files/serviio.png b/srcpkgs/serviio/files/serviio.png
new file mode 100755
index 0000000000000000000000000000000000000000..f2eefad1fec30fbe679567960c7416c94b688519
GIT binary patch
literal 1779
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
V{{({A-R=MY002ovPDHLkV1j9hB?tfj

literal 0
HcmV?d00001

diff --git a/srcpkgs/serviio/files/serviio/run b/srcpkgs/serviio/files/serviio/run
new file mode 100755
index 00000000000..555e6e36135
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/share/java/serviio/bin/serviio.sh 2>&1
diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
new file mode 100755
index 00000000000..375e9a4b597
--- /dev/null
+++ b/srcpkgs/serviio/template
@@ -0,0 +1,49 @@
+# Template file for 'serviio'
+pkgname=serviio
+version=2.1
+revision=1
+archs="x86_64"
+depends="openjdk11 ffmpeg"
+short_desc="Free DLNA media server"
+maintainer="Domenico Panella <pandom79@gmail.com>"
+license="custom:serviio"
+homepage="http://www.serviio.org/"
+distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
+checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
+restricted=yes
+
+do_install() {
+
+_SERVIIO_HOME=usr/share/java/$pkgname
+vmkdir ${_SERVIIO_HOME}
+
+vmkdir usr/bin
+vcopy bin ${_SERVIIO_HOME}
+ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+
+vcopy config ${_SERVIIO_HOME}
+
+vcopy lib ${_SERVIIO_HOME}
+
+vcopy library ${_SERVIIO_HOME}
+
+vcopy plugins ${_SERVIIO_HOME}
+
+vmkdir var/log
+ln -s /${_SERVIIO_HOME}/log ${DESTDIR}/var/log/${pkgname}
+
+vsv ${pkgname}
+
+vmkdir usr/share/applications
+vcopy ${FILESDIR}/${pkgname}.desktop /usr/share/applications/
+
+vmkdir usr/share/icons/hicolor/48x48/apps
+vcopy ${FILESDIR}/${pkgname}.png /usr/share/icons/hicolor/48x48/apps
+
+vlicense LICENCE.txt
+
+vdoc README.txt
+vdoc NOTICE.txt
+vdoc RELEASE_NOTES.txt
+
+}

From 2b3d2cc06590dbb7b0ea334184eb9ebf326f0449 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Thu, 2 Jul 2020 15:11:17 +0200
Subject: [PATCH 2/4] New package : serviio-2.1

---
 srcpkgs/serviio/files/serviio.desktop |  11 -------
 srcpkgs/serviio/files/serviio.png     | Bin 1779 -> 0 bytes
 srcpkgs/serviio/template              |  41 +++++++++++++-------------
 3 files changed, 21 insertions(+), 31 deletions(-)
 delete mode 100755 srcpkgs/serviio/files/serviio.desktop
 delete mode 100755 srcpkgs/serviio/files/serviio.png

diff --git a/srcpkgs/serviio/files/serviio.desktop b/srcpkgs/serviio/files/serviio.desktop
deleted file mode 100755
index 7f770c724a4..00000000000
--- a/srcpkgs/serviio/files/serviio.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=Serviio
-Comment[en]=Administration console of DLNA server
-Exec=serviio-console
-Categories=AudioVideo
-Icon=serviio
-Path=
-Terminal=false
-StartupNotify=false
diff --git a/srcpkgs/serviio/files/serviio.png b/srcpkgs/serviio/files/serviio.png
deleted file mode 100755
index f2eefad1fec30fbe679567960c7416c94b688519..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 1779
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
V{{({A-R=MY002ovPDHLkV1j9hB?tfj

diff --git a/srcpkgs/serviio/template b/srcpkgs/serviio/template
index 375e9a4b597..65b47b5d541 100755
--- a/srcpkgs/serviio/template
+++ b/srcpkgs/serviio/template
@@ -11,39 +11,40 @@ homepage="http://www.serviio.org/"
 distfiles="http://download.serviio.org/releases/${pkgname}-${version}-linux.tar.gz"
 checksum=51748160b38e31ba54db1b11381d3d9d705852ed7757ad111e881327a16fb757
 restricted=yes
+make_dirs="/var/log/${pkgname} 0774 root wheel"
 
 do_install() {
 
-_SERVIIO_HOME=usr/share/java/$pkgname
-vmkdir ${_SERVIIO_HOME}
+    _SERVIIO_HOME=usr/share/java/$pkgname
+    vmkdir ${_SERVIIO_HOME}
 
-vmkdir usr/bin
-vcopy bin ${_SERVIIO_HOME}
-ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
+    vmkdir usr/bin
+    vcopy bin ${_SERVIIO_HOME}
+    ln -s /${_SERVIIO_HOME}/bin/${pkgname}-console.sh ${DESTDIR}/usr/bin/${pkgname}-console
 
-vcopy config ${_SERVIIO_HOME}
+    vcopy config ${_SERVIIO_HOME}
 
-vcopy lib ${_SERVIIO_HOME}
+    vcopy lib ${_SERVIIO_HOME}
 
-vcopy library ${_SERVIIO_HOME}
+    vcopy library ${_SERVIIO_HOME}
 
-vcopy plugins ${_SERVIIO_HOME}
+    vcopy plugins ${_SERVIIO_HOME}
 
-vmkdir var/log
-ln -s /${_SERVIIO_HOME}/log ${DESTDIR}/var/log/${pkgname}
+    vmkdir /var/log/${pkgname}
+    ln -s /var/log/${pkgname} ${DESTDIR}/${_SERVIIO_HOME}/log
 
-vsv ${pkgname}
+    vsv ${pkgname}
 
-vmkdir usr/share/applications
-vcopy ${FILESDIR}/${pkgname}.desktop /usr/share/applications/
+    vmkdir usr/share/applications
+    vcopy ${FILESDIR}/${pkgname}.desktop /usr/share/applications/
 
-vmkdir usr/share/icons/hicolor/48x48/apps
-vcopy ${FILESDIR}/${pkgname}.png /usr/share/icons/hicolor/48x48/apps
+    vmkdir usr/share/icons/hicolor/48x48/apps
+    vcopy ${FILESDIR}/${pkgname}.png /usr/share/icons/hicolor/48x48/apps
 
-vlicense LICENCE.txt
+    vlicense LICENCE.txt
 
-vdoc README.txt
-vdoc NOTICE.txt
-vdoc RELEASE_NOTES.txt
+    vdoc README.txt
+    vdoc NOTICE.txt
+    vdoc RELEASE_NOTES.txt
 
 }

From 6f898e27cebabe0a7ea0afa9e20fb42d584a44f1 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Fri, 3 Jul 2020 21:27:21 +0200
Subject: [PATCH 3/4] New package : serviio-2.1

---
 srcpkgs/serviio/files/serviio.desktop |  11 +++++++++++
 srcpkgs/serviio/files/serviio.png     | Bin 0 -> 1779 bytes
 2 files changed, 11 insertions(+)
 create mode 100755 srcpkgs/serviio/files/serviio.desktop
 create mode 100755 srcpkgs/serviio/files/serviio.png

diff --git a/srcpkgs/serviio/files/serviio.desktop b/srcpkgs/serviio/files/serviio.desktop
new file mode 100755
index 00000000000..7f770c724a4
--- /dev/null
+++ b/srcpkgs/serviio/files/serviio.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=Serviio
+Comment[en]=Administration console of DLNA server
+Exec=serviio-console
+Categories=AudioVideo
+Icon=serviio
+Path=
+Terminal=false
+StartupNotify=false
diff --git a/srcpkgs/serviio/files/serviio.png b/srcpkgs/serviio/files/serviio.png
new file mode 100755
index 0000000000000000000000000000000000000000..f2eefad1fec30fbe679567960c7416c94b688519
GIT binary patch
literal 1779
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
V{{({A-R=MY002ovPDHLkV1j9hB?tfj

literal 0
HcmV?d00001


From 9e388f602dc27db4b22582206adbfe62039c12b3 Mon Sep 17 00:00:00 2001
From: Domenico Panella <pandom79@gmail.com>
Date: Fri, 3 Jul 2020 21:29:09 +0200
Subject: [PATCH 4/4] New package : serviio-2.1

---
 srcpkgs/serviio/files/serviio.desktop |  11 -----------
 srcpkgs/serviio/files/serviio.png     | Bin 1779 -> 0 bytes
 2 files changed, 11 deletions(-)
 delete mode 100755 srcpkgs/serviio/files/serviio.desktop
 delete mode 100755 srcpkgs/serviio/files/serviio.png

diff --git a/srcpkgs/serviio/files/serviio.desktop b/srcpkgs/serviio/files/serviio.desktop
deleted file mode 100755
index 7f770c724a4..00000000000
--- a/srcpkgs/serviio/files/serviio.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=Serviio
-Comment[en]=Administration console of DLNA server
-Exec=serviio-console
-Categories=AudioVideo
-Icon=serviio
-Path=
-Terminal=false
-StartupNotify=false
diff --git a/srcpkgs/serviio/files/serviio.png b/srcpkgs/serviio/files/serviio.png
deleted file mode 100755
index f2eefad1fec30fbe679567960c7416c94b688519..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 1779
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
V{{({A-R=MY002ovPDHLkV1j9hB?tfj


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

end of thread, other threads:[~2020-10-10 17:55 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23341@inbox.vuxu.org>
2020-07-03 19:29 ` [PR PATCH] [Updated] New package : serviio-2.1 pandom79
2020-07-03 19:32 ` pandom79
2020-07-03 19:34 ` pandom79
2020-07-03 19:37 ` pandom79
2020-07-04  6:42 ` pandom79
2020-07-04  6:43 ` pandom79
2020-07-04  8:19 ` pandom79
2020-07-04  8:20 ` pandom79
2020-07-04  8:23 ` pandom79
2020-07-04  8:41 ` pandom79
2020-07-04  8:42 ` pandom79
2020-07-04  9:38 ` pandom79
2020-07-04  9:58 ` pandom79
2020-07-04 10:08 ` pandom79
2020-07-05 20:49 ` pandom79
2020-07-05 20:50 ` pandom79
2020-10-04 16:35 ` pandom79
2020-10-10 17:55 ` [PR PATCH] [Closed]: " pandom79

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