Mageia Bugzilla – Attachment 823 Details for
Bug 985
Add faac to audiokonverter (when appropriate repo available)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
draft of the spec file
audiokonverter.spec (text/plain), 3.92 KB, created by
Philippe Didier
on 2011-09-25 01:09:44 CEST
(
hide
)
Description:
draft of the spec file
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2011-09-25 01:09:44 CEST
Size:
3.92 KB
patch
obsolete
>%define name audiokonverter >%define pre 0 >%define version 5.9.1 >%define rel 1 > >%define iconname %{name}.png > >#%if "%distro_section" == "non-free-tainted" >#%global build_non-free-tainted 1 > >%if "%distro_section" == "tainted" >%global build_tainted 1 >%else >%global build_tainted 0 > >Summary: An audio converter >Name: %{name} >Version: %{version} >Release: %{release} >License: GPLv2 >Group: Sound >Source0: http://www.kde-apps.org/CONTENT/content-files/12608-%name-%tarver.tar.bz2 >URL: http://www.kde-apps.org/content/show.php?content=12608 >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot >BuildRequires: kde4-macros >Requires: dolphin >Requires: mplayer flac wavpack faad2 >Requires: id3lib vorbis-tools >BuildArch: noarch > >#%if %{build_non-free-tainted} >#Requires: lame faac >#else >%if %{build_tainted} >Requires: lame >#Requires: faac >Patch0: audiokonverter-nofaac.patch >%else >Patch1: audiokonverter-free.patch >%endif > >%description >audiokonverter is a small utility to easily convert from OGG, MP3, >AAC, M4A, FLAC, WMA, RealAudio, Musepack, Wavpack, WAV and movies to >MP3, OGG, M4A, WAV and FLAC in Konqueror by right-clicking on them. > >%if %{build_tainted} >This package is in the tainted section because it contains software that >supports codecs that may be covered by software patents. >%endif > >%prep >%setup -q -n %{name}-%{tarver} >%if %{build_tainted} >%patch0 -p0 -b >%else >%patch1 -p1 -b >%endif > >%install >rm -f %buildroot >mkdir -p %{buildroot}%_kde_services/ServiceMenus >install -m 644 *4.desktop %{buildroot}%_kde_services/ServiceMenus >mkdir -p %{buildroot}%_kde_appsdir/dolphin/servicemenus >install -m 644 *4.desktop %{buildroot}%_kde_appsdir/dolphin/servicemenus >mkdir -p %{buildroot}%_kde_bindir >install -m 755 anytowav4 audioconvert4 movie2sound4 oggdrop-lx %buildroot%_kde_bindir > >%clean >rm -rf %{buildroot} > >%files >%defattr (-,root,root) >%doc README Changelog >%_kde_bindir/* >%_kde_services/ServiceMenus/*.desktop >%_kde_appsdir/dolphin/servicemenus/*.desktop > > >%changelog >* Sun Sep 25 2011 Xxxx Yyyyy <xx.yy@foo.com> 5.9.1-1mga1 >+ Try to import into mageia > >* Sun Nov 21 2010 Funda Wang <fwang@mandriva.org> 5.9.1-1mdv2011.0 >+ Revision: 599489 >- update to new version 5.9.1 > >* Thu Oct 07 2010 Anssi Hannula <anssi@mandriva.org> 5.9-5mdv2011.0 >+ Revision: 584047 >- ship KDE4 scripts instead of KDE3 ones (Philippe Didier) > >* Wed Oct 06 2010 Anssi Hannula <anssi@mandriva.org> 5.9-4mdv2011.0 >+ Revision: 583882 >- plf: fix distsuffix > >* Wed Oct 06 2010 Anssi Hannula <anssi@mandriva.org> 5.9-3mdv2011.0 >+ Revision: 583867 >- plf: add reason >- add --with option for PLF build > >* Sat Nov 28 2009 Funda Wang <fwang@mandriva.org> 5.9-1mdv2010.1 >+ Revision: 470985 >- New version 5.9 > >* Thu Sep 10 2009 Thierry Vignaud <tv@mandriva.org> 5.8-0.beta.2mdv2010.0 >+ Revision: 436682 >- rebuild > >* Sat Oct 11 2008 Funda Wang <fwang@mandriva.org> 5.8-0.beta.1mdv2009.1 >+ Revision: 292122 >- New version 5.8 beta (support kde4 environment) > >* Thu Jun 19 2008 Thierry Vignaud <tv@mandriva.org> 5.5.1-3mdv2009.0 >+ Revision: 226200 >- rebuild > > + Olivier Blin <oblin@mandriva.com> > - restore BuildRoot > >* Fri Dec 28 2007 Adam Williamson <awilliamson@mandriva.org> 5.5.1-2mdv2008.1 >+ Revision: 138986 >- fix #34694 (x-wavpack.desktop is in kdelibs now) > > + Thierry Vignaud <tv@mandriva.org> > - kill re-definition of %%buildroot on Pixel's request > >* Tue Sep 04 2007 David Walluck <walluck@mandriva.org> 5.5.1-1mdv2008.0 >+ Revision: 78907 >- 5.5.1 > > >* Thu Dec 07 2006 Lenny Cartier <lenny@mandriva.com> 5.4.3a-1mdv2007.1 >+ Revision: 92049 >- Import audiokonverter > >* Tue Aug 29 2006 Per Ãyvind Karlsen <pkarlsen@mandriva.com> 5.4.3a-1mdv2007.0 >- 5.4.3a >- remove useless info from description >- wipe out buildroot in %%install, not %%prep >- package is GPL, drop 'COPYING' > >* Sat May 06 2006 Nicolas Lécureuil <neoclust@mandriva.org> 5.4.2-2mdk >- 5.4.2 >- Rediff Patch 0 > >* Sun Mar 19 2006 Austin Acton <austin@mandriva.org> 5.3-1mdk >- from Jerome Martin <jerome.f.martin@free.fr> >- some minor tidying >
%define name audiokonverter %define pre 0 %define version 5.9.1 %define rel 1 %define iconname %{name}.png #%if "%distro_section" == "non-free-tainted" #%global build_non-free-tainted 1 %if "%distro_section" == "tainted" %global build_tainted 1 %else %global build_tainted 0 Summary: An audio converter Name: %{name} Version: %{version} Release: %{release} License: GPLv2 Group: Sound Source0: http://www.kde-apps.org/CONTENT/content-files/12608-%name-%tarver.tar.bz2 URL: http://www.kde-apps.org/content/show.php?content=12608 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: kde4-macros Requires: dolphin Requires: mplayer flac wavpack faad2 Requires: id3lib vorbis-tools BuildArch: noarch #%if %{build_non-free-tainted} #Requires: lame faac #else %if %{build_tainted} Requires: lame #Requires: faac Patch0: audiokonverter-nofaac.patch %else Patch1: audiokonverter-free.patch %endif %description audiokonverter is a small utility to easily convert from OGG, MP3, AAC, M4A, FLAC, WMA, RealAudio, Musepack, Wavpack, WAV and movies to MP3, OGG, M4A, WAV and FLAC in Konqueror by right-clicking on them. %if %{build_tainted} This package is in the tainted section because it contains software that supports codecs that may be covered by software patents. %endif %prep %setup -q -n %{name}-%{tarver} %if %{build_tainted} %patch0 -p0 -b %else %patch1 -p1 -b %endif %install rm -f %buildroot mkdir -p %{buildroot}%_kde_services/ServiceMenus install -m 644 *4.desktop %{buildroot}%_kde_services/ServiceMenus mkdir -p %{buildroot}%_kde_appsdir/dolphin/servicemenus install -m 644 *4.desktop %{buildroot}%_kde_appsdir/dolphin/servicemenus mkdir -p %{buildroot}%_kde_bindir install -m 755 anytowav4 audioconvert4 movie2sound4 oggdrop-lx %buildroot%_kde_bindir %clean rm -rf %{buildroot} %files %defattr (-,root,root) %doc README Changelog %_kde_bindir/* %_kde_services/ServiceMenus/*.desktop %_kde_appsdir/dolphin/servicemenus/*.desktop %changelog * Sun Sep 25 2011 Xxxx Yyyyy <xx.yy@foo.com> 5.9.1-1mga1 + Try to import into mageia * Sun Nov 21 2010 Funda Wang <fwang@mandriva.org> 5.9.1-1mdv2011.0 + Revision: 599489 - update to new version 5.9.1 * Thu Oct 07 2010 Anssi Hannula <anssi@mandriva.org> 5.9-5mdv2011.0 + Revision: 584047 - ship KDE4 scripts instead of KDE3 ones (Philippe Didier) * Wed Oct 06 2010 Anssi Hannula <anssi@mandriva.org> 5.9-4mdv2011.0 + Revision: 583882 - plf: fix distsuffix * Wed Oct 06 2010 Anssi Hannula <anssi@mandriva.org> 5.9-3mdv2011.0 + Revision: 583867 - plf: add reason - add --with option for PLF build * Sat Nov 28 2009 Funda Wang <fwang@mandriva.org> 5.9-1mdv2010.1 + Revision: 470985 - New version 5.9 * Thu Sep 10 2009 Thierry Vignaud <tv@mandriva.org> 5.8-0.beta.2mdv2010.0 + Revision: 436682 - rebuild * Sat Oct 11 2008 Funda Wang <fwang@mandriva.org> 5.8-0.beta.1mdv2009.1 + Revision: 292122 - New version 5.8 beta (support kde4 environment) * Thu Jun 19 2008 Thierry Vignaud <tv@mandriva.org> 5.5.1-3mdv2009.0 + Revision: 226200 - rebuild + Olivier Blin <oblin@mandriva.com> - restore BuildRoot * Fri Dec 28 2007 Adam Williamson <awilliamson@mandriva.org> 5.5.1-2mdv2008.1 + Revision: 138986 - fix #34694 (x-wavpack.desktop is in kdelibs now) + Thierry Vignaud <tv@mandriva.org> - kill re-definition of %%buildroot on Pixel's request * Tue Sep 04 2007 David Walluck <walluck@mandriva.org> 5.5.1-1mdv2008.0 + Revision: 78907 - 5.5.1 * Thu Dec 07 2006 Lenny Cartier <lenny@mandriva.com> 5.4.3a-1mdv2007.1 + Revision: 92049 - Import audiokonverter * Tue Aug 29 2006 Per Ãyvind Karlsen <pkarlsen@mandriva.com> 5.4.3a-1mdv2007.0 - 5.4.3a - remove useless info from description - wipe out buildroot in %%install, not %%prep - package is GPL, drop 'COPYING' * Sat May 06 2006 Nicolas Lécureuil <neoclust@mandriva.org> 5.4.2-2mdk - 5.4.2 - Rediff Patch 0 * Sun Mar 19 2006 Austin Acton <austin@mandriva.org> 5.3-1mdk - from Jerome Martin <jerome.f.martin@free.fr> - some minor tidying
View Attachment As Raw
Actions:
View
Attachments on
bug 985
:
809
| 823 |
824
|
825