]> git.pld-linux.org Git - packages/easytag.git/blob - easytag.spec
- restored (%0^%0) -desktop patch, rel. 1
[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:        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 Patch0:         %{name}-desktop.patch
14 URL:            http://easytag.sourceforge.net/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  flac-devel >= 1.1.0
18 BuildRequires:  gettext-devel
19 BuildRequires:  gtk+-devel      >= 1.2.7
20 BuildRequires:  id3lib-devel    >= 3.8.2
21 BuildRequires:  libogg-devel    >= 1.0
22 BuildRequires:  libvorbis-devel >= 1.0
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 EasyTAG is an utility for viewing, editing and writing tags of your
27 MP3, MP2, FLAC, OGG, MusePack and Monkey's Audio files. Its simple
28 and nice GTK+ interface makes tagging easier.
29
30 Features:
31   - View, edit, write tags of MP3, MP2, FLAC files (supporting ID3v2 and
32     ID3v1.x specifications), OGG files, MusePack and Monkey's Audio
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, OGG, MusePack i Monkey's
51 Audio. Prosty i mi³y 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), OGG, MusePack
56    i Monkey's Audio
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
77 %build
78 %{__gettextize}
79 %{__libtoolize}
80 %{__aclocal}
81 %{__autoconf}
82 %{__autoheader}
83 %{__automake}
84 %configure
85 %{__make}
86
87 %install
88 rm -rf $RPM_BUILD_ROOT
89 %{__make} install \
90         DESTDIR=$RPM_BUILD_ROOT
91
92 %find_lang %{name} --all-name
93
94 %clean
95 rm -rf $RPM_BUILD_ROOT
96
97 %files -f %{name}.lang
98 %defattr(644,root,root,755)
99 %doc ChangeLog README TODO THANKS USERS-GUIDE
100 %attr(755,root,root) %{_bindir}/*
101 %{_datadir}/easytag
102 %{_desktopdir}/*.desktop
103 %{_mandir}/man1/*.1*
104 %{_pixmapsdir}/*
This page took 0.032286 seconds and 4 git commands to generate.