[vdr-vnsiserver] Initial import (#1097943).

Dr. Tilmann Bubeck bubeck at fedoraproject.org
Thu May 22 18:14:05 UTC 2014


commit 3997d37512d8080f7e51726ecdcf8b0676d867bb
Author: Dr. Tilmann Bubeck <tilmann at bubecks.de>
Date:   Thu May 22 20:13:26 2014 +0200

    Initial import (#1097943).

 .gitignore          |    1 +
 sources             |    1 +
 vdr-vnsiserver.spec |   58 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 60 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1b3b5b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/vdr-vnsiserver-7d4aa81.tar.gz
diff --git a/sources b/sources
index e69de29..0231960 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a9d77964e4f9277f1f7af4a4c4d038e2  vdr-vnsiserver-7d4aa81.tar.gz
diff --git a/vdr-vnsiserver.spec b/vdr-vnsiserver.spec
new file mode 100644
index 0000000..b4bf875
--- /dev/null
+++ b/vdr-vnsiserver.spec
@@ -0,0 +1,58 @@
+%global plugin_name     vnsiserver
+%global git_hash        7d4aa813cc54431151e9120f2080f00251e9cf48
+%global short_git_hash  %%(c=%%{git_hash}; echo ${c:0:7})
+
+Name:           vdr-vnsiserver
+Version:        1.1.0
+Release:        2%{?dist}
+Summary:        VDR plugin to handle XBMC clients via VNSI
+Group:          Applications/Multimedia
+License:        GPLv2+
+URL:            https://github.com/FernetMenta/vdr-plugin-vnsiserver
+
+Source:         https://github.com/FernetMenta/vdr-plugin-vnsiserver/archive/%{short_git_hash}/%{name}-%{short_git_hash}.tar.gz
+
+Requires:       vdr(abi)%{?_isa} = %{vdr_apiversion}
+Conflicts:      vdr-vnsiserver3
+BuildRequires:  vdr-devel >= 1.5.9
+
+%description
+VDR plugin to handle XBMC clients. It is needed to use XBMC as a frontend and
+VDR as a backend. With the plugin it is possible to get TV and PVR
+functionality from a VDR into a XBMC. It is able to handle several XBMC
+clients connecting via the VNSI add-on.
+
+In XBMC you need the PVR add-on "xbmc-pvr-vdr-vnsi" to connect XBMC
+with a VDR running this plugin.
+
+See http://wiki.xbmc.org/index.php?title=VDR for more information.
+
+%prep
+%setup -q -n vdr-plugin-vnsiserver-%{git_hash}
+
+%build
+make %{?_smp_mflags} CFLAGS="-fPIC %optflags" CXXFLAGS="-fPIC %{optflags}"
+
+%install
+%make_install
+install -dm 755 %{buildroot}%{vdr_configdir}/plugins/%{plugin_name}
+install -Dpm 644 %{plugin_name}/* %{buildroot}%{vdr_configdir}/plugins/%{plugin_name}/
+
+%files
+%doc COPYING 
+%doc HISTORY
+%doc README
+
+%dir %{vdr_configdir}/plugins/%{plugin_name}
+%config(noreplace) %{vdr_configdir}/plugins/%{plugin_name}/*
+%{vdr_plugindir}/libvdr-%{plugin_name}.so.%{vdr_apiversion}
+
+%changelog
+* Tue May 20 2014 Dr. Tilmann Bubeck <tilmann at bubecks.de> - 1.1.0-2
+- Added "Conflicts" to spec file
+
+* Mon May 19 2014 Dr. Tilmann Bubeck <tilmann at bubecks.de> - 1.1.0-1
+- Update to upstreams version 1.1.0, which uses VNSI protocol in
+  version 5 which is compatible with XBMC 13.
+- initial built for Fedora
+


More information about the scm-commits mailing list