[94273] trunk/dports/multimedia/libquicktime

ryandesign at macports.org ryandesign at macports.org
Wed Jun 13 12:11:01 PDT 2012


Revision: 94273
          https://trac.macports.org/changeset/94273
Author:   ryandesign at macports.org
Date:     2012-06-13 12:11:00 -0700 (Wed, 13 Jun 2012)
Log Message:
-----------
libquicktime: display summary of configure script correctly on Snow Leopard and later by using "printf" instead of "echo -n"; add modeline

Modified Paths:
--------------
    trunk/dports/multimedia/libquicktime/Portfile

Added Paths:
-----------
    trunk/dports/multimedia/libquicktime/files/
    trunk/dports/multimedia/libquicktime/files/patch-configure.diff

Modified: trunk/dports/multimedia/libquicktime/Portfile
===================================================================
--- trunk/dports/multimedia/libquicktime/Portfile	2012-06-13 17:26:16 UTC (rev 94272)
+++ trunk/dports/multimedia/libquicktime/Portfile	2012-06-13 19:11:00 UTC (rev 94273)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -24,6 +25,8 @@
                     port:libvorbis port:libogg port:lame port:xorg-libXv \
                     port:xorg-libXaw
 
+patchfiles          patch-configure.diff
+
 configure.args      --without-gtk --without-alsa \
                     --with-libjpeg --with-libpng --with-ffmpeg \
                     --with-vorbis=${prefix} \

Added: trunk/dports/multimedia/libquicktime/files/patch-configure.diff
===================================================================
--- trunk/dports/multimedia/libquicktime/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/multimedia/libquicktime/files/patch-configure.diff	2012-06-13 19:11:00 UTC (rev 94273)
@@ -0,0 +1,126 @@
+--- configure.orig	2012-03-29 14:45:15.000000000 -0500
++++ configure	2012-06-13 14:07:56.000000000 -0500
+@@ -20610,21 +20610,21 @@
+ echo "Configuration: "
+ $have_gtk
+ 
+-echo -n "libdv:        "
++printf "libdv:        "
+ if test x$have_libdv = "xtrue"; then
+ echo "Yes"
+ else
+ echo "Missing / Disabled (Go to http://libdv.sourceforge.net)"
+ fi
+ 
+-echo -n "vorbis:       "
++printf "vorbis:       "
+ if test x$have_vorbis = "xtrue"; then
+ echo "Yes"
+ else
+ echo "Missing (Go to http://www.vorbis.com/)"
+ fi
+ 
+-echo -n "lame:         "
++printf "lame:         "
+ if test x$have_lame = "xtrue"; then
+ echo "Yes"
+ else
+@@ -20632,21 +20632,21 @@
+ fi
+ 
+ 
+-echo -n "libjpeg:      "
++printf "libjpeg:      "
+ if test x$have_libjpeg = "xtrue"; then
+ echo "Yes"
+ else
+ echo "Missing (Go to http://www.ijg.org/)"
+ fi
+ 
+-echo -n "libpng:       "
++printf "libpng:       "
+ if test x$have_libpng = "xtrue"; then
+ echo "Yes"
+ else
+ echo "Missing (Go to http://www.libpng.org/pub/png/libpng.html)"
+ fi
+ 
+-echo -n "schroedinger: "
++printf "schroedinger: "
+ if test x$have_schroedinger = "xtrue"; then
+ echo "Yes"
+ else
+@@ -20654,42 +20654,42 @@
+ fi
+ 
+ 
+-echo -n "libavcodec:   "
++printf "libavcodec:   "
+ if test x$have_libavcodec = "xtrue"; then
+ echo "Yes"
+ else
+ echo "Missing (Go to http://www.ffmpeg.org/)"
+ fi
+ 
+-echo -n "libswscale:   "
++printf "libswscale:   "
+ if test x$have_libswscale = "xtrue"; then
+ echo "Yes"
+ else
+ echo "Missing (Go to http://www.ffmpeg.org/)"
+ fi
+ 
+-echo -n "gtk >= $GTK_REQUIRED: "
++printf "gtk >= $GTK_REQUIRED: "
+ if test x$have_gtk = "xtrue"; then
+ echo "Yes"
+ else
+ echo "Missing (Go to http://www.gtk.org/)"
+ fi
+ 
+-echo -n "Alsa          "
++printf "Alsa          "
+ if test x$have_alsa = "xtrue"; then
+ echo "Yes"
+ else
+ echo "Missing (Go to http://www.alsa-project.org/)"
+ fi
+ 
+-echo -n "sndio         "
++printf "sndio         "
+ if test x$have_sndio = "xtrue"; then
+ echo "Yes"
+ else
+ echo "Missing"
+ fi
+ 
+-echo -n "GPL plugins   "
++printf "GPL plugins   "
+ if test x$have_gpl = "xtrue"; then
+ echo "Enabled"
+ else
+@@ -20698,21 +20698,21 @@
+ 
+ if test x$have_gpl = "xtrue"; then
+ 
+-echo -n "faac          "
++printf "faac          "
+ if test x$have_faac = "xtrue"; then
+ echo "Yes"
+ else
+ echo "Missing (Go to http://www.audiocoding.com/)"
+ fi
+ 
+-echo -n "faad2         "
++printf "faad2         "
+ if test x$have_faad2 = "xtrue"; then
+ echo "Yes"
+ else
+ echo "Missing (Go to http://www.audiocoding.com/)"
+ fi
+ 
+-echo -n "x264          "
++printf "x264          "
+ if test x$have_x264 = "xtrue"; then
+ echo "Yes"
+ else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120613/b7608325/attachment-0001.html>


More information about the macports-changes mailing list