patches/audiofile-01-uninstalled-pc.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 17837 bbca8d7448a6
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16627
7f5a559d0a22 2009-09-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
--- /dev/null	2007-02-28 22:23:33.000000000 -0500
17837
bbca8d7448a6 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 16627
diff changeset
     2
+++ audiofile-0.2.7/audiofile-uninstalled.pc.in	2007-02-28 22:28:09.585724000 -0500
16627
7f5a559d0a22 2009-09-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
@@ -0,0 +1,6 @@
7f5a559d0a22 2009-09-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
+Name: audiofile
7f5a559d0a22 2009-09-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
+Description: audiofile
7f5a559d0a22 2009-09-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
+Requires:
7f5a559d0a22 2009-09-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
+Version: @VERSION@
7f5a559d0a22 2009-09-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
+Libs: ${pc_top_builddir}/${pcfiledir}/libaudiofile/libaudiofile.la -lm
7f5a559d0a22 2009-09-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
+Cflags: -I${pc_top_builddir}/${pcfiledir}/libaudiofile
17837
bbca8d7448a6 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 16627
diff changeset
    10
--- audiofile-0.2.7/configure.ac-orig	2010-04-13 19:54:44.683130295 -0500
bbca8d7448a6 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 16627
diff changeset
    11
+++ audiofile-0.2.7/configure.ac	2010-04-13 19:55:00.060689759 -0500
bbca8d7448a6 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 16627
diff changeset
    12
@@ -95,6 +95,7 @@ AC_SUBST(TEST_BIN)
bbca8d7448a6 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 16627
diff changeset
    13
 AC_CONFIG_FILES([
16627
7f5a559d0a22 2009-09-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    14
 	audiofile.spec
7f5a559d0a22 2009-09-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    15
 	audiofile.pc
7f5a559d0a22 2009-09-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    16
+	audiofile-uninstalled.pc
7f5a559d0a22 2009-09-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    17
 	sfcommands/Makefile 
7f5a559d0a22 2009-09-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    18
 	test/Makefile 
7f5a559d0a22 2009-09-23 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    19
 	examples/Makefile