| 1 | Summary: Volume control for PulseAudio |
|---|
| 2 | Summary: PulseAudio のボリューム調整 |
|---|
| 3 | Name: pavucontrol |
|---|
| 4 | Version: 0.9.10 |
|---|
| 5 | Release: 2%{?_dist_release} |
|---|
| 6 | |
|---|
| 7 | Group: Applications/Multimedia |
|---|
| 8 | License: GPLv2+ |
|---|
| 9 | URL: http://0pointer.de/lennart/projects/pavucontrol |
|---|
| 10 | Source0: http://0pointer.de/lennart/projects/pavucontrol/pavucontrol-%{version}.tar.gz |
|---|
| 11 | |
|---|
| 12 | #Source10: pavucontrol-0.9.9-ja.po |
|---|
| 13 | #Patch10: pavucontrol-0.9.8-ja.patch |
|---|
| 14 | Patch11: pavucontrol-ja.patch |
|---|
| 15 | |
|---|
| 16 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 17 | BuildRequires: pulseaudio-libs-devel |
|---|
| 18 | BuildRequires: gtkmm2-devel libglademm2-devel |
|---|
| 19 | BuildRequires: libsigc++-devel |
|---|
| 20 | BuildRequires: desktop-file-utils |
|---|
| 21 | BuildRequires: libcanberra-devel >= 0.17 |
|---|
| 22 | BuildRequires: intltool |
|---|
| 23 | |
|---|
| 24 | Vendor: Project Vine |
|---|
| 25 | Distribution: Vine Linux |
|---|
| 26 | Packager: daisuke |
|---|
| 27 | |
|---|
| 28 | %description |
|---|
| 29 | PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control |
|---|
| 30 | tool ("mixer") for the PulseAudio sound server. In contrast to classic mixer |
|---|
| 31 | tools this one allows you to control both the volume of hardware devices and |
|---|
| 32 | of each playback stream separately. |
|---|
| 33 | |
|---|
| 34 | %prep |
|---|
| 35 | %setup -q |
|---|
| 36 | #%patch10 -p1 |
|---|
| 37 | %patch11 -p1 |
|---|
| 38 | #cp -f %{SOURCE10} po/ja.po |
|---|
| 39 | |
|---|
| 40 | %build |
|---|
| 41 | %configure |
|---|
| 42 | make %{?_smp_mflags} |
|---|
| 43 | |
|---|
| 44 | %install |
|---|
| 45 | rm -rf $RPM_BUILD_ROOT |
|---|
| 46 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 47 | |
|---|
| 48 | desktop-file-install \ |
|---|
| 49 | --dir $RPM_BUILD_ROOT%{_datadir}/applications \ |
|---|
| 50 | --add-category="AudioVideo" --vendor="" \ |
|---|
| 51 | $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop |
|---|
| 52 | |
|---|
| 53 | %find_lang %{name} |
|---|
| 54 | |
|---|
| 55 | %clean |
|---|
| 56 | rm -rf $RPM_BUILD_ROOT |
|---|
| 57 | |
|---|
| 58 | %files -f %{name}.lang |
|---|
| 59 | %defattr(-,root,root,-) |
|---|
| 60 | %doc LICENSE doc/README |
|---|
| 61 | %{_bindir}/pavucontrol |
|---|
| 62 | %{_datadir}/pavucontrol |
|---|
| 63 | %{_datadir}/applications/pavucontrol.desktop |
|---|
| 64 | %{_docdir}/pavucontrol/* |
|---|
| 65 | |
|---|
| 66 | %changelog |
|---|
| 67 | * Wed Apr 20 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.10-2 |
|---|
| 68 | - rebuild for Vine 6 |
|---|
| 69 | |
|---|
| 70 | * Sat Sep 4 2010 Toshiharu Kudoh <daisuke@gmail.com> 0.9.10-1 |
|---|
| 71 | - new upstream release |
|---|
| 72 | - dropt Source10, Patch10 |
|---|
| 73 | - added Patch11 |
|---|
| 74 | - fixed --add-category="X-Fedora" to "AudioVideo" in desktop-file-install |
|---|
| 75 | - fixed BuildRoot |
|---|
| 76 | - added document dir in %%files |
|---|
| 77 | |
|---|
| 78 | * Sun Sep 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.9-1 |
|---|
| 79 | - new upstream release |
|---|
| 80 | - BR: libcanberra-devel >= 0.17 |
|---|
| 81 | |
|---|
| 82 | * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.8-1 |
|---|
| 83 | - new upstream release |
|---|
| 84 | - add ja.po |
|---|
| 85 | |
|---|
| 86 | * Tue Mar 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.7-1 |
|---|
| 87 | - initial build for Vine Linux |
|---|
| 88 | |
|---|
| 89 | * Thu Oct 9 2008 Matthias Clasen <mclasen@redhat.com> 0.9.7-3 |
|---|
| 90 | - Handle locales properly |
|---|
| 91 | |
|---|
| 92 | * Tue Sep 9 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.7-2 |
|---|
| 93 | - Add intltool to deps |
|---|
| 94 | |
|---|
| 95 | * Tue Sep 9 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.7-1 |
|---|
| 96 | - Update to 0.9.7 |
|---|
| 97 | |
|---|
| 98 | * Tue Jul 15 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.1.git20080715 |
|---|
| 99 | - Update from GIT snapshot |
|---|
| 100 | |
|---|
| 101 | * Fri Mar 28 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.6-1 |
|---|
| 102 | - Update to 0.9.6 |
|---|
| 103 | |
|---|
| 104 | * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.5-2 |
|---|
| 105 | - Autorebuild for GCC 4.3 |
|---|
| 106 | |
|---|
| 107 | * Wed Nov 28 2007 Julian Sikorski <belegdol[at]gmail[dot]com> 0.9.5-1 |
|---|
| 108 | - Update to 0.9.5 |
|---|
| 109 | |
|---|
| 110 | * Tue Sep 25 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.5-0.4.svn20070925 |
|---|
| 111 | - Update from SVN |
|---|
| 112 | |
|---|
| 113 | * Wed Sep 5 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.5-0.3.svn20070905 |
|---|
| 114 | - Add versioned dependency on pulseaudio-libs |
|---|
| 115 | |
|---|
| 116 | * Wed Sep 5 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.5-0.2.svn20070905 |
|---|
| 117 | - Update from SVN snapshot |
|---|
| 118 | |
|---|
| 119 | * Thu Aug 16 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.5-0.1.svn20070816 |
|---|
| 120 | - Update from SVN snapshot |
|---|
| 121 | |
|---|
| 122 | * Sat Sep 9 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.4-3 |
|---|
| 123 | - Spec file cleanup. |
|---|
| 124 | |
|---|
| 125 | * Sat Sep 9 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.4-2 |
|---|
| 126 | - Add BuildRequires for desktop-file-utils. |
|---|
| 127 | |
|---|
| 128 | * Fri Sep 8 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.4-1 |
|---|
| 129 | - Update to 0.9.4 |
|---|
| 130 | - Fix installation of desktop file. |
|---|
| 131 | |
|---|
| 132 | * Sun Aug 20 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.3-1 |
|---|
| 133 | - Update to 0.9.3 |
|---|
| 134 | |
|---|
| 135 | * Sun Jul 9 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.2-1 |
|---|
| 136 | - Update to 0.9.2 |
|---|
| 137 | |
|---|
| 138 | * Thu Jun 8 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.1-1 |
|---|
| 139 | - Update to 0.9.1 |
|---|
| 140 | |
|---|
| 141 | * Mon May 29 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.0-1 |
|---|
| 142 | - Initial package for Fedora Extras |
|---|