Slashdot Mirror


QuickTime 6.0.2 Released

Hungus writes "QuickTime 6.0.2 is now released from Apple and is available either via web download or via Software Update." I'd seen word that it was available earlier, but it wasn't available for me via Software Update until today. Software Update reports that this release "provides performance and reliability enhancements."

19 of 59 comments (clear)

  1. thanks for the bug report by tps12 · · Score: 4, Funny

    I'd seen word that it was available earlier, but it wasn't available for me via Software Update until today.

    Maybe your internet is broken.

    --

    Karma: Good (despite my invention of the Karma: sig)
  2. Requires working Perl by Sulka · · Score: 5, Interesting

    Interestingly, Apple uses Perl for OS X installer scripts. The Quicktime installer requires you have a Perl installation which works without having any environment variables being set using your own .bashrc (or whichever shell you're using). I recently upgraded my perl to 5.8.0 using instructions kindly provided by Apple only to now find out their instructions break Software Update.

    I've sent them feedback but haven't yet got a reply. Nice going...

    --
    "Although it is not true that all conservatives are stupid, it is true that most stupid people are conservative."
  3. Two notes by cei · · Score: 4, Interesting

    1. Requires a reboot. You'd think they'd be able to overcome that, especially for an update or patch to libraries...

    2. After said restart, my first launch of Mail wants me to re-authorize Keychain to let it use my passwords to get my mail. Why would updating a QuickTime library have anything to do with my security settings?

    --
    This sig intentionally left justified.
    1. Re:Two notes by jezzball · · Score: 4, Insightful

      I see it's been a long time since your last reboot...

      When you click "Always", it just means "Always this boot".

      Dan

      --
      ls: .sig: File not found.
      (A)bort, (R)etry, (I)gnore?
    2. Re:Two notes by Pengo · · Score: 5, Informative

      Quicktime has a lot of useful libraries for development. I have seen a lot of people using the built in XML parser as a high level interface in Objective C (from lurking on the newsgroups and looking for my own parser).

      Quicktime is installed on all OS X system, it would make sense for apple to use common components.

      Maybe it wasn't just quicktime that was updated but also other libs that support quicktime and other things. Who knows.

      Cheers

    3. Re:Two notes by Anonymous Coward · · Score: 5, Interesting

      You are correct. The keychain uses a checksum of the binary in order to ensure that the Mail application trying to access a keychain item today is the same Mail app you, the user, gave authorization to do so yesterday. A software update usually updates the prebinding info in all executables, which results in a change to the checksum, hence the requirement to re-authorize access.

      If it weren't for this check, somebody could have replaced your Mail application with a Trojan and get access to your keychain.

      (Of course this applies to all apps, not just Mail).

    4. Re:Two notes by mrpuffypants · · Score: 4, Interesting

      interesting that this demonstrates just how stable OS X is...when something that happens every reboot people don't know what it looks like :)

      I almost never reboot my iBook, for me it's just: close the lid, go somewhere, open it up and keep going

  4. /. Auto Notify? by n-baxley · · Score: 5, Funny

    It's not enough that QuickTime notifies me there's an upgrade every time I open it. Now I get notifications from slashdot as well nagging me to upgrade. Will it never end?!

    1. Re:/. Auto Notify? by Tuzanor · · Score: 4, Informative
      -Change the date for your system to something high like the year 2020.
      -Open Quicktime, select "Upgrade Later"
      -Change the date back to the present day
      -Never see those nags again...

      Though this may not work with 6.0.2...

  5. SuperDrive Firmware Update is also out by Znonymous+Coward · · Score: 4, Informative

    The SuperDrive update is also out.

    --

    Karma: The shiznight, mostly because I am the Drizzle.

  6. Essential QT supplement for Unix nerds by babbage · · Score: 5, Interesting
    While you're upgrading your copy of Quicktime, you might also want to poke around Apple's developer's site & download their ASCIIMoviePlayer.

    Yes, that's right -- in just 200 or so well documented lines of C, Apple shows you how to get your Mac's Quicktime libraries to output high quality video as ....ascii. Eat your heart out, "Star Wars ascii guy" -- ever feel let down that you couldn't watch your home movie collection from work? Now all you need to do is open up a remote shell & play them in your Terminal/xterm/PuTTY window...

    :-)

    obReference: found out about this from MacOSXHints.com earlier this week, and have been amused by it ever since...

    1. Re:Essential QT supplement for Unix nerds by ealar+dlanvuli · · Score: 4, Funny

      I cannot begin to express how disturbed my mental state is presently.

      Please never do that again.

      Thank you, and good day.

      --
      I live in a giant bucket.
    2. Re:Essential QT supplement for Unix nerds by goon+america · · Score: 4, Insightful
      That's really cool. For some reason, the luminence is inverted, which is easy enough to fix.

      Change line 174 to the following and it looks much better:
      convert[255 - i] = table[i * strlen(table) / 256];

      Also, you get a better framerate (ha!) using an OpenGL-based terminal like GLterm which is much, much faster than the default terminal. I thought the idea of an OpenGL terminal was silly, until now.

    3. Re:Essential QT supplement for Unix nerds by babbage · · Score: 5, Interesting
      Actually, the comments made it look like you're meant to run light text on a dark background, which probably explains the luminence hack.

      On a related note, I found out about a color version of the software, available (again with source etc) from this site. I'm sure this can be pushed in all sorts of ways (command line flags for color or "greyscale" or without color afjustment, command line hints for the desired image geometry, etc), but I don't know nearly enough C to feel comfortable with such a project (being a lowly Perl hacker & hardly an expert at that).

      Other observations: [a] it can take any file that Quicktime can present, including video & still images (the thought that this program or something like it could attempt to render audio into an ascii movie is too terrifying & wonderful for me to grapple with yet), [b] you should be able to save the output it produces with /usr/bin/script, save it as a "plain" text file, and then play it back on any vt100ish terminal application, up to & including vt100 terminals if you have any laying around. This too is almost too terrible & wonderful for me to properly grapple with yet :-)

  7. Re:Quicktime... ack by teh*fink · · Score: 5, Funny

    considering you are obviously on windows i really don't think you have a right to complain about "horrible proprietary software that imbeds itself deeply." thx

    --
    "I DARE you to make less sense!"
  8. colour depth problems? by Yarn · · Score: 3, Interesting

    I use VLC and/or mplayer compiled for OS X, and upgrading to 6 broke these, VLC guys claimed this was due to QT6, and said to change to 16bit. This worked.

    I later reinstalled OS X, and just didn't install QT6. So, I'd love to hear other peoples' experiences ;)

    --
    -Yarn - Rio Karma: Excellent
  9. OS9 version link by bobdotorg · · Score: 5, Informative

    The 10.1 MB OS9 standalone version is here:
    http://wsidecar.apple.com/cgi-bin/qtc/nph-Q uickTim e.hqx

    --
    __ Someday, but not this morning, I'll finally learn to use the preview button.
  10. Fix your preComps by Canyon+Rat · · Score: 3, Informative

    The update installs a couple of new headers. To kill the annoying messages about how your precompiled headers are out of date every time you try to build something, enter the following in terminal:

    sudo fixPrecomps -all

  11. Re:Quicktime... ack by ealar+dlanvuli · · Score: 3, Interesting

    I would say QT is far diffrent than the garbage windows does. QT has a very well defined scope, and the reason it's part of the OS is clearly defined (Read the documentation).

    IE/WMP have no clearly defined scope, they are just programs that have been mutilated to be inseperable from the OS. They aern't even used by the OS itself unless you run the "programs" (go ahead try it, uninstall all libraries associted with IE and the executable directory itself, you are still able to do everything except launch IE even after reboot).

    --
    I live in a giant bucket.