/[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 305540 - (hide annotations) (download)
Sun Oct 14 17:40:05 2012 UTC (11 years, 6 months ago) by doktor5000
File size: 1991 byte(s)
-fix cover lookup caused by API change with patch from Archlinux
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 doktor5000 305540 Release: %mkrel 4
7 dmorgan 45295 License: GPLv3
8     Group: Sound
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 305540 %apply_patches
53 fwang 266898 %{__cp} %{SOURCE1} po/
54 dmorgan 45295
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