Mageia Bugzilla – Attachment 3145 Details for
Bug 7639
Update request : update lv2-core and lv2-ui to lv2-1.2.0 (spec provided)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
spec file for lv2-1.2.0
lv2-1.2.0.spec (text/x-rpm-spec), 2.64 KB, created by
Philippe Didier
on 2012-11-23 01:19:33 CET
(
hide
)
Description:
spec file for lv2-1.2.0
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2012-11-23 01:19:33 CET
Size:
2.64 KB
patch
obsolete
>%define debug_package %{nil} > >Name: lv2 >Version: 1.2.0 >Release: %mkrel 1 >Summary: Audio Plugin Standard >Group: System/Libraries > ># lv2specgen template.html is CC-AT-SA >License: ISC >URL: http://lv2plug.in >Source0: http://lv2plug.in/spec/lv2-%{version}.tar.bz2 > > ># this package replaces lv2core >Provides: lv2core = 6.0-4 >Obsoletes: lv2core < 6.0-4 >Provides: lv2-ui = 2.4-5 >Obsoletes: lv2-ui < 2.4-5 > >%description >LV2 is a standard for plugins and matching host applications, mainly >targeted at audio processing and generation. > >There are a large number of open source and free software synthesis >packages in use or development at this time. This API ('LV2') attempts >to give programmers the ability to write simple 'plugin' audio >processors in C/C++ and link them dynamically ('plug') into a range of >these packages ('hosts'). It should be possible for any host and any >plugin to communicate completely through this interface. > >LV2 is a successor to LADSPA, created to address the limitations of >LADSPA which many hosts have outgrown. > >%package devel >Summary: API for the LV2 Audio Plugin Standard >Group: Development/C > >Requires: %{name}%{?_isa} = %{version}-%{release} >Provides: lv2core-devel = 6.0-4 >Obsoletes: lv2core-devel < 6.0-4 >Provides: lv2-ui-devel = 2.4-5 >Obsoletes: lv2-ui-devel < 2.4-5 > >BuildRequires: pkgconfig(sndfile) >= 1.0.0 >BuildRequires: python >= 2.6 >BuildRequires: doxygen >BuildRequires: graphviz >BuildRequires: python-rdflib > >%description devel >lv2-devel contains the lv2.h header file and headers for all of the >LV2 specification extensions and bundles. > >Definitive technical documentation on LV2 plug-ins for both the host >and plug-in is contained within copious comments within the lv2.h >header file. > >%prep >%setup -q -n %{name} > >%build >./waf configure -vv --prefix=%{_prefix} --libdir=%{_libdir} --debug --no-plugins --docs >./waf -vv %{?_smp_mflags} > >%install >DESTDIR=%buildroot ./waf -vv install > > >%files >%doc COPYING README >%exclude %{_libdir}/%{name}/*/*.[ch] >%{_libdir}/%{name}/ > >%files devel >%{_includedir}/%{name}.h >%{_includedir}/%{name}/ >%{_libdir}/%{name}/*/*.[hc] >%{_libdir}/pkgconfig/lv2core.pc >%{_libdir}/pkgconfig/%{name}.pc > > >%changelog >* Sat Nov 17 2012 <> 1.2.0-2 >+ adding documentation creation (and BR for it : doxygen graphviz python-rdflib) > >* Sun Oct 14 2012 <> 1.2.0-1mga2 >+ New version 1.2.0 > >* Sun Sep 30 2012 Philippe Didier <> 1.0.0-2mga2 >+ Import into mga : must obsolete lv2core and lv2-ui > >* Tue Apr 24 2012 Frank Kober <emuse@mandriva.org> 1.0.0-2 >+ Revision: 793222 >- keep extension bundle integrity intact as required by README > >* Mon Apr 23 2012 Alexander Khrukin <akhrukin@mandriva.org> 1.0.0-1 >+ Revision: 792871 >- imported package lv2 >
%define debug_package %{nil} Name: lv2 Version: 1.2.0 Release: %mkrel 1 Summary: Audio Plugin Standard Group: System/Libraries # lv2specgen template.html is CC-AT-SA License: ISC URL: http://lv2plug.in Source0: http://lv2plug.in/spec/lv2-%{version}.tar.bz2 # this package replaces lv2core Provides: lv2core = 6.0-4 Obsoletes: lv2core < 6.0-4 Provides: lv2-ui = 2.4-5 Obsoletes: lv2-ui < 2.4-5 %description LV2 is a standard for plugins and matching host applications, mainly targeted at audio processing and generation. There are a large number of open source and free software synthesis packages in use or development at this time. This API ('LV2') attempts to give programmers the ability to write simple 'plugin' audio processors in C/C++ and link them dynamically ('plug') into a range of these packages ('hosts'). It should be possible for any host and any plugin to communicate completely through this interface. LV2 is a successor to LADSPA, created to address the limitations of LADSPA which many hosts have outgrown. %package devel Summary: API for the LV2 Audio Plugin Standard Group: Development/C Requires: %{name}%{?_isa} = %{version}-%{release} Provides: lv2core-devel = 6.0-4 Obsoletes: lv2core-devel < 6.0-4 Provides: lv2-ui-devel = 2.4-5 Obsoletes: lv2-ui-devel < 2.4-5 BuildRequires: pkgconfig(sndfile) >= 1.0.0 BuildRequires: python >= 2.6 BuildRequires: doxygen BuildRequires: graphviz BuildRequires: python-rdflib %description devel lv2-devel contains the lv2.h header file and headers for all of the LV2 specification extensions and bundles. Definitive technical documentation on LV2 plug-ins for both the host and plug-in is contained within copious comments within the lv2.h header file. %prep %setup -q -n %{name} %build ./waf configure -vv --prefix=%{_prefix} --libdir=%{_libdir} --debug --no-plugins --docs ./waf -vv %{?_smp_mflags} %install DESTDIR=%buildroot ./waf -vv install %files %doc COPYING README %exclude %{_libdir}/%{name}/*/*.[ch] %{_libdir}/%{name}/ %files devel %{_includedir}/%{name}.h %{_includedir}/%{name}/ %{_libdir}/%{name}/*/*.[hc] %{_libdir}/pkgconfig/lv2core.pc %{_libdir}/pkgconfig/%{name}.pc %changelog * Sat Nov 17 2012 <> 1.2.0-2 + adding documentation creation (and BR for it : doxygen graphviz python-rdflib) * Sun Oct 14 2012 <> 1.2.0-1mga2 + New version 1.2.0 * Sun Sep 30 2012 Philippe Didier <> 1.0.0-2mga2 + Import into mga : must obsolete lv2core and lv2-ui * Tue Apr 24 2012 Frank Kober <emuse@mandriva.org> 1.0.0-2 + Revision: 793222 - keep extension bundle integrity intact as required by README * Mon Apr 23 2012 Alexander Khrukin <akhrukin@mandriva.org> 1.0.0-1 + Revision: 792871 - imported package lv2
View Attachment As Raw
Actions:
View
Attachments on
bug 7639
:
2880
|
2963
|
3103
|
3104
|
3142
| 3145 |
3148