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