]> git.pld-linux.org Git - packages/easytag.git/blob - easytag.spec
- reverted last commit - unstable releases goes to DEVEL
[packages/easytag.git] / easytag.spec
1 Summary:        ID3 tag editor
2 Summary(pl.UTF-8):      Edytor etykiet ID3
3 Name:           easytag
4 Version:        2.1
5 Release:        1
6 Epoch:          1
7 License:        GPL v2+
8 Group:          X11/Applications/Sound
9 Source0:        http://heanet.dl.sourceforge.net/easytag/%{name}-%{version}.tar.bz2
10 # Source0-md5:  a585cb9e400ba460ec1801856ea5e90f
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 Requires(post,postun):  desktop-file-utils
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+2 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.UTF-8
49 EasyTAG to narzędzie do przeglądania, modyfikowania i zapisywania
50 etykiet (tagów) w plikach MP3, MP2, FLAC, Ogg, MusePack i Monkey's
51 Audio. Prosty i miły interfejs GTK+2 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 interfejs,
70 - generowanie playlist,
71 - wyszukiwanie plików.
72
73 %prep
74 %setup -q
75 %patch0 -p1
76
77 %build
78 cp -f /usr/share/automake/config.* .
79 %configure
80 %{__make}
81
82 %install
83 rm -rf $RPM_BUILD_ROOT
84
85 %{__make} install \
86         DESTDIR=$RPM_BUILD_ROOT
87
88 %find_lang %{name} --all-name
89
90 %clean
91 rm -rf $RPM_BUILD_ROOT
92
93 %post
94 %update_desktop_database_post
95
96 %postun
97 %update_desktop_database_postun
98
99 %files -f %{name}.lang
100 %defattr(644,root,root,755)
101 %doc ChangeLog README TODO THANKS USERS-GUIDE
102 %attr(755,root,root) %{_bindir}/*
103 %{_datadir}/%{name}
104 %{_desktopdir}/*.desktop
105 %{_mandir}/man1/*.1*
106 %{_pixmapsdir}/*
This page took 0.038049 seconds and 3 git commands to generate.