]> git.pld-linux.org Git - packages/cantus_2.git/blob - cantus_2.spec
- updated gettext BR
[packages/cantus_2.git] / cantus_2.spec
1 Summary:        A GUI tool to rename and tag MP3 and Ogg/Vorbis files
2 Summary(pl.UTF-8):      Graficzne narzędzie do zmiany nazw i znaczników plików MP3 i Ogg/Vorbis
3 Name:           cantus_2
4 Version:        1.99.9
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Sound
8 #Source0Download: http://www.debain.org/?session=&site=project&project=1&cat=downloads
9 Source0:        http://sam.homeunix.com/software.manicsadness.com-step4/releases/cantus_2/%{name}-%{version}-1.tar.gz
10 # Source0-md5:  d237af5e217aa13473b8a6b21b2c4d2f
11 URL:            http://www.debain.org/software/cantus
12 BuildRequires:  autoconf
13 BuildRequires:  gettext-tools
14 BuildRequires:  glib2-devel >= 2.2.0
15 #BuildRequires: gnome-libs-devel >= 1.2.8
16 BuildRequires:  gtk+2-devel >= 2:2.2.0
17 BuildRequires:  libglade2-devel
18 BuildRequires:  libogg-devel
19 BuildRequires:  libvorbis-devel
20 BuildRequires:  pkgconfig
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 cantus_2 is a suite to rename and tag MP3 and Ogg/Vorbis files. It is
25 free software, and distributed under the terms of the GPL. It was
26 written by sam (Samuel Abels, <sam@manicsadness.com>) and implemented
27 in C using the GTK+ 2.x.
28
29 Features:
30 - define rules for renaming, which you can proceed on a list of files
31 - mass renaming/tagging of MP3s
32 - define rules to apply on a queue of MP3 files
33 - dynamically tagging is implemented, that means, you can generate a
34   tag out of the filename and/or directory name
35 - renaming of files through freedb
36 - a LOT more
37
38 %description -l pl.UTF-8
39 cantus_2 to zestaw narzędzi do zmiany nazw i znaczników plików MP3 i
40 Ogg/Vorbis. Jest to wolnodostępne oprogramowanie, rozpowszechniane
41 na licencji GPL. Zostało napisane przez sama (Samuela Abelsa,
42 <sam@manicsadness.com>) i zaimplementowany w C przy użyciu GTK+ 2.x.
43
44 Możliwości:
45 - definiowanie reguł zmiany nazw, do wykonania na liście plików
46 - masowa zmiana nazw i znakowanie plików MP3
47 - definiowanie reguł do wykonania na kolejce plików MP3
48 - zaimplementowane dynamiczne znakowanie, co oznacza, że można
49   generować znaczniki na podstawie nazwy pliku i/lub katalogu
50 - zmiana nazw plików poprzez freedb
51 - WIELE więcej.
52
53 %prep
54 %setup -q -n cantus-2-%{version}
55
56 %build
57 #%%{__autoconf}
58 %configure
59
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 rm -rf $RPM_BUILD_ROOT%{_prefix}/doc
69
70 %find_lang cantus-2
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %files -f cantus-2.lang
76 %defattr(644,root,root,755)
77 %doc AUTHORS ChangeLog NEWS README TODO
78 %attr(755,root,root) %{_bindir}/%{name}
79 %{_datadir}/cantus-2
This page took 0.061254 seconds and 3 git commands to generate.