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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389214 - (hide annotations) (download)
Thu Jan 17 21:30:27 2013 UTC (11 years, 3 months ago) by pterjan
File size: 2023 byte(s)
oops
1 dmorgan 45295 %define iconname %{name}.png
2    
3     Summary: Audio grabber tool for CD-ROM drives based on KDE 4
4     Name: audex
5 dmorgan 45299 Version: 0.74b1
6 umeabot 346579 Release: %mkrel 6
7 dmorgan 45295 License: GPLv3
8 fwang 307471 Group: Sound/Editors and Converters
9 dmorgan 45299 URL: http://kde.maniatek.com/audex/
10     Source0: http://opensource.maniatek.de/audex/files/%{name}-%{version}.tar.xz
11     Source1: fr.po
12 fwang 266898 Patch0: audex-0.74-gcc.patch
13 doktor5000 305540 # fixes cover lookup, grabbed from https://bugs.archlinux.org/task/25193
14     Patch1: google_regex.patch
15 dmorgan 45295 Requires: kdebase4-runtime
16     BuildRequires: kdelibs4-devel
17     BuildRequires: phonon-devel
18     BuildRequires: libcdda-devel
19     BuildRequires: automoc4
20 fwang 266887 BuildRequires: libkcddb-devel
21     BuildRequires: libkcompactdisc-devel
22 dmorgan 45295
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 dmorgan 45305 %setup -q
52 doktor5000 305560 %patch0 -p0
53     %patch1 -p1
54 fwang 266898 %{__cp} %{SOURCE1} po/
55 dmorgan 45295
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