]> git.pld-linux.org Git - packages/easytag.git/blob - easytag.spec
- merged from DEVEL
[packages/easytag.git] / easytag.spec
1 Summary:        ID3 tag editor
2 Summary(pl):    Edytor etykiet ID3
3 Name:           easytag
4 Version:        0.31
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Sound
8 Source0:        http://dl.sourceforge.net/easytag/%{name}-%{version}.tar.bz2
9 # Source0-md5:  9cfb29a81f251891ec4dbae4cd39821d
10 URL:            http://easytag.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  flac-devel >= 1.1.0
14 BuildRequires:  gettext-devel
15 BuildRequires:  gtk+-devel      >= 1.2.7
16 BuildRequires:  id3lib-devel    >= 3.8.2
17 BuildRequires:  libogg-devel    >= 1.0
18 BuildRequires:  libvorbis-devel >= 1.0
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 EasyTAG is an utility for viewing, editing and writing tags of your
23 MP3, MP2, FLAC, OGG, MusePack and Monkey's Audio files. Its simple
24 and nice GTK+ interface makes tagging easier.
25
26 Features:
27   - View, edit, write tags of MP3, MP2, FLAC files (supporting ID3v2 and
28     ID3v1.x specifications), OGG files, MusePack and Monkey's Audio
29   - Auto tagging: parse filename and directory to complete automatically
30     the fields (using masks),
31   - Ability to rename files from the tag (using masks) or by loading a
32     txt file,
33   - Process all files of the selected directory,
34   - Ability to browse subdirectories,
35   - Recursion for tagging, removing, renaming, saving...,
36   - Can set a field (artist, title,...) to all other files,
37   - Read file header informations (bitrate, time, ...) and display them,
38   - A tree based browser,
39   - A list to select files,
40   - Simple and explicit interface!,
41   - A playlist generator window,
42   - A file searching window.
43
44 %description -l pl
45 EasyTAG to narzêdzie do przegl±dania, modyfikownia i zapisywania
46 etykiet (tagów) w plikach MP3, MP2, FLAC, OGG, MusePack i Monkey's
47 Audio. Prosty i mi³y interfejs GTK+ u³atwia to zadanie.
48
49 Mo¿liwo¶ci:
50  - przegl±danie, modyfikowanie, zapisywanie etykiet w plikach MP3,
51    MP2, FLAC (z obs³ug± formatów ID3v2 i ID3v1.x), OGG, MusePack
52    i Monkey's Audio
53  - automatyczne etykietowanie: tworzenie pól na podstawie nazwy pliku
54    i katalogu (przy u¿yciu masek)
55  - mo¿liwo¶æ zmiany nazw plików na podstawie etykiet (przy u¿yciu
56    masek) lub wczytuj±c je z pliku tekstowego
57  - obróbka wszystkich plików w podanym katalogu
58  - mo¿liwo¶æ przegl±dania podkatalogów
59  - rekurencja przy etykietowaniu, usuwaniu, zmianie nazw, zapisywaniu
60  - mo¿liwo¶æ ustawienia pola (wykonawca, tytu³...) we wszystkich
61    pozosta³ych plikach
62  - wczytywanie i wy¶wietlanie informacji z nag³ówka (czas, jako¶æ)
63  - przegl±darka bazuj±ca na drzewie
64  - lista z wyborem plików
65  - prosty inferfejs
66  - generowanie playlist
67  - wyszukiwanie plików.
68
69 %prep
70 %setup -q
71
72 %build
73 %{__gettextize}
74 %{__libtoolize}
75 %{__aclocal}
76 %{__autoconf}
77 %{__autoheader}
78 %{__automake}
79 %configure
80 %{__make}
81
82 %install
83 rm -rf $RPM_BUILD_ROOT
84 %{__make} install \
85         DESTDIR=$RPM_BUILD_ROOT
86
87 %find_lang %{name} --all-name
88
89 %clean
90 rm -rf $RPM_BUILD_ROOT
91
92 %files -f %{name}.lang
93 %defattr(644,root,root,755)
94 %doc ChangeLog README TODO THANKS USERS-GUIDE
95 %attr(755,root,root) %{_bindir}/*
96 %{_datadir}/easytag
97 %{_desktopdir}/*.desktop
98 %{_mandir}/man1/*.1*
99 %{_pixmapsdir}/*
This page took 0.036463 seconds and 3 git commands to generate.