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