Mageia Bugzilla – Attachment 2880 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 (adapted from Mandriva's )
lv2.spec (text/x-rpm-spec), 2.43 KB, created by
Philippe Didier
on 2012-09-30 19:32:03 CEST
(
hide
)
Description:
spec file (adapted from Mandriva's )
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2012-09-30 19:32:03 CEST
Size:
2.43 KB
patch
obsolete
>%define debug_package %{nil} > >Name: lv2 >Version: 1.0.0 >Release: %mkrel 2 >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 > >%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 > >%build >./waf configure -vv --prefix=%{_prefix} --libdir=%{_libdir} --debug --no-plugins >./waf -vv %{?_smp_mflags} > >%install >DESTDIR=%buildroot ./waf -vv install > > >%files >%doc COPYING NEWS README >%{_libdir}/%{name}/*/*.[ch] >%{_libdir}/%{name}/*/*.ttl > >%files devel >%{_includedir}/%{name}.h >%{_includedir}/%{name}/ >%{_libdir}/pkgconfig/lv2core.pc >%{_libdir}/pkgconfig/%{name}.pc > > >%changelog >* Sun Sep 30 2012 Philippe Didier <> 1.0.0-2mga2 >+ Import into mga > >* 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.0.0 Release: %mkrel 2 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 %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 %build ./waf configure -vv --prefix=%{_prefix} --libdir=%{_libdir} --debug --no-plugins ./waf -vv %{?_smp_mflags} %install DESTDIR=%buildroot ./waf -vv install %files %doc COPYING NEWS README %{_libdir}/%{name}/*/*.[ch] %{_libdir}/%{name}/*/*.ttl %files devel %{_includedir}/%{name}.h %{_includedir}/%{name}/ %{_libdir}/pkgconfig/lv2core.pc %{_libdir}/pkgconfig/%{name}.pc %changelog * Sun Sep 30 2012 Philippe Didier <> 1.0.0-2mga2 + Import into mga * 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