2006-09-09 14:45:02 +00:00
|
|
|
Name: pavucontrol
|
2008-07-15 11:39:53 +00:00
|
|
|
Version: 0.9.7
|
2008-10-09 05:52:31 +00:00
|
|
|
Release: 3%{?dist}
|
2006-09-09 14:45:02 +00:00
|
|
|
Summary: Volume control for PulseAudio
|
|
|
|
|
|
|
|
Group: Applications/Multimedia
|
2007-09-05 00:30:52 +00:00
|
|
|
License: GPLv2+
|
2006-09-09 14:45:02 +00:00
|
|
|
URL: http://0pointer.de/lennart/projects/pavucontrol
|
2008-09-09 13:18:38 +00:00
|
|
|
Source0: http://0pointer.de/lennart/projects/pavucontrol/pavucontrol-%{version}.tar.gz
|
2006-09-09 14:45:02 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2008-09-09 13:31:17 +00:00
|
|
|
BuildRequires: pulseaudio-lib-devel >= 0.9.12
|
2007-09-05 12:42:39 +00:00
|
|
|
BuildRequires: gtkmm24-devel libglademm24-devel
|
2006-09-09 14:45:02 +00:00
|
|
|
BuildRequires: libsigc++20-devel lynx
|
|
|
|
BuildRequires: desktop-file-utils
|
2008-09-09 13:18:38 +00:00
|
|
|
BuildRequires: libcanberra-devel
|
2008-09-09 13:31:17 +00:00
|
|
|
BuildRequires: intltool
|
2009-02-25 02:29:49 +00:00
|
|
|
Requires: pulseaudio-lib >= 0.9.15
|
|
|
|
Patch0: 01e4826b653065268e7a4b8d57e528836e167a23.patch
|
2006-09-09 14:45:02 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control
|
|
|
|
tool ("mixer") for the PulseAudio sound server. In contrast to classic mixer
|
|
|
|
tools this one allows you to control both the volume of hardware devices and
|
|
|
|
of each playback stream separately.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2009-02-25 02:29:49 +00:00
|
|
|
%patch0 -p1 -b .01e4826b653065268e7a4b8d57e528836e167a23
|
2006-09-09 14:45:02 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
desktop-file-install \
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
--add-category="X-Fedora" --vendor="" \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
2008-10-09 05:52:31 +00:00
|
|
|
%find_lang %{name}
|
2006-09-09 14:45:02 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2008-10-09 05:52:31 +00:00
|
|
|
%files -f %{name}.lang
|
2006-09-09 14:45:02 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc LICENSE doc/README
|
|
|
|
%{_bindir}/pavucontrol
|
|
|
|
%{_datadir}/pavucontrol
|
|
|
|
%{_datadir}/applications/pavucontrol.desktop
|
|
|
|
|
|
|
|
%changelog
|
2009-02-25 02:29:49 +00:00
|
|
|
* Wed Feb 25 2009 Lennart Poettering <lpoetter@redhat.com> 0.9.7-4
|
|
|
|
- Preview of upcoming 0.9.8
|
|
|
|
|
2008-10-09 05:52:31 +00:00
|
|
|
* Thu Oct 9 2008 Matthias Clasen <mclasen@redhat.com> 0.9.7-3
|
|
|
|
- Handle locales properly
|
|
|
|
|
2008-09-09 13:31:17 +00:00
|
|
|
* Tue Sep 9 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.7-2
|
|
|
|
- Add intltool to deps
|
|
|
|
|
2008-09-09 13:18:38 +00:00
|
|
|
* Tue Sep 9 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.7-1
|
|
|
|
- Update to 0.9.7
|
|
|
|
|
2008-07-15 11:39:53 +00:00
|
|
|
* Tue Jul 15 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.1.git20080715
|
|
|
|
- Update from GIT snapshot
|
|
|
|
|
2008-03-28 22:05:57 +00:00
|
|
|
* Fri Mar 28 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.6-1
|
|
|
|
- Update to 0.9.6
|
|
|
|
|
2008-02-19 11:02:34 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.5-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-11-28 23:09:49 +00:00
|
|
|
* Wed Nov 28 2007 Julian Sikorski <belegdol[at]gmail[dot]com> 0.9.5-1
|
|
|
|
- Update to 0.9.5
|
|
|
|
|
2007-09-25 02:17:08 +00:00
|
|
|
* Tue Sep 25 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.5-0.4.svn20070925
|
|
|
|
- Update from SVN
|
|
|
|
|
2007-09-05 12:40:43 +00:00
|
|
|
* Wed Sep 5 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.5-0.3.svn20070905
|
|
|
|
- Add versioned dependency on pulseaudio-libs
|
|
|
|
|
2007-09-05 00:30:52 +00:00
|
|
|
* Wed Sep 5 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.5-0.2.svn20070905
|
|
|
|
- Update from SVN snapshot
|
|
|
|
|
|
|
|
* Thu Aug 16 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.5-0.1.svn20070816
|
2007-08-16 10:30:44 +00:00
|
|
|
- Update from SVN snapshot
|
|
|
|
|
2006-09-09 14:45:02 +00:00
|
|
|
* Sat Sep 9 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.4-3
|
|
|
|
- Spec file cleanup.
|
|
|
|
|
|
|
|
* Sat Sep 9 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.4-2
|
|
|
|
- Add BuildRequires for desktop-file-utils.
|
|
|
|
|
|
|
|
* Fri Sep 8 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.4-1
|
|
|
|
- Update to 0.9.4
|
|
|
|
- Fix installation of desktop file.
|
|
|
|
|
|
|
|
* Sun Aug 20 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.3-1
|
|
|
|
- Update to 0.9.3
|
|
|
|
|
|
|
|
* Sun Jul 9 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.2-1
|
|
|
|
- Update to 0.9.2
|
|
|
|
|
|
|
|
* Thu Jun 8 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.1-1
|
|
|
|
- Update to 0.9.1
|
|
|
|
|
|
|
|
* Mon May 29 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.0-1
|
|
|
|
- Initial package for Fedora Extras
|