]> git.pld-linux.org Git - packages/easytag.git/blob - easytag.spec
aebd3d173fe1c702ac7254e104691e6e3b40e3c5
[packages/easytag.git] / easytag.spec
1 Summary:        Tag editor for MP3 and OGG files
2 Summary(pl):    Edytor etykiet plików MP3 i OGG
3 Name:           easytag
4 Version:        0.20
5 Release:        1
6 License:        GPL
7 Vendor:         Jerome Couderc <j.couderc@ifrance.com>
8 Group:          X11/Applications
9 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/easytag/%{name}-%{version}.tar.gz
10 URL:            http://easytag.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gettext-devel
14 BuildRequires:  gtk+-devel      >= 1.2.7
15 BuildRequires:  id3lib-devel    >= 3.7.13
16 BuildRequires:  libogg-devel    >= 1.0
17 BuildRequires:  libvorbis-devel >= 1.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define    _prefix    /usr/X11R6
21
22 %description
23 EasyTAG is an utility for viewing, editing and writing tags of your
24 MP3, MP2, FLAC and OGG files. Its simple and nice GTK+ interface makes
25 tagging easier.
26
27 Features:
28   - View, edit, write tags of MP3, MP2, FLAC files (supporting ID3v2 and
29     ID3v1.x specifications) and OGG files,
30   - Auto tagging: parse filename and directory to complete automatically
31     the fields (using masks),
32   - Ability to rename files from the tag (using masks) or by loading a
33     txt file,
34   - Process all files of the selected directory,
35   - Ability to browse subdirectories,
36   - Recursion for tagging, removing, renaming, saving...,
37   - Can set a field (artist, title,...) to all other files,
38   - Read file header informations (bitrate, time, ...) and display them,
39   - A tree based browser,
40   - A list to select files,
41   - Simple and explicit interface!,
42   - A playlist generator window,
43   - A file searching window.
44
45 %description -l pl
46 EasyTAG to narzêdzie do przegl±dania, modyfikownia i zapisywania
47 etykiet (tagów) w plikach MP3, MP2, FLAC i OGG. Prosty i mi³y
48 interfejs GTK+ u³atwia to zadanie.
49
50 Mo¿liwo¶ci:
51  - przegl±danie, modyfikowanie, zapisywanie etykiet w plikach MP3,
52    MP2, FLAC (z obs³ug± formatów ID3v2 i ID3v1.x) i OGG
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 autoheader
75 %{__aclocal}
76 %{__autoconf}
77 %{__automake}
78 %configure
79 %{__make}
80
81 %install
82 rm -rf $RPM_BUILD_ROOT
83 %{__make} install \
84         DESTDIR=$RPM_BUILD_ROOT \
85         gnome_menudir=%{_applnkdir}/Multimedia
86
87 %find_lang %{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}/easytag
96 %{_applnkdir}/Multimedia/easytag.desktop
97 %{_pixmapsdir}/*
98 %{_datadir}/easytag
This page took 0.050247 seconds and 2 git commands to generate.