880364f
Summary:       Qt based JACK control application
880364f
Name:          qjackctl
f2e13f1
Version:       0.3.10
95d60b4
Release:       4%{?dist}
880364f
URL:           http://qjackctl.sourceforge.net
3d990e8
Source0:       http://downloads.sourceforge.net/qjackctl/files/%{name}-%{version}.tar.gz
880364f
License:       GPLv2+
880364f
Group:         Applications/Multimedia
880364f
Requires:      hicolor-icon-theme
2fce83b
ca0c5af
BuildRequires: alsa-lib-devel
2fce83b
BuildRequires: desktop-file-utils
ca0c5af
BuildRequires: jack-audio-connection-kit-devel
3d990e8
BuildRequires: portaudio-devel
ca0c5af
BuildRequires: qt4-devel
2fce83b
2fce83b
%description
3d990e8
Qjackctl is a simple application to control the JACK sound server daemon,
3d990e8
specific for the Linux Audio Desktop infrastructure. It provides a simple GUI
3d990e8
dialog for setting several JACK daemon parameters, which are properly saved
3d990e8
between sessions, and a way to control the status of the audio server daemon.
3d990e8
With time, this primordial interface has become richer by including a enhanced
2fce83b
patchbay and connection control features.
2fce83b
2fce83b
%prep
2fce83b
%setup -q
2fce83b
2fce83b
%build
f2edea2
QT4DIR=%{_qt4_libdir} QMAKE=%{_qt4_qmake} \
f2edea2
  %configure --with-qt=%{_qt4_prefix} \
f2edea2
             --enable-jack-version \
f2edea2
             --localedir=%{_datadir}/%{name}/locale/
2abfc3d
make %{?_smp_mflags}
2fce83b
2fce83b
%install
3d990e8
make DESTDIR=%{buildroot} install
813c6ec
a703388
desktop-file-install \
3d990e8
  %{buildroot}%{_datadir}/applications/qjackctl.desktop
2fce83b
a703388
# Handle locale's
a703388
%find_lang %{name} --with-qt
880364f
2fce83b
%post
880364f
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
2fce83b
2fce83b
%postun
880364f
if [ $1 -eq 0 ] ; then
880364f
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
880364f
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
2fce83b
fi
2fce83b
880364f
%posttrans
880364f
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
880364f
880364f
880364f
%files -f qjackctl.lang
2fce83b
%doc AUTHORS ChangeLog COPYING README TODO
2fce83b
%{_bindir}/qjackctl
880364f
%dir %{_datadir}/qjackctl/
2fce83b
%{_datadir}/icons/hicolor/32x32/apps/qjackctl.png
a703388
%{_datadir}/applications/qjackctl.desktop
54e20d7
%{_mandir}/man1/%{name}*
2fce83b
2fce83b
%changelog
95d60b4
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.10-4
95d60b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
95d60b4
6e55758
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.10-3
6e55758
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6e55758
0bd3382
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.10-2
0bd3382
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0bd3382
f2e13f1
* Mon Apr 01 2013 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.3.10-1
f2e13f1
- New version
f2e13f1
a703388
* Sun Feb 10 2013 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.3.9-4
a703388
- remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/24
a703388
- some specfile cleanup
a703388
928ee69
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-3
928ee69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
928ee69
2abfc3d
* Sat May 19 2012 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.9-2
2abfc3d
- Re-enable parallel build
2abfc3d
f2edea2
* Fri May 18 2012 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.9-1
f2edea2
- New version
f2edea2
57d2de2
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-2
57d2de2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
57d2de2
62525cb
* Sat Jul 02 2011 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.8-1
62525cb
- New version
62525cb
1746354
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.7-2
1746354
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1746354
3d990e8
* Fri Dec 10 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.7-1
3d990e8
- New version. Drop upstreamed patch.
3d990e8
- Some cleanup in he specfile.
3d990e8
- Enable portaudio support.
3d990e8
54e20d7
* Fri Mar 12 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.6-1
54e20d7
- New version
54e20d7
ca0c5af
* Sat Feb 13 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.5-3
ca0c5af
- Fix DSO linking
ca0c5af
d4efb5e
* Wed Nov 25 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 0.3.5-2
d4efb5e
- Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI)
d4efb5e
813c6ec
* Fri Oct 23 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.5-1
813c6ec
- Update to 0.3.5
813c6ec
9017d1a
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.4-2
9017d1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9017d1a
880364f
* Fri Apr 17 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 0.3.4-1
880364f
- Update to 0.3.4
880364f
- Update scriptlets according to the new guidelines
880364f
- Use %%global instead of %%define per new guidelines
880364f
- Fix locale dir
880364f
- Fix mixed tabs&spaces issues
880364f
ebedf1f
* Fri Apr 10 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 0.3.3-3
ebedf1f
- Fix close button not shown with Qt 4.5 (#494471)
ebedf1f
ebedf1f
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 0.3.3-2
1d00639
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1d00639
d172f27
* Tue Jul 08 2008 Anthony Green <green@redhat.com> 0.3.3-1
d172f27
- Upgrade source.
d172f27
1aac587
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.1a-6
1aac587
- Autorebuild for GCC 4.3
1aac587
a703388
* Mon Nov 12 2007 Anthony Green <green@redhat.com> 0.3.1a-5
50e8e9a
- Force use of qmake-qt4 again.  I'm getting closer.
50e8e9a
a703388
* Mon Nov 12 2007 Anthony Green <green@redhat.com> 0.3.1a-4
347605e
- Force use of qmake-qt4 again.
347605e
a703388
* Mon Nov 12 2007 Anthony Green <green@redhat.com> 0.3.1a-3
faaf16f
- Force use of qmake-qt4.
faaf16f
a703388
* Mon Nov 12 2007 Anthony Green <green@redhat.com> 0.3.1a-2
7e38d2d
- Fix BuildRequires for qt4.
7e38d2d
a703388
* Mon Nov 12 2007 Anthony Green <green@redhat.com> 0.3.1a-1
d999a3c
- New upstream.
d999a3c
- Tweak License.
d999a3c
5075561
* Thu Sep 14 2006 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.20-7
5075561
- fixed typo in patch filename
5075561
b7f1dd6
* Thu Sep 14 2006 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.20-6
b7f1dd6
- mass rebuild
b7f1dd6
- added patch to add support for freebob backend (thanks to Anthony Green)
b7f1dd6
- added hicolor-icon-theme requirement
b7f1dd6
2fce83b
* Sun Jun 18 2006 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.20-5
2fce83b
- move icon to freedesktop location, don't use makeinstall macro, add
2fce83b
  icon cache scripts
2fce83b
2fce83b
* Wed May 17 2006 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.20-4
2fce83b
- more extras spec file cleanup
2fce83b
2fce83b
* Fri May 12 2006 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.20-3
2fce83b
- spec file cleanup for Fedora Extras, added desktop-file-utils
2fce83b
  to build requirements (not there in Fedora's build system)
2fce83b
2fce83b
* Wed May  3 2006 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.20-2
2fce83b
- added Planet CCRMA desktop categories
2fce83b
2fce83b
* Mon Mar 27 2006 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.20-1
2fce83b
- updated to 0.2.20
2fce83b
2fce83b
* Mon Jan 23 2006 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.19a-1
2fce83b
- updated to 0.2.19a
2fce83b
2fce83b
* Tue Jun 21 2005 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.17-1
2fce83b
- updated to 0.2.17
2fce83b
2fce83b
* Tue Feb  8 2005 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.15-2
2fce83b
- added fix from Rui for segfaults
2fce83b
2fce83b
* Sun Feb  6 2005 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.15-1
2fce83b
- updated to 0.2.15
2fce83b
- keep jackstart as the default startup program for kernel 2.4.x
2fce83b
2fce83b
* Sun Jan 23 2005 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.14-1
2fce83b
- updated to 0.2.14
2fce83b
2fce83b
* Thu Dec 16 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 
2fce83b
- spec file tweaks
2fce83b
2fce83b
* Sun Dec  5 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.13-1
2fce83b
- updated to 0.2.13
2fce83b
2fce83b
* Mon Oct 11 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.12a-1
2fce83b
- updated to 0.2.12a
2fce83b
2fce83b
* Wed Sep 22 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.11-1
2fce83b
- updated to 0.2.11
2fce83b
2fce83b
* Sun Jul  4 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.9-1
2fce83b
- updated to 0.2.9
2fce83b
2fce83b
* Fri Apr 30 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.8-1
2fce83b
- updated to 0.2.8
2fce83b
2fce83b
* Wed Apr 21 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.7b-1
2fce83b
- updated to 0.2.7b
2fce83b
2fce83b
* Mon Feb 16 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.5-1
2fce83b
- updated to 0.2.5
2fce83b
2fce83b
* Thu Feb  5 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.4-1
2fce83b
- updated to 0.2.4
2fce83b
2fce83b
* Wed Jan 21 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.3a-1
2fce83b
- updated to 0.2.3a
2fce83b
2fce83b
* Fri Dec 12 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.2.0-1
2fce83b
- updated to 0.2.0
2fce83b
2fce83b
* Wed Nov 26 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.1.3-1
2fce83b
- updated to 0.1.3
2fce83b
2fce83b
* Tue Nov 18 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.1.2-1
2fce83b
- updated to 0.1.2
2fce83b
2fce83b
* Thu Oct 30 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.1.1-1
2fce83b
- updated to 0.1.1
2fce83b
2fce83b
* Fri Oct 10 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.0.9a-1
2fce83b
- updated to 0.0.9a
2fce83b
2fce83b
* Thu Sep 25 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.0.9-1
2fce83b
- updated to 0.0.9 (release often indeed!)
2fce83b
2fce83b
* Mon Sep 22 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.0.8-1
2fce83b
- updated to 0.0.8
2fce83b
- added explicit jack version requirement
2fce83b
2fce83b
* Mon Sep 15 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.0.7-1
2fce83b
- updated to 0.0.7
2fce83b
2fce83b
* Fri Sep  5 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.0.5-1
2fce83b
- updated to 0.0.5
2fce83b
2fce83b
* Fri Aug 29 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.0.4-1
2fce83b
- updated to 0.0.4, updated release tags
2fce83b
2fce83b
* Fri Aug  8 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.0.3-1
2fce83b
- updated to 0.0.3
2fce83b
2fce83b
* Wed Aug  6 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.0.2-1
2fce83b
- updated to 0.0.2
2fce83b
a703388
* Wed Jul 30 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.0.1-1
2fce83b
- initial build