]> git.pld-linux.org Git - packages/easytag.git/blame - easytag.spec
- added -fix_build patch (missing variable's declaration)
[packages/easytag.git] / easytag.spec
CommitLineData
4c295e45 1Summary: ID3 tag editor
7d278053 2Summary(pl.UTF-8): Edytor etykiet ID3
ccdaf423 3Name: easytag
edfcf78e 4Version: 2.1.4
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
edfcf78e 10# Source0-md5: 201bd38a73100e14fb6d81243a9c3a1b
63119ee5 11Patch0: %{name}-desktop.patch
1388c35f 12Patch1: %{name}-fix_build.patch
0c8df56f 13URL: http://easytag.sourceforge.net/
5c430a5b 14BuildRequires: automake
eb3c11e0 15BuildRequires: flac-devel >= 1.1.0
5c430a5b 16BuildRequires: gettext-devel
c3b5a5bb 17BuildRequires: gtk+2-devel >= 2:2.4.0
b2f600d8 18BuildRequires: id3lib-devel >= 3.8.3
c3b5a5bb 19BuildRequires: libogg-devel >= 2:1.0
7d360124 20BuildRequires: libvorbis-devel >= 1:1.0
87f7fb6a 21BuildRequires: mpeg4ip-devel >= 1:1.3
b2f600d8 22BuildRequires: pkgconfig
0c201a78 23Requires(post,postun): desktop-file-utils
0c8df56f 24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
ccdaf423 25
ccdaf423 26%description
27EasyTAG is an utility for viewing, editing and writing tags of your
5e820805 28MP3, MP2, FLAC, Ogg, MusePack and Monkey's Audio files. Its simple
b2f600d8 29and nice GTK+2 interface makes tagging easier.
ccdaf423 30
31Features:
caa59357 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.
ccdaf423 48
5c7c6473
JR
49%description -l pl.UTF-8
50EasyTAG to narzędzie do przeglądania, modyfikowania i zapisywania
51etykiet (tagów) w plikach MP3, MP2, FLAC, Ogg, MusePack i Monkey's
52Audio. Prosty i miły interfejs GTK+2 ułatwia to zadanie.
0c8df56f 53
5c7c6473
JR
54Moż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
b2f600d8 57 i Monkey's Audio,
5c7c6473
JR
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,
caa59357 64- rekurencja przy etykietowaniu, usuwaniu, zmianie nazw, zapisywaniu
5c7c6473
JR
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,
b2f600d8
MC
70- prosty interfejs,
71- generowanie playlist,
5c7c6473 72- wyszukiwanie plików.
ccdaf423 73
74%prep
75%setup -q
63119ee5 76%patch0 -p1
1388c35f 77%patch1 -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.047141 seconds and 4 git commands to generate.