The libquicktime package contains
the libquicktime library, various
plugins and codecs, along with graphical and command line utilities
used for encoding and decoding Quicktime files. This is useful for
reading and writing files in the Quicktime format. The goal of the
project is to enhance, while providing compatibility with, the
Quicktime 4 Linux library.
Download (HTTP): http://downloads.sourceforge.net/libquicktime/libquicktime-0.9.9.tar.gz
Download (FTP): ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libquicktime-0.9.9.tar.gz
Download MD5 sum: 4ac23264f22a22ff013722aa9d188190
Download size: 926 KB
Estimated disk space required: 45.4 MB
Estimated build time: 0.7 SBU (includes building with FFmpeg support)
pkg-config-0.21, libpng-1.2.16, libjpeg-6b, X Window System, GTK+-2.10.11, ALSA-1.0.13, libvorbis-1.1.2, LAME-3.96.1, libdv-0.104, FFmpeg from CVS, x264, FAAC and FAAD2 (a CVS version required to play all files)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libquicktime
Install libquicktime by running the following commands:
./configure --prefix=/usr && make
If you have Doxygen-1.5.2 installed and wish to create the API documentation, issue: doxygen.
This package does not come with a test suite.
Now, as the root user:
make install &&
install -v -m755 -d /usr/share/doc/libquicktime-0.9.9/api &&
install -v -m644 README doc/{*.html,mainpage.incl} \
/usr/share/doc/libquicktime-0.9.9
If you created the API documentation, install it by issuing the
following command as the root user:
install -v -m644 doc/html/* /usr/share/doc/libquicktime-0.9.9/api
--with-avcodec=: This
option can be used to force libquicktime to use a specified version of
FFmpeg to build the FFmpeg plugin module. Tip: build FFmpeg (don't use
<DIRECTORY NAME>--enable-shared) and install it in a
private directory. Then build libquicktime, substituting the private
directory name for <DIRECTORY
NAME>. You can now safely remove <DIRECTORY_NAME>, as the
FFmpeg libavcodec library was statically linked into the
libquicktime FFmpeg module.
Last updated on 2007-04-04 21:42:53 +0200