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