]> git.pld-linux.org Git - packages/sound-juicer.git/blob - sound-juicer.spec
- wrrr, fixed rel
[packages/sound-juicer.git] / sound-juicer.spec
1 Summary:        CD ripper
2 Summary(pl):    Ripper p³yt CD
3 Name:           sound-juicer
4 Version:        2.10.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Multimedia
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/sound-juicer/2.10/%{name}-%{version}.tar.bz2
9 # Source0-md5:  2450626f15847d922e47781e3e259b83
10 Patch0:         %{name}-desktop.patch
11 URL:            http://www.burtonini.com/blog/computers/sound-juicer/
12 BuildRequires:  GConf2-devel
13 BuildRequires:  autoconf >= 2.52
14 BuildRequires:  automake >= 1.6
15 BuildRequires:  gnome-media-devel >= 2.10.0-0.2
16 BuildRequires:  gnome-vfs2-devel >= 2.10.0-2
17 BuildRequires:  gstreamer-GConf-devel >= 0.8.8
18 BuildRequires:  gstreamer-devel >= 0.8.9
19 BuildRequires:  gtk+2-devel >= 2:2.6.3
20 BuildRequires:  intltool >= 0.33
21 BuildRequires:  libglade2-devel
22 BuildRequires:  libgnomeui-devel >= 2.10.0-2
23 BuildRequires:  libmusicbrainz-devel >= 2.1.0
24 BuildRequires:  nautilus-cd-burner-devel >= 2.10.0-2
25 BuildRequires:  pkgconfig
26 BuildRequires:  rpmbuild(macros) >= 1.176
27 BuildRequires:  scrollkeeper >= 0.3.5
28 Requires(post): GConf2
29 Requires(post): scrollkeeper
30 Requires:       gstreamer-cdparanoia >= 0.8.8
31 Requires:       nautilus-cd-burner-libs >= 2.10.0
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 Sound Juicer, a CD ripping tool using GTK+ and GStreamer.
36
37 %description -l pl
38 Sound Juicer, ripper p³yt CD u¿ywaj±cy GTK+ i GStreamera.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43
44 %build
45 %{__aclocal}
46 %{__autoconf}
47 %{__automake}
48 %configure \
49         --disable--schemas-install \
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT \
57         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
58
59 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
60
61 %find_lang %{name} --with-gnome
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %post
67 /usr/bin/scrollkeeper-update
68 %gconf_schema_install
69 %banner %{name} -e << EOF
70 To be able to rip a CD, You need to install appropriate
71 GStreamer plugins:
72 - gstreamer-audio-formats (encoding to WAVE)
73 - gstreamer-flac (encoding to FLAC)
74 - gstreamer-vorbis (encoding to Ogg Vorbis)
75 EOF
76
77 %postun -p /usr/bin/scrollkeeper-update
78
79 %files -f %{name}.lang
80 %defattr(644,root,root,755)
81 %doc AUTHORS README TODO
82 %attr(755,root,root) %{_bindir}/*
83 %{_sysconfdir}/gconf/schemas/*
84 %{_datadir}/%{name}
85 %{_desktopdir}/*
86 %{_pixmapsdir}/*
87 %{_omf_dest_dir}/%{name}
This page took 1.030516 seconds and 4 git commands to generate.