This request supersedes:
request 2203
(Show diff)
Overview
xt7-player-mpv.changes
Added
x
1
2
+-------------------------------------------------------------------
3
+Wed Oct 28 21:29:28 UTC 2015 - avvissu@yandex.ru
4
+
5
+- Initial release
6
+
7
xt7-player-mpv.spec
Added
126
1
2
+#
3
+# spec file for package xt7-player-mpv
4
+#
5
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
6
+#
7
+# All modifications and additions to the file contributed by third parties
8
+# remain the property of their copyright owners, unless otherwise agreed
9
+# upon. The license for this file, and modifications and additions to the
10
+# file, is the same license as for the pristine package itself (unless the
11
+# license for the pristine package is not an Open Source License, in which
12
+# case the license is the MIT License). An "Open Source License" is a
13
+# license that conforms to the Open Source Definition (Version 1.9)
14
+# published by the Open Source Initiative.
15
+
16
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
17
+#
18
+
19
+
20
+Name: xt7-player-mpv
21
+Version: 0.11.381
22
+Release: 0
23
+Summary: Qt/Gambas gui to mpv
24
+License: GPL-2.0+
25
+Group: Productivity/Multimedia/Video/Players
26
+Url: http://xt7-player.sourceforge.net/xt7forum/
27
+Source0: https://github.com/kokoko3k/xt7-player-mpv/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
28
+BuildRequires: desktop-file-utils
29
+BuildRequires: gambas3-devel >= 3.6.2
30
+BuildRequires: gambas3-gb-args
31
+BuildRequires: gambas3-gb-compress
32
+BuildRequires: gambas3-gb-db
33
+BuildRequires: gambas3-gb-db-form
34
+BuildRequires: gambas3-gb-dbus
35
+BuildRequires: gambas3-gb-desktop
36
+BuildRequires: gambas3-gb-form
37
+BuildRequires: gambas3-gb-form-dialog
38
+BuildRequires: gambas3-gb-form-mdi
39
+BuildRequires: gambas3-gb-form-stock
40
+BuildRequires: gambas3-gb-gui
41
+BuildRequires: gambas3-gb-image
42
+BuildRequires: gambas3-gb-image-imlib
43
+BuildRequires: gambas3-gb-image-io
44
+BuildRequires: gambas3-gb-net
45
+BuildRequires: gambas3-gb-net-curl
46
+BuildRequires: gambas3-gb-qt4
47
+BuildRequires: gambas3-gb-qt4-ext
48
+BuildRequires: gambas3-gb-settings
49
+BuildRequires: gambas3-gb-signal
50
+BuildRequires: gambas3-gb-util-web
51
+BuildRequires: gambas3-gb-web
52
+BuildRequires: gambas3-gb-xml
53
+BuildRequires: pkgconfig(taglib)
54
+BuildRequires: pkgconfig(taglib_c)
55
+# FIXME: Use %%requires_eq macro instead
56
+Requires: %(rpm -qf $(readlink -qne %{_libdir}/libtag.so) --qf '%{NAME} >= %{VERSION}')
57
+# FIXME: Use %%requires_eq macro instead
58
+Requires: %(rpm -qf $(readlink -qne %{_libdir}/libtag_c.so) --qf '%{NAME} >= %{VERSION}')
59
+Requires: ffmpeg
60
+Requires: gambas3-gb-args
61
+Requires: gambas3-gb-compress
62
+Requires: gambas3-gb-dbus
63
+Requires: gambas3-gb-desktop
64
+Requires: gambas3-gb-form
65
+Requires: gambas3-gb-form-dialog
66
+Requires: gambas3-gb-form-mdi
67
+Requires: gambas3-gb-form-stock
68
+Requires: gambas3-gb-geom
69
+Requires: gambas3-gb-gtk
70
+Requires: gambas3-gb-gui
71
+Requires: gambas3-gb-image
72
+Requires: gambas3-gb-net
73
+Requires: gambas3-gb-net-curl
74
+Requires: gambas3-gb-qt4
75
+Requires: gambas3-gb-qt4-ext
76
+Requires: gambas3-gb-settings
77
+Requires: gambas3-gb-signal
78
+Requires: gambas3-gb-util-web
79
+Requires: gambas3-gb-web
80
+Requires: gambas3-gb-xml
81
+Requires: gambas3-runtime >= 3.6.2
82
+Requires: mpv >= 0.11.0
83
+Requires: wget
84
+Requires: youtube-dl
85
+Recommends: dvb
86
+Recommends: dvbsnoop
87
+Recommends: python >= 2.7
88
+Recommends: xbindkeys
89
+Recommends: xdg-utils
90
+BuildArch: noarch
91
+
92
+%description
93
+Aims to be an (in)complete graphical interface to mpv, focused on
94
+usability. It also provides extra features like youtube and shoutcast
95
+integration, dvbt, media tagging, library and playlist managment and a lot
96
+more.
97
+
98
+%prep
99
+%setup -q
100
+
101
+%build
102
+gbc3 -e -a -g -t -p -m
103
+gba3
104
+
105
+%install
106
+install -Dm755 %{name}-%{version}.gambas %{buildroot}%{_bindir}/%{name}.gambas
107
+install -Dm0644 {./,%{buildroot}%{_datadir}/pixmaps/}%{name}.png
108
+install -Dm0644 {./,%{buildroot}%{_datadir}/applications/}%{name}.desktop
109
+install -Dm0644 {./,%{buildroot}%{_datadir}/appdata/}%{name}.appdata.xml
110
+
111
+%post
112
+%desktop_database_post
113
+
114
+%postun
115
+%desktop_database_postun
116
+
117
+%files
118
+%defattr(-,root,root)
119
+%doc COPYING CHANGELOG_GIT LICENSE*
120
+%{_bindir}/%{name}.gambas
121
+%{_datadir}/pixmaps/%{name}.png
122
+%{_datadir}/applications/%{name}.desktop
123
+%{_datadir}/appdata/%{name}*.xml
124
+
125
+%changelog
126
xt7-player-mpv-0.11.381.tar.gz
Added
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
awissu created request over 9 years ago
Build in pmbs: _link to gambas3 from Education
olh accepted request over 9 years ago