83 lines
2.2 KiB
RPMSpec
83 lines
2.2 KiB
RPMSpec
|
#
|
||
|
# spec file for package kmix
|
||
|
#
|
||
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||
|
#
|
||
|
# All modifications and additions to the file contributed by third parties
|
||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||
|
# upon. The license for this file, and modifications and additions to the
|
||
|
# file, is the same license as for the pristine package itself (unless the
|
||
|
# license for the pristine package is not an Open Source License, in which
|
||
|
# case the license is the MIT License). An "Open Source License" is a
|
||
|
# license that conforms to the Open Source Definition (Version 4.8.95_20120629.9)
|
||
|
# published by the Open Source Initiative.
|
||
|
|
||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||
|
#
|
||
|
|
||
|
|
||
|
Name: kmix
|
||
|
BuildRequires: alsa-devel
|
||
|
BuildRequires: libcanberra-devel
|
||
|
BuildRequires: libkde4-devel
|
||
|
BuildRequires: libpulse-devel
|
||
|
BuildRequires: glib2-devel
|
||
|
BuildRequires: xz
|
||
|
License: GPL-2.0+
|
||
|
Group: Productivity/Multimedia/Sound/Mixers
|
||
|
Summary: Sound Mixer
|
||
|
Url: http://www.kde.org
|
||
|
Version: 4.9.2
|
||
|
Release: 1
|
||
|
Source0: %{name}-%{version}.tar.xz
|
||
|
Patch1: kmix-autostart.diff
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
%kde4_runtime_requires
|
||
|
|
||
|
%description
|
||
|
KDE's full featured mini mixer
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
%patch1 -p1
|
||
|
|
||
|
%build
|
||
|
%cmake_kde4 -d build
|
||
|
%make_jobs
|
||
|
|
||
|
%install
|
||
|
pushd build
|
||
|
%makeinstall
|
||
|
popd
|
||
|
%suse_update_desktop_file kmix AudioVideo Mixer
|
||
|
%kde_post_install
|
||
|
|
||
|
%post -p /sbin/ldconfig
|
||
|
%postun -p /sbin/ldconfig
|
||
|
|
||
|
%clean
|
||
|
rm -rf %{buildroot}
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_kde4_applicationsdir}/kmix.desktop
|
||
|
%{_kde4_appsdir}/kmix/
|
||
|
%{_kde4_appsdir}/plasma/
|
||
|
%{_kde4_bindir}/kmix
|
||
|
%{_kde4_bindir}/kmixctrl
|
||
|
%{_kde4_datadir}/autostart/kmix_autostart.desktop
|
||
|
%{_kde4_datadir}/autostart/restore_kmix_volumes.desktop
|
||
|
%{_kde4_datadir}/dbus-1/interfaces/org.kde.kmix.*
|
||
|
%{_kde4_htmldir}/en/kmix/
|
||
|
%{_kde4_iconsdir}/hicolor/*/apps/kmix.*
|
||
|
%{_kde4_libdir}/libkdeinit4_kmix.so
|
||
|
%{_kde4_libdir}/libkdeinit4_kmixctrl.so
|
||
|
%{_kde4_modulesdir}/kded_kmixd.so
|
||
|
%{_kde4_modulesdir}/plasma_engine_mixer.so
|
||
|
%{_kde4_servicesdir}/kded/kmixd.desktop
|
||
|
%{_kde4_servicesdir}/kmixctrl_restore.desktop
|
||
|
%{_kde4_servicesdir}/plasma-engine-mixer.desktop
|
||
|
|
||
|
|
||
|
%changelog
|