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