]> git.pld-linux.org Git - packages/easytag.git/blame - easytag.spec
- 2.0
[packages/easytag.git] / easytag.spec
CommitLineData
4c295e45 1Summary: ID3 tag editor
7d278053 2Summary(pl.UTF-8): Edytor etykiet ID3
ccdaf423 3Name: easytag
efd279af 4Version: 2.0
5d5eef76 5Release: 1
b2f600d8 6Epoch: 1
2cad1ccb 7License: GPL v2+
4c295e45 8Group: X11/Applications/Sound
7fb3831c 9Source0: http://heanet.dl.sourceforge.net/easytag/%{name}-%{version}.tar.bz2
efd279af 10# Source0-md5: af37a0a34e4d0808aabb7a24cffc75ee
63119ee5 11Patch0: %{name}-desktop.patch
0c8df56f 12URL: http://easytag.sourceforge.net/
5c430a5b 13BuildRequires: automake
eb3c11e0 14BuildRequires: flac-devel >= 1.1.0
5c430a5b 15BuildRequires: gettext-devel
c3b5a5bb 16BuildRequires: gtk+2-devel >= 2:2.4.0
b2f600d8 17BuildRequires: id3lib-devel >= 3.8.3
c3b5a5bb 18BuildRequires: libogg-devel >= 2:1.0
7d360124 19BuildRequires: libvorbis-devel >= 1:1.0
ab08cefa 20BuildRequires: mpeg4ip-devel >= 1:1.3
b2f600d8 21BuildRequires: pkgconfig
0c8df56f 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
ccdaf423 23
ccdaf423 24%description
25EasyTAG is an utility for viewing, editing and writing tags of your
5e820805 26MP3, MP2, FLAC, Ogg, MusePack and Monkey's Audio files. Its simple
b2f600d8 27and nice GTK+2 interface makes tagging easier.
ccdaf423 28
29Features:
caa59357 30- View, edit, write tags of MP3, MP2, FLAC files (supporting ID3v2 and
31 ID3v1.x specifications), Ogg files, MusePack and Monkey's Audio
32- Auto tagging: parse filename and directory to complete automatically
33 the fields (using masks),
34- Ability to rename files from the tag (using masks) or by loading a
35 txt file,
36- Process all files of the selected directory,
37- Ability to browse subdirectories,
38- Recursion for tagging, removing, renaming, saving...,
39- Can set a field (artist, title,...) to all other files,
40- Read file header informations (bitrate, time, ...) and display them,
41- A tree based browser,
42- A list to select files,
43- Simple and explicit interface!,
44- A playlist generator window,
45- A file searching window.
ccdaf423 46
5c7c6473
JR
47%description -l pl.UTF-8
48EasyTAG to narzędzie do przeglądania, modyfikowania i zapisywania
49etykiet (tagów) w plikach MP3, MP2, FLAC, Ogg, MusePack i Monkey's
50Audio. Prosty i miły interfejs GTK+2 ułatwia to zadanie.
0c8df56f 51
5c7c6473
JR
52Możliwości:
53- przeglądanie, modyfikowanie, zapisywanie etykiet w plikach MP3,
54 MP2, FLAC (z obsługą formatów ID3v2 i ID3v1.x), Ogg, MusePack
b2f600d8 55 i Monkey's Audio,
5c7c6473
JR
56- automatyczne etykietowanie: tworzenie pól na podstawie nazwy pliku
57 i katalogu (przy użyciu masek),
58- możliwość zmiany nazw plików na podstawie etykiet (przy użyciu
59 masek) lub wczytując je z pliku tekstowego
60- obróbka wszystkich plików w podanym katalogu,
61- możliwość przeglądania podkatalogów,
caa59357 62- rekurencja przy etykietowaniu, usuwaniu, zmianie nazw, zapisywaniu
5c7c6473
JR
63- możliwość ustawienia pola (wykonawca, tytuł...) we wszystkich
64 pozostałych plikach,
65- wczytywanie i wyświetlanie informacji z nagłówka (czas, jakość),
66- przeglądarka bazująca na drzewie,
67- lista z wyborem plików,
b2f600d8
MC
68- prosty interfejs,
69- generowanie playlist,
5c7c6473 70- wyszukiwanie plików.
ccdaf423 71
72%prep
73%setup -q
63119ee5 74%patch0 -p1
ccdaf423 75
76%build
c3b5a5bb 77cp -f /usr/share/automake/config.* .
ccdaf423 78%configure
79%{__make}
80
81%install
82rm -rf $RPM_BUILD_ROOT
c3b5a5bb 83
ccdaf423 84%{__make} install \
4c295e45 85 DESTDIR=$RPM_BUILD_ROOT
ccdaf423 86
4c295e45 87%find_lang %{name} --all-name
0c8df56f 88
ccdaf423 89%clean
90rm -rf $RPM_BUILD_ROOT
91
0c8df56f 92%files -f %{name}.lang
ccdaf423 93%defattr(644,root,root,755)
05319831 94%doc ChangeLog README TODO THANKS USERS-GUIDE
4c295e45 95%attr(755,root,root) %{_bindir}/*
2cad1ccb 96%{_datadir}/%{name}
4c295e45 97%{_desktopdir}/*.desktop
a7f46b9d 98%{_mandir}/man1/*.1*
4c295e45 99%{_pixmapsdir}/*
This page took 0.059818 seconds and 4 git commands to generate.