Mageia Bugzilla – Attachment 5208 Details for
Bug 12493
Lightworks can not be installed because portaudio is built without C++ support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch that allows building CXX part of the portaudio and API docs for developers
portaudio.spec.patch (text/plain), 900 bytes, created by
Oleg Bosis
on 2014-06-21 20:17:36 CEST
(
hide
)
Description:
patch that allows building CXX part of the portaudio and API docs for developers
Filename:
MIME Type:
Creator:
Oleg Bosis
Created:
2014-06-21 20:17:36 CEST
Size:
900 bytes
patch
obsolete
>--- a/portaudio.spec 2013-10-18 19:50:14.000000000 +0400 >+++ b/portaudio.spec 2014-06-21 22:11:23.300600919 +0400 >@@ -19,6 +19,8 @@ > BuildRequires: libjack-devel > BuildRequires: libsamplerate-devel > BuildRequires: celt-devel >+BuildRequires: gcc-c++ >+BuildRequires: doxygen > > %description > PortAudio is a free, cross platform, open-source, audio I/O >@@ -101,10 +103,13 @@ > %build > %configure2_5x --disable-static \ > --with-alsa \ >- --with-jack >+ --with-jack \ >+ --enable-cxx > > %make > >+doxygen >+ > #CC="gcc" \ > # CFLAGS="%{optflags} -fPIC -DPIC -D_REENTRANT -D_GNU_SOURCE -Ipa_common -Ipablio" > >@@ -119,11 +124,13 @@ > %files -n %{libname} > %doc LICENSE.txt README.txt > %{_libdir}/*.so.%{major}* >+%{_libdir}/*.so.0* > > %files -n %{develname} >+%doc doc/html/* > %{_includedir}/* > %{_libdir}/*.so >-%{_libdir}/pkgconfig/portaudio-*.pc >+%{_libdir}/pkgconfig/portaudio*.pc > > > %changelog
--- a/portaudio.spec 2013-10-18 19:50:14.000000000 +0400 +++ b/portaudio.spec 2014-06-21 22:11:23.300600919 +0400 @@ -19,6 +19,8 @@ BuildRequires: libjack-devel BuildRequires: libsamplerate-devel BuildRequires: celt-devel +BuildRequires: gcc-c++ +BuildRequires: doxygen %description PortAudio is a free, cross platform, open-source, audio I/O @@ -101,10 +103,13 @@ %build %configure2_5x --disable-static \ --with-alsa \ - --with-jack + --with-jack \ + --enable-cxx %make +doxygen + #CC="gcc" \ # CFLAGS="%{optflags} -fPIC -DPIC -D_REENTRANT -D_GNU_SOURCE -Ipa_common -Ipablio" @@ -119,11 +124,13 @@ %files -n %{libname} %doc LICENSE.txt README.txt %{_libdir}/*.so.%{major}* +%{_libdir}/*.so.0* %files -n %{develname} +%doc doc/html/* %{_includedir}/* %{_libdir}/*.so -%{_libdir}/pkgconfig/portaudio-*.pc +%{_libdir}/pkgconfig/portaudio*.pc %changelog
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 12493
: 5208