update to 3.0.1.20200822git
provide/obsolete kaudiocreator [release 3.0.1.20200822git-1mamba;Sat Aug 22 2020]
This commit is contained in:
parent
fa93d5c711
commit
b0b01490b6
@ -1,5 +1,5 @@
|
||||
Name: soundkonverter
|
||||
Version: 3.0.1
|
||||
Version: 3.0.1.20200822git
|
||||
Release: 1mamba
|
||||
Summary: A frontend to various audio converters
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde-apps.org/content/show.php?content=29024
|
||||
Source0: https://github.com/dfaust/soundkonverter.git/v%{version}/soundkonverter-%{version}.tar.bz2
|
||||
Source0: https://github.com/dfaust/soundkonverter.git/master/soundkonverter-%{version}.tar.bz2
|
||||
#Source0: https://api.opensuse.org/public/source/home:HessiJames/soundkonverter-kde4/soundkonverter-%{version}.tar.bz2
|
||||
Patch0: %{name}-0.3.8-desktop.patch
|
||||
Patch1: %{name}-0.3.9-gcc44.patch
|
||||
@ -15,12 +15,37 @@ Patch2: soundkonverter-3.0.1-cmake.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libcdparanoia-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkcddb4-devel
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkbookmarks-devel
|
||||
BuildRequires: libkcddb-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkcompletion-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkcrash-devel
|
||||
BuildRequires: libkdelibs4support-devel
|
||||
BuildRequires: libkguiaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkiconthemes-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkitemviews-devel
|
||||
BuildRequires: libkjobwidgets-devel
|
||||
BuildRequires: libknotifications-devel
|
||||
BuildRequires: libkparts-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libktextwidgets-devel
|
||||
BuildRequires: libkunitconversion-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libphonon-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libsolid-devel
|
||||
BuildRequires: libsonnet-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtag-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -31,6 +56,8 @@ Requires: mplayer
|
||||
#Requires: timidity
|
||||
Requires: vorbis-tools
|
||||
Obsoletes: konverter
|
||||
Provides: kaudiocreator
|
||||
Obsoletes: kaudiocreator
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -44,6 +71,8 @@ Supported formats are:
|
||||
- wav (encode/decode)
|
||||
- wma (decode)
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch2 -p1
|
||||
@ -59,26 +88,31 @@ cd src
|
||||
cd src
|
||||
%makeinstall
|
||||
|
||||
cd ..
|
||||
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
# -f %{name}.lang
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_bindir}/soundkonverter
|
||||
%{_libdir}/qt5/plugins/soundkonverter_*.so
|
||||
%{_kde5_libdir}/libsoundkonvertercore.so
|
||||
%{_kde5_datadir}/solid/actions/soundkonverter-rip-audiocd.desktop
|
||||
%{_kde5_sharedir}/appdata/soundkonverter.appdata.xml
|
||||
%{_kde5_sharedir}/metainfo/soundkonverter.appdata.xml
|
||||
%{_kde5_xdgappsdir}/soundkonverter.desktop
|
||||
%{_datadir}/kxmlgui5/soundkonverter/soundkonverterui.rc
|
||||
%{_kde5_datadir}/soundkonverter
|
||||
%{_kde5_localedir}/*/LC_MESSAGES/soundkonverter.mo
|
||||
%{_kde5_icondir}/hicolor/*/apps/soundkonverter*.png
|
||||
%{_kde5_servicesdir}/soundkonverter_*.desktop
|
||||
%{_kde5_servicetypesdir}/soundkonverter_*.desktop
|
||||
|
||||
%changelog
|
||||
* Sat Aug 22 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.1.20200822git-1mamba
|
||||
- update to 3.0.1.20200822git
|
||||
- provide/obsolete kaudiocreator
|
||||
|
||||
* Fri Sep 07 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.1-1mamba
|
||||
- update to 3.0.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user