Changes of Revision 12
xt7-player-mpv.changes
Changed
x
1
2
3
- Update to 0.24.392:
4
* see: /usr/share/doc/packages/xt7-player-mpv/CHANGELOG_GIT
5
+- Check list of dependencies
6
- Spec file cleanup
7
8
-------------------------------------------------------------------
9
xt7-player-mpv.spec
Changed
12
1
2
BuildRequires: pkgconfig
3
BuildRequires: pkgconfig(taglib)
4
BuildRequires: pkgconfig(taglib_c)
5
+# Check list of dependencies:
6
+Requires: mpv
7
+Requires: youtube-dl
8
+#
9
Requires: %(rpm -qf $(readlink -qne %{_libdir}/libtag.so) --qf '%{NAME} >= %{VERSION}')
10
Requires: %(rpm -qf $(readlink -qne %{_libdir}/libtag_c.so) --qf '%{NAME} >= %{VERSION}')
11
Requires: ffmpeg
12