e5686e0
Summary: Tag editor for mp3, ogg, flac and other music files
e5686e0
Name: easytag
2502984
Version: 2.1.7
9f56130
Release: 1%{?dist}
01fe5c9
# Program is GPL only the included libapetag is LGPL
01fe5c9
License: GPLv2+ and LGPLv2+
e5686e0
Group: Applications/Multimedia
e5686e0
URL: http://easytag.sourceforge.net/
4f3f062
# Remove code potentially able to decode mp3
2be68a1
#Source: http://downloads.sf.net/easytag/easytag-%{version}.tar.bz2
4f3f062
# tar xjvf easytag-$VERSION.tar.bz2
4f3f062
# rm -rf easytag-$VERSION/src/libmpg123/
4f3f062
# tar --numeric-owner -cjvf easytag-$VERSION-patched.tar.bz2 easytag-$VERSION
2502984
Source0: easytag-%{version}-patched.tar.bz2
9f56130
Source1: EasyTAG_icon.png
9f56130
Patch0: easytag-2.1.7-id3lib.patch
9f56130
Patch1: easytag-2.1.6-flac-picture.patch
9f56130
Patch2: easytag-2.1.6-load-from-txt.patch
9f56130
Patch3: easytag-2.1.6-defaults-675421.patch
e5686e0
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11459f2
BuildRequires: gtk2-devel >= 2.4.0
11459f2
BuildRequires: id3lib-devel >= 3.7.12
11459f2
BuildRequires: libid3tag-devel
11459f2
BuildRequires: libvorbis-devel >= 1.0
11459f2
BuildRequires: flac-devel
11459f2
BuildRequires: speex-devel
2502984
#BuildRequires: libmp4v2-devel >= 1.9.0
11459f2
BuildRequires: libmp4v2-devel
11459f2
BuildRequires: wavpack-devel
d1c8327
BuildRequires: gettext
cvsextras 7836f1c
cvsextras 7836f1c
%description
cvsextras 7836f1c
EasyTAG is a utility for viewing, editing and writing the tags of MP3,
cvsextras 7836f1c
MP2, FLAC, Ogg Vorbis, MusePack and Monkey's Audio files.
cvsextras 7836f1c
cvsextras 7836f1c
cvsextras 7836f1c
%prep
2be68a1
%setup -q
9f56130
%patch0 -p1 -b .id3lib
9f56130
%patch1 -p1 -b .flac-picture
9f56130
%patch2 -p1 -b .load-from-txt
9f56130
%patch3 -p1 -b .defaults
1bbbbfe
f=README ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
cvsextras 7836f1c
cvsextras 7836f1c
cvsextras 7836f1c
%build
cvsextras 7836f1c
%configure
2502984
make %{?_smp_mflags}
cvsextras 7836f1c
cvsextras 7836f1c
cvsextras 7836f1c
%install
2502984
rm -rf %{buildroot}
2502984
make install DESTDIR=%{buildroot}
cvsextras 7836f1c
%find_lang %{name}
9f56130
# The included EasyTAG_logo.xpm is low resolution, looks ugly in GNOME 3
9f56130
rm -f %{buildroot}%{_datadir}/pixmaps/EasyTAG_icon.xpm
9f56130
install -p -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/EasyTAG_icon.png
cvsextras 7836f1c
cvsextras 7836f1c
cvsextras 7836f1c
%clean
2502984
rm -rf %{buildroot}
cvsextras 7836f1c
cvsextras 7836f1c
cvsextras 7836f1c
%files -f %{name}.lang
ca14901
%defattr(-,root,root,-)
4f3f062
%doc ChangeLog COPYING README THANKS TODO USERS-GUIDE
cvsextras 7836f1c
%{_bindir}/easytag
2502984
%{_datadir}/applications/easytag.desktop
e5686e0
%{_datadir}/easytag/
9f56130
%{_datadir}/pixmaps/EasyTAG_icon.png
2502984
%{_mandir}/man1/easytag.1*
cvsextras 7836f1c
cvsextras 7836f1c
cvsextras 7836f1c
%changelog
9f56130
* Thu May 17 2012 Matthias Saou <matthias@saou.eu> 2.1.7-1
9f56130
- Update to 2.1.7 final.
9f56130
- Replace the ugly low-res xpm icon with a nicer png one.
9f56130
2502984
* Wed Feb  8 2012 Matthias Saou <matthias@saou.eu> 2.1.7-0.1
2502984
- Update to 2.1.7 git snapshot.
2502984
- Remove upstreamed patches.
2502984
- Cosmetic spec file updates.
2502984
- Require libmp4v2 >= 1.9.1 to still get mp4 tagging support, see #620531.
2502984
2f530e7
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.6-9
2f530e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2f530e7
10dfeb5
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 2.1.6-8
10dfeb5
- Rebuild for new libpng
10dfeb5
1bbbbfe
* Sun Feb 27 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.1.6-7
1bbbbfe
- Improve default settings (#675421).
1bbbbfe
- Convert README to UTF-8.
1bbbbfe
c4fec2e
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.6-6
c4fec2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c4fec2e
699fcac
* Fri Apr 30 2010 Matthias Saou <http://freshrpms.net/> 2.1.6-5
40b2e85
- Actually apply the patch to remove x-directory/normal.
699fcac
- Include patch to fix empty decription with flac pictures (#559828).
699fcac
- Include patch to fix load from txt feature (#562317).
40b2e85
c91a870
* Thu Apr  8 2010 Matthias Saou <http://freshrpms.net/> 2.1.6-3
c91a870
- Remove x-directory/normal from the desktop file (#451823).
c91a870
11459f2
* Mon Oct 19 2009 Matthias Saou <http://freshrpms.net/> 2.1.6-2
11459f2
- Add libid3tag-devel BR to fix id3 tag support (#525519).
11459f2
- Add speex-devel BR to support speex files.
11459f2
c09d58a
* Sat Sep 12 2009 Matthias Saou <http://freshrpms.net/> 2.1.6-1
c09d58a
- Update to 2.1.6 : Development, but the latest for over a year now.
c09d58a
- Include upstream cddb_manual_search_fix patch.
c09d58a
1cb356b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-7
1cb356b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1cb356b
b0ab439
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-6
b0ab439
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b0ab439
5b02d0b
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.1-5
5b02d0b
- Autorebuild for GCC 4.3
5b02d0b
e47ccd8
* Mon Oct 22 2007 Matthias Saou <http://freshrpms.net/> 2.1-4
e47ccd8
- Fix Russian comment of the desktop file (charset problem, #327331).
e47ccd8
4f2ea9a
* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 2.1-3
4f2ea9a
- Rebuild to fix wrong execmem requirement on ppc32.
4f2ea9a
01fe5c9
* Sat Aug  4 2007 Matthias Saou <http://freshrpms.net/> 2.1-2
01fe5c9
- Update License field.
01fe5c9
ca14901
* Tue May  8 2007 Matthias Saou <http://freshrpms.net/> 2.1-1
ca14901
- Update to 2.1.
ca14901
ca14901
* Wed May  2 2007 Matthias Saou <http://freshrpms.net/> 2.0.2-1
ca14901
- Update to 2.0.2.
ca14901
d1c8327
* Fri Apr 20 2007 Matthias Saou <http://freshrpms.net/> 2.0.1-1
d1c8327
- Update to 2.0.1.
d1c8327
- Update id3lib patch (Makefile.mingw changes).
d1c8327
- Include new wavpack support.
d1c8327
2be68a1
* Thu Mar  1 2007 Matthias Saou <http://freshrpms.net/> 2.0-1
2be68a1
- Update to 2.0.
2be68a1
- Remove now included APE tag patch.
2be68a1
- Chmod -x all files, then +x only where needed, since nearly all are +x :-(
2be68a1
5de0bc9
* Mon Feb 19 2007 Matthias Saou <http://freshrpms.net/> 1.99.13-3
5de0bc9
- Include patch to remove APE tags when tagging MP3 files (#200507).
5de0bc9
d25b541
* Thu Feb 15 2007 Matthias Saou <http://freshrpms.net/> 1.99.13-2
d25b541
- Rebuild against flac 1.1.4.
d25b541
- Enable libmp4v2 since it's now part of Fedora.
d25b541
b22e33a
* Tue Dec 12 2006 Matthias Saou <http://freshrpms.net/> 1.99.13-1
b22e33a
- Update to 1.99.13.
b22e33a
- Update id3lib patch to still apply.
b22e33a
- Switch away from %%makeinstall to DESTDIR method.
b22e33a
e37816e
* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.99.12-3
e37816e
- FC6 rebuild.
e37816e
4f3f062
* Tue Jul 11 2006 Matthias Saou <http://freshrpms.net/> 1.99.12-2
4f3f062
- Now use "patched" tarball with the libmpg123 directory removed.
4f3f062
- Include patch to disable libmpg123 and use id3lib instead for mpeg headers.
d8dc31c
4f3f062
* Tue Apr 11 2006 Matthias Saou <http://freshrpms.net/> 1.99.12-1
4f3f062
- Update to 1.99.12.
595b8ba
4f3f062
* Fri Mar 17 2006 Matthias Saou <http://freshrpms.net/> 1.99.11-2
4f3f062
- Release bump to drop the disttag number in FC5 build.
13f490d
4f3f062
* Fri Dec 16 2005 Matthias Saou <http://freshrpms.net/> 1.99.11-1
4f3f062
- Update to 1.99.11.
47818b1
4f3f062
* Tue Dec 13 2005 Matthias Saou <http://freshrpms.net/> 1.99.10-1
4f3f062
- Update to 1.99.10.
e5686e0
4f3f062
* Thu Nov  3 2005 Matthias Saou <http://freshrpms.net/> 1.99.9-1
4f3f062
- Update to 1.99.9.
8b91f5c
4f3f062
* Mon Oct 10 2005 Matthias Saou <http://freshrpms.net/> 1.99.8-1
4f3f062
- Update to 1.99.8.
4f3f062
- Try to add MP4/AAC support, but with current faad2 it fails to compile.
b48fa50
4f3f062
* Fri Oct 29 2004 Matthias Saou <http://freshrpms.net/> 1.99.1-1
4f3f062
- Fork off to "unstable" 1.99.1.
cvsextras 7836f1c
4f3f062
* Tue Jun  1 2004 Matthias Saou <http://freshrpms.net/> 0.31-1
4f3f062
- Update to stable 0.31.
cvsextras 7836f1c
4f3f062
* Fri Mar 26 2004 Matthias Saou <http://freshrpms.net/> 0.30.2-1
4f3f062
- Update to unstable 0.30.2.
cvsextras 7836f1c
4f3f062
* Wed Mar 24 2004 Matthias Saou <http://freshrpms.net/> 0.30.1-1
4f3f062
- Update to unstable 0.30.1.
4f3f062
- Remove desktop-file-install as it's now freedesktop style.
cvsextras 7836f1c
4f3f062
* Thu Feb 26 2004 Matthias Saou <http://freshrpms.net/> 0.30-4d
4f3f062
- Added patch for 0.30d.
cvsextras 7836f1c
4f3f062
* Fri Nov  7 2003 Matthias Saou <http://freshrpms.net/> 0.30-3c
4f3f062
- Rebuild for Fedora Core 1.
cvsextras 7836f1c
4f3f062
* Thu Oct 30 2003 Matthias Saou <http://freshrpms.net/> 0.30-2c
4f3f062
- Added patches to update to 0.30c.
cvsextras 7836f1c
4f3f062
* Tue Sep  9 2003 Matthias Saou <http://freshrpms.net/>
4f3f062
- Update to 0.30.
cvsextras 7836f1c
4f3f062
* Mon Sep  1 2003 Matthias Saou <http://freshrpms.net/>
4f3f062
- Update to 0.29.
cvsextras 7836f1c
4f3f062
* Tue Jul 15 2003 Matthias Saou <http://freshrpms.net/>
4f3f062
- Update to 0.28.1.
4f3f062
4f3f062
* Wed Jun  4 2003 Matthias Saou <http://freshrpms.net/>
4f3f062
- Update to 0.28.
4f3f062
4f3f062
* Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
cvsextras 7836f1c
- Rebuilt for Red Hat Linux 9.
cvsextras 7836f1c
4f3f062
* Thu Mar 20 2003 Matthias Saou <http://freshrpms.net/>
cvsextras 7836f1c
- Added patch to 0.27a.
cvsextras 7836f1c
4f3f062
* Fri Feb  7 2003 Matthias Saou <http://freshrpms.net/>
cvsextras 7836f1c
- Update to 0.27.
cvsextras 7836f1c
1bbbbfe
* Fri Jan  3 2003 Ville Skyttä <ville.skytta@iki.fi> 0.26-fr1
cvsextras 7836f1c
- Update to 0.26.
cvsextras 7836f1c
1bbbbfe
* Wed Dec 25 2002 Ville Skyttä <ville.skytta@iki.fi> 0.25b-fr1
cvsextras 7836f1c
- Update to 0.25b.
cvsextras 7836f1c
- Build with flac support.
cvsextras 7836f1c
4f3f062
* Thu Oct 10 2002 Matthias Saou <http://freshrpms.net/>
cvsextras 7836f1c
- Rebuilt for Red Hat Linux 8.0.
cvsextras 7836f1c
- New menu entry.
cvsextras 7836f1c
- Rebuild with flac support... nope, doesn't compile :-(
cvsextras 7836f1c
4f3f062
* Fri Sep 20 2002 Matthias Saou <http://freshrpms.net/>
cvsextras 7836f1c
- Update to 0.24.
cvsextras 7836f1c
4f3f062
* Fri Aug 30 2002 Matthias Saou <http://freshrpms.net/>
cvsextras 7836f1c
- Spec file cleanup for Red Hat Linux.
cvsextras 7836f1c
- A few %%files fixes and improvements.
cvsextras 7836f1c
cvsextras 7836f1c
* Thu Dec 18 2001 Jerome Couderc <j.couderc@ifrance.com>
cvsextras 7836f1c
- Updated for (Build)Requires entries
cvsextras 7836f1c
cvsextras 7836f1c
* Thu Sep 22 2001 Jerome Couderc <j.couderc@ifrance.com>
cvsextras 7836f1c
- Updated for /etc/X11/applnk/Multimedia/easytag.desktop
cvsextras 7836f1c
cvsextras 7836f1c
* Thu Sep 20 2001 Götz Waschk <waschk@linux-mandrake.com> 0.15.1-1
cvsextras 7836f1c
- Updated for autoconf
cvsextras 7836f1c
cvsextras 7836f1c
* Fri Jun 2 2000 Jerome Couderc <j.couderc@ifrance.com>
cvsextras 7836f1c
- Updated to include po files into the rpm package
cvsextras 7836f1c
cvsextras 7836f1c
* Fri May 5 2000 Jerome Couderc <j.couderc@ifrance.com>
cvsextras 7836f1c
- Initial spec file.
cvsextras 7836f1c