/[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 801688 - (show annotations) (download)
Sat Dec 6 00:48:07 2014 UTC (9 years, 4 months ago) by bcornec
File size: 2121 byte(s)
- Update to upstream 0.79

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.79
6 Release: %mkrel 1
7 License: GPLv3
8 Group: Sound/Editors and Converters
9 URL: http://kde.maniatek.com/audex/
10 Source0: http://kde.maniatek.com/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 Requires: kdebase4-runtime
15 BuildRequires: kdelibs4-devel
16 BuildRequires: phonon-devel
17 BuildRequires: libcdda-devel
18 BuildRequires: automoc4
19 BuildRequires: libkcddb-devel
20 BuildRequires: libkcompactdisc-devel
21 %define libkunittest %mklibname kunittest 4
22 %define libkdewebkit %mklibname kdewebkit 5
23 BuildRequires: %libkunittest
24 BuildRequires: %libkdewebkit
25
26 %description
27 audex is a new audio grabber tool for CD-ROM drives based on KDE 4.
28
29 Audex creates profiles for LAME, OGG Vorbis (oggenc), FLAC, FAAC (MP4/M4A/AAC) and RIFF WAVE. Please install your favorite encoder.
30 Of course for WAVE no external encoder is needed!
31 Beyond you can define custom profile, which means, that audex works together with commmand line encoders in general.
32
33 Some features are:
34 * Extracting with CDDA Paranoia. So you have quite perfect audio quality.
35 * Extracting and encoding run parallel.
36 * Filename editing with local and remote CDDB/FreeDB database.
37 * Metadata correction tools like capitalize etc.
38 * Multi-profile extraction (with one commandline-encoder per profile).
39 * Fetch covers from the internet and store them in the database.
40 * Create playlists, cover and template-based-info files in target directory.
41 * Creates extraction and encoding protocols.
42 * Transfer files with KDE KIO-Slaves.
43
44 %files -f %{name}.lang
45 %{_kde_bindir}/%{name}
46 %{_kde_datadir}/applications/kde4/%{name}*.desktop
47 %{_kde_datadir}/apps/solid/actions/%{name}*.desktop
48 %{_kde_datadir}/apps/%{name}
49 %{_kde_iconsdir}/hicolor/*/*/*.png
50
51 #--------------------------------------------------------------------
52
53 %prep
54 %setup -q
55 %patch0 -p0
56 %{__cp} %{SOURCE1} po/
57
58 %build
59 %cmake_kde4
60 %make
61
62 %install
63 %makeinstall_std -C build
64
65 %find_lang %{name} --with-html

  ViewVC Help
Powered by ViewVC 1.1.30