automatic version update by autodist [release 0.78-1mamba;Mon Mar 03 2014]
This commit is contained in:
parent
10a0ea3d84
commit
ec18b9cf45
13
README.md
13
README.md
@ -1,2 +1,15 @@
|
||||
# audex
|
||||
|
||||
audex is a audio grabber tool for CD-ROM drives based on KDE 4.
|
||||
|
||||
Features:
|
||||
* Ripping with CDDA Paranoia, so you have quite perfect audio quality
|
||||
* Ripping and encoding run parallel
|
||||
* Filename editing with local and remote CDDB/FreeDB database
|
||||
* Metadata correction tools like capitalization
|
||||
* Multi-profile extraction (with one commandline-encoder per profile)
|
||||
* Fetch covers from the internet and store them in the database
|
||||
* Create playlists, cover and template-based-info files in target directory
|
||||
* Creates ripping and encoding protocols
|
||||
* Transfer files with KDE KIO-Slaves
|
||||
|
||||
|
21
audex-0.74b1-conf.patch
Normal file
21
audex-0.74b1-conf.patch
Normal file
@ -0,0 +1,21 @@
|
||||
--- audex-0.74b1/audex.kcfg.orig 2011-02-14 09:36:00.000000000 +0100
|
||||
+++ audex-0.74b1/audex.kcfg 2011-02-14 09:36:16.000000000 +0100
|
||||
@@ -5,6 +5,7 @@
|
||||
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
|
||||
<include>QtCore/qdir.h</include>
|
||||
<include>libkcompactdisc/kcompactdisc.h</include>
|
||||
+ <include>kglobalsettings.h</include>
|
||||
<kcfgfile name="audexrc" />
|
||||
<group name="general">
|
||||
<entry name="firstStart" type="Bool">
|
||||
--- audex-0.74b1/audex.kcfg.orig 2011-02-14 09:27:45.000000000 +0100
|
||||
+++ audex-0.74b1/audex.kcfg 2011-02-14 09:28:01.000000000 +0100
|
||||
@@ -41,7 +42,7 @@
|
||||
<default>true</default>
|
||||
</entry>
|
||||
<entry name="basePath" type="Path">
|
||||
- <default code="true">QDir::homePath()+QString::fromLatin1("/Music")</default>
|
||||
+ <default code="true">KGlobalSettings::musicPath()</default>
|
||||
</entry>
|
||||
<entry name="upload" type="Bool">
|
||||
<default>false</default>
|
83
audex.spec
Normal file
83
audex.spec
Normal file
@ -0,0 +1,83 @@
|
||||
Name: audex
|
||||
Version: 0.78
|
||||
Release: 1mamba
|
||||
Summary: CDDA Extractor for the KDE
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
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
|
||||
Patch: audex-0.74b1-conf.patch
|
||||
License: GPL
|
||||
BuildRequires: cmake
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
BuildRequires: libcdparanoia-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkcddb-devel
|
||||
BuildRequires: libkcompactdisc-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
audex is a audio grabber tool for CD-ROM drives based on KDE 4.
|
||||
|
||||
Features:
|
||||
* Ripping with CDDA Paranoia, so you have quite perfect audio quality
|
||||
* Ripping and encoding run parallel
|
||||
* Filename editing with local and remote CDDB/FreeDB database
|
||||
* Metadata correction tools like capitalization
|
||||
* Multi-profile extraction (with one commandline-encoder per profile)
|
||||
* Fetch covers from the internet and store them in the database
|
||||
* Create playlists, cover and template-based-info files in target directory
|
||||
* Creates ripping and encoding protocols
|
||||
* Transfer files with KDE KIO-Slaves
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch -p1
|
||||
|
||||
%build
|
||||
%cmake_kde4 -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}
|
||||
|
||||
%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
|
||||
%doc LICENCE
|
||||
#README TODO
|
||||
|
||||
%changelog
|
||||
* Mon Mar 03 2014 Automatic Build System <autodist@mambasoft.it> 0.78-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 08 2013 Automatic Build System <autodist@mambasoft.it> 0.77b1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 27 2013 Automatic Build System <autodist@mambasoft.it> 0.76b2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 14 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.74b1-1mamba
|
||||
- update to 0.74b1
|
||||
|
||||
* Thu Apr 01 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.72b1-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user