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