[PD] [pix_image] available image format on linux?

Jack jack at rybn.org
Sun Feb 21 17:33:24 CET 2016


Good ! And yes, this is the official lastest version.
++

Jack



Le 21/02/2016 15:03, Jonghyun Kim a écrit :
> Thanks jack! I think it installed properly.
> 
> requested dependencies:
> sudo apt-get install libmagick++-dev libv4l-dev ftgl-dev
> 
> One question, is this version latest one right? Old one was 0.93.3, but
> this is "0.93"
> 
> GEM: ver: 0.93.git 60998f6
> GEM: compiled: Feb 21 2016
> 
> best,
> jonghyun
> 
> 
> On Sun, Feb 21, 2016 at 10:26 PM, Jack <jack at rybn.org
> <mailto:jack at rybn.org>> wrote:
> 
>     With :
>     $ sudo apt-get install libftgl-dev
>     ++
> 
>     Jack
> 
> 
> 
>     Le 21/02/2016 14:14, Jonghyun Kim a écrit :
>     > I've got error. How to fix it?
>     >
>     > ======
>     > libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -I../../src
>     > -DGEM_INTERNAL -DGLEW_BUILD -DGLEW_MX -DPD -g -O2 -freg-struct-return
>     > -O3 -falign-loops -falign-functions -falign-jumps -funroll-loops
>     > -ffast-math -mmmx -MT libBase_la-TextBaseFTGL.lo -MD -MP -MF
>     > .deps/libBase_la-TextBaseFTGL.Tpo -c TextBaseFTGL.cpp  -fPIC -DPIC -o
>     > .libs/libBase_la-TextBaseFTGL.o
>     > In file included from TextBaseFTGL.cpp:24:0:
>     > TextBase.h:38:22: fatal error: FTFont.h: No such file or directory
>     >  #  include "FTFont.h"
>     >                       ^
>     > compilation terminated.
>     > make[3]: *** [libBase_la-TextBaseFTGL.lo] Error 1
>     > make[3]: Leaving directory `/home/ak/gem/src/Base'
>     > make[2]: *** [all-recursive] Error 1
>     > make[2]: Leaving directory `/home/ak/gem/src'
>     > make[1]: *** [all] Error 2
>     > make[1]: Leaving directory `/home/ak/gem/src'
>     > make: *** [all-recursive] Error 1
>     > ======
>     >
>     > On Sun, Feb 21, 2016 at 10:11 PM, Jack <jack at rybn.org <mailto:jack at rybn.org>
>     > <mailto:jack at rybn.org <mailto:jack at rybn.org>>> wrote:
>     >
>     >     use ImageMagick      : yes (Magick++)
>     >
>     >     So, yes, it is good.
>     >     Now, run :
>     >     $ make
>     >     then
>     >     $ sudo make install
>     >     ++
>     >
>     >     Jack
>     >
>     >
>     >
>     >     Le 21/02/2016 14:09, Jonghyun Kim a écrit :
>     >     > thanks for the info, jack.
>     >     >
>     >     > I have a question. It looks fine? This is the ./configure
>     result I
>     >     don't
>     >     > know well about gem-plugins.
>     >     >
>     >     > =====
>     >     >  used optional libraries:
>     >     >
>     >     >   font-rendering         : FTGL
>     >     >      default font        :
>     >     >
>     >     >   image-support
>     >     >     use ImageMagick      : yes (Magick++)
>     >     >     use QuickTime        : no
>     >     >     use AVFoundation     : no
>     >     >     use TIFF             : yes
>     >     >     use JPEG             : yes
>     >     >   moviefile-support
>     >     >     use PLUGINS: yes
>     >     >     use mpeg             : no
>     >     >     use mpeg-3           : no
>     >     >     use QuickTime        : no
>     >     >     use AVFoundation     :
>     >     >     use aviplay          : no
>     >     >     use gmerlin          : no
>     >     >   capture-support
>     >     >     use PLUGINS: yes
>     >     >     use v4l              : yes (libv4l)
>     >     >     use v4l2             : yes (libv4l)
>     >     >     use ieee1394         : no
>     >     >     use DV               : no
>     >     >     use Unicap           : yes
>     >     >     use Video-for-WinDOS : no
>     >     >     use QuickTime        : no
>     >     >     use AVFoundation     : no
>     >     >
>     >     > ======
>     >     >
>     >     >
>     >     > On Sun, Feb 21, 2016 at 9:39 PM, Jack <jack at rybn.org
>     <mailto:jack at rybn.org>
>     >     <mailto:jack at rybn.org <mailto:jack at rybn.org>>
>     >     > <mailto:jack at rybn.org <mailto:jack at rybn.org>
>     <mailto:jack at rybn.org <mailto:jack at rybn.org>>>> wrote:
>     >     >
>     >     >     Hello,
>     >     >
>     >     >     If you want/need the last version of Gem (and if you are
>     ok with a
>     >     >     terminal) :
>     >     >     $ git clone git://git.code.sf.net/p/pd-gem/gem
>     <http://git.code.sf.net/p/pd-gem/gem>
>     <http://git.code.sf.net/p/pd-gem/gem>
>     >     >     <http://git.code.sf.net/p/pd-gem/gem>
>     >     >     $ cd gem
>     >     >     $ ./autogen.sh
>     >     >     $ ./configure
>     >     >     $ make
>     >     >     $ sudo make install
>     >     >
>     >     >     Should do it.
>     >     >     ++
>     >     >
>     >     >     Jack
>     >     >
>     >     >
>     >     >
>     >     >
>     >     >     Le 21/02/2016 13:14, Jonghyun Kim a écrit :
>     >     >     >     why don't you install gem via your package manager?
>     >     >     >     deken is mainly for people who cannot afford a
>     decent systemwide
>     >     >     >     software management system.
>     >     >     >
>     >     >     >
>     >     >     > Would you recommended to to install externals by
>     default package
>     >     >     manager
>     >     >     > such as apt-get or pacman? I'm not sure, but I thought
>     the some
>     >     >     packages
>     >     >     > on default Ubuntu(14.04) server is a little old or
>     outdated, but
>     >     >     > pd-deken is an up-to-date-system for missing packages,
>     and I'd prefer
>     >     >     > pd-deken over apt-get. Please tell me if I am wrong.
>     >     >     >
>     >     >     > best,
>     >     >     > jonghyun
>     >     >     >
>     >     >     >
>     >     >     > _______________________________________________
>     >     >     > Pd-list at lists.iem.at <mailto:Pd-list at lists.iem.at>
>     <mailto:Pd-list at lists.iem.at <mailto:Pd-list at lists.iem.at>>
>     >     <mailto:Pd-list at lists.iem.at <mailto:Pd-list at lists.iem.at>
>     <mailto:Pd-list at lists.iem.at <mailto:Pd-list at lists.iem.at>>> mailing
>     list
>     >     >     > UNSUBSCRIBE and account-management ->
>     >     >     http://lists.puredata.info/listinfo/pd-list
>     >     >     >
>     >     >
>     >     >
>     >     >     _______________________________________________
>     >     >     Pd-list at lists.iem.at <mailto:Pd-list at lists.iem.at>
>     <mailto:Pd-list at lists.iem.at <mailto:Pd-list at lists.iem.at>>
>     >     <mailto:Pd-list at lists.iem.at <mailto:Pd-list at lists.iem.at>
>     <mailto:Pd-list at lists.iem.at <mailto:Pd-list at lists.iem.at>>> mailing
>     list
>     >     >     UNSUBSCRIBE and account-management ->
>     >     >     http://lists.puredata.info/listinfo/pd-list
>     >     >
>     >     >
>     >
>     >
> 
> 




More information about the Pd-list mailing list