Skip to content

Instantly share code, notes, and snippets.

Created March 4, 2012 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1971811 to your computer and use it in GitHub Desktop.
Save anonymous/1971811 to your computer and use it in GitHub Desktop.
Avidemux 2.5 compilation w/patch
root@bluetux:/usr/src/avidemux_2.5_branch_gruntster# ./bootStrap.sh
* Avidemux simple build script *
* Need sudo to install libs *
* Building Main *
#####################################
Configure Started
#####################################
-- Source dir is /usr/src/avidemux_2.5_branch_gruntster
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Checking GCC support
-- ********************
-- Check if GCC is Unix - Yes
-- Check if GCC is x86 64-bit - Yes
-- Check if GCC is MMX2 capable - Yes
-- Check if GCC is SSSE3 capable - Yes
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Checking for SCM Revision
-- *************************
-- Seems to be SVN...
-- Getting svn version from /usr/src/avidemux_2.5_branch_gruntster
CMake Error at cmake/FindSubversion.cmake:98 (MESSAGE):
Command "/usr/bin/svn log -r BASE /usr/src/avidemux_2.5_branch_gruntster"
failed with output:
svn: Can't connect to host 'svn.berlios.de': Spojenie odmietnuté
Call Stack (most recent call first):
cmake/admGetRevision.cmake:9 (Subversion_WC_INFO)
CMakeLists.txt:127 (admGetRevision)
-- revision: 7741
-- Checking for pkg-config
-- ***********************
-- Found pkg-config
-- Checking for Libxml2
-- ********************
-- Found Libxml2
-- Checking for pthreads
-- *********************
-- Found pthreads
-- Checking for zlib
-- *****************
-- Found ZLIB: /usr/include
-- Found zlib
-- Checking for GTK+
-- *****************
-- checking for module 'gtk+-2.0'
-- found gtk+-2.0, version 2.20.1
-- Found GTK+
-- GTK+ uses X11
-- Checking for GThread
-- ********************
-- checking for module 'gthread-2.0'
-- found gthread-2.0, version 2.24.2
-- Found GThread
-- Checking for Qt 4
-- *****************
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.6.3 (using /usr/bin/qmake-qt4)
-- Found Qt 4
-- Checking for gettext
-- ********************
-- Found libintl.h
-- Cound not find intl library
Could not find Gettext
-- libintl not required for gettext support
-- Checking for OpenGL
-- *******************
-- Found QtOpenGL
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/libX11.so
-- Found OpenGL
-- Checking for SDL
-- ****************
-- Found SDL
-- Checking for XVideo
-- *******************
-- Found X11/extensions/Xvlib.h
-- Found Xv library
-- Found XvShmPutImage in /usr/lib/libXv.so
-- Found XVideo
-- Checking for SpiderMonkey
-- *************************
Skipping check and using bundled version.
-- Checking for Vpx
-- *****************
Could not find vpx/vpx_decoder.h
Could not find Vpx
-- Checking system headers
-- ***********************
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for include files HAVE_INTTYPES_H
-- Looking for include files HAVE_INTTYPES_H - found
-- Looking for include files HAVE_MALLOC_H
-- Looking for include files HAVE_MALLOC_H - found
-- ADM_coreConfig.h generated
-- CLI config.h generated
-- GTK config.h generated
-- Qt4 config.h generated
-- Checking for tar
-- ****************
-- Found tar
-- Extracting FFmpeg
-- Checking for patch
-- ******************
-- Found patch
patching file libavcodec/avcodec.h
patching file libavcodec/ff_spsinfo.h
patching file libavcodec/mpeg12enc.c
patching file libavcodec/ffv1.c
patching file libavcodec/h264_parser.c
patching file libavcodec/h264.c
patching file libavcodec/mpegvideo.c
patching file libavcodec/libavcodec.v
patching file libavcodec/mpegvideo_enc.c
patching file libavformat/isom.c
patching file libavcodec/mpeg12.c
patching file libavcodec/h263dec.c
patching file libavcodec/vc1dec.c
patching file libavutil/avutil.h
patching file libavformat/matroskaenc.c
patching file common.mak
-- Configuring FFmpeg
patching file config.mak
Hunk #1 succeeded at 67 with fuzz 2 (offset 7 lines).
*********************
*** SUMMARY ***
*********************
GTK+ Yes
Qt 4 Yes
*** Miscellaneous ***
gettext Yes
OpenGL Yes
SDL Yes
XVideo Yes
*********************
*** Release Build ***
*********************
-- avsfilter binary uncompressed
avsload.exe
pipe_source.dll
-- Configuring incomplete, errors occurred!
*** fail cmake ***
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment