]> git.pld-linux.org Git - packages/easytag.git/blob - easytag.spec
2553a5770bb9e9bd2bd5c2e2c9153dbff411b45e
[packages/easytag.git] / easytag.spec
1 Summary:        ID3 tag editor
2 Summary(pl):    Edytor etykiet ID3
3 Name:           easytag
4 Version:        1.99.8
5 Release:        1
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:  a6d30b47a476e2cf0f7ceda91be57bf7
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:  mpeg4ip-devel >= 1:1.3
21 BuildRequires:  pkgconfig
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 EasyTAG is an utility for viewing, editing and writing tags of your
26 MP3, MP2, FLAC, Ogg, MusePack and Monkey's Audio files. Its simple
27 and nice GTK+2 interface makes tagging easier.
28
29 Features:
30 - View, edit, write tags of MP3, MP2, FLAC files (supporting ID3v2 and
31   ID3v1.x specifications), Ogg files, MusePack and Monkey's Audio
32 - Auto tagging: parse filename and directory to complete automatically
33   the fields (using masks),
34 - Ability to rename files from the tag (using masks) or by loading a
35   txt file,
36 - Process all files of the selected directory,
37 - Ability to browse subdirectories,
38 - Recursion for tagging, removing, renaming, saving...,
39 - Can set a field (artist, title,...) to all other files,
40 - Read file header informations (bitrate, time, ...) and display them,
41 - A tree based browser,
42 - A list to select files,
43 - Simple and explicit interface!,
44 - A playlist generator window,
45 - A file searching window.
46
47 %description -l pl
48 EasyTAG to narzêdzie do przegl±dania, modyfikowania i zapisywania
49 etykiet (tagów) w plikach MP3, MP2, FLAC, Ogg, MusePack i Monkey's
50 Audio. Prosty i mi³y interfejs GTK+2 u³atwia to zadanie.
51
52 Mo¿liwo¶ci:
53 - przegl±danie, modyfikowanie, zapisywanie etykiet w plikach MP3,
54   MP2, FLAC (z obs³ug± formatów ID3v2 i ID3v1.x), Ogg, MusePack
55   i Monkey's Audio,
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 interfejs,
69 - generowanie playlist,
70 - wyszukiwanie plików.
71
72 %prep
73 %setup -q
74 %patch0 -p1
75
76 %build
77 cp -f /usr/share/automake/config.* .
78 %configure
79 %{__make}
80
81 %install
82 rm -rf $RPM_BUILD_ROOT
83
84 %{__make} install \
85         DESTDIR=$RPM_BUILD_ROOT
86
87 %find_lang %{name} --all-name
88
89 %clean
90 rm -rf $RPM_BUILD_ROOT
91
92 %files -f %{name}.lang
93 %defattr(644,root,root,755)
94 %doc ChangeLog README TODO THANKS USERS-GUIDE
95 %attr(755,root,root) %{_bindir}/*
96 %{_datadir}/%{name}
97 %{_desktopdir}/*.desktop
98 %{_mandir}/man1/*.1*
99 %{_pixmapsdir}/*
This page took 0.122322 seconds and 2 git commands to generate.