Overview

Request 2204 (accepted)

Build in pmbs: _link to gambas3 from Education

Submit package home:awissu:...:Multimedia / xt7-player-mpv to package Multimedia / xt7-player-mpv

xt7-player-mpv.changes Deleted
x
 
1
@@ -1,5 +0,0 @@
2
--------------------------------------------------------------------
3
-Wed Oct 28 21:29:28 UTC 2015 - avvissu@yandex.ru
4
-
5
-- Initial release
6
-
7
xt7-player-mpv.spec Deleted
135
 
1
@@ -1,133 +0,0 @@
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
-%if 0%{?suse_version} >= 1320
21
-%define appdata 1
22
-%endif
23
-Name:           xt7-player-mpv
24
-Version:        0.11.381
25
-Release:        0
26
-Summary:        Qt/Gambas gui to mpv
27
-License:        GPL-2.0+
28
-Group:          Productivity/Multimedia/Video/Players
29
-Url:            http://xt7-player.sourceforge.net/xt7forum/
30
-Source0:        https://github.com/kokoko3k/xt7-player-mpv/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
31
-BuildRequires:  desktop-file-utils
32
-BuildRequires:  gambas3-devel >= 3.6.2
33
-BuildRequires:  gambas3-gb-args
34
-BuildRequires:  gambas3-gb-compress
35
-BuildRequires:  gambas3-gb-db
36
-BuildRequires:  gambas3-gb-db-form
37
-BuildRequires:  gambas3-gb-dbus
38
-BuildRequires:  gambas3-gb-desktop
39
-BuildRequires:  gambas3-gb-form
40
-BuildRequires:  gambas3-gb-form-dialog
41
-BuildRequires:  gambas3-gb-form-mdi
42
-BuildRequires:  gambas3-gb-form-stock
43
-BuildRequires:  gambas3-gb-gui
44
-BuildRequires:  gambas3-gb-image
45
-BuildRequires:  gambas3-gb-image-imlib
46
-BuildRequires:  gambas3-gb-image-io
47
-BuildRequires:  gambas3-gb-net
48
-BuildRequires:  gambas3-gb-net-curl
49
-BuildRequires:  gambas3-gb-qt4
50
-BuildRequires:  gambas3-gb-qt4-ext
51
-BuildRequires:  gambas3-gb-settings
52
-BuildRequires:  gambas3-gb-signal
53
-BuildRequires:  gambas3-gb-util-web
54
-BuildRequires:  gambas3-gb-web
55
-BuildRequires:  gambas3-gb-xml
56
-BuildRequires:  pkgconfig(taglib)
57
-BuildRequires:  pkgconfig(taglib_c)
58
-%if 0%{?appdata}
59
-BuildRequires:  appstream-glib
60
-%endif
61
-# FIXME: Use %%requires_eq macro instead
62
-Requires:       %(rpm -qf $(readlink -qne %{_libdir}/libtag.so) --qf '%{NAME} >= %{VERSION}')
63
-# FIXME: Use %%requires_eq macro instead
64
-Requires:       %(rpm -qf $(readlink -qne %{_libdir}/libtag_c.so) --qf '%{NAME} >= %{VERSION}')
65
-Requires:       ffmpeg
66
-Requires:       gambas3-gb-args
67
-Requires:       gambas3-gb-compress
68
-Requires:       gambas3-gb-dbus
69
-Requires:       gambas3-gb-desktop
70
-Requires:       gambas3-gb-form
71
-Requires:       gambas3-gb-form-dialog
72
-Requires:       gambas3-gb-form-mdi
73
-Requires:       gambas3-gb-form-stock
74
-Requires:       gambas3-gb-geom
75
-Requires:       gambas3-gb-gtk
76
-Requires:       gambas3-gb-gui
77
-Requires:       gambas3-gb-image
78
-Requires:       gambas3-gb-net
79
-Requires:       gambas3-gb-net-curl
80
-Requires:       gambas3-gb-qt4
81
-Requires:       gambas3-gb-qt4-ext
82
-Requires:       gambas3-gb-settings
83
-Requires:       gambas3-gb-signal
84
-Requires:       gambas3-gb-util-web
85
-Requires:       gambas3-gb-web
86
-Requires:       gambas3-gb-xml
87
-Requires:       gambas3-runtime >= 3.6.2
88
-Requires:       mpv >= 0.11.0
89
-Requires:       wget
90
-Requires:       youtube-dl
91
-Recommends:     dvb
92
-Recommends:     dvbsnoop
93
-Recommends:     python >= 2.7
94
-Recommends:     xbindkeys
95
-Recommends:     xdg-utils
96
-BuildArch:      noarch
97
-
98
-%description
99
-Aims to be an (in)complete graphical interface to mpv, focused on
100
-usability. It also provides extra features like youtube and shoutcast
101
-integration, dvbt, media tagging, library and playlist managment and a lot
102
-more.
103
-
104
-%prep
105
-%setup -q
106
-
107
-%build
108
-gbc3 -e -a -g -t -p -m
109
-gba3
110
-
111
-%install
112
-install -Dm755 %{name}-%{version}.gambas %{buildroot}%{_bindir}/%{name}.gambas
113
-install -Dm0644 {./,%{buildroot}%{_datadir}/pixmaps/}%{name}.png
114
-install -Dm0644 {./,%{buildroot}%{_datadir}/applications/}%{name}.desktop
115
-install -Dm0644 {./,%{buildroot}%{_datadir}/appdata/}%{name}.appdata.xml
116
-%if 0%{?appdata}
117
-appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
118
-%endif
119
-
120
-%post
121
-%desktop_database_post
122
-
123
-%postun
124
-%desktop_database_postun
125
-
126
-%files
127
-%defattr(-,root,root)
128
-%doc COPYING CHANGELOG_GIT LICENSE*
129
-%{_bindir}/%{name}.gambas
130
-%{_datadir}/pixmaps/%{name}.png
131
-%{_datadir}/applications/%{name}.desktop
132
-%{_datadir}/appdata/%{name}*.xml
133
-
134
-%changelog
135
xt7-player-mpv-0.11.381.tar.gz Deleted
Refresh
Refresh
Request History
Aliaksei Padvalski's avatar

awissu created request over 9 years ago

Build in pmbs: _link to gambas3 from Education


Olaf Hering's avatar

olh accepted request over 9 years ago