Package Details: image2mpeg 1.02-1

Package Base: image2mpeg
Description: A tool to convert digital photos (and other images) into MPEG movie streams.
Upstream URL: http://www.gromeck.de/?image2mpeg
Category: multimedia
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 10
First Submitted: 2009-01-09 21:41
Last Updated: 2009-02-23 13:55

Latest Comments

Comment by AsmundEr

2012-08-14 21:25

Unable to install, make fails with an error when linking:

gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/ImageMagick -g -fno-strict-aliasing -fPIC -Wall -D_GNU_SOURCE -Wl,-O1,--sort-common,--as-needed,-z,relro -lMagickCore -o image2ppm image2ppm.o ../gip/libgip.a -lMagickCore -lm -lmad -lMagickCore
/usr/bin/ld: ../gip/libgip.a(index.o): undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_create@@GLIBC_2.2.5' is defined in DSO /usr/lib/libpthread.so.0 so try adding it to the linker command line
/usr/lib/libpthread.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[3]: *** [image2ppm] Error 1

I saw somewhere that adding "-ldl -lpthread" as flags should solve this, but I was unable to make this work, but I didn't try very hard as I installed "photofilmstrip" instead.