/[packages]/cauldron/audex/current/SPECS/audex.spec
ViewVC logotype

Contents of /cauldron/audex/current/SPECS/audex.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 45299 - (show annotations) (download)
Mon Jan 31 15:33:32 2011 UTC (13 years, 2 months ago) by dmorgan
File size: 2069 byte(s)
New version
1 %define iconname %{name}.png
2
3 Summary: Audio grabber tool for CD-ROM drives based on KDE 4
4 Name: audex
5 Version: 0.74b1
6 Release: %mkrel 1
7 License: GPLv3
8 Group: Sound
9 URL: http://kde.maniatek.com/audex/
10 Source0: http://opensource.maniatek.de/audex/files/%{name}-%{version}.tar.xz
11 Source1: fr.po
12 Requires: kdebase4-runtime
13 Requires(post): desktop-file-utils
14 Requires(postun): desktop-file-utils
15 BuildRequires: kdelibs4-devel
16 BuildRequires: phonon-devel
17 BuildRequires: libcdda-devel
18 BuildRequires: automoc4
19 BuildRequires: kdemultimedia4-devel
20 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
21
22 %description
23 audex is a new audio grabber tool for CD-ROM drives based on KDE 4.
24
25 Audex creates profiles for LAME, OGG Vorbis (oggenc), FLAC, FAAC (MP4/M4A/AAC) and RIFF WAVE. Please install your favorite encoder.
26 Of course for WAVE no external encoder is needed!
27 Beyond you can define custom profile, which means, that audex works together with commmand line encoders in general.
28
29 Some features are:
30 * Extracting with CDDA Paranoia. So you have quite perfect audio quality.
31 * Extracting and encoding run parallel.
32 * Filename editing with local and remote CDDB/FreeDB database.
33 * Metadata correction tools like capitalize etc.
34 * Multi-profile extraction (with one commandline-encoder per profile).
35 * Fetch covers from the internet and store them in the database.
36 * Create playlists, cover and template-based-info files in target directory.
37 * Creates extraction and encoding protocols.
38 * Transfer files with KDE KIO-Slaves.
39
40 %files -f %{name}.lang
41 %defattr (-,root,root)
42 %{_kde_bindir}/%{name}
43 %{_kde_datadir}/applications/kde4/%{name}*.desktop
44 %{_kde_datadir}/apps/solid/actions/%{name}*.desktop
45 %{_kde_datadir}/apps/%{name}
46 %{_kde_datadir}/locale/*/LC_MESSAGES/%{name}.mo
47 %{_kde_iconsdir}/hicolor/*/*/*.png
48
49 #--------------------------------------------------------------------
50
51 %prep
52 %setup -q -n %name
53 %{__cp} %{SOURCE1} po
54
55 %build
56 %cmake_kde4
57 %make
58
59 %install
60 rm -rf %{buildroot}
61
62 %makeinstall_std -C build
63
64 %find_lang %{name} --with-html
65
66 %clean
67 rm -rf %{buildroot}
68
69

  ViewVC Help
Powered by ViewVC 1.1.30