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