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