]> git.pld-linux.org Git - packages/easytag.git/blob - easytag.spec
- TODO
[packages/easytag.git] / easytag.spec
1 # TODO:
2 #       fix desktop file encoding and Categories
3
4 Summary:        ID3 tag editor
5 Summary(pl):    Edytor etykiet ID3
6 Name:           easytag
7 Version:        0.31
8 Release:        0.1
9 License:        GPL v2
10 Group:          X11/Applications/Sound
11 Source0:        http://dl.sourceforge.net/easytag/%{name}-%{version}.tar.bz2
12 # Source0-md5:  9cfb29a81f251891ec4dbae4cd39821d
13 URL:            http://easytag.sourceforge.net/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  flac-devel >= 1.1.0
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 %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+ 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, modyfikownia i zapisywania
49 etykiet (tagów) w plikach MP3, MP2, FLAC, OGG, MusePack i Monkey's
50 Audio. Prosty i mi³y interfejs GTK+ 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 inferfejs
69  - generowanie playlist
70  - wyszukiwanie plików.
71
72 %prep
73 %setup -q
74
75 %build
76 %{__gettextize}
77 %{__libtoolize}
78 %{__aclocal}
79 %{__autoconf}
80 %{__autoheader}
81 %{__automake}
82 %configure
83 %{__make}
84
85 %install
86 rm -rf $RPM_BUILD_ROOT
87 %{__make} install \
88         DESTDIR=$RPM_BUILD_ROOT
89
90 %find_lang %{name} --all-name
91
92 %clean
93 rm -rf $RPM_BUILD_ROOT
94
95 %files -f %{name}.lang
96 %defattr(644,root,root,755)
97 %doc ChangeLog README TODO THANKS USERS-GUIDE
98 %attr(755,root,root) %{_bindir}/*
99 %{_datadir}/easytag
100 %{_desktopdir}/*.desktop
101 %{_mandir}/man1/*.1*
102 %{_pixmapsdir}/*
This page took 0.115827 seconds and 4 git commands to generate.