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