commit beb0fdfe44017c03f543a0230cfe164205e8c1ab
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Aug 13 18:51:10 2016 +0200
fixed license type
- switched from git to stable release numbering
.gitignore | 1 +
sources | 1 +
vdr-plex.spec | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 63 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6250253 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/vdr-plugin-plex-0.4.0.tar.bz2
diff --git a/sources b/sources
index e69de29..6eeba96 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1ae7e4e2cd5229377e8885607f0ed412 vdr-plugin-plex-0.4.0.tar.bz2
diff --git a/vdr-plex.spec b/vdr-plex.spec
new file mode 100644
index 0000000..63d7fef
--- /dev/null
+++ b/vdr-plex.spec
@@ -0,0 +1,61 @@
+Name: vdr-plex
+Version: 0.4.0
+Release: 2%{?dist}
+Summary: A Plex Client for the VDR
+
+Group: Applications/Multimedia
+License: GPLv2
+URL:
http://projects.vdr-developer.org/projects/plg-plex
+SOURCE:
https://projects.vdr-developer.org/git/vdr-plugin-plex.git/snapshot/vdr-p...
+
+BuildRequires: vdr-devel >= 2.0.0
+BuildRequires: openssl-devel
+BuildRequires: xcb-util-wm-devel
+BuildRequires: xcb-util-image-devel
+BuildRequires: xcb-util-keysyms-devel
+BuildRequires: pcre-devel
+BuildRequires: poco-devel >= 1.7.3-5
+BuildRequires: libskindesignerapi-devel >= 1.1.4
+Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
+
+%description
+Plays Videos directly in the VDR, via softhddevice, full-featured not tested.
+Browse your plex media server, and play your media.
+Control via Plex for Android/IOS/Web, play, pause, stop, seeking
+Cast Vimeo, Youtube, Apple-Trailers, and many other Plexchannels to your VDR.
+
+%prep
+%setup -qn vdr-plugin-plex-%{version}
+
+%build
+make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC"
%{?_smp_mflags} all
+
+%install
+%make_install
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%doc README.md
+%license LICENSE
+%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
+
+%changelog
+* Fri Aug 12 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.4.0-2
+- fixed license type
+- switched from git to stable release numbering
+
+* Tue Jun 28 2016 Martin Gansser <martinkg(a)fedoraproject.org> -
0.4.0-1.20160626gitd005101
+- rebuild for new git version
+
+* Thu Mar 31 2016 Martin Gansser <martinkg(a)fedoraproject.org> -
0.3.0-1.20160330giteef71c6
+- rebuild for new git version
+
+* Mon Feb 22 2016 Martin Gansser <martinkg(a)fedoraproject.org> -
0.2.2-1.20160221git6b8c8ae
+- rebuild for new git version
+
+* Sat Jun 27 2015 Martin Gansser <martinkg(a)fedoraproject.org> -
0.1.4-1.20150627gitb6a8493
+- rebuild for new git version
+
+* Sat Feb 14 2015 Martin Gansser <martinkg(a)fedoraproject.org> -
0.0.1-1.20150213gite412257
+- Initial build