everything installed fine until I got to
Code:
$ PKG_CONFIG_PATH=/var/tmp/ComSkipWork/ffmpeg-1.0.1-install/lib/pkgconfig ./configure --prefix=/usr
I am missing argtable2, here is the bottom of my output
Code:
........................................................................
checking whether g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=gnu++11... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for memset... yes
checking for strerror... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for AVCODEC... yes
checking for AVFORMAT... yes
checking for AVUTIL... yes
checking for ARGTABLE2... no
configure: error: Package requirements (argtable2 >= 9) were not met:
No package 'argtable2' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables ARGTABLE2_CFLAGS
and ARGTABLE2_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
me@me:/var/tmp/comskip-0.92d$
I installed libargtable2-0 through synaptic, and re-ran
Code:
$ PKG_CONFIG_PATH=/var/tmp/ComSkipWork/ffmpeg-1.0.1-install/lib/pkgconfig ./configure --prefix=/usr
still no luck... what do I need to change to use the version of argtable2 I have or install the correct one?
I am excited to see comskip for linux and also support mkv files directly, I once had the lonlycoder's method working via wine, but I could not use .mkv files directly, and had to change containers to .mpeg before running comskip. I would love to use this on my desktop to deal with my tvheadend recordings recorded on my htpc running openelec+xbmc.
thanks for all the hard work... open source rules!!!
I am running Ubuntu 12.10 64bit on this machine
everything installed fine until I got to
Code:
$ PKG_CONFIG_PATH=/var/tmp/ComSkipWork/ffmpeg-1.0.1-install/lib/pkgconfig ./configure --prefix=/usr
I am missing argtable2, here is the bottom of my output
Code:
........................................................................
checking whether g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=gnu++11... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for memset... yes
checking for strerror... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for AVCODEC... yes
checking for AVFORMAT... yes
checking for AVUTIL... yes
checking for ARGTABLE2... no
configure: error: Package requirements (argtable2 >= 9) were not met:
No package 'argtable2' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables ARGTABLE2_CFLAGS
and ARGTABLE2_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
me@me:/var/tmp/comskip-0.92d$
I installed libargtable2-0 through synaptic, and re-ran
Code:
$ PKG_CONFIG_PATH=/var/tmp/ComSkipWork/ffmpeg-1.0.1-install/lib/pkgconfig ./configure --prefix=/usr
still no luck... what do I need to change to use the version of argtable2 I have or install the correct one?
I am excited to see comskip for linux and also support mkv files directly, I once had the lonlycoder's method working via wine, but I could not use .mkv files directly, and had to change containers to .mpeg before running comskip. I would love to use this on my desktop to deal with my tvheadend recordings recorded on my htpc running openelec+xbmc.
thanks for all the hard work... open source rules!!!
I am running Ubuntu 12.10 64bit on this machine