We truncated the diff of some files because they were too big.
If you want to see the full diff for every file, click here.
Overview
Submit package home:Lazy_Kent:branches:Multimedia / flacon to package Multimedia / flacon
flacon.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Fri Aug 17 08:27:13 UTC 2012 - lazy.kent@opensuse.org
4
+
5
+- Update to 0.7.2.
6
+ * Fix. The program sometimes crashes when parsing incorrect CDDB
7
+ data.
8
+ * Fix. When bulk coding, the program could not create the
9
+ directories.
10
+ * Improved translations detection.
11
+
12
+-------------------------------------------------------------------
13
+Sat Aug 4 04:47:29 UTC 2012 - lazy.kent@opensuse.org
14
+
15
+- Update to 0.7.1.
16
+ * Fix in the Makefile.
17
+ * Simplified Chinese and Traditional Chinese translations.
18
+
19
+-------------------------------------------------------------------
20
+Fri Aug 3 14:34:01 UTC 2012 - lazy.kent@opensuse.org
21
+
22
+- Update to 0.7.0.
23
+ * Added automatic character set detection for CUE files.
24
+ * New translations.
25
+ * Flacon uses www.transifex.comt for the translation.
26
+- Split off language package.
27
+- Requires: python-chardet.
28
+- Add desktop_database_post/un macros.
29
+- Remove check for unsupported openSUSE versions.
30
+
31
+-------------------------------------------------------------------
32
Mon Feb 13 07:21:53 UTC 2012 - lazy.kent@opensuse.org
33
34
- Update to 0.6.1.
35
flacon.spec
Changed
78
1
2
# Please submit bugfixes or comments via http://bugs.opensuse.org/
3
#
4
5
+
6
Name: flacon
7
-Version: 0.6.1
8
+Version: 0.7.2
9
Release: 0
10
License: GPL-3.0+
11
Summary: Split Compressed Audio CD Image to Tracks
12
13
Requires: flac
14
Requires: lame
15
Requires: mac
16
+Requires: python-chardet
17
Requires: python-qt4
18
Requires: shntool
19
Requires: ttaenc
20
Requires: vorbis-tools
21
Requires: wavpack
22
+Recommends: %{name}-lang
23
Recommends: mp3gain
24
Recommends: vorbisgain
25
BuildRoot: %{_tmppath}/%{name}-%{version}-build
26
BuildArch: noarch
27
-%{py_requires}
28
+%py_requires
29
30
%description
31
Flacon extracts individual tracks from one big audio file containing
32
33
makes it possible to conveniently revise or specify tags both for all
34
tracks at once or for each tag separately.
35
36
+%lang_package
37
+
38
%prep
39
%setup -q
40
41
%build
42
make clean
43
-make %{?_smp_mflags}
44
+make
45
46
%install
47
%make_install
48
rm -f %{buildroot}%{_datadir}/%{name}/encoders/*_config_ui.py*
49
-%suse_update_desktop_file -r %{name} AudioVideo AudioVideoEditing
50
+%find_lang %{name} --with-qt
51
+%suse_update_desktop_file %{name}
52
53
-%if 0%{?suse_version} >= 1140
54
%post
55
+%desktop_database_post
56
%icon_theme_cache_post
57
58
%postun
59
+%desktop_database_postun
60
%icon_theme_cache_postun
61
-%endif
62
63
%files
64
%defattr(-,root,root,-)
65
%{_bindir}/%{name}
66
-%{_datadir}/%{name}
67
+%{_datadir}/%{name}/
68
+%exclude %{_datadir}/%{name}/translations/
69
%{_datadir}/applications/%{name}.desktop
70
%{_datadir}/icons/hicolor/*/*/%{name}.*
71
72
-%changelog
73
+%files lang -f %{name}.lang
74
+%defattr(-,root,root,-)
75
+%dir %{_datadir}/%{name}/translations/
76
77
+%changelog
78
flacon-0.6.1.tgz -> flacon-0.7.2.tgz
Changed
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
Lazy_Kent created request over 11 years ago
update to 0.7.2
seife accepted request over 12 years ago
looks good