update to 0.79.20200914git [release 0.79.20200914git-1mamba;Mon Sep 14 2020]
This commit is contained in:
parent
a30d6bca85
commit
8a2c096245
@ -1,6 +1,6 @@
|
||||
# audex
|
||||
|
||||
audex is a audio grabber tool for CD-ROM drives based on KDE 4.
|
||||
audex is a audio grabber tool for CD-ROM drives based on KDE.
|
||||
|
||||
Features:
|
||||
* Ripping with CDDA Paranoia, so you have quite perfect audio quality
|
||||
|
64
audex.spec
64
audex.spec
@ -1,5 +1,5 @@
|
||||
Name: audex
|
||||
Version: 0.79
|
||||
Version: 0.79.20200914git
|
||||
Release: 1mamba
|
||||
Summary: CDDA Extractor for the KDE
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
@ -7,24 +7,43 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://kde.maniatek.de/audex/
|
||||
Source: http://kde.maniatek.com/audex/files/audex-%{version}.tar.xz
|
||||
Source: https://github.com/KDE/audex.git/master/audex-%{version}.tar.bz2
|
||||
#Source: http://kde.maniatek.com/audex/files/audex-%{version}.tar.xz
|
||||
Patch: audex-0.74b1-conf.patch
|
||||
License: GPL
|
||||
BuildRequires: cmake
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libcdparanoia-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcddb-devel
|
||||
BuildRequires: libkcompactdisc-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libkcmutils-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkcompletion-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkcrash-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkiconthemes-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkjobwidgets-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libktextwidgets-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libsolid-devel
|
||||
BuildRequires: libsonnet-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
audex is a audio grabber tool for CD-ROM drives based on KDE 4.
|
||||
audex is a audio grabber tool for CD-ROM drives based on KDE.
|
||||
|
||||
Features:
|
||||
* Ripping with CDDA Paranoia, so you have quite perfect audio quality
|
||||
@ -37,36 +56,49 @@ Features:
|
||||
* Creates ripping and encoding protocols
|
||||
* Transfer files with KDE KIO-Slaves
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch -p1
|
||||
|
||||
# Get translations
|
||||
for l in ca ca@valencia cs da de en_GB es fi fr gl it ja lt nl pl pt pt_BR ru sk sv tr uk zh_CN zh_TW; do
|
||||
svn co svn://anonsvn.kde.org/home/kde/trunk/l10n-kf5/$l/messages/audex po/$l
|
||||
done
|
||||
|
||||
cat >> CMakeLists.txt << _EOF
|
||||
ki18n_install(po)
|
||||
_EOF
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
chrpath --list %{buildroot}%{_kde4_bindir}/audex && chrpath --delete %{buildroot}%{_kde4_bindir}/audex || :
|
||||
|
||||
%find_lang %{name}
|
||||
%find_lang %{name} --all-name
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_bindir}/audex
|
||||
%{_kde4_xdgappsdir}/*.desktop
|
||||
%{_kde4_datadir}/solid/actions/*.desktop
|
||||
%{_kde4_datadir}/audex
|
||||
%{_kde4_icondir}/hicolor/*/apps/*.png
|
||||
%{_kde5_bindir}/audex
|
||||
%{_kde5_xdgappsdir}/*.desktop
|
||||
%{_datadir}/metainfo/org.kde.audex.appdata.xml
|
||||
%{_kde5_datadir}/solid/actions/*.desktop
|
||||
%{_kde5_datadir}/audex
|
||||
%{_kde5_icondir}/hicolor/*/apps/*.png
|
||||
%doc LICENCE
|
||||
#README TODO
|
||||
|
||||
%changelog
|
||||
* Mon Sep 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.79.20200914git-1mamba
|
||||
- update to 0.79.20200914git
|
||||
|
||||
* Thu Dec 04 2014 Automatic Build System <autodist@mambasoft.it> 0.79-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user