source: projects/specs/trunk/p/pavucontrol/pavucontrol-vl.spec @ 12539

Revision 12539, 4.5 KB checked in by tomop, 3 years ago (diff)

updated 6 packages

chrpath-0.16-2

doxygen-1.9.1-1

libsigc++-2.10.6-1

pavucontrol-4.0-1

pulseaudio-14.2-1

xmlto-0.0.28-1

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