]> git.pld-linux.org Git - packages/sound-juicer.git/blame - sound-juicer.spec
- updated for 2.16.4
[packages/sound-juicer.git] / sound-juicer.spec
CommitLineData
4644d26f 1Summary: CD ripper
a217559c 2Summary(pl.UTF-8): Ripper płyt CD
4644d26f 3Name: sound-juicer
9bb13966 4Version: 2.16.4
27afd494 5Release: 1
42e9ba1a 6License: GPL v2+
4644d26f 7Group: X11/Applications/Multimedia
77899c21 8Source0: http://ftp.gnome.org/pub/gnome/sources/sound-juicer/2.16/%{name}-%{version}.tar.bz2
9bb13966 9# Source0-md5: bcf1f77027b1d1d4c1667b20c6448122
1d653ab7 10Patch0: %{name}-desktop.patch
d372a594 11URL: http://www.burtonini.com/blog/computers/sound-juicer/
9bb13966 12BuildRequires: GConf2-devel >= 2.18.0.1
42e9ba1a 13BuildRequires: autoconf >= 2.52
52b6a5cb 14BuildRequires: automake >= 1.9
9bb13966
MB
15BuildRequires: gnome-doc-utils >= 0.10.3
16BuildRequires: gnome-media-devel >= 2.18.0
17BuildRequires: gnome-vfs2-devel >= 2.18.1
4f85d3da 18BuildRequires: gstreamer-plugins-base-devel >= 0.10.10
9bb13966
MB
19BuildRequires: gtk+2-devel >= 2:2.10.11
20BuildRequires: hal-devel >= 0.5.9
9aa2c88d 21BuildRequires: intltool >= 0.35.4
60492434 22BuildRequires: libcdio-devel
949079f4 23BuildRequires: libglade2-devel >= 1:2.6.0
9bb13966 24BuildRequires: libgnomeui-devel >= 2.18.1
15979bf2 25BuildRequires: libmusicbrainz-devel >= 2.1.0
52b6a5cb 26BuildRequires: libtool
9bb13966 27BuildRequires: nautilus-cd-burner-devel >= 2.18.1
42e9ba1a 28BuildRequires: pkgconfig
949079f4 29BuildRequires: rpmbuild(macros) >= 1.311
8dc39721 30BuildRequires: scrollkeeper >= 0.3.5
9aa2c88d 31Requires(post,postun): gtk+2
d94b46e3 32Requires(post,postun): scrollkeeper
9bb13966 33Requires(post,preun): GConf2
4f85d3da 34Requires: gstreamer-cdparanoia >= 0.10.10
60492434 35Requires: hicolor-icon-theme
9bb13966
MB
36Requires: libgnomeui >= 2.18.1
37Requires: nautilus-cd-burner-libs >= 2.18.1
4644d26f 38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40%description
41Sound Juicer, a CD ripping tool using GTK+ and GStreamer.
42
5d377ac7
JR
43%description -l pl.UTF-8
44Sound Juicer, ripper płyt CD używający GTK+ i GStreamera.
4644d26f 45
46%prep
47%setup -q
b5d0db1f 48%patch0 -p1
4644d26f 49
50%build
949079f4 51%{__gnome_doc_prepare}
52b6a5cb 52%{__intltoolize}
53%{__libtoolize}
15979bf2 54%{__aclocal}
55%{__autoconf}
56%{__automake}
4644d26f 57%configure \
60492434 58 --disable-schemas-install \
59 --disable-scrollkeeper
4644d26f 60%{__make}
61
62%install
63rm -rf $RPM_BUILD_ROOT
64
4644d26f 65%{__make} install \
b31d9b0c 66 DESTDIR=$RPM_BUILD_ROOT \
67 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
4644d26f 68
69%find_lang %{name} --with-gnome
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74%post
da4690c5 75%gconf_schema_install sound-juicer.schemas
76%scrollkeeper_update_post
949079f4 77%update_icon_cache hicolor
42e9ba1a 78%banner %{name} -e << EOF
79To be able to rip a CD, You need to install appropriate
80GStreamer plugins:
81- gstreamer-audio-formats (encoding to WAVE)
82- gstreamer-flac (encoding to FLAC)
83- gstreamer-vorbis (encoding to Ogg Vorbis)
84EOF
4644d26f 85
d94b46e3 86%preun
da4690c5 87%gconf_schema_uninstall sound-juicer.schemas
d94b46e3 88
89%postun
da4690c5 90%scrollkeeper_update_postun
949079f4 91%update_icon_cache hicolor
47d1750c 92
4644d26f 93%files -f %{name}.lang
94%defattr(644,root,root,755)
95%doc AUTHORS README TODO
9aa2c88d 96%attr(755,root,root) %{_bindir}/sound-juicer
4644d26f 97%{_datadir}/%{name}
9aa2c88d
MB
98%{_mandir}/man1/sound-juicer.1*
99%{_desktopdir}/sound-juicer.desktop
47d1750c 100%{_omf_dest_dir}/%{name}
60492434 101%{_iconsdir}/hicolor/*/apps/*
52b6a5cb 102%{_sysconfdir}/gconf/schemas/sound-juicer.schemas
This page took 0.19407 seconds and 4 git commands to generate.