]> git.pld-linux.org Git - packages/easytag.git/blob - easytag.spec
- release 1 - works... :)
[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.26
5 Release:        1
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 Patch2:         %{name}-ac_fix.patch
13 URL:            http://easytag.sourceforge.net/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  flac-devel
17 BuildRequires:  gettext-devel
18 BuildRequires:  gtk+-devel      >= 1.2.7
19 BuildRequires:  id3lib-devel    >= 3.8.2
20 BuildRequires:  libogg-devel    >= 1.0
21 BuildRequires:  libvorbis-devel >= 1.0
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %define         _prefix         /usr/X11R6
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
79 %build
80 rm -f missing
81 %{__gettextize}
82 %{__autoheader}
83 %{__aclocal}
84 %{__autoconf}
85 %{__automake}
86 %configure
87 %{__make}
88
89 %install
90 rm -rf $RPM_BUILD_ROOT
91 %{__make} install \
92         DESTDIR=$RPM_BUILD_ROOT \
93         gnome_menudir=%{_applnkdir}/Multimedia
94
95 %find_lang %{name}
96
97 %clean
98 rm -rf $RPM_BUILD_ROOT
99
100 %files -f %{name}.lang
101 %defattr(644,root,root,755)
102 %doc ChangeLog README TODO THANKS USERS-GUIDE
103 %attr(755,root,root) %{_bindir}/easytag
104 %{_applnkdir}/Multimedia/easytag.desktop
105 %{_pixmapsdir}/*
106 %{_datadir}/easytag
107 %{_mandir}/man1/*.1*
This page took 0.099376 seconds and 3 git commands to generate.