Summary: ID3 tag editor Summary(pl): Edytor etykiet ID3 Name: easytag Version: 1.99.2 Release: 2 Epoch: 1 License: GPL v2 Group: X11/Applications/Sound Source0: http://dl.sourceforge.net/easytag/%{name}-%{version}.tar.bz2 # Source0-md5: f5452c6ce7752dc2ebd9a984bc038a9d Patch0: %{name}-desktop.patch URL: http://easytag.sourceforge.net/ BuildRequires: automake BuildRequires: flac-devel >= 1.1.0 BuildRequires: gettext-devel BuildRequires: gtk+2-devel >= 2:2.4.0 BuildRequires: id3lib-devel >= 3.8.3 BuildRequires: libogg-devel >= 2:1.0 BuildRequires: libvorbis-devel >= 1:1.0 BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description EasyTAG is an utility for viewing, editing and writing tags of your MP3, MP2, FLAC, Ogg, MusePack and Monkey's Audio files. Its simple and nice GTK+2 interface makes tagging easier. Features: - View, edit, write tags of MP3, MP2, FLAC files (supporting ID3v2 and ID3v1.x specifications), Ogg files, MusePack and Monkey's Audio - Auto tagging: parse filename and directory to complete automatically the fields (using masks), - Ability to rename files from the tag (using masks) or by loading a txt file, - Process all files of the selected directory, - Ability to browse subdirectories, - Recursion for tagging, removing, renaming, saving..., - Can set a field (artist, title,...) to all other files, - Read file header informations (bitrate, time, ...) and display them, - A tree based browser, - A list to select files, - Simple and explicit interface!, - A playlist generator window, - A file searching window. %description -l pl EasyTAG to narzędzie do przeglądania, modyfikowania i zapisywania etykiet (tagów) w plikach MP3, MP2, FLAC, Ogg, MusePack i Monkey's Audio. Prosty i miły interfejs GTK+2 ułatwia to zadanie. Możliwości: - przeglądanie, modyfikowanie, zapisywanie etykiet w plikach MP3, MP2, FLAC (z obsługą formatów ID3v2 i ID3v1.x), Ogg, MusePack i Monkey's Audio, - automatyczne etykietowanie: tworzenie pól na podstawie nazwy pliku i katalogu (przy użyciu masek), - możliwość zmiany nazw plików na podstawie etykiet (przy użyciu masek) lub wczytując je z pliku tekstowego - obróbka wszystkich plików w podanym katalogu, - możliwość przeglądania podkatalogów, - rekurencja przy etykietowaniu, usuwaniu, zmianie nazw, zapisywaniu - możliwość ustawienia pola (wykonawca, tytuł...) we wszystkich pozostałych plikach, - wczytywanie i wyświetlanie informacji z nagłówka (czas, jakość), - przeglądarka bazująca na drzewie, - lista z wyborem plików, - prosty interfejs, - generowanie playlist, - wyszukiwanie plików. %prep %setup -q %patch0 -p1 %build cp -f /usr/share/automake/config.* . %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} --all-name %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc ChangeLog README TODO THANKS USERS-GUIDE %attr(755,root,root) %{_bindir}/* %{_datadir}/easytag %{_desktopdir}/*.desktop %{_mandir}/man1/*.1* %{_pixmapsdir}/*