Commits

Ryan Schmidt authored b3ec0780607
libquicktime: display summary of configure script correctly on Snow Leopard and later by using "printf" instead of "echo -n"; add modeline

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@94273 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

multimedia/libquicktime/files/patch-configure.diff

Added
1 +--- configure.orig 2012-03-29 14:45:15.000000000 -0500
2 ++++ configure 2012-06-13 14:07:56.000000000 -0500
3 +@@ -20610,21 +20610,21 @@
4 + echo "Configuration: "
5 + $have_gtk
6 +
7 +-echo -n "libdv: "
8 ++printf "libdv: "
9 + if test x$have_libdv = "xtrue"; then
10 + echo "Yes"
11 + else
12 + echo "Missing / Disabled (Go to http://libdv.sourceforge.net)"
13 + fi
14 +
15 +-echo -n "vorbis: "
16 ++printf "vorbis: "
17 + if test x$have_vorbis = "xtrue"; then
18 + echo "Yes"
19 + else
20 + echo "Missing (Go to http://www.vorbis.com/)"
21 + fi
22 +
23 +-echo -n "lame: "
24 ++printf "lame: "
25 + if test x$have_lame = "xtrue"; then
26 + echo "Yes"
27 + else
28 +@@ -20632,21 +20632,21 @@
29 + fi
30 +
31 +
32 +-echo -n "libjpeg: "
33 ++printf "libjpeg: "
34 + if test x$have_libjpeg = "xtrue"; then
35 + echo "Yes"
36 + else
37 + echo "Missing (Go to http://www.ijg.org/)"
38 + fi
39 +
40 +-echo -n "libpng: "
41 ++printf "libpng: "
42 + if test x$have_libpng = "xtrue"; then
43 + echo "Yes"
44 + else
45 + echo "Missing (Go to http://www.libpng.org/pub/png/libpng.html)"
46 + fi
47 +
48 +-echo -n "schroedinger: "
49 ++printf "schroedinger: "
50 + if test x$have_schroedinger = "xtrue"; then
51 + echo "Yes"
52 + else
53 +@@ -20654,42 +20654,42 @@
54 + fi
55 +
56 +
57 +-echo -n "libavcodec: "
58 ++printf "libavcodec: "
59 + if test x$have_libavcodec = "xtrue"; then
60 + echo "Yes"
61 + else
62 + echo "Missing (Go to http://www.ffmpeg.org/)"
63 + fi
64 +
65 +-echo -n "libswscale: "
66 ++printf "libswscale: "
67 + if test x$have_libswscale = "xtrue"; then
68 + echo "Yes"
69 + else
70 + echo "Missing (Go to http://www.ffmpeg.org/)"
71 + fi
72 +
73 +-echo -n "gtk >= $GTK_REQUIRED: "
74 ++printf "gtk >= $GTK_REQUIRED: "
75 + if test x$have_gtk = "xtrue"; then
76 + echo "Yes"
77 + else
78 + echo "Missing (Go to http://www.gtk.org/)"
79 + fi
80 +
81 +-echo -n "Alsa "
82 ++printf "Alsa "
83 + if test x$have_alsa = "xtrue"; then
84 + echo "Yes"
85 + else
86 + echo "Missing (Go to http://www.alsa-project.org/)"
87 + fi
88 +
89 +-echo -n "sndio "
90 ++printf "sndio "
91 + if test x$have_sndio = "xtrue"; then
92 + echo "Yes"
93 + else
94 + echo "Missing"
95 + fi
96 +
97 +-echo -n "GPL plugins "
98 ++printf "GPL plugins "
99 + if test x$have_gpl = "xtrue"; then
100 + echo "Enabled"
101 + else
102 +@@ -20698,21 +20698,21 @@
103 +
104 + if test x$have_gpl = "xtrue"; then
105 +
106 +-echo -n "faac "
107 ++printf "faac "
108 + if test x$have_faac = "xtrue"; then
109 + echo "Yes"
110 + else
111 + echo "Missing (Go to http://www.audiocoding.com/)"
112 + fi
113 +
114 +-echo -n "faad2 "
115 ++printf "faad2 "
116 + if test x$have_faad2 = "xtrue"; then
117 + echo "Yes"
118 + else
119 + echo "Missing (Go to http://www.audiocoding.com/)"
120 + fi
121 +
122 +-echo -n "x264 "
123 ++printf "x264 "
124 + if test x$have_x264 = "xtrue"; then
125 + echo "Yes"
126 + else

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut