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:32 ` pandom79
  2020-07-03 19:34 ` pandom79
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 17+ 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] 17+ 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:32 ` [PR PATCH] [Updated] New package : serviio-2.1 pandom79
@ 2020-07-03 19:34 ` pandom79
  2020-07-03 19:37 ` pandom79
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 17+ 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] 17+ 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:32 ` [PR PATCH] [Updated] New package : serviio-2.1 pandom79
  2020-07-03 19:34 ` pandom79
@ 2020-07-03 19:37 ` pandom79
  2020-07-04  6:42 ` pandom79
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 17+ 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] 17+ 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:37 ` pandom79
@ 2020-07-04  6:42 ` pandom79
  2020-07-04  6:43 ` pandom79
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 17+ 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] 17+ 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-04  6:42 ` pandom79
@ 2020-07-04  6:43 ` pandom79
  2020-07-04  8:19 ` pandom79
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 17+ 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] 17+ 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:43 ` pandom79
@ 2020-07-04  8:19 ` pandom79
  2020-07-04  8:20 ` pandom79
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 17+ 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] 17+ 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  8:19 ` pandom79
@ 2020-07-04  8:20 ` pandom79
  2020-07-04  8:23 ` pandom79
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 17+ 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] 17+ 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:20 ` pandom79
@ 2020-07-04  8:23 ` pandom79
  2020-07-04  8:41 ` pandom79
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 17+ 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] 17+ 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:23 ` pandom79
@ 2020-07-04  8:41 ` pandom79
  2020-07-04  8:42 ` pandom79
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 17+ 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] 17+ 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:41 ` pandom79
@ 2020-07-04  8:42 ` pandom79
  2020-07-04  9:38 ` pandom79
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 17+ 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] 17+ 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:42 ` pandom79
@ 2020-07-04  9:38 ` pandom79
  2020-07-04  9:58 ` pandom79
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 17+ 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] 17+ 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  9:38 ` pandom79
@ 2020-07-04  9:58 ` pandom79
  2020-07-04 10:08 ` pandom79
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 17+ 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] 17+ 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:58 ` pandom79
@ 2020-07-04 10:08 ` pandom79
  2020-07-05 20:49 ` pandom79
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 17+ 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] 17+ 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 10:08 ` pandom79
@ 2020-07-05 20:49 ` pandom79
  2020-07-05 20:50 ` pandom79
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 17+ 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] 17+ 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-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
  16 siblings, 0 replies; 17+ 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] 17+ 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>
                   ` (14 preceding siblings ...)
  2020-07-05 20:50 ` pandom79
@ 2020-10-04 16:35 ` pandom79
  2020-10-10 17:55 ` [PR PATCH] [Closed]: " pandom79
  16 siblings, 0 replies; 17+ 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] 17+ 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>
                   ` (15 preceding siblings ...)
  2020-10-04 16:35 ` pandom79
@ 2020-10-10 17:55 ` pandom79
  16 siblings, 0 replies; 17+ 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] 17+ messages in thread

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

Thread overview: 17+ 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:32 ` [PR PATCH] [Updated] New package : serviio-2.1 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).