]> git.pld-linux.org Git - packages/easytag.git/blob - easytag.spec
- massive attack: more BR epoch fixes
[packages/easytag.git] / easytag.spec
1 Summary:        ID3 tag editor
2 Summary(pl):    Edytor etykiet ID3
3 Name:           easytag
4 Version:        1.0
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Sound
8 Source0:        http://dl.sourceforge.net/easytag/%{name}-%{version}.tar.bz2
9 # Source0-md5:  2edda10af47a52c7f74c77fa0b45cd38
10 Patch0:         %{name}-desktop.patch
11 URL:            http://easytag.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  flac-devel >= 1.1.0
15 BuildRequires:  gettext-devel
16 BuildRequires:  gtk+-devel      >= 1.2.7
17 BuildRequires:  id3lib-devel    >= 3.8.2
18 BuildRequires:  libogg-devel    >= 1.0
19 BuildRequires:  libtool
20 BuildRequires:  libvorbis-devel >= 1:1.0
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+ 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+ 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 %{__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.03176 seconds and 4 git commands to generate.