2012-10-08 20:32:24 +02:00
|
|
|
#
|
|
|
|
# spec file for package kio_audiocd
|
|
|
|
#
|
2015-02-11 16:36:34 +01:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-10-08 20:32:24 +02:00
|
|
|
#
|
|
|
|
# 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
|
2012-11-08 07:44:35 +01:00
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
2012-10-08 20:32:24 +02:00
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: kio_audiocd
|
|
|
|
BuildRequires: cdparanoia-devel
|
2012-11-19 07:05:42 +01:00
|
|
|
BuildRequires: flac-devel
|
2012-10-08 20:32:24 +02:00
|
|
|
BuildRequires: libkcddb4-devel
|
|
|
|
BuildRequires: libkcompactdisc4-devel
|
2012-11-08 07:44:35 +01:00
|
|
|
BuildRequires: libkde4-devel
|
2012-11-19 07:05:42 +01:00
|
|
|
BuildRequires: libvorbis-devel
|
2012-10-08 20:32:24 +02:00
|
|
|
BuildRequires: xz
|
2012-11-08 07:44:35 +01:00
|
|
|
Summary: KDE I/O Slave for Audio CDs
|
2012-10-08 20:32:24 +02:00
|
|
|
License: GPL-2.0+
|
|
|
|
Group: System/GUI/KDE
|
|
|
|
Url: http://www.kde.org
|
2015-09-13 21:16:27 +02:00
|
|
|
Version: 15.08.1
|
2012-11-08 07:44:35 +01:00
|
|
|
Release: 0
|
2012-10-08 20:32:24 +02:00
|
|
|
Source0: audiocd-kio-%{version}.tar.xz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
Provides: kdemultimedia3-CD:/opt/kde3/share/services/audiocd.protocol
|
|
|
|
%kde4_runtime_requires
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains an KIO slave to access audio CDs.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n audiocd-kio-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kde4 -d build
|
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
cd build
|
2012-12-07 14:28:18 +01:00
|
|
|
%kde4_makeinstall
|
2012-10-08 20:32:24 +02:00
|
|
|
%kde_post_install
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2014-07-16 16:19:09 +02:00
|
|
|
%doc COPYING*
|
|
|
|
%doc %lang(en) %{_kde4_htmldir}/en/kioslave/
|
2012-10-08 20:32:24 +02:00
|
|
|
%dir %{_kde4_appsdir}/solid
|
|
|
|
%dir %{_kde4_appsdir}/solid/actions
|
|
|
|
%{_kde4_appsdir}/konqsidebartng/
|
|
|
|
%{_kde4_appsdir}/solid/actions/solid_audiocd.desktop
|
2014-07-16 16:19:09 +02:00
|
|
|
%{_kde4_configkcfgdir}/audiocd_flac_encoder.kcfg
|
|
|
|
%{_kde4_configkcfgdir}/audiocd_lame_encoder.kcfg
|
|
|
|
%{_kde4_configkcfgdir}/audiocd_vorbis_encoder.kcfg
|
2012-10-08 20:32:24 +02:00
|
|
|
%{_kde4_includedir}/audiocdencoder.h
|
|
|
|
%{_kde4_libdir}/libaudiocdplugins.*
|
|
|
|
%{_kde4_modulesdir}/kcm_audiocd.so
|
|
|
|
%{_kde4_modulesdir}/kio_audiocd.so
|
2012-11-19 07:05:42 +01:00
|
|
|
%{_kde4_modulesdir}/libaudiocd_encoder_flac.so
|
2012-10-08 20:32:24 +02:00
|
|
|
%{_kde4_modulesdir}/libaudiocd_encoder_lame.so
|
2012-11-19 07:05:42 +01:00
|
|
|
%{_kde4_modulesdir}/libaudiocd_encoder_vorbis.so
|
2012-10-08 20:32:24 +02:00
|
|
|
%{_kde4_modulesdir}/libaudiocd_encoder_wav.so
|
|
|
|
%{_kde4_servicesdir}/audiocd.desktop
|
|
|
|
%{_kde4_servicesdir}/audiocd.protocol
|
|
|
|
|
|
|
|
%changelog
|