Accepting request 446069 from KDE:Applications
Update to KDE Applicatons 16.12.0 OBS-URL: https://build.opensuse.org/request/show/446069 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio_audiocd?expand=0&rev=59
This commit is contained in:
commit
8d077515aa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78988ef13f4228d94923d50dc54129a91d034ffcf014029dbc39bdb0cdedf8b4
|
||||
size 52068
|
3
audiocd-kio-16.12.0.tar.xz
Normal file
3
audiocd-kio-16.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ed15f05176913e6bb235f5d01d7b1129d60da9be1328b0f8ad89beb54c48542
|
||||
size 53596
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 19:45:18 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.0.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 16:31:35 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.11.90
|
||||
* KDE Applications 16.12.0 RC
|
||||
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 12:31:00 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.11.80
|
||||
* KDE Applications 16.12.0 Beta
|
||||
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 06:18:46 UTC 2016 - lbeltrame@kde.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kio_audiocd
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,38 +17,51 @@
|
||||
|
||||
|
||||
Name: kio_audiocd
|
||||
BuildRequires: cdparanoia-devel
|
||||
BuildRequires: flac-devel
|
||||
BuildRequires: libkcddb4-devel
|
||||
BuildRequires: libkcompactdisc4-devel
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: xz
|
||||
Version: 16.12.0
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: KDE I/O Slave for Audio CDs
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
Version: 16.08.3
|
||||
Release: 0
|
||||
Source0: audiocd-kio-%{version}.tar.xz
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: cdparanoia-devel
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: flac-devel
|
||||
BuildRequires: kconfig-devel
|
||||
BuildRequires: kdelibs4support-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: libkcddb-devel
|
||||
BuildRequires: libkcompactdisc-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: phonon4qt5-devel
|
||||
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.
|
||||
|
||||
%package devel
|
||||
Summary: Development package for kio_audiocd
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
This package contains the development files for the audiocd kio slave
|
||||
|
||||
%prep
|
||||
%setup -q -n audiocd-kio-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
cd build
|
||||
%kde4_makeinstall
|
||||
%kde_post_install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -56,23 +69,27 @@ This package contains an KIO slave to access audio CDs.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/kioslave/
|
||||
%dir %{_kde4_appsdir}/solid
|
||||
%dir %{_kde4_appsdir}/solid/actions
|
||||
%{_kde4_appsdir}/konqsidebartng/
|
||||
%{_kde4_appsdir}/solid/actions/solid_audiocd.desktop
|
||||
%{_kde4_configkcfgdir}/audiocd_flac_encoder.kcfg
|
||||
%{_kde4_configkcfgdir}/audiocd_lame_encoder.kcfg
|
||||
%{_kde4_configkcfgdir}/audiocd_vorbis_encoder.kcfg
|
||||
%{_kde4_includedir}/audiocdencoder.h
|
||||
%{_kde4_libdir}/libaudiocdplugins.*
|
||||
%{_kde4_modulesdir}/kcm_audiocd.so
|
||||
%{_kde4_modulesdir}/kio_audiocd.so
|
||||
%{_kde4_modulesdir}/libaudiocd_encoder_flac.so
|
||||
%{_kde4_modulesdir}/libaudiocd_encoder_lame.so
|
||||
%{_kde4_modulesdir}/libaudiocd_encoder_vorbis.so
|
||||
%{_kde4_modulesdir}/libaudiocd_encoder_wav.so
|
||||
%{_kde4_servicesdir}/audiocd.desktop
|
||||
%{_kde4_servicesdir}/audiocd.protocol
|
||||
%{_libdir}/libaudiocdplugins.so.*
|
||||
%{_kf5_plugindir}/libaudiocd_encoder_*.so
|
||||
%{_kf5_plugindir}/libkcm_audiocd.so
|
||||
%{_kf5_plugindir}/libkio_audiocd.so
|
||||
%{_kf5_configkcfgdir}/audiocd_*_encoder.kcfg
|
||||
%{_kf5_htmldir}/en/kioslave5/audiocd/
|
||||
%dir %{_datadir}/konqsidebartng
|
||||
%dir %{_datadir}/konqsidebartng/virtual_folders
|
||||
%dir %{_datadir}/konqsidebartng/virtual_folders/services
|
||||
%{_datadir}/konqsidebartng/virtual_folders/services/audiocd.desktop
|
||||
%{_kf5_servicesdir}/audiocd.desktop
|
||||
%{_kf5_servicesdir}/audiocd.protocol
|
||||
%dir %{_datadir}/solid
|
||||
%dir %{_datadir}/solid/actions
|
||||
%{_datadir}/solid/actions/solid_audiocd.desktop
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%{_includedir}/audiocdencoder.h
|
||||
%{_includedir}/audiocdplugins_export.h
|
||||
%{_libdir}/libaudiocdplugins.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user