
*** WARNING - This Application is NOT testet on Mac OS X and incompatible with Windows ***

REQUIREMENTS:
  -  Qt 4 >= 4.7.2 (required)  http://qt.nokia.com/products/
  -  Oxygen Icon Theme >= 4.6.0 (required) ftp://ftp.kde.org/pub/kde/stable/
  -  FFmpeg >= 0.9 (required) 0.10 (recommended) http://www.ffmpeg.org
  -  libavformat >= 52.78.3 (required) 53.24.0 (recommended) http://www.ffmpeg.org
  -  libavcodec >= 52.86.1 (required) 52.20.0 (recommended)  http://www.ffmpeg.org
  -  libavutil >= 50.24.0 (required) 51.32.0 (recommended)  http://www.ffmpeg.org
  -  libavfilter >= 2.4.0 (required) 2.61.100 (recommended)  http://www.ffmpeg.org
  -  pulseaudio >= 0.9 (required) 1.1 (recommended) http://pulseaudio.org/
  -  alsa >= 1.0.14 (required) 1.0.24 (recommended) http://alsa-project.org
  -  dbus-1 >= 1.4.12 (required) 1.4.16 (recommended) http://www.freedesktop.org/wiki/Software/dbus
  -  cmake >= 2.8.0 (required for build) http://www.cmake.org
 
Default INSTALLATION:
  1) create a subdirectory build in source home directory
  2) open a terminal and change this directory
  3) run cmake
    Unix
      cmake -Wno-dev \
        -DCMAKE_BUILD_TYPE:STRING=MinSizeRel \
        -DCMAKE_INSTALL_PREFIX:PATH=/usr \
        -DSYSCONF_INSTALL_DIR:PATH=/etc \
        -DENABLE_DRAWTEXT_FILTER:BOOL=ON \
        ../

    NOTE - On 64Bit Systems don't forget to set the Library target suffix !
      -DLIB_SUFFIX:STRING=64 \

    Options for:
      -DCMAKE_BUILD_TYPE:STRING=[Debug|Release|RelWithDebInfo|MinSizeRel]

    The FFMPEG_SUFFIX option allow you to set different pkg-config Version
    Example: -DFFMPEG_SUFFIX:STRING=_09x will search ${prefix}/${lib}/pkgconfig/libavformat_09x.pc

    Optional for FFpresets Support add:
        -DINSTALL_EXTRA_FFPRESETS:BOOL=ON

    Optional disable Pulse support:
        -DENABLE_PULSE:BOOL=OFF

    Optional enable experimental filters - e.g. v4l2/Webcam Filter:
        -DENABLE_EXPERIMENTAL:BOOL=ON

  4) make
  5) make DESTDIR=/tmp/test install/fast

  Optional - qx11grab provides cpack
    - for Debian package run "cpack -G DEB"
    - for RPM package run "cpack -G RPM"

openSUSE RPM INSTALLATION:
  1) Add Packman Repository to your repos http://wiki.links2linux.de/packman:faq_de
  2) zypper refresh
  3) zypper in libqt4-devel ffmpeg-devel ffmpeg dbus-1-devel cmake libpulse-devel freetype2-devel rpm-devel
  4) Copy Source RPM Package to /usr/src/packages/SOURCES/
  5) change the /usr/src/packages directory and
  6) run: rpmbuild --rebuild SOURCES/qx11grab-<version>.src.rpm
  7) after build Install as root with rpm -Uvh RPMS/<arch>/qx11grab-<version>.<arch>.rpm

INSTALL_TREE:
/usr
|-- bin
|   `-- qx11grab
|-- lib
|   `-- qx11grab
|       |-- libUnsharp.so
|       |-- libdrawtext.so
|       |-- libfade.so
|       |-- libsetdar.so
|       |-- libwatermark.so
|       `-- libwebcam.so
`-- share
    |-- applications
    |   `-- qx11grab.desktop
    |-- dbus-1
    |   |-- interfaces
    |   |   `-- de.hjcms.qx11grab.xml
    |   `-- services
    |       `-- de.hjcms.qx11grab.service
    |-- ffmpeg
    |   |-- libx264-QX11Grab.ffpreset
    |   |-- libx264-*.ffpreset
    |-- icons
    |   `-- hicolor
    |       |-- 128x128
    |       |   `-- apps
    |       |       `-- qx11grab.png
    |       |-- 16x16
    |       |   `-- apps
    |       |       `-- qx11grab.png
    |       |-- 192x192
    |       |   `-- apps
    |       |       `-- qx11grab.png
    |       |-- 22x22
    |       |   `-- apps
    |       |       `-- qx11grab.png
    |       |-- 24x24
    |       |   `-- apps
    |       |       `-- qx11grab.png
    |       |-- 32x32
    |       |   `-- apps
    |       |       `-- qx11grab.png
    |       |-- 36x36
    |       |   `-- apps
    |       |       `-- qx11grab.png
    |       |-- 48x48
    |       |   `-- apps
    |       |       `-- qx11grab.png
    |       |-- 64x64
    |       |   `-- apps
    |       |       `-- qx11grab.png
    |       |-- 96x96
    |       |   `-- apps
    |       |       `-- qx11grab.png
    |       `-- scalable
    |           `-- apps
    |               `-- qx11grab.svgz
    |-- man
    |   |-- de
    |   |   `-- man1
    |   |       `-- qx11grab.1
    |   `-- man1
    |       `-- qx11grab.1
    |-- pixmaps
    |   |-- qx11grab
    |   |   |-- position_bottom_center.png
    |   |   |-- position_bottom_left.png
    |   |   |-- position_bottom_rigth.png
    |   |   |-- position_middle_center.png
    |   |   |-- position_middle_left.png
    |   |   |-- position_middle_right.png
    |   |   |-- position_top_center.png
    |   |   |-- position_top_left.png
    |   |   |-- position_top_right.png
    |   |   `-- position_unknown.png
    |   `-- qx11grab.png
    |-- qt
    |   `-- translations
    |       |-- qx11grab_cs.qm
    |       |-- qx11grab_de.qm
    |       |-- qx11grab_lt.qm
    |       `-- qx11grab_sr_RS.qm
    `-- qx11grab
        |-- AUTHORS
        |-- COPYING
        |-- ChangeLog
        |-- NEWS
        |-- README
        |-- options
        |   |-- libvpx.xml
        |   |-- libx264.xml
        |   `-- options.dtd
        `-- qx11grab_untranslated.ts
