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