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."

59 comments

  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 Textbook+Error · · Score: 0

      have seen a lot of people using the built in XML parse

      QuickTime does not include an XML parser API - you might be thinking of the CoreFoundation parser (sits under both Carbon and Cocoa).

      --

      Nae bother
    4. Re:Two notes by cei · · Score: 1

      I don't think so... I rebooted again just to test your theory and got no prompts for Keychain access.

      No, I'm fairly certain there's a correlation between (certain) software updates and having to reassert my Keychain privledges. This makes sense for Security Updates but not so much for something like QuickTime.

      This is something I've noticed for a while... I keep my Mac in multi-user mode so my wife can have her own prefs, but she's not Mac-literate enough to know what to do when she's challenged by the "Always Allow" alert box.

      --
      This sig intentionally left justified.
    5. 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).

    6. 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

    7. Re:Two notes by Dokushoka · · Score: 1

      I had the exact same thing happen for all of my mail accounts. I found it rather peculiar.

    8. Re:Two notes by jault · · Score: 1

      No, it doesn't. I keep my Mac turned off when it's not in use, and I don't have to re-authorize access to the keychain every day.

  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...

    2. Re:/. Auto Notify? by RedWolves2 · · Score: 1

      Awesome that worked. Thanks.

    3. Re:/. Auto Notify? by Anonymous Coward · · Score: 0

      -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...
      ..just why did you think they released 6.0.2?

      It's a bit disheartening when you spend a while writing something you think is really informative and interesting for /. just to see it "pending" for ages then rejected.

      Then Apple release a point release to a piece of their software and it's gets on the front page. I do hope we dont see this for every vendor patch.

    4. Re:/. Auto Notify? by Anonymous Coward · · Score: 0

      Go submit it at Kuro5hin then.

      If your piece really is well written and deserves to be shown, it will be there. That's the joy of readers choosing the stories.

    5. Re:/. Auto Notify? by Into+The+White · · Score: 1

      What is even worse than all the notifications, is whiners at /. complaining that Apple released a new update, as if it would be better if Apple didn't update their software. There is no way to avoid these nags except by not using /.

      --
      "If you're half-evil, nothing soothes you more than to think the person you are opposed to is totally evil." N. Mailer
  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 anarkhos · · Score: 1

      It actually has practical uses. For example type this:

      ./ASCIIMoviePlayer /System/Library/Components/KotoeriUIServer.app/Con tents/Resources/KotoeriHelp/gfx/xicnmu.jpg
      --
      >80 column hard wrapped e-mail is not a sign of intelligent
      >life
    3. Re:Essential QT supplement for Unix nerds by Yarn · · Score: 2

      Useful. I can get at every pixel. Wonder how hard it'd be to pump this into ffmpeg.

      --
      -Yarn - Rio Karma: Excellent
    4. 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.

    5. Re:Essential QT supplement for Unix nerds by protohiro1 · · Score: 1

      Oh man this is so cool. And its cool in that kind of way that I can never show it to people, because they will say, "uh, so?".

      --
      Sig removed because it was obnoxious
    6. 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:Essential QT supplement for Unix nerds by goon+america · · Score: 2
      It's really not that hard to hack around with. I mean, it's only 200 lines, the majority of which are comments. All the work is done by the Quicktime library, which isn't that difficult to use.

      Wanna open up a sf project?

      One thing I was thinking about was adding a progress bar. It couldn't be that hard to do. It could use characters not used in the ASCII encoding, even overlayed on the last line of the movie.

    8. Re:Essential QT supplement for Unix nerds by Anonymous Coward · · Score: 0

      Hmmm. Shouldn't be hard to add QuickTime support to lynx.



      Wouldn't that be cool!

    9. Re:Essential QT supplement for Unix nerds by lamz · · Score: 2

      That's got to be the ultimate Mac/Unix combination -- QuickTime movies in ASCII! I love it!

      --

      Mike van Lammeren
      It will challenge your head, your brain, and your mind.

    10. Re:Essential QT supplement for Unix nerds by damiam · · Score: 1

      You can do it on linux with mplayer -vo aa $filename.mov.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
  7. Re:Quicktime... ack by noewun · · Score: 1

    Stop holding back.

    --
    I am a believer of momentum and curves.
  8. Re:Quicktime... ack by BeeShoo · · Score: 2, Funny

    Ummm...

    Start > Settings > Control Panel > Add/Remove Programs

    There... that wasn't so hard now, was it?

  9. Re:Requires working Quotel by ievans · · Score: 1

    You might have wanted to re-read the quote and compare it to A.C. Clarke's before you made an ass of yourself in public....

  10. 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!"
  11. OS X QT size is 2 X Win32's; No 6.0.2 for Win32? by Anonymous Coward · · Score: 0


    1. Why should QT 6.0.x need to be twice the size
    of its Win32 counterpart?

    2. Where is QT's 6.0.2 counterpart for Win32?

    Tha's all I need to know, today, folks... ;-)

  12. Re:Quicktime... ack by LyzardKing · · Score: 2, Funny

    Ha! Don't blame QuickTime because of an OS that clogs everything in a registry...

  13. What is new in 6.0.2 ??? by ppeel · · Score: 1

    Can someone tell me whats new in 6.02. It is a big enough download for a modem user, so unless it does something great ill stick with plain old 6.0.1

  14. 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
    1. Re:colour depth problems? by Anonymous Coward · · Score: 0

      this has been fixed for a long time.. get the newest videolan client at http://www.videolan.org/

    2. Re:colour depth problems? by foniksonik · · Score: 2

      The latest VLC 0.4.4 works just fine with QT 6 in millions of colors... I suggets you upgrade to that version as it also has better overall performance and is available as a binary installation.

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
    3. Re:colour depth problems? by Yarn · · Score: 1

      thanks, I'll give it a go when my powerbook comes back from repairs.

      I miss it so much it hurts sometimes.

      --
      -Yarn - Rio Karma: Excellent
  15. How to uninstall QuickTime by Anonymous Coward · · Score: 0

    There is an article on how to do this on Apple's web site. Just do a search on http://kbase.info.apple.com/ for "quicktime uninstall."

    Apple says that this article applies to QuickTime 6.

    I wouldn't recommend uninstalling QuickTime in OS X, though, because several applications in OS X seem to be integrated with it (such as the Finder)

  16. 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.
  17. Re:OS9 version URL corrected by bobdotorg · · Score: 1, Redundant

    I'm not sure why a space was inserted into the URL, but here it is again:

    http://wsidecar.apple.com/cgi-bin/qtc/nph-QuickT im e.hqx

    Can someone please mod down my previous comment.

    --
    __ Someday, but not this morning, I'll finally learn to use the preview button.
  18. Re:Requires working Quotel by bsartist · · Score: 1

    Any idea who first came up with the corollary to Clarke's Law? "Technology that is distinguishable from magic is insufficiently advanced."

    --
    Lost: Sig, white with black letters. No collar. Reward if found!
  19. WTF is this on /.? by skinfitz · · Score: 1, Redundant

    So are we going to see /. notifications of EVERY vendor point release now??

  20. 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

  21. 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.
  22. Re:OS9 version URL corrected by Anonymous Coward · · Score: 0

    Slashdot inserts spaces into long groups of letters, to avoid trolls ruining the page layout.

    Just make a link like this in the future.

  23. I love my fookin Mac! by Anonymous Coward · · Score: 0

    I love my fookin Mac!

  24. Re:What is new in 6.0.2 ??? by lamz · · Score: 2

    Mmmmm...modems.

    How about letting it download while you sleep? That always worked good for me.

    --

    Mike van Lammeren
    It will challenge your head, your brain, and your mind.

  25. Re:OS9 version URL corrected by damiam · · Score: 1

    Slashdot automatically inserts spaces in long words (URLs included) to prevent page-widening. If you don't want a URL to get a space in it, make it a link.

    --
    It's hard to be religious when certain people are never incinerated by bolts of lightning.
  26. Re:Quicktime... ack by AyeRoxor! · · Score: 1

    "Ha! Don't blame QuickTime because of an OS that clogs everything in a registry..."

    Yeah, I suppose if it's either all info kept in once place, or all info kept in many places, I'd choose .INI files all over my frickin' hard drive, NOT! Sheesh.

  27. Re:What is new in 6.0.2 ??? by Anonymous Coward · · Score: 0

    The only thing I know is fixed is that the hardware audio in on the dual 1Ghz is now available for quicktime input.

    There may be lots of other things.