Overview
vclt-tools.changes
Added
x
1
2
+-------------------------------------------------------------------
3
+Tue Apr 30 13:34:19 UTC 2015 - avvissu@yandex.ru
4
+
5
+- Initial version
6
+
7
vclt-tools.spec
Added
76
1
2
+#
3
+# spec file for package vclt-tools
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: vclt-tools
21
+Version: 0.1.4
22
+Release: 0
23
+Summary: Collection of tools to create and manipulate VCLT playlists
24
+License: GPL-3.0+
25
+Group: Productivity/Multimedia/Sound/Utilities
26
+Url: http://roaraudio.keep-cool.org/
27
+Source: http://roaraudio.keep-cool.org/dl/%{name}-%{version}.tar.gz
28
+BuildRequires: perl
29
+BuildRequires: perl(Digest::SHA)
30
+BuildRequires: perl(Data::Dumper)
31
+BuildRequires: perl(MP3::Info)
32
+BuildRequires: perl(XML::Simple)
33
+Requires: oggz-tools
34
+Requires: perl(Digest::SHA)
35
+Requires: perl(Data::Dumper)
36
+Requires: perl(MP3::Info)
37
+Requires: perl(XML::Simple)
38
+Requires: vorbis-tools
39
+Recommends: flac
40
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
41
+BuildArch: noarch
42
+
43
+%description
44
+This package is a set of tools used to generate and manipulate VCLT
45
+playlists. VCLT playlists are playlists just like M3U or PLS with the
46
+difference that much more data about the entries is stored.
47
+
48
+The most important tool included is dir2vclt. It is used to generate a
49
+playlist based on a directory. The playlist will contain a entry for each
50
+media file in the directory.
51
+
52
+%prep
53
+%setup -q
54
+
55
+%build
56
+./configure --prefix /usr
57
+make %{?_smp_mflags}
58
+
59
+%install
60
+%make_install
61
+
62
+%files
63
+%defattr(-,root,root)
64
+%doc COPYING.gplv3 ChangeLog
65
+%defattr(-,root,root)
66
+%{_bindir}/dir2vclt
67
+%{_bindir}/metaflac2time
68
+%{_bindir}/mp32vclt
69
+%{_bindir}/xiph2vclt
70
+%{_mandir}/man?/dir2vclt.1.*
71
+%{_mandir}/man?/metaflac2time.1.*
72
+%{_mandir}/man?/mp32vclt.1.*
73
+%{_mandir}/man?/xiph2vclt.1.*
74
+
75
+%changelog
76
vclt-tools-0.1.4.tar.gz
Added
Refresh
Refresh
Login required, please
login
or
signup
in order to comment