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