Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 578844 Details for
Bug 814040
LV2 1.0.0 released
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
What the new spec may look like
lv2.spec (text/x-rpm-spec), 2.10 KB, created by
Brendan Jones
on 2012-04-20 03:00:43 UTC
(
hide
)
Description:
What the new spec may look like
Filename:
MIME Type:
Creator:
Brendan Jones
Created:
2012-04-20 03:00:43 UTC
Size:
2.10 KB
patch
obsolete
>%global debug_package %{nil} > >Name: lv2 >Version: 1.0.0 >Release: 1%{?dist} >Summary: Audio Plugin Standard >Group: System Environment/Libraries >License: ISC >URL: http://lv2plug.in >Source: http://lv2plug.in/spec/lv2-%{version}.tar.bz2 > ># this package replaces lv2core pulliing in existing extensions >Obsoletes: lv2core{?_isa} < 6.0-4 >Obsoletes: lv2-ui{?_isa} < 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/Libraries >Requires: %{name} = %{version}-%{release} > >Obsoletes: lv2core-devel{?_isa} < 6.0-4 >Obsoletes: lv2-ui-devel{?_isa} < 2.4-5 > >%description devel >lv2-devel contains the lv2.h header file and headers for all of the >LV@ 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} >./waf -vv %{?_smp_mflags} > >%install >rm -rf %buildroot >DESTDIR=%buildroot ./waf -vv install > >%clean >rm -rf %buildroot > >%files >%doc COPYING NEWS README >%{_libdir}/%{name}/ >%exclude %{_libdir}/%{name}/*/*.h > >%files devel >%{_includedir}/%{name}.h >%{_includedir}/%{name}/ >%{_libdir}/%{name}/*/*.h >%{_libdir}/pkgconfig/lv2core.pc >%{_libdir}/pkgconfig/%{name}.pc > >%changelog >* Sat Apr 20 2012 Brendan Jones <brendan.jones.it@gmail.com> - 1.0.0-1 >- Created >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 814040
: 578844