Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 238803 - media-gfx/pstoedit-3.50: support swf again
Summary: media-gfx/pstoedit-3.50: support swf again
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: TeX project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-26 18:27 UTC by Martin Mokrejš
Modified: 2010-07-12 23:25 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2008-09-26 18:27:34 UTC
Due to bug #137204 --disable-swf got introduced into the ebuild. Ming has been updated since then to 0.4 and should allow re-enabling this feature. Currently, I have:

# cat /etc/portage/package.use 
media-gfx/pstoedit emf swf imagemagick plotutils


>>> Emerging (1 of 1) media-gfx/pstoedit-3.45
 * pstoedit-3.45.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                                                                                                            [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                                                                               [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                                                                              [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                                                                             [ ok ]
>>> Unpacking source...
>>> Unpacking pstoedit-3.45.tar.gz to /var/tmp/portage/media-gfx/pstoedit-3.45/work
 * Applying pstoedit-3.45-gcc-4.3.patch ...                                                                                                                                                                         [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/media-gfx/pstoedit-3.45/work/pstoedit-3.45 ...
 * econf: updating pstoedit-3.45/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating pstoedit-3.45/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-emf --without-swf --with-magick --with-libplot --build=i686-pc-linux-gnu
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2009-10-10 07:44:21 UTC
With 3.50 I get:

/bin/sh ../libtool --tag=CXX   --mode=compile x86_64-unknown-linux-gnu-g++ -DHAVE_CONFIG_H -I.  -DHAVE_LIBPLOTTER -DHAVE_LIBMING -DHAVE_MKSTEMP -DHAVE_MAGIC -fopenmp -I/usr/include/ImageMagick    -DHAVE_LIBPNG -DDEFAULTGS=/usr/bin/gs -DPSTOEDITDATADIR="\"/usr/share/pstoedit\"" -DPSTOEDITLIBDIR="\"/usr/lib64/pstoedit\"" -DBUGGYGPP -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long  -D_LITTLE_ENDIAN  -O2 -g -march=core2 -msse4.1 -fomit-frame-pointer -pipe -ftree-vectorize -fdirectives-only -DINTERNALBOOL -MT drvswf.lo -MD -MP -MF .deps/drvswf.Tpo -c -o drvswf.lo drvswf.cpp                                                                                                             
libtool: compile:  x86_64-unknown-linux-gnu-g++ -DHAVE_CONFIG_H -I. -DHAVE_LIBPLOTTER -DHAVE_LIBMING -DHAVE_MKSTEMP -DHAVE_MAGIC -fopenmp -I/usr/include/ImageMagick -DHAVE_LIBPNG -DDEFAULTGS=/usr/bin/gs -DPSTOEDITDATADIR=\"/usr/share/pstoedit\" -DPSTOEDITLIBDIR=\"/usr/lib64/pstoedit\" -DBUGGYGPP -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long -D_LITTLE_ENDIAN -O2 -g -march=core2 -msse4.1 -fomit-frame-pointer -pipe -ftree-vectorize -fdirectives-only -DINTERNALBOOL -MT drvswf.lo -MD -MP -MF .deps/drvswf.Tpo -c drvswf.cpp  -fPIC -DPIC -o .libs/drvswf.o                                                                                                                                
drvswf.cpp:35:25: error: ming_config.h: No such file or directory       
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-07-10 19:17:26 UTC
fixed in 3.50-r1
Comment 3 Martin Mokrejš 2010-07-12 23:25:40 UTC
Works on ~x86, thanks.