[deadbeef-mpris2-plugin] Update to 1.13.
by Vasiliy Glazov
commit d7e0e8e534b2140e444f9f4dbd03db44ca069ad4
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Fri Aug 9 14:26:12 2019 +0300
Update to 1.13.
.gitignore | 1 +
deadbeef-mpris2-plugin.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b11c80..c6d9229 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/deadbeef-mpris2-plugin-1.10.tar.xz
/deadbeef-mpris2-plugin-1.11.tar.xz
/deadbeef-mpris2-plugin-1.12.tar.xz
+/deadbeef-mpris2-plugin-1.13.tar.xz
diff --git a/deadbeef-mpris2-plugin.spec b/deadbeef-mpris2-plugin.spec
index ab7ccb9..5ff67d8 100644
--- a/deadbeef-mpris2-plugin.spec
+++ b/deadbeef-mpris2-plugin.spec
@@ -1,6 +1,6 @@
Name: deadbeef-mpris2-plugin
-Version: 1.12
-Release: 2%{?dist}
+Version: 1.13
+Release: 1%{?dist}
Summary: MPRISv2 plugin for the DeaDBeeF music player
License: GPLv2+
@@ -40,11 +40,14 @@ rm %{buildroot}%{_libdir}/deadbeef/mpris.*a
%files
%doc README
-# %license LICENSE
+%license LICENSE
%{_libdir}/deadbeef/mpris.*
%changelog
+* Fri Aug 09 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> 1.13-1
+- Update to 1.13
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index 6eac480..3d35fdf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ee5d8f975b1432bc2056dfb8a105265 deadbeef-mpris2-plugin-1.12.tar.xz
+848323d88f9b781d6c6e6dbf9a4e04c8 deadbeef-mpris2-plugin-1.13.tar.xz
5 years, 3 months
[deadbeef] Update to 1.8.2.
by Vasiliy Glazov
commit 9965bf340c0e2caee35e66aac8ea2576fb1e88ad
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Fri Aug 9 14:22:10 2019 +0300
Update to 1.8.2.
.gitignore | 1 +
deadbeef.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2934999..1e3f9b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/373f55642b6b752bdca159ed621fcd732ce9063c
/1.8.0.tar.gz
/1.8.1.tar.gz
+/1.8.2.tar.gz
diff --git a/deadbeef.spec b/deadbeef.spec
index 822ba22..9336a61 100644
--- a/deadbeef.spec
+++ b/deadbeef.spec
@@ -2,8 +2,8 @@
%global build_ldflags %{build_ldflags} -flto
Name: deadbeef
-Version: 1.8.1
-Release: 2%{?dist}
+Version: 1.8.2
+Release: 1%{?dist}
Summary: An audio player for GNU/Linux
Summary(ru): Музыкальный проигрыватель для GNU/Linux
@@ -134,6 +134,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
+* Fri Aug 09 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 1.8.2-1
+- Update to 1.8.2
+
* Wed Aug 07 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1.8.1-2
- Rebuild for new ffmpeg version
diff --git a/sources b/sources
index 4c55fd8..d9b3eb4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29e38e140234402fc97f309c4b5e04d0 1.8.1.tar.gz
+e854a26b8d9e7eb8f8db8333d213655d 1.8.2.tar.gz
5 years, 3 months
[celluloid/el7] Initial commit.
by Vasiliy Glazov
Summary of changes:
bb4a3ca... Initial commit. (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[celluloid/el8] Initial commit.
by Vasiliy Glazov
Summary of changes:
bb4a3ca... Initial commit. (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[celluloid/f29] Initial commit.
by Vasiliy Glazov
Summary of changes:
bb4a3ca... Initial commit. (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[celluloid/f30] Initial commit.
by Vasiliy Glazov
Summary of changes:
bb4a3ca... Initial commit. (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months
[celluloid] Initial commit.
by Vasiliy Glazov
commit bb4a3ca825baa5c02bc9a48f334de79cfdd37709
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Fri Aug 9 12:27:29 2019 +0300
Initial commit.
.gitignore | 1 +
celluloid.spec | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 63 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..67f8c76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/celluloid-0.17.tar.xz
diff --git a/celluloid.spec b/celluloid.spec
new file mode 100644
index 0000000..535f774
--- /dev/null
+++ b/celluloid.spec
@@ -0,0 +1,61 @@
+Name: celluloid
+Version: 0.17
+Release: 1%{?dist}
+Summary: A simple GTK+ frontend for mpv
+
+License: GPLv3+
+URL: https://github.com/celluloid-player/celluloid
+Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz
+
+BuildRequires: gcc
+BuildRequires: desktop-file-utils
+BuildRequires: pkgconfig(egl)
+BuildRequires: pkgconfig(glib-2.0) >= 2.44
+BuildRequires: pkgconfig(gtk+-3.0) >= 3.18
+BuildRequires: intltool >= 0.40.6
+BuildRequires: libappstream-glib
+BuildRequires: pkgconfig(epoxy)
+BuildRequires: pkgconfig(mpv) >= 1.20
+Requires: youtube-dl >= 2016.03.06
+Requires: hicolor-icon-theme
+
+Provides: gnome-mpv = %{version}-%{release}
+Obsoletes: gnome-mpv < 0.17
+
+%description
+Celluloid (formerly GNOME MPV) is a simple GTK+ frontend for mpv.
+It aims to be easy to use while maintaining high level of configurability.
+
+%prep
+%autosetup
+
+%build
+%configure
+%make_build V=1
+
+%install
+%make_install
+
+%find_lang %{name}
+
+%check
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/io.github.celluloid_player.Celluloid.appdata.xml
+desktop-file-validate %{buildroot}%{_datadir}/applications/io.github.celluloid_player.Celluloid.desktop
+
+%files -f %{name}.lang
+%doc AUTHORS README.md
+%license COPYING
+%{_bindir}/%{name}
+%{_metainfodir}/io.github.celluloid_player.Celluloid.appdata.xml
+%{_datadir}/applications/io.github.celluloid_player.Celluloid.desktop
+%{_datadir}/dbus-1/services/io.github.celluloid_player.Celluloid.service
+%{_datadir}/glib-2.0/schemas/io.github.celluloid_player.Celluloid.gschema.xml
+# The old GSchema is left installed for settings migration.
+%{_datadir}/glib-2.0/schemas/io.github.GnomeMpv.gschema.xml
+%{_datadir}/icons/hicolor/*/apps/*.svg
+ %{_mandir}/man1/%{name}.1.*
+
+%changelog
+* Fri Aug 09 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.17-1
+- Update to 0.17
+- Renamed gnome-mpv to celluloid
diff --git a/sources b/sources
index e69de29..9acf912 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+142e6dd2142073f7a3eb093be565d558 celluloid-0.17.tar.xz
5 years, 3 months
[lives/f30] (2 commits) ...Release 3.0.0
by Antonio
Summary of changes:
d33ae19... Rebuild for new ffmpeg version (*)
aa90351... Release 3.0.0 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 3 months