]> git.pld-linux.org Git - packages/cantus_2.git/blame - cantus_2.spec
- updated gettext BR
[packages/cantus_2.git] / cantus_2.spec
CommitLineData
02860af0 1Summary: A GUI tool to rename and tag MP3 and Ogg/Vorbis files
94b322d3 2Summary(pl.UTF-8): Graficzne narzędzie do zmiany nazw i znaczników plików MP3 i Ogg/Vorbis
2ba0647d
AF
3Name: cantus_2
4Version: 1.99.9
5Release: 1
6License: GPL
7Group: X11/Applications/Sound
8#Source0Download: http://www.debain.org/?session=&site=project&project=1&cat=downloads
9Source0: http://sam.homeunix.com/software.manicsadness.com-step4/releases/cantus_2/%{name}-%{version}-1.tar.gz
10# Source0-md5: d237af5e217aa13473b8a6b21b2c4d2f
69864cda 11URL: http://www.debain.org/software/cantus
2ba0647d 12BuildRequires: autoconf
fe8889bf 13BuildRequires: gettext-tools
2ba0647d 14BuildRequires: glib2-devel >= 2.2.0
325fded8 15#BuildRequires: gnome-libs-devel >= 1.2.8
eae930e6 16BuildRequires: gtk+2-devel >= 2:2.2.0
2ba0647d
AF
17BuildRequires: libglade2-devel
18BuildRequires: libogg-devel
19BuildRequires: libvorbis-devel
20BuildRequires: pkgconfig
2ba0647d
AF
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
02860af0 24cantus_2 is a suite to rename and tag MP3 and Ogg/Vorbis files. It is
2ba0647d
AF
25free software, and distributed under the terms of the GPL. It was
26written by sam (Samuel Abels, <sam@manicsadness.com>) and implemented
27in C using the GTK+ 2.x.
28
29Features:
30- define rules for renaming, which you can proceed on a list of files
7053fd48 31- mass renaming/tagging of MP3s
32- define rules to apply on a queue of MP3 files
2ba0647d
AF
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
49218ad1
JR
38%description -l pl.UTF-8
39cantus_2 to zestaw narzędzi do zmiany nazw i znaczników plików MP3 i
40Ogg/Vorbis. Jest to wolnodostępne oprogramowanie, rozpowszechniane
41na licencji GPL. Zostało napisane przez sama (Samuela Abelsa,
42<sam@manicsadness.com>) i zaimplementowany w C przy użyciu GTK+ 2.x.
2ba0647d 43
49218ad1
JR
44Moż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.
2ba0647d
AF
52
53%prep
54%setup -q -n cantus-2-%{version}
55
56%build
57#%%{__autoconf}
58%configure
59
60%{__make}
61
62%install
63rm -rf $RPM_BUILD_ROOT
64
65%{__make} install \
66 DESTDIR=$RPM_BUILD_ROOT
325fded8 67
2ba0647d
AF
68rm -rf $RPM_BUILD_ROOT%{_prefix}/doc
69
70%find_lang cantus-2
71
72%clean
73rm -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.060952 seconds and 4 git commands to generate.