Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135393 - media-gfx/swftools stabilization request
Summary: media-gfx/swftools stabilization request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Developers for the x86 Architecture
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-03 08:03 UTC by Piotr Jaroszyński (RETIRED)
Modified: 2006-06-07 21:30 UTC (History)
2 users (show)

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


Attachments
gcc41 compatibility patch (swftools-0.7.0-gcc41.patch,639 bytes, patch)
2006-06-03 08:05 UTC, Piotr Jaroszyński (RETIRED)
Details | Diff
gcc41 compatibility patch (swftools-0.7.0-gcc41.patch,674 bytes, patch)
2006-06-03 11:08 UTC, Piotr Jaroszyński (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Jaroszyński (RETIRED) gentoo-dev 2006-06-03 08:03:48 UTC
media-gfx/swftools gcc41 compatibilty patch
Comment 1 Piotr Jaroszyński (RETIRED) gentoo-dev 2006-06-03 08:05:05 UTC
Created attachment 88266 [details, diff]
gcc41 compatibility patch
Comment 2 Piotr Jaroszyński (RETIRED) gentoo-dev 2006-06-03 11:05:45 UTC
added to tracker, removed media-video from CC
Comment 3 Piotr Jaroszyński (RETIRED) gentoo-dev 2006-06-03 11:08:34 UTC
Created attachment 88279 [details, diff]
gcc41 compatibility patch

fixed paths
Comment 4 Mark Loeser (RETIRED) gentoo-dev 2006-06-03 11:13:24 UTC
Looks fine.
Comment 5 Marcelo Goes (RETIRED) gentoo-dev 2006-06-03 13:58:25 UTC
Thanks, patch is in cvs.
x86: you can mark 0.7.0 stable if you deem appropriate.

Cheers
Comment 6 Marcelo Goes (RETIRED) gentoo-dev 2006-06-04 07:56:42 UTC
By the way, Piotr: please push this upstream :-)
Comment 7 Samuli Suominen (RETIRED) gentoo-dev 2006-06-04 08:58:40 UTC
Compiles fine with GCC 4.1.1. Testing in on my ~x86 machine, but there are issues: 

First.. swftools installs t1lib-5.0.2,

Calculating dependencies ...done!
[ebuild  N    ] media-libs/t1lib-5.0.2  +X -doc 1,657 kB
[ebuild  N    ] media-gfx/swftools-0.7.0  0 kB

and then it doesn't find it,

checking for missing libraries...  t1lib ungif avifile
***************************************************
* The following headers/libraries are missing:  t1lib ungif avifile
* Disabling avi2swf tool...
* Disabling gif2swf tool...
***************************************************

Also avifile is gone from portage. If I remember correctly because it was "unmainteined" by upstream but now that you look at avifile.sourceforge.net there appears to be new release from not long ago.
Comment 8 Samuli Suominen (RETIRED) gentoo-dev 2006-06-04 09:03:44 UTC
Builds, and installs fine on x86 system.. Tested jpeg2swf of swftools. Seems to play nicely. http://unaffiliated.unk.fi/output.swf

So if you don't count missing gif2swf and avi2swf (which is the most important feature of this package, IMO) it works equally with current swftools marked as stable (0.6.2).


Portage 2.0.54-r2 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.6-r3, 2.6.16-gentoo-r8 i686)
=================================================================
System uname: 2.6.16-gentoo-r8 i686 AMD Athlon(tm) XP 2200+
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe -g"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -g"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/"
LANG="en_US.utf8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://trumpetti.atm.tut.fi/gentoo-portage"
USE="x86 3dnow 3dnowext X a52 aac alsa apm audiofile avi berkdb bitmap-fonts bzip2 cli crypt dri emboss encode expat fam ffmpeg flac foomaticdb fortran gdbm gif gstreamer gtk gtk2 id3 imagemagick imlib ipv6 isdnlog jpeg libg++ libwww mad mikmod mmx mmxext motif mp3 mp4live mpeg mpeg2 musicbrainz ncurses nptl nptlonly ogg opengl oss pam pcre pdflib perl pic player png pppd python quicktime readline reflection sdk sdl session spl sse ssl tcltk tcpd theora tiff truetype truetype-fonts type1-fonts udev unicode userlocales vorbis win32codecs xine xml xml2 xorg xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  CTARGET, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS, PORTDIR_OVERLAY
Comment 9 Piotr Jaroszyński (RETIRED) gentoo-dev 2006-06-04 15:29:09 UTC
(In reply to comment #6)
> By the way, Piotr: please push this upstream :-)
Sent to swftools mailing list, but waiting for moderator approval.
Comment 10 Piotr Jaroszyński (RETIRED) gentoo-dev 2006-06-05 13:37:29 UTC
Not a gcc41 porting issue any more, but correct me if missed the bug purpose ;]
Comment 11 Joshua Jackson (RETIRED) gentoo-dev 2006-06-07 21:30:42 UTC
works on x86