Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 15/07/2018, à 10:42

jupiler

comment installé ce programe ezthumb

bonjour,

le souci es quand j arive a cette commande.

~/Bureau $ cd ezthumb-3.6.7
~/Bureau/ezthumb-3.6.7 $ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... no
checking for GTK... no
checking for smm_init in -lcsoup... no
configure: The libcsoup will be built soon.
checking for exp in -lm... yes
checking for zlibVersion in -lz... no
configure: error: zlib not found.

~/Bureau/ezthumb-3.6.7 $ make
make: *** Pas de cible spécifiée et aucun makefile n'a été trouvé. Arrêt.
i

et ca coince comment faut il faire,

merc


os xbuntu  64 bis

Hors ligne

#2 Le 15/07/2018, à 11:15

eric63

Re : comment installé ce programe ezthumb

salut
tant que configure ne trouvera pas les bonnes librairies ce n'est pas la peine de faire des make
Donc ici il manque à ce stade la zlib librairy
Tu peux la trouver en générale sur la zlib-dev (c'est des librairies de developpement).
tu l'installes puis tu recommences ./configure


Kubuntu 23.10 - WAYLAND- 64 bits + backports bêta = plasma 5.27.10 KDE 5.112.0 Qt 5.15.10 et noyau 6.5.0-17  4x intel i5-4570 3.2Ghz 12Go nvidia GTX 1060 6GB 3écrans
Comment installer une brother avec le script de demonipuch

J’utilise le clavier french AFNOR de chez LDLC c‘est fort

Hors ligne

#3 Le 15/07/2018, à 12:18

jupiler

Re : comment installé ce programe ezthumb

re,

merci pour l info donc j ai été la https://community.linuxmint.com/softwar … ibjpeg-dev

j ai installé les librairie et retenté et j ai ca

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... no
checking for GTK... no
checking for smm_init in -lcsoup... no
configure: The libcsoup will be built soon.
checking for exp in -lm... yes
checking for zlibVersion in -lz... yes
checking for jpeg_read_header in -ljpeg... yes
checking for png_get_copyright in -lpng... no
configure: error: libpng not found.

et j ai trouvé un install sh voila son contenu que je conprend pas

#!/bin/sh
# install - install a program, script, or datafile

scriptversion=2011-11-20.07; # UTC

# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
# following copyright and license.
#
# Copyright (C) 1994 X Consortium
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
# Except as contained in this notice, the name of the X Consortium shall not
# be used in advertising or otherwise to promote the sale, use or other deal-
# ings in this Software without prior written authorization from the X Consor-
# tium.
#
#
# FSF changes to this file are in the public domain.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# 'make' implicit rules from creating a file called install from it
# when there is no Makefile.
#
# This script is compatible with the BSD install script, but was written
# from scratch.

nl='
'
IFS=" ""	$nl"

# set DOITPROG to echo to test this script

# Don't use :- since 4.3BSD and earlier shells don't like it.
doit=${DOITPROG-}
if test -z "$doit"; then
  doit_exec=exec
else
  doit_exec=$doit
fi

# Put in absolute file names if you don't have them in your path;
# or use environment vars.

chgrpprog=${CHGRPPROG-chgrp}
chmodprog=${CHMODPROG-chmod}
chownprog=${CHOWNPROG-chown}
cmpprog=${CMPPROG-cmp}
cpprog=${CPPROG-cp}
mkdirprog=${MKDIRPROG-mkdir}
mvprog=${MVPROG-mv}
rmprog=${RMPROG-rm}
stripprog=${STRIPPROG-strip}

posix_glob='?'
initialize_posix_glob='
  test "$posix_glob" != "?" || {
    if (set -f) 2>/dev/null; then
      posix_glob=
    else
      posix_glob=:
    fi
  }
'

posix_mkdir=

# Desired mode of installed file.
mode=0755

chgrpcmd=
chmodcmd=$chmodprog
chowncmd=
mvcmd=$mvprog
rmcmd="$rmprog -f"
stripcmd=

src=
dst=
dir_arg=
dst_arg=

copy_on_change=false
no_target_directory=

usage="\
Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
   or: $0 [OPTION]... SRCFILES... DIRECTORY
   or: $0 [OPTION]... -t DIRECTORY SRCFILES...
   or: $0 [OPTION]... -d DIRECTORIES...

In the 1st form, copy SRCFILE to DSTFILE.
In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
In the 4th, create DIRECTORIES.

Options:
     --help     display this help and exit.
     --version  display version info and exit.

  -c            (ignored)
  -C            install only if different (preserve the last data modification time)
  -d            create directories instead of installing files.
  -g GROUP      $chgrpprog installed files to GROUP.
  -m MODE       $chmodprog installed files to MODE.
  -o USER       $chownprog installed files to USER.
  -s            $stripprog installed files.
  -t DIRECTORY  install into DIRECTORY.
  -T            report an error if DSTFILE is a directory.

Environment variables override the default commands:
  CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
  RMPROG STRIPPROG
"

while test $# -ne 0; do
  case $1 in
    -c) ;;

    -C) copy_on_change=true;;

    -d) dir_arg=true;;

    -g) chgrpcmd="$chgrpprog $2"
	shift;;

    --help) echo "$usage"; exit $?;;

    -m) mode=$2
	case $mode in
	  *' '* | *'	'* | *'
'*	  | *'*'* | *'?'* | *'['*)
	    echo "$0: invalid mode: $mode" >&2
	    exit 1;;
	esac
	shift;;

    -o) chowncmd="$chownprog $2"
	shift;;

    -s) stripcmd=$stripprog;;

    -t) dst_arg=$2
	# Protect names problematic for 'test' and other utilities.
	case $dst_arg in
	  -* | [=\(\)!]) dst_arg=./$dst_arg;;
	esac
	shift;;

    -T) no_target_directory=true;;

    --version) echo "$0 $scriptversion"; exit $?;;

    --)	shift
	break;;

    -*)	echo "$0: invalid option: $1" >&2
	exit 1;;

    *)  break;;
  esac
  shift
done

if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
  # When -d is used, all remaining arguments are directories to create.
  # When -t is used, the destination is already specified.
  # Otherwise, the last argument is the destination.  Remove it from $@.
  for arg
  do
    if test -n "$dst_arg"; then
      # $@ is not empty: it contains at least $arg.
      set fnord "$@" "$dst_arg"
      shift # fnord
    fi
    shift # arg
    dst_arg=$arg
    # Protect names problematic for 'test' and other utilities.
    case $dst_arg in
      -* | [=\(\)!]) dst_arg=./$dst_arg;;
    esac
  done
fi

if test $# -eq 0; then
  if test -z "$dir_arg"; then
    echo "$0: no input file specified." >&2
    exit 1
  fi
  # It's OK to call 'install-sh -d' without argument.
  # This can happen when creating conditional directories.
  exit 0
fi

if test -z "$dir_arg"; then
  do_exit='(exit $ret); exit $ret'
  trap "ret=129; $do_exit" 1
  trap "ret=130; $do_exit" 2
  trap "ret=141; $do_exit" 13
  trap "ret=143; $do_exit" 15

  # Set umask so as not to create temps with too-generous modes.
  # However, 'strip' requires both read and write access to temps.
  case $mode in
    # Optimize common cases.
    *644) cp_umask=133;;
    *755) cp_umask=22;;

    *[0-7])
      if test -z "$stripcmd"; then
	u_plus_rw=
      else
	u_plus_rw='% 200'
      fi
      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
    *)
      if test -z "$stripcmd"; then
	u_plus_rw=
      else
	u_plus_rw=,u+rw
      fi
      cp_umask=$mode$u_plus_rw;;
  esac
fi

for src
do
  # Protect names problematic for 'test' and other utilities.
  case $src in
    -* | [=\(\)!]) src=./$src;;
  esac

  if test -n "$dir_arg"; then
    dst=$src
    dstdir=$dst
    test -d "$dstdir"
    dstdir_status=$?
  else

    # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
    # might cause directories to be created, which would be especially bad
    # if $src (and thus $dsttmp) contains '*'.
    if test ! -f "$src" && test ! -d "$src"; then
      echo "$0: $src does not exist." >&2
      exit 1
    fi

    if test -z "$dst_arg"; then
      echo "$0: no destination specified." >&2
      exit 1
    fi
    dst=$dst_arg

    # If destination is a directory, append the input filename; won't work
    # if double slashes aren't ignored.
    if test -d "$dst"; then
      if test -n "$no_target_directory"; then
	echo "$0: $dst_arg: Is a directory" >&2
	exit 1
      fi
      dstdir=$dst
      dst=$dstdir/`basename "$src"`
      dstdir_status=0
    else
      # Prefer dirname, but fall back on a substitute if dirname fails.
      dstdir=`
	(dirname "$dst") 2>/dev/null ||
	expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	     X"$dst" : 'X\(//\)[^/]' \| \
	     X"$dst" : 'X\(//\)$' \| \
	     X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
	echo X"$dst" |
	    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
		   s//\1/
		   q
		 }
		 /^X\(\/\/\)[^/].*/{
		   s//\1/
		   q
		 }
		 /^X\(\/\/\)$/{
		   s//\1/
		   q
		 }
		 /^X\(\/\).*/{
		   s//\1/
		   q
		 }
		 s/.*/./; q'
      `

      test -d "$dstdir"
      dstdir_status=$?
    fi
  fi

  obsolete_mkdir_used=false

  if test $dstdir_status != 0; then
    case $posix_mkdir in
      '')
	# Create intermediate dirs using mode 755 as modified by the umask.
	# This is like FreeBSD 'install' as of 1997-10-28.
	umask=`umask`
	case $stripcmd.$umask in
	  # Optimize common cases.
	  *[2367][2367]) mkdir_umask=$umask;;
	  .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;

	  *[0-7])
	    mkdir_umask=`expr $umask + 22 \
	      - $umask % 100 % 40 + $umask % 20 \
	      - $umask % 10 % 4 + $umask % 2
	    `;;
	  *) mkdir_umask=$umask,go-w;;
	esac

	# With -d, create the new directory with the user-specified mode.
	# Otherwise, rely on $mkdir_umask.
	if test -n "$dir_arg"; then
	  mkdir_mode=-m$mode
	else
	  mkdir_mode=
	fi

	posix_mkdir=false
	case $umask in
	  *[123567][0-7][0-7])
	    # POSIX mkdir -p sets u+wx bits regardless of umask, which
	    # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
	    ;;
	  *)
	    tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
	    trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0

	    if (umask $mkdir_umask &&
		exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
	    then
	      if test -z "$dir_arg" || {
		   # Check for POSIX incompatibilities with -m.
		   # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
		   # other-writable bit of parent directory when it shouldn't.
		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
		   case $ls_ld_tmpdir in
		     d????-?r-*) different_mode=700;;
		     d????-?--*) different_mode=755;;
		     *) false;;
		   esac &&
		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
		   }
		 }
	      then posix_mkdir=:
	      fi
	      rmdir "$tmpdir/d" "$tmpdir"
	    else
	      # Remove any dirs left behind by ancient mkdir implementations.
	      rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
	    fi
	    trap '' 0;;
	esac;;
    esac

    if
      $posix_mkdir && (
	umask $mkdir_umask &&
	$doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
      )
    then :
    else

      # The umask is ridiculous, or mkdir does not conform to POSIX,
      # or it failed possibly due to a race condition.  Create the
      # directory the slow way, step by step, checking for races as we go.

      case $dstdir in
	/*) prefix='/';;
	[-=\(\)!]*) prefix='./';;
	*)  prefix='';;
      esac

      eval "$initialize_posix_glob"

      oIFS=$IFS
      IFS=/
      $posix_glob set -f
      set fnord $dstdir
      shift
      $posix_glob set +f
      IFS=$oIFS

      prefixes=

      for d
      do
	test X"$d" = X && continue

	prefix=$prefix$d
	if test -d "$prefix"; then
	  prefixes=
	else
	  if $posix_mkdir; then
	    (umask=$mkdir_umask &&
	     $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
	    # Don't fail if two instances are running concurrently.
	    test -d "$prefix" || exit 1
	  else
	    case $prefix in
	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
	      *) qprefix=$prefix;;
	    esac
	    prefixes="$prefixes '$qprefix'"
	  fi
	fi
	prefix=$prefix/
      done

      if test -n "$prefixes"; then
	# Don't fail if two instances are running concurrently.
	(umask $mkdir_umask &&
	 eval "\$doit_exec \$mkdirprog $prefixes") ||
	  test -d "$dstdir" || exit 1
	obsolete_mkdir_used=true
      fi
    fi
  fi

  if test -n "$dir_arg"; then
    { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
    { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
    { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
      test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
  else

    # Make a couple of temp file names in the proper directory.
    dsttmp=$dstdir/_inst.$$_
    rmtmp=$dstdir/_rm.$$_

    # Trap to clean up those temp files at exit.
    trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0

    # Copy the file name to the temp name.
    (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&

    # and set any options; do chmod last to preserve setuid bits.
    #
    # If any of these fail, we abort the whole thing.  If we want to
    # ignore errors from any of these, just make sure not to ignore
    # errors from the above "$doit $cpprog $src $dsttmp" command.
    #
    { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
    { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
    { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
    { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&

    # If -C, don't bother to copy if it wouldn't change the file.
    if $copy_on_change &&
       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&

       eval "$initialize_posix_glob" &&
       $posix_glob set -f &&
       set X $old && old=:$2:$4:$5:$6 &&
       set X $new && new=:$2:$4:$5:$6 &&
       $posix_glob set +f &&

       test "$old" = "$new" &&
       $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
    then
      rm -f "$dsttmp"
    else
      # Rename the file to the real destination.
      $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||

      # The rename failed, perhaps because mv can't rename something else
      # to itself, or perhaps because mv is so ancient that it does not
      # support -f.
      {
	# Now remove or move aside any old file at destination location.
	# We try this two ways since rm can't unlink itself on some
	# systems and the destination file might be busy for other
	# reasons.  In this case, the final cleanup might fail but the new
	# file should still install successfully.
	{
	  test ! -f "$dst" ||
	  $doit $rmcmd -f "$dst" 2>/dev/null ||
	  { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
	    { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
	  } ||
	  { echo "$0: cannot unlink or rename $dst" >&2
	    (exit 1); exit 1
	  }
	} &&

	# Now rename the file to the real destination.
	$doit $mvcmd "$dsttmp" "$dst"
      }
    fi || exit 1

    trap '' 0
  fi
done

# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC"
# time-stamp-end: "; # UTC"
# End:

os xbuntu  64 bis

Hors ligne

#4 Le 15/07/2018, à 17:00

eric63

Re : comment installé ce programe ezthumb

pas bon le script sorti de nulle part
ce que tu fais est une compilation et pas seulement une commande

donc là il crie qu'il lui manque la libpng
donc tu l'installes depuis ta logithèque cherche lipng-dev
puis tu recommence la compilation jusqu'à ce que ça ne crie plus comme ça

configure: error: libpng not found.

Là tu pourras faire un

make

puis un

sudo make install

Dernière modification par eric63 (Le 15/07/2018, à 17:02)


Kubuntu 23.10 - WAYLAND- 64 bits + backports bêta = plasma 5.27.10 KDE 5.112.0 Qt 5.15.10 et noyau 6.5.0-17  4x intel i5-4570 3.2Ghz 12Go nvidia GTX 1060 6GB 3écrans
Comment installer une brother avec le script de demonipuch

J’utilise le clavier french AFNOR de chez LDLC c‘est fort

Hors ligne

#5 Le 15/07/2018, à 19:24

jupiler

Re : comment installé ce programe ezthumb

entre temps j ai avancé en cherchant sur le net, il suffit de rajouté

install libavformat-dev libavcodec-dev libswscale-dev libavutil-dev libgd-dev libfreetype6-dev libpng-dev libjpeg-dev zlib1g-dev

ce qui fait

make -C cli all
make[2] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7/external/libcsoup/cli »
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_cli_command.o csc_cli_command.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_cli_getopt.o csc_cli_getopt.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_cli_make_list.o csc_cli_make_list.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_cli_make_table.o csc_cli_make_table.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_cli_mkargs.o csc_cli_mkargs.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_cli_print.o csc_cli_print.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_cli_private.o csc_cli_private.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_cli_qopt.o csc_cli_qopt.c
make[2] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7/external/libcsoup/cli »
make -C slog all
make[2] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7/external/libcsoup/slog »
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o slog_core.o slog_core.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o slog_csoup.o slog_csoup.c
make[2] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7/external/libcsoup/slog »
make -C smm all
make[2] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7/external/libcsoup/smm »
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_alloc.o smm_alloc.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_chdir.o smm_chdir.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_codepage.o smm_codepage.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_config.o smm_config.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_cwd_alloc.o smm_cwd_alloc.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_cwd_pop.o smm_cwd_pop.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_cwd_push.o smm_cwd_push.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_filesize.o smm_filesize.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_fontpath.o smm_fontpath.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_fopen.o smm_fopen.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_fstat.o smm_fstat.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_init.o smm_init.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_lstat.o smm_lstat.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_mkdir.o smm_mkdir.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_wcstombs.o smm_wcstombs.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_pathtrek.o smm_pathtrek.c
smm_pathtrek.c: In function ‘path_leave’:
smm_pathtrek.c:446:2: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
  chdir("..");
  ^
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_pwuid.o smm_pwuid.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_rename.o smm_rename.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_signal_break.o smm_signal_break.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_sleep.o smm_sleep.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_time_diff.o smm_time_diff.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_time_get_epoch.o smm_time_get_epoch.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_userpath.o smm_userpath.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o smm_mbstowcs.o smm_mbstowcs.c
make[2] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7/external/libcsoup/smm »
make -C soup all
make[2] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7/external/libcsoup/soup »
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_cdll.o csc_cdll.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_cmp_file_extargs.o csc_cmp_file_extargs.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_cmp_file_extlist.o csc_cmp_file_extlist.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_cmp_file_extname.o csc_cmp_file_extname.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_config.o csc_config.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_crc16.o csc_crc16.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_crc16c.o csc_crc16c.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_crc32.o csc_crc32.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_crc8.o csc_crc8.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_cuttoken.o csc_cuttoken.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_extname_filter.o csc_extname_filter.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_file_load.o csc_file_load.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_file_store.o csc_file_store.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_path_basename.o csc_path_basename.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_path_path.o csc_path_path.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_fixtoken.o csc_fixtoken.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_gettoken.o csc_gettoken.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_isdelim.o csc_isdelim.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_iso639.o csc_iso639.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_memdump.o csc_memdump.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_strbival.o csc_strbival.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_strbody.o csc_strbody.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_strcmp_list.o csc_strcmp_list.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_strcmp_param.o csc_strcmp_param.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_strcount_char.o csc_strcount_char.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_strcount_str.o csc_strcount_str.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_strcpy_alloc.o csc_strcpy_alloc.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_strfill.o csc_strfill.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_strinsert.o csc_strinsert.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_strlcat.o csc_strlcat.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_strlcpy.o csc_strlcpy.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_url_decode.o csc_url_decode.c
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I..   -c -o csc_ziptoken.o csc_ziptoken.c
make[2] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7/external/libcsoup/soup »
rm -f libcsoup.a
ar crus libcsoup.a cli/*.o slog/*.o smm/*.o soup/*.o
ar: le modificateur « u » est ignoré puisque « D » est le défaut (consultez « U »)
make -C main all
make[2] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7/external/libcsoup/main »
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I.. -I. -L.. -o mkclicmd mkclicmd.c -lcsoup
grep "extern.*struct.*clicmd" main.c fixtoken.c memdump.c slog.c crc.c fontpath.c config.c csc_cdll.c csc_cli.c smm.c strings.c | cut -d: -f2 |tr -d '\r' > main_define.h
./mkclicmd main_define.h
gcc -Wall -Wextra -O3 -g -DDEBUG -DCFG_CDLL_SAFE -DUNICODE -D_UNICODE -D_FILE_OFFSET_BITS=64    -I.. -I. -L.. -o csoup main.c fixtoken.c memdump.c slog.c crc.c fontpath.c config.c csc_cdll.c csc_cli.c smm.c strings.c -lcsoup
make[2] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7/external/libcsoup/main »
make[1] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7/external/libcsoup »
make  all-recursive
make[1] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
Making all in .
make[2] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
gcc -DHAVE_CONFIG_H -DCFG_GUI_OFF -I.   -I./external/libcsoup -I./external/iup/include        -I/usr/include/ffmpeg  -Wall -Wextra -O4 -c main.c
main.c: In function ‘main’:
main.c:365:3: warning: format not a string literal and no format arguments [-Wformat-security]
   printf(version);
   ^
gcc -DHAVE_CONFIG_H -DCFG_GUI_OFF -I.   -I./external/libcsoup -I./external/iup/include        -I/usr/include/ffmpeg  -Wall -Wextra -O4 -c ezthumb.c
gcc -DHAVE_CONFIG_H -DCFG_GUI_OFF -I.   -I./external/libcsoup -I./external/iup/include        -I/usr/include/ffmpeg  -Wall -Wextra -O4 -c id_lookup.c
gcc -DHAVE_CONFIG_H -DCFG_GUI_OFF -I.   -I./external/libcsoup -I./external/iup/include        -I/usr/include/ffmpeg  -Wall -Wextra -O4 -c ezutil.c
gcc -DHAVE_CONFIG_H -DCFG_GUI_OFF -I.   -I./external/libcsoup -I./external/iup/include        -I/usr/include/ffmpeg  -Wall -Wextra -O4 -c ezttf.c
ezttf.c:68:22: fatal error: ft2build.h: Aucun fichier ou dossier de ce type
compilation terminated.
Makefile:452 : la recette pour la cible « ezttf.o » a échouée
make[2]: *** [ezttf.o] Erreur 1
make[2] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
Makefile:464 : la recette pour la cible « all-recursive » a échouée
make[1]: *** [all-recursive] Erreur 1
make[1] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
Makefile:392 : la recette pour la cible « all » a échouée
make: *** [all] Erreur 2

reste une erreur et la je cale j ai bien vu des astuce mais je comprend pas comment résoudre ce dernier souci

akefile:392 : la recette pour la cible « all » a échouée
make: *** [all] Erreur 2

fatal error: ft2build.h: Aucun fichier ou dossier de ce type
compilation terminated.

Dernière modification par jupiler (Le 15/07/2018, à 19:30)


os xbuntu  64 bis

Hors ligne

#6 Le 15/07/2018, à 20:34

eric63

Re : comment installé ce programe ezthumb

vu que tu ne cites pas tes sources et que tu ne met pas ce que fait ./configure
on restera dans le mystère
j'ai une
source qui dit pour ubuntu 17.04

apt install libavformat-dev libavcodec-dev libswscale-dev libavutil-dev libgd-dev libfreetype6-dev libpng-dev libjpeg-dev zlib1g-dev ./configure CPPFLAGS="-I/usr/include/freetype2" make make install

ce qui pour moi signifie

sudo apt install libavformat-dev libavcodec-dev libswscale-dev libavutil-dev libgd-dev libfreetype6-dev libpng-dev libjpeg-dev zlib1g-dev

pour installer les librairies qui lui manquaient
et un

./configure CPPFLAGS="-I/usr/include/freetype2"

au lieu d'un ./configure simple puis un

make

et un

sudo make install

à priori il te manque une polices de caractères ezttf qui ne trouve pas où n'est pas au bon endroit sur ton installation.

pour  ft2build.h là je ne sais pas c'est peut être lié à la façon dont tu as fait ./configure et pas ./configure CPPFLAGS="-I/usr/include/freetype2" qui concerne un dossier de polices de caractères comme par hasard
ft2build.h c'est le fichier qui se trouve dans usr/include/freetype2

Dernière modification par eric63 (Le 15/07/2018, à 20:38)


Kubuntu 23.10 - WAYLAND- 64 bits + backports bêta = plasma 5.27.10 KDE 5.112.0 Qt 5.15.10 et noyau 6.5.0-17  4x intel i5-4570 3.2Ghz 12Go nvidia GTX 1060 6GB 3écrans
Comment installer une brother avec le script de demonipuch

J’utilise le clavier french AFNOR de chez LDLC c‘est fort

Hors ligne

#7 Le 15/07/2018, à 21:00

jupiler

Re : comment installé ce programe ezthumb

oui ses bien ma source,a force de cherché on oublie ou on trouve.

et j ai reprit a 0 donc voila le resultat

asocial@asocial-desktop ~/Bureau/ezthumb-3.6.7 $ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... no
checking for GTK... no
checking for smm_init in -lcsoup... yes
checking for exp in -lm... yes
checking for zlibVersion in -lz... yes
checking for jpeg_read_header in -ljpeg... yes
checking for png_get_copyright in -lpng... yes
checking for FT_Library_Version in -lfreetype... yes
checking for gdImageCreate in -lgd... yes
checking for avutil_version in -lavutil... yes
checking for swscale_version in -lswscale... yes
checking for avcodec_version in -lavcodec... yes
checking for avformat_version in -lavformat... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking libavcodec/avcodec.h usability... yes
checking libavcodec/avcodec.h presence... yes
checking for libavcodec/avcodec.h... yes
checking libavformat/avformat.h usability... yes
checking libavformat/avformat.h presence... yes
checking for libavformat/avformat.h... yes
checking libswscale/swscale.h usability... yes
checking libswscale/swscale.h presence... yes
checking for libswscale/swscale.h... yes
checking libavutil/avutil.h usability... yes
checking libavutil/avutil.h presence... yes
checking for libavutil/avutil.h... yes
checking libavutil/mathematics.h usability... yes
checking libavutil/mathematics.h presence... yes
checking for libavutil/mathematics.h... yes
checking libavutil/imgutils.h usability... yes
checking libavutil/imgutils.h presence... yes
checking for libavutil/imgutils.h... yes
checking for int64_t... yes
checking for uint8_t... yes
checking whether AV_PIX_FMT_RGB24 is declared... yes
checking for struct AVStream.r_frame_rate... yes
checking for struct AVStream.codecpar... no
checking for struct AVFrame.best_effort_timestamp... yes
checking for struct AVFormatContext.file_size... no
checking for struct AVFormatContext.pb... yes
checking for working strtod... yes
checking for memset... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for avformat_open_input... yes
checking for av_open_input_file... no
checking for avformat_find_stream_info... yes
checking for av_find_stream_info... no
checking for avcodec_open2... yes
checking for avcodec_open... no
checking for avformat_close_input... yes
checking for av_close_input_file... no
checking for av_find_best_stream... yes
checking for av_frame_alloc... yes
checking for av_frame_free... yes
checking for avcodec_alloc_frame... yes
checking for av_dict_get... yes
checking for av_metadata_get... no
checking for av_dump_format... yes
checking for av_stream_get_r_frame_rate... yes
checking for av_get_media_type_string... yes
checking for avcodec_descriptor_get... yes
checking for av_get_picture_type_char... yes
checking for av_get_pix_fmt_name... yes
checking for av_get_sample_fmt_name... yes
checking for dump_format... no
checking for gdImageGifAnimBegin... yes
checking for av_packet_unref... yes
checking for av_image_get_buffer_size... yes
checking for av_image_fill_arrays... yes
checking for av_image_copy... yes
checking for avcodec_receive_frame... no
checking for avcodec_alloc_context3... yes
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
asocial@asocial-desktop ~/Bureau/ezthumb-3.6.7 $ make
make  all-recursive
make[1] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
Making all in .
make[2] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
gcc -DHAVE_CONFIG_H -DCFG_GUI_OFF -I.   -I./external/libcsoup -I./external/iup/include 	    -I/usr/include/ffmpeg  -Wall -Wextra -O4 -c ezttf.c
ezttf.c:68:22: fatal error: ft2build.h: Aucun fichier ou dossier de ce type
compilation terminated.
Makefile:452 : la recette pour la cible « ezttf.o » a échouée
make[2]: *** [ezttf.o] Erreur 1
make[2] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
Makefile:464 : la recette pour la cible « all-recursive » a échouée
make[1]: *** [all-recursive] Erreur 1
make[1] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
Makefile:392 : la recette pour la cible « all » a échouée
make: *** [all] Erreur 2
asocial@asocial-desktop ~/Bureau/ezthumb-3.6.7 $ sudo apt install libavformat-dev libavcodec-dev libswscale-dev libavutil-dev libgd-dev libfreetype6-dev libpng-dev libjpeg-dev zlib1g-dev
[sudo] Mot de passe de asocial : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Note : sélection de « libpng12-dev » au lieu de « libpng-dev »
libjpeg-dev est déjà la version la plus récente (8c-2ubuntu8).
libfreetype6-dev est déjà la version la plus récente (2.6.1-0.1ubuntu2.3).
libgd-dev est déjà la version la plus récente (2.1.1-4ubuntu0.16.04.8).
libpng12-dev est déjà la version la plus récente (1.2.54-1ubuntu1.1).
zlib1g-dev est déjà la version la plus récente (1:1.2.8.dfsg-2ubuntu4.1).
libavcodec-dev est déjà la version la plus récente (7:2.8.14-0ubuntu0.16.04.1).
libavformat-dev est déjà la version la plus récente (7:2.8.14-0ubuntu0.16.04.1).
libavutil-dev est déjà la version la plus récente (7:2.8.14-0ubuntu0.16.04.1).
libswscale-dev est déjà la version la plus récente (7:2.8.14-0ubuntu0.16.04.1).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
asocial@asocial-desktop ~/Bureau/ezthumb-3.6.7 $ ./configure CPPFLAGS="-I/usr/include/freetype2"
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... no
checking for GTK... no
checking for smm_init in -lcsoup... yes
checking for exp in -lm... yes
checking for zlibVersion in -lz... yes
checking for jpeg_read_header in -ljpeg... yes
checking for png_get_copyright in -lpng... yes
checking for FT_Library_Version in -lfreetype... yes
checking for gdImageCreate in -lgd... yes
checking for avutil_version in -lavutil... yes
checking for swscale_version in -lswscale... yes
checking for avcodec_version in -lavcodec... yes
checking for avformat_version in -lavformat... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking libavcodec/avcodec.h usability... yes
checking libavcodec/avcodec.h presence... yes
checking for libavcodec/avcodec.h... yes
checking libavformat/avformat.h usability... yes
checking libavformat/avformat.h presence... yes
checking for libavformat/avformat.h... yes
checking libswscale/swscale.h usability... yes
checking libswscale/swscale.h presence... yes
checking for libswscale/swscale.h... yes
checking libavutil/avutil.h usability... yes
checking libavutil/avutil.h presence... yes
checking for libavutil/avutil.h... yes
checking libavutil/mathematics.h usability... yes
checking libavutil/mathematics.h presence... yes
checking for libavutil/mathematics.h... yes
checking libavutil/imgutils.h usability... yes
checking libavutil/imgutils.h presence... yes
checking for libavutil/imgutils.h... yes
checking for int64_t... yes
checking for uint8_t... yes
checking whether AV_PIX_FMT_RGB24 is declared... yes
checking for struct AVStream.r_frame_rate... yes
checking for struct AVStream.codecpar... no
checking for struct AVFrame.best_effort_timestamp... yes
checking for struct AVFormatContext.file_size... no
checking for struct AVFormatContext.pb... yes
checking for working strtod... yes
checking for memset... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for avformat_open_input... yes
checking for av_open_input_file... no
checking for avformat_find_stream_info... yes
checking for av_find_stream_info... no
checking for avcodec_open2... yes
checking for avcodec_open... no
checking for avformat_close_input... yes
checking for av_close_input_file... no
checking for av_find_best_stream... yes
checking for av_frame_alloc... yes
checking for av_frame_free... yes
checking for avcodec_alloc_frame... yes
checking for av_dict_get... yes
checking for av_metadata_get... no
checking for av_dump_format... yes
checking for av_stream_get_r_frame_rate... yes
checking for av_get_media_type_string... yes
checking for avcodec_descriptor_get... yes
checking for av_get_picture_type_char... yes
checking for av_get_pix_fmt_name... yes
checking for av_get_sample_fmt_name... yes
checking for dump_format... no
checking for gdImageGifAnimBegin... yes
checking for av_packet_unref... yes
checking for av_image_get_buffer_size... yes
checking for av_image_fill_arrays... yes
checking for av_image_copy... yes
checking for avcodec_receive_frame... no
checking for avcodec_alloc_context3... yes
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
asocial@asocial-desktop ~/Bureau/ezthumb-3.6.7 $ sudo make install
make  install-recursive
make[1] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
Making install in .
make[2] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
gcc -DHAVE_CONFIG_H -DCFG_GUI_OFF -I.   -I/usr/include/freetype2 -I./external/libcsoup -I./external/iup/include 	    -I/usr/include/ffmpeg  -Wall -Wextra -O4 -c ezttf.c
gcc  -Wall -Wextra -O4  -L./external/libcsoup -L./external/iup/lib -o ezthumb main.o ezthumb.o id_lookup.o ezutil.o ezttf.o   -lavformat -lavcodec -lswscale -lavutil -lgd -lfreetype -lpng -ljpeg -lz -lm -lcsoup 
make[3] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
 /bin/mkdir -p '/usr/local/bin'
  /usr/bin/install -c ezthumb '/usr/local/bin'
make[3]: rien à faire pour « install-data-am ».
make[3] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
make[2] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
make[1] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
asocial@asocial-desktop ~/Bureau/ezthumb-3.6.7 $ 

je suppose que ses bon?

si oui dans l archive a un Ezthumb je clique pour le lancé mais ca s ouvre pas,je brule une étape?

Dernière modification par jupiler (Le 15/07/2018, à 21:03)


os xbuntu  64 bis

Hors ligne

#8 Le 15/07/2018, à 21:10

eric63

Re : comment installé ce programe ezthumb

./configure CPPFLAGS="-I/usr/include/freetype2" 

ok

make

KO

sudo make install

je ne suis pas sûr que faire un make install sans make ne provoque pas d'erreur de toute façon ce n'est pas la procédure pour compiler du code.
donc reprends les trois commandes dans l'ordre sans oublier le make smile
une fois fait toujours dans le terminal tape

ezthumb

et copie colle les infos qui te seront données

Dernière modification par eric63 (Le 15/07/2018, à 21:14)


Kubuntu 23.10 - WAYLAND- 64 bits + backports bêta = plasma 5.27.10 KDE 5.112.0 Qt 5.15.10 et noyau 6.5.0-17  4x intel i5-4570 3.2Ghz 12Go nvidia GTX 1060 6GB 3écrans
Comment installer une brother avec le script de demonipuch

J’utilise le clavier french AFNOR de chez LDLC c‘est fort

Hors ligne

#9 Le 15/07/2018, à 21:19

jupiler

Re : comment installé ce programe ezthumb

comme cela?

asocial@asocial-desktop ~ $ cd Bureau
asocial@asocial-desktop ~/Bureau $ ls
bureau
Document 1 non enregistré
eMule.desktop
ezthumb-3.6.7
ezthumb-3.6.7.tar.bz2
fruho.desktop
scren
test
asocial@asocial-desktop ~/Bureau $ ezthumb-3.6.7 
ezthumb-3.6.7 : commande introuvable
asocial@asocial-desktop ~/Bureau $ cd ezthumb-3.6.7 
asocial@asocial-desktop ~/Bureau/ezthumb-3.6.7 $ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... no
checking for GTK... no
checking for smm_init in -lcsoup... yes
checking for exp in -lm... yes
checking for zlibVersion in -lz... yes
checking for jpeg_read_header in -ljpeg... yes
checking for png_get_copyright in -lpng... yes
checking for FT_Library_Version in -lfreetype... yes
checking for gdImageCreate in -lgd... yes
checking for avutil_version in -lavutil... yes
checking for swscale_version in -lswscale... yes
checking for avcodec_version in -lavcodec... yes
checking for avformat_version in -lavformat... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking libavcodec/avcodec.h usability... yes
checking libavcodec/avcodec.h presence... yes
checking for libavcodec/avcodec.h... yes
checking libavformat/avformat.h usability... yes
checking libavformat/avformat.h presence... yes
checking for libavformat/avformat.h... yes
checking libswscale/swscale.h usability... yes
checking libswscale/swscale.h presence... yes
checking for libswscale/swscale.h... yes
checking libavutil/avutil.h usability... yes
checking libavutil/avutil.h presence... yes
checking for libavutil/avutil.h... yes
checking libavutil/mathematics.h usability... yes
checking libavutil/mathematics.h presence... yes
checking for libavutil/mathematics.h... yes
checking libavutil/imgutils.h usability... yes
checking libavutil/imgutils.h presence... yes
checking for libavutil/imgutils.h... yes
checking for int64_t... yes
checking for uint8_t... yes
checking whether AV_PIX_FMT_RGB24 is declared... yes
checking for struct AVStream.r_frame_rate... yes
checking for struct AVStream.codecpar... no
checking for struct AVFrame.best_effort_timestamp... yes
checking for struct AVFormatContext.file_size... no
checking for struct AVFormatContext.pb... yes
checking for working strtod... yes
checking for memset... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for avformat_open_input... yes
checking for av_open_input_file... no
checking for avformat_find_stream_info... yes
checking for av_find_stream_info... no
checking for avcodec_open2... yes
checking for avcodec_open... no
checking for avformat_close_input... yes
checking for av_close_input_file... no
checking for av_find_best_stream... yes
checking for av_frame_alloc... yes
checking for av_frame_free... yes
checking for avcodec_alloc_frame... yes
checking for av_dict_get... yes
checking for av_metadata_get... no
checking for av_dump_format... yes
checking for av_stream_get_r_frame_rate... yes
checking for av_get_media_type_string... yes
checking for avcodec_descriptor_get... yes
checking for av_get_picture_type_char... yes
checking for av_get_pix_fmt_name... yes
checking for av_get_sample_fmt_name... yes
checking for dump_format... no
checking for gdImageGifAnimBegin... yes
checking for av_packet_unref... yes
checking for av_image_get_buffer_size... yes
checking for av_image_fill_arrays... yes
checking for av_image_copy... yes
checking for avcodec_receive_frame... no
checking for avcodec_alloc_context3... yes
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
asocial@asocial-desktop ~/Bureau/ezthumb-3.6.7 $ ./configure CPPFLAGS="-I/usr/include/freetype2"
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... no
checking for GTK... no
checking for smm_init in -lcsoup... yes
checking for exp in -lm... yes
checking for zlibVersion in -lz... yes
checking for jpeg_read_header in -ljpeg... yes
checking for png_get_copyright in -lpng... yes
checking for FT_Library_Version in -lfreetype... yes
checking for gdImageCreate in -lgd... yes
checking for avutil_version in -lavutil... yes
checking for swscale_version in -lswscale... yes
checking for avcodec_version in -lavcodec... yes
checking for avformat_version in -lavformat... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking libavcodec/avcodec.h usability... yes
checking libavcodec/avcodec.h presence... yes
checking for libavcodec/avcodec.h... yes
checking libavformat/avformat.h usability... yes
checking libavformat/avformat.h presence... yes
checking for libavformat/avformat.h... yes
checking libswscale/swscale.h usability... yes
checking libswscale/swscale.h presence... yes
checking for libswscale/swscale.h... yes
checking libavutil/avutil.h usability... yes
checking libavutil/avutil.h presence... yes
checking for libavutil/avutil.h... yes
checking libavutil/mathematics.h usability... yes
checking libavutil/mathematics.h presence... yes
checking for libavutil/mathematics.h... yes
checking libavutil/imgutils.h usability... yes
checking libavutil/imgutils.h presence... yes
checking for libavutil/imgutils.h... yes
checking for int64_t... yes
checking for uint8_t... yes
checking whether AV_PIX_FMT_RGB24 is declared... yes
checking for struct AVStream.r_frame_rate... yes
checking for struct AVStream.codecpar... no
checking for struct AVFrame.best_effort_timestamp... yes
checking for struct AVFormatContext.file_size... no
checking for struct AVFormatContext.pb... yes
checking for working strtod... yes
checking for memset... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for avformat_open_input... yes
checking for av_open_input_file... no
checking for avformat_find_stream_info... yes
checking for av_find_stream_info... no
checking for avcodec_open2... yes
checking for avcodec_open... no
checking for avformat_close_input... yes
checking for av_close_input_file... no
checking for av_find_best_stream... yes
checking for av_frame_alloc... yes
checking for av_frame_free... yes
checking for avcodec_alloc_frame... yes
checking for av_dict_get... yes
checking for av_metadata_get... no
checking for av_dump_format... yes
checking for av_stream_get_r_frame_rate... yes
checking for av_get_media_type_string... yes
checking for avcodec_descriptor_get... yes
checking for av_get_picture_type_char... yes
checking for av_get_pix_fmt_name... yes
checking for av_get_sample_fmt_name... yes
checking for dump_format... no
checking for gdImageGifAnimBegin... yes
checking for av_packet_unref... yes
checking for av_image_get_buffer_size... yes
checking for av_image_fill_arrays... yes
checking for av_image_copy... yes
checking for avcodec_receive_frame... no
checking for avcodec_alloc_context3... yes
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
asocial@asocial-desktop ~/Bureau/ezthumb-3.6.7 $ make
make  all-recursive
make[1] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
Making all in .
make[2] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
make[2]: rien à faire pour « all-am ».
make[2] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
make[1] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
asocial@asocial-desktop ~/Bureau/ezthumb-3.6.7 $ sudo make install
[sudo] Mot de passe de asocial : 
make  install-recursive
make[1] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
Making install in .
make[2] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
make[3] : on entre dans le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
 /bin/mkdir -p '/usr/local/bin'
  /usr/bin/install -c ezthumb '/usr/local/bin'
make[3]: rien à faire pour « install-data-am ».
make[3] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
make[2] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
make[1] : on quitte le répertoire « /home/asocial/Bureau/ezthumb-3.6.7 »
asocial@asocial-desktop ~/Bureau/ezthumb-3.6.7 $ 

Dernière modification par jupiler (Le 15/07/2018, à 21:21)


os xbuntu  64 bis

Hors ligne

#10 Le 15/07/2018, à 21:26

eric63

Re : comment installé ce programe ezthumb

la compile semble être ok
une icone ezthumb doit existé maintenant dans ton menu
sinon dans un nouveau terminal tapes

ezthumb

et copie colle les infos qui te seront données


Kubuntu 23.10 - WAYLAND- 64 bits + backports bêta = plasma 5.27.10 KDE 5.112.0 Qt 5.15.10 et noyau 6.5.0-17  4x intel i5-4570 3.2Ghz 12Go nvidia GTX 1060 6GB 3écrans
Comment installer une brother avec le script de demonipuch

J’utilise le clavier french AFNOR de chez LDLC c‘est fort

Hors ligne

#11 Le 16/07/2018, à 05:04

jupiler

Re : comment installé ce programe ezthumb

oui a bien une icône dans le dossier mais l interface graphique ne s ouvre pas quand je clique dessus
voila la reponce du terminal.

Usage: ezthumb [OPTIONS] video_clip ...
OPTIONS:
  -b,--bind                binding multiple video sources
  -c,--colour ARGS         the colour setting (MI:TM:BG)(RRGGBB)
  -d,--during ARGS         the duration finding mode (auto)(head|fast|scan)
  -f,--font ARGS           the TrueType font name with the full path
  -F,--fontsize ARGS       the size setting of the font
  -g,--grid ARGS           the thumbnail grid in the canvas.
  -i,--info                display the simple information of videos
  -I,--inside              display the detail information of videos
  -m,--format ARGS         the output format (jpg@85)
  -o,--outdir ARGS         the directory for storing output images
  -p,--process ARGS        the process method (skim|scan|2pass|safe|key[@N])
  -P,--profile ARGS        specify the profile string
  -R,--recursive           process files and directories recursively
  -s,--ssize ARGS          the size of each screen shots (WxH|RR%)
  -t,--timestep ARGS       the time step between each shots in ms
  -w,--width ARGS          the whole width of the thumbnail canvas
  -x,--suffix ARGS         the suffix of output filename (_thumb)
     --accurate            take accurate shots including P-frames
     --background ARGS     the background picture
     --depth ARGS          most levels of directories recursively (FF:0)
     --edge ARGS           the width of the screen shot edge (0)
     --filter ARGS         the filter of the extended file name
     --gap-shots ARGS      the gaps between the screen shots (4)
     --gap-margin ARGS     the margin in the canvas (8)
     --opt-info ARGS       the media infomation (lt)(on|off|mt|rt)
     --opt-time ARGS       the timestamp inside the screen shots (rt)(lt|mt|lb}|mb|rb)
     --opt-ffr ARGS        start from the first frame (off)
     --opt-lfr ARGS        end at the last frame (off)
     --override ARGS       override existed thumbnails (copy)
     --pos-bg ARGS         the position of the background image (mc)
                           lt,lc,lb,mt,mc,mb,rt,rc,rb,tt and st,ex,ey,sx,sy
     --size-unit ARGS      the unit of the video size by byte,kb,mb,gb (auto)
     --time-from ARGS      the time in video where begins shooting (HH:MM:SS/NN%)
     --time-end ARGS       the time in video where ends shooting (HH:MM:SS/NN%)
     --transparent         generate the transparent background
     --factory-reset       recover to the default settings

Dernière modification par jupiler (Le 16/07/2018, à 09:42)


os xbuntu  64 bis

Hors ligne

#12 Le 18/07/2018, à 04:51

jupiler

Re : comment installé ce programe ezthumb

en fait il faut faire

sudo ezthumb /chemin/vers/leclip.mp4

et la on a l icone dans ouvrir avec....

par curiosité j ai dll la version pour Windows lancé avec wine

ce qui donne aces a d autre réglage

3P6pBKA.png

ce serais bien de pouvoir avoir pareil sans devoir passez par wine.

une idée pour avoir l interface graphique.

Dernière modification par jupiler (Le 18/07/2018, à 04:52)


os xbuntu  64 bis

Hors ligne