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