[vdr-mpv] Update to 0.0.4

Martin Gansser martinkg at rpmfusion.org
Fri Jul 8 23:20:27 CEST 2016


commit 42720633354cd1257ad7d34cd3fd1950eaa94516
Author: Martin Gansser <mgansser at alice.de>
Date:   Fri Jul 8 23:20:17 2016 +0200

    Update to 0.0.4

 .gitignore   |  1 +
 sources      |  1 +
 vdr-mpv.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 47 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3cc976c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/vdr-plugin-mpv-0.0.4.tar.bz2
diff --git a/sources b/sources
index e69de29..3d69c97 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+75e740d1559bc5e06845971d880e8371  vdr-plugin-mpv-0.0.4.tar.bz2
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
new file mode 100644
index 0000000..c04fc15
--- /dev/null
+++ b/vdr-mpv.spec
@@ -0,0 +1,45 @@
+%global pname   mpv
+
+Name:           vdr-%{pname}
+Version:        0.0.4
+Release:        1%{?dist}
+Summary:        A mpv player plugin for VDR
+Group:          Applications/Multimedia
+License:        AGPLv3+
+URL:            http://projects.vdr-developer.org/projects/plg-mpv
+Source0:        http://projects.vdr-developer.org/git/vdr-plugin-mpv.git/snapshot/vdr-plugin-mpv-%{version}.tar.bz2 
+
+BuildRequires:  vdr-devel >= 2.0.0
+BuildRequires:  libmpv-devel >= 0.9.2
+BuildRequires:  libxcb-devel
+BuildRequires:  xcb-util-image-devel
+BuildRequires:  xcb-util-keysyms-devel
+BuildRequires:  xcb-util-wm-devel
+Requires:       vdr(abi)%{?_isa} = %{vdr_apiversion}
+Requires:       lxrandr
+
+%description 
+A mpv player plugin for VDR
+
+%prep
+%setup -qn vdr-plugin-%{pname}-%{version}
+
+%build
+make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
+
+%install
+%make_install
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%doc README*
+%license AGPL-3.0
+%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
+
+%changelog
+* Tue Jun 30 2015 Martin Gansser <martinkg at fedoraproject.org> - 0.0.4-1
+- Update to 0.0.4
+
+* Tue Jun 09 2015 Martin Gansser <martinkg at fedoraproject.org> - 0.0.2-1
+- initial build


More information about the rpmfusion-commits mailing list