packages: portaudio/portaudio.spec - it's not patch, but cvsnt newline conv...

qboosh qboosh at pld-linux.org
Sun Sep 11 09:50:22 CEST 2011


Author: qboosh                       Date: Sun Sep 11 07:50:22 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- it's not patch, but cvsnt newline conversion "feature" what is broken; restored patch with workaround

---- Files affected:
packages/portaudio:
   portaudio.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: packages/portaudio/portaudio.spec
diff -u packages/portaudio/portaudio.spec:1.26 packages/portaudio/portaudio.spec:1.27
--- packages/portaudio/portaudio.spec:1.26	Tue Aug  9 16:59:17 2011
+++ packages/portaudio/portaudio.spec	Sun Sep 11 09:50:17 2011
@@ -5,7 +5,7 @@
 # Conditional build:
 %bcond_without	static_libs	# don't build static libraries
 %bcond_without	apidocs		# documentation generated with doxygen
-%bcond_with	asihpi		# ASI HPI support
+%bcond_without	asihpi		# ASI HPI support
 #
 Summary:	Free, cross platform, open-source, audio I/O library
 Summary(pl.UTF-8):	Darmowa, międzyplatformowa i otwarta biblioteka I/O audio
@@ -18,7 +18,8 @@
 Source0:	http://www.portaudio.com/archives/pa_stable_v%{version}_%{snap}.tgz
 # Source0-md5:	8f266ce03638419ef46e4efcb0fabde6
 Patch0:		%{name}-ac.patch
-Patch1:		http://audioscience.com/internet/download/drivers/released/v4/06/portaudio_asihpi_406.patch
+# http://audioscience.com/internet/download/drivers/released/v4/06/portaudio_asihpi_406.patch
+Patch1:		portaudio_asihpi_406.patch
 URL:		http://www.portaudio.com/
 BuildRequires:	alsa-lib-devel >= 0.9
 BuildRequires:	autoconf >= 2.13
@@ -28,6 +29,7 @@
 BuildRequires:	jack-audio-connection-kit-devel
 BuildRequires:	libstdc++-devel
 BuildRequires:	pkgconfig
+BuildRequires:	rpmbuild(macros) >= 1.566
 %{?with_asihpi:Requires:	hpklinux-libs >= 4.06}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -124,7 +126,8 @@
 %prep
 %setup -q -n %{name}
 %patch0 -p1
-%{?with_asihpi:%patch1 -p0}
+%undos src/hostapi/asihpi/pa_linux_asihpi.c
+%patch1 -p0
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -206,6 +209,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2011/09/11 07:50:17  qboosh
+- it's not patch, but cvsnt newline conversion "feature" what is broken; restored patch with workaround
+
 Revision 1.26  2011/08/09 14:59:17  lisu
 - cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/portaudio/portaudio.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list