|
|
@ -1,12 +1,11 @@
|
|
|
|
Name: portaudio
|
|
|
|
Name: portaudio
|
|
|
|
Version: 19
|
|
|
|
Version: 19
|
|
|
|
Release: 18%{?dist}
|
|
|
|
Release: 19%{?dist}
|
|
|
|
Summary: Free, cross platform, open-source, audio I/O library
|
|
|
|
Summary: Free, cross platform, open-source, audio I/O library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: http://www.portaudio.com/
|
|
|
|
URL: http://www.portaudio.com/
|
|
|
|
# This is http://www.portaudio.com/archives/pa_snapshot.tgz svn rev 1890
|
|
|
|
Source0: http://www.portaudio.com/archives/pa_stable_v19_20140130.tgz
|
|
|
|
Source0: pa_snapshot.tgz
|
|
|
|
|
|
|
|
Patch1: portaudio-doxynodate.patch
|
|
|
|
Patch1: portaudio-doxynodate.patch
|
|
|
|
Patch2: portaudio-pkgconfig-alsa.patch
|
|
|
|
Patch2: portaudio-pkgconfig-alsa.patch
|
|
|
|
# Add some extra API needed by audacity
|
|
|
|
# Add some extra API needed by audacity
|
|
|
@ -50,6 +49,8 @@ autoreconf -i -f
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-static --enable-cxx
|
|
|
|
%configure --disable-static --enable-cxx
|
|
|
|
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' bindings/cpp/libtool
|
|
|
|
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' bindings/cpp/libtool
|
|
|
|
# no -j# because building with -j# is broken
|
|
|
|
# no -j# because building with -j# is broken
|
|
|
|
make
|
|
|
|
make
|
|
|
|
# Build html devel documentation
|
|
|
|
# Build html devel documentation
|
|
|
@ -57,7 +58,7 @@ doxygen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
@ -81,6 +82,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Jun 22 2014 Hans de Goede <hdegoede@redhat.com> - 19-19
|
|
|
|
|
|
|
|
- Upgrade to the "stable" v19_20140130 snapshot (rhbz#1111780)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 19-18
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 19-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|