]> git.pld-linux.org Git - packages/sound-juicer.git/blob - sound-juicer.spec
- added AudioVideo to Categories (now visible in menu when
[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:        2
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-cdparanoia >= 0.8.8
19 BuildRequires:  gstreamer-devel >= 0.8.9
20 BuildRequires:  gtk+2-devel >= 2:2.6.3
21 BuildRequires:  intltool >= 0.33
22 BuildRequires:  libglade2-devel
23 BuildRequires:  libgnomeui-devel >= 2.10.0-2
24 BuildRequires:  libmusicbrainz-devel >= 2.1.0
25 BuildRequires:  nautilus-cd-burner-devel >= 2.10.0-2
26 BuildRequires:  pkgconfig
27 BuildRequires:  rpmbuild(macros) >= 1.176
28 BuildRequires:  scrollkeeper >= 0.3.5
29 Requires(post): GConf2
30 Requires(post): scrollkeeper
31 Requires:       gstreamer-cdparanoia >= 0.8.8
32 Requires:       nautilus-cd-burner-libs >= 2.10.0
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 %description
36 Sound Juicer, a CD ripping tool using GTK+ and GStreamer.
37
38 %description -l pl
39 Sound Juicer, ripper p³yt CD u¿ywaj±cy GTK+ i GStreamera.
40
41 %prep
42 %setup -q
43 %patch0 -p1
44
45 %build
46 %{__aclocal}
47 %{__autoconf}
48 %{__automake}
49 %configure \
50         --disable--schemas-install \
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT \
58         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
59
60 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
61
62 %find_lang %{name} --with-gnome
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %post
68 /usr/bin/scrollkeeper-update
69 %gconf_schema_install
70 %banner %{name} -e << EOF
71 To be able to rip a CD, You need to install appropriate
72 GStreamer plugins:
73 - gstreamer-audio-formats (encoding to WAVE)
74 - gstreamer-flac (encoding to FLAC)
75 - gstreamer-vorbis (encoding to Ogg Vorbis)
76 EOF
77
78 %postun -p /usr/bin/scrollkeeper-update
79
80 %files -f %{name}.lang
81 %defattr(644,root,root,755)
82 %doc AUTHORS README TODO
83 %attr(755,root,root) %{_bindir}/*
84 %{_sysconfdir}/gconf/schemas/*
85 %{_datadir}/%{name}
86 %{_desktopdir}/*
87 %{_pixmapsdir}/*
88 %{_omf_dest_dir}/%{name}
This page took 0.092488 seconds and 3 git commands to generate.