commit 0c32595b08311e51ef9e9296230ca2d157bfb941
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue May 15 16:21:05 2018 +0300
Initial added files.
.gitignore | 1 +
deadbeef-mpris2-plugin.spec | 50 +++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 52 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..741e594 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/deadbeef-mpris2-plugin-1.10.tar.xz
diff --git a/deadbeef-mpris2-plugin.spec b/deadbeef-mpris2-plugin.spec
new file mode 100644
index 0000000..ccaa9fc
--- /dev/null
+++ b/deadbeef-mpris2-plugin.spec
@@ -0,0 +1,50 @@
+Name: deadbeef-mpris2-plugin
+Version: 1.10
+Release: 1%{?dist}
+Summary: MPRISv2 plugin for the DeaDBeeF music player
+
+License: zlib
+URL:
https://github.com/Serranya/%{name}
+Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz
+
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: glib2-devel
+BuildRequires: deadbeef-devel
+
+Requires: deadbeef%{?_isa}
+
+%description
+This plugin aims to implement the MPRISv2 for DeaDBeeF.
+
+The original MPRIS plugin for DeaDBeef does not work anymore and seems
+to be orphaned. The original plugin supported MPRISv1 AND MPRISv2. This plugin
+will only support version two.
+
+%prep
+%autosetup -n deadbeef-%{version}
+
+
+%build
+%configure \
+ --disable-silent-rules \
+ --disable-static
+%{make_build}
+
+
+%install
+%{make_install}
+rm %{buildroot}%{_libdir}/deadbeef/mpris.*a
+
+
+%files
+%doc README
+%{_libdir}/deadbeef/mpris.*
+
+
+%changelog
+* Tue May 08 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.10-1
+- Update to latest release
+
+* Wed May 27 2015 Vasiliy N. Glazov <vascom2(a)gmail.com> 1.8-1
+- Initial release for fedora
diff --git a/sources b/sources
index e69de29..eba1fa3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4a60dd2beb18e4c557db92e1d21d508a deadbeef-mpris2-plugin-1.10.tar.xz