Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308619 - media-sound/timidity++ relies on deleted libpng14 function png_set_dither
Summary: media-sound/timidity++ relies on deleted libpng14 function png_set_dither
Status: RESOLVED DUPLICATE of bug 308437
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-09 09:56 UTC by Samuli Suominen (RETIRED)
Modified: 2010-05-03 21:11 UTC (History)
0 users

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 Samuli Suominen (RETIRED) gentoo-dev 2010-03-09 09:56:40 UTC
+++ This bug was initially created as a clone of Bug #308617 +++

http://sourceforge.net/mailarchive/forum.php?thread_name=e56ccc8f0812151445ybd95eb0i78eb9aef434a6e28%40mail.gmail.com&forum_name=png-mng-misc

See bug 308437 for more information. This function was deleted (disabled) from libpng14.

media-sound/timidity++:

x86_64-pc-linux-gnu-gcc  -march=core2 -msse4.1 -O2 -pipe -rdynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o timidity aiff_a.o aq.o au_a.o audio_cnv.o common.o controls.o effect.o filter.o freq.o instrum.o list_a.o loadtab.o m2m.o mfi.o miditrace.o mix.o mod.o mod2midi.o modmid_a.o mt19937ar.o optcode.o output.o playmidi.o quantity.o raw_a.o rcp.o readmidi.o recache.o resample.o reverb.o sbkconv.o sffile.o sfitem.o smfconv.o smplfile.o sndfont.o tables.o timidity.o version.o wave_a.o wrd_read.o wrdt.o alsa_a.o vorbis_a.o flac_a.o dl_dlopen.o ../interface/libinterface.a ../libarc/libarc.a ../libunimod/libunimod.a ../utils/libutils.a  -lasound -lm -ldl -lpthread -lm -ldl -lpthread   -lXaw3d -lXmu -lXt -lSM -lICE -lXext -lX11 -lm -ldl -lpthread -L/usr/lib -lFLAC -lm -lncurses -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -ldl -lpng -lz    -L/usr/lib -lvorbis -lm -lvorbisenc -L/usr/lib -logg
../interface/libinterface.a(x_sherry.o): In function `sry_load_png':
x_sherry.c:(.text+0x997): undefined reference to `png_set_dither'
x_sherry.c:(.text+0xd58): undefined reference to `png_set_dither'
collect2: ld returned 1 exit status
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-03-09 10:18:50 UTC
Well, it looked like unused in the code, so I've simply disabled that part with #if 0.

+*timidity++-2.13.2-r12 (09 Mar 2010)
+
+  09 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +timidity++-2.13.2-r12.ebuild,
+  +files/timidity++-2.13.2-no_png_set_dither.patch:
+  Don't use obsolete png_set_dither wrt #308619.

Revision bump was made to be sure, since -r11 is stable.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-05-03 21:11:40 UTC
reopen for correct reso
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-05-03 21:11:57 UTC

*** This bug has been marked as a duplicate of bug 308437 ***