/[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 305542 - (show annotations) (download)
Sun Oct 14 17:45:17 2012 UTC (11 years, 6 months ago) by doktor5000
File size: 2014 byte(s)
-fix group (SILENT)
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 4
7 License: GPLv3
8 Group: Sound/Editors and Convertors
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 %apply_patches
53 %{__cp} %{SOURCE1} po/
54
55 %build
56 %cmake_kde4
57 %make
58
59 %install
60 %makeinstall_std -C build
61
62 %find_lang %{name} --with-html

  ViewVC Help
Powered by ViewVC 1.1.30