]> git.pld-linux.org Git - packages/easytag.git/blob - easytag.spec
3d8e8a14e8db65585e375becfc7c7256379b98aa
[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.3
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:  ed5ebd51116e257dab161b8919cb6b58
11 Patch0:         %{name}-desktop.patch
12 Patch1:         %{name}-mpeg4ip.patch
13 URL:            http://easytag.sourceforge.net/
14 BuildRequires:  automake
15 BuildRequires:  flac-devel >= 1.1.0
16 BuildRequires:  gettext-devel
17 BuildRequires:  gtk+2-devel >= 2:2.4.0
18 BuildRequires:  id3lib-devel >= 3.8.3
19 BuildRequires:  libogg-devel >= 2:1.0
20 BuildRequires:  libvorbis-devel >= 1:1.0
21 BuildRequires:  mpeg4ip-devel >= 1:1.6
22 BuildRequires:  pkgconfig
23 Requires(post,postun):  desktop-file-utils
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+2 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.UTF-8
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+2 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 %patch1 -p1
78
79 %build
80 cp -f /usr/share/automake/config.* .
81 %configure
82 %{__make}
83
84 %install
85 rm -rf $RPM_BUILD_ROOT
86
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 %post
96 %update_desktop_database_post
97
98 %postun
99 %update_desktop_database_postun
100
101 %files -f %{name}.lang
102 %defattr(644,root,root,755)
103 %doc ChangeLog README TODO THANKS USERS-GUIDE
104 %attr(755,root,root) %{_bindir}/*
105 %{_datadir}/%{name}
106 %{_desktopdir}/*.desktop
107 %{_mandir}/man1/*.1*
108 %{_pixmapsdir}/*
This page took 0.141608 seconds and 2 git commands to generate.