]> git.pld-linux.org Git - packages/cantus.git/blob - cantus.spec
- cleanups
[packages/cantus.git] / cantus.spec
1 Summary:        A GUI tool to rename and tag mp3 and ogg/vorbis files
2 Summary(pl):    Graficzne narzêdzie do zmiany nazw i znaczników plików mp3 i ogg/vorbis
3 Name:           cantus
4 Version:        1.05
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Sound
8 # http://software.manicsadness.com/dlcounter.php?id=16&file=%{name}-%{version}-1.tar.gz
9 Source0:        %{name}-%{version}-1.tar.gz
10 # Source0-md5:  8f3166d2801e514e00e7c650412261ef
11 URL:            http://software.manicsadness.com/cantus/
12 BuildRequires:  autoconf
13 BuildRequires:  gnome-libs-devel >= 1.2.8
14 BuildRequires:  gtk+-devel >= 1.2.3
15 BuildRequires:  libogg-devel
16 BuildRequires:  libvorbis-devel
17 Requires:       gnome-libs >= 1.2.8
18 Requires:       gtk+ >= 1.2.3
19 Obsoletes:      gmp3
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 cantus is a suite to rename and tag mp3 and ogg/vorbis files. It is
24 free software, and distributed under the terms of the GPL. It was
25 written by sam (Samuel Abels, <sam@manicsadness.com>) and implemented
26 in C using the GTK.
27
28 Features:
29 - define rules for renaming, which you can proceed on a list of files
30 - mass renaming/tagging of mp3s
31 - define rules to apply on a queue of mp3 files
32 - dynamically tagging is implemented, that means, you can generate a
33   tag out of the filename and/or directory name
34 - renaming of files through freedb
35 - a LOT more
36
37 %description -l pl
38 cantus to zestaw narzêdzi do zmiany nazw i znaczników plików mp3 i
39 ogg/vorbis. Jest to wolnodostêpne oprogramowanie, rozpowszechaniane
40 na licencji GPL. Zosta³o napisane przez sama (Samuela Abelsa,
41 <sam@manicsadness.com>) i zaimplementowany w C przy u¿yciu GTK.
42
43 Mo¿liwo¶ci:
44 - definiowanie regu³ zmiany nazw, do wykonania na li¶cie plików
45 - masowa zmiana nazw i znakowanie plików mp3
46 - definiowanie regu³ do wykonania na kolejce plików mp3
47 - zaimplementowane dynamiczne znakowanie, co oznacza, ¿e mo¿na
48   generowaæ znaczniki na podstawie nazwy pliku i/lub katalogu
49 - zmiana nazw plików poprzez freedb
50 - WIELE wiêcej.
51
52 %prep
53 %setup -q
54
55 %build
56 %{__autoconf}
57 %configure
58
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %makeinstall \
65         gnomemenudir=$RPM_BUILD_ROOT%{_applnkdir}/Utilities
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %files
71 %defattr(644,root,root,755)
72 %doc AUTHORS ChangeLog NEWS README TODO
73 %attr(755,root,root) %{_bindir}/%{name}
74 %dir %{_pixmapsdir}/%{name}
75 %{_pixmapsdir}/%{name}/*.xpm
76 %{_pixmapsdir}/%{name}/*.png
77 %{_applnkdir}/Utilities/cantus.desktop
This page took 0.202479 seconds and 3 git commands to generate.