/[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 661823 - (show annotations) (download)
Mon Aug 11 20:45:55 2014 UTC (9 years, 8 months ago) by bcornec
File size: 1975 byte(s)
- Updated to upstream 0.78

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.78
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
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 %{_kde_bindir}/%{name}
42 %{_kde_datadir}/applications/kde4/%{name}*.desktop
43 %{_kde_datadir}/apps/solid/actions/%{name}*.desktop
44 %{_kde_datadir}/apps/%{name}
45 %{_kde_iconsdir}/hicolor/*/*/*.png
46
47 #--------------------------------------------------------------------
48
49 %prep
50 %setup -q
51 %patch0 -p0
52 %{__cp} %{SOURCE1} po/
53
54 %build
55 %cmake_kde4
56 %make
57
58 %install
59 %makeinstall_std -C build
60
61 %find_lang %{name} --with-html

  ViewVC Help
Powered by ViewVC 1.1.30