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