/[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 502966 - (show annotations) (download)
Thu Oct 17 22:48:05 2013 UTC (10 years, 6 months ago) by umeabot
File size: 2023 byte(s)
Mageia 4 Mass Rebuild
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 7
7 License: GPLv3
8 Group: Sound/Editors and Converters
9 URL: http://kde.maniatek.com/audex/
10 Source0: http://opensource.maniatek.de/audex/files/%{name}-%{version}.tar.xz
11 Source1: fr.po
12 Patch0: audex-0.74-gcc.patch
13 # fixes cover lookup, grabbed from https://bugs.archlinux.org/task/25193
14 Patch1: google_regex.patch
15 Requires: kdebase4-runtime
16 BuildRequires: kdelibs4-devel
17 BuildRequires: phonon-devel
18 BuildRequires: libcdda-devel
19 BuildRequires: automoc4
20 BuildRequires: libkcddb-devel
21 BuildRequires: libkcompactdisc-devel
22
23 %description
24 audex is a new audio grabber tool for CD-ROM drives based on KDE 4.
25
26 Audex creates profiles for LAME, OGG Vorbis (oggenc), FLAC, FAAC (MP4/M4A/AAC) and RIFF WAVE. Please install your favorite encoder.
27 Of course for WAVE no external encoder is needed!
28 Beyond you can define custom profile, which means, that audex works together with commmand line encoders in general.
29
30 Some features are:
31 * Extracting with CDDA Paranoia. So you have quite perfect audio quality.
32 * Extracting and encoding run parallel.
33 * Filename editing with local and remote CDDB/FreeDB database.
34 * Metadata correction tools like capitalize etc.
35 * Multi-profile extraction (with one commandline-encoder per profile).
36 * Fetch covers from the internet and store them in the database.
37 * Create playlists, cover and template-based-info files in target directory.
38 * Creates extraction and encoding protocols.
39 * Transfer files with KDE KIO-Slaves.
40
41 %files -f %{name}.lang
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_iconsdir}/hicolor/*/*/*.png
47
48 #--------------------------------------------------------------------
49
50 %prep
51 %setup -q
52 %patch0 -p0
53 %patch1 -p1
54 %{__cp} %{SOURCE1} po/
55
56 %build
57 %cmake_kde4
58 %make
59
60 %install
61 %makeinstall_std -C build
62
63 %find_lang %{name} --with-html

  ViewVC Help
Powered by ViewVC 1.1.30