]> git.pld-linux.org Git - packages/easytag.git/commitdiff
- taken from RH
authormichuz <michuz@pld-linux.org>
Thu, 23 May 2002 09:12:13 +0000 (09:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- NFY

Changed files:
    easytag.spec -> 1.1

easytag.spec [new file with mode: 0644]

diff --git a/easytag.spec b/easytag.spec
new file mode 100644 (file)
index 0000000..0231c39
--- /dev/null
@@ -0,0 +1,85 @@
+Summary:       Tag editor for MP3 and OGG files.
+Name:          easytag
+Version:       0.20
+Release:       1
+License:       GPL
+URL:           http://easytag.sourceforge.net/
+Group:         Applications/Multimedia
+Source0:       http://prdownloads.sourceforge.net/easytag/%{name}-%{version}.tar.gz
+Patch0:                %{name}-ac.patch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Vendor:                Jerome Couderc <j.couderc@ifrance.com>
+BuildRequires: gtk+-devel      >= 1.2.7
+BuildRequires: id3lib-devel    >= 3.7.12
+BuildRequires: libogg-devel    >= 1.0
+BuildRequires: libvorbis-devel >= 1.0
+
+%define    _prefix    /usr/X11R6
+
+%description
+EasyTAG is an utility for viewing, editing and writing tags of your
+MP3, MP2, FLAC and OGG files. Its simple and nice GTK+ interface makes
+tagging easier.
+
+Features:
+  - View, edit, write tags of MP3, MP2, FLAC files (supporting ID3v2 and
+    ID3v1.x specifications) and OGG files,
+  - 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,
+  - Written in C and uses GTK+ 1.2 for the GUI.
+
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+gettextize --copy --force
+autoheader
+aclocal
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_applnkdir}/Multimedia
+cat > $RPM_BUILD_ROOT%{_applnkdir}/Multimedia/easytag.desktop <<EOF
+[Desktop Entry]
+Name=EasyTAG
+Comment=An utility for viewing/editing MP3 and OGG tags with a GTK+ GUI.
+TryExec=easytag
+Exec=easytag
+Icon=EasyTAG.xpm
+Terminal=0
+Type=Application
+EOF
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog INSTALL COPYING README TODO THANKS USERS-GUIDE
+%prefix/bin/easytag
+%prefix/share/gnome/apps/Multimedia/easytag.desktop
+%{_sysconfdir}/X11/applnk/Multimedia/easytag.desktop
+%prefix/share/pixmaps/*
+%prefix/share/easytag/*
+%prefix/share/locale/*/*/*
This page took 0.113378 seconds and 4 git commands to generate.