We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2e84d commit ea593c3Copy full SHA for ea593c3
rpm/org.meecast.mpvqml.spec
@@ -1,7 +1,7 @@
1
%define __requires_exclude ^.*Qt_5_PRIVATE_API.*$
2
Name: org.meecast.mpvqml
3
Summary: Mpv with Qml
4
-Version: 0.1
+Version: 0.2
5
Release: 1
6
License: GPL-2.0
7
URL: https://meecast.org
@@ -34,3 +34,12 @@ sed -i "s/ -pie//" Makefile
34
%{_datadir}/%{name}
35
%{_datadir}/applications/%{name}.desktop
36
%{_datadir}/icons/hicolor/*/apps/%{name}.png
37
+
38
+%changelog
39
+* Tue Apr 29 2025 Vlad Vasilyeu <vasvlad@gmail.com> - 0.2-1
40
+- Added main view
41
+- Added save position setting
42
+- Added buttons forward and back 10 seconds
43
+- Added URL source for play video
44
45
0 commit comments