Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 301675 - media-plugins/gst-plugins-taglib-0.10.17 - fix build w/ gcc-4.5
Summary: media-plugins/gst-plugins-taglib-0.10.17 - fix build w/ gcc-4.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.5
  Show dependency tree
 
Reported: 2010-01-20 22:35 UTC by Ryan Hill (RETIRED)
Modified: 2010-04-05 04:18 UTC (History)
0 users

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


Attachments
gst-plugins-taglib-0.10.17-gcc45.patch (gst-plugins-taglib-0.10.17-gcc45.patch,8.98 KB, patch)
2010-01-20 22:36 UTC, Ryan Hill (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2010-01-20 22:35:22 UTC
patch from upstream fixing compile w/ gcc-4.5

  gstapev2mux.cc: In function 'void add_one_tag(const GstTagList*, const gchar*, void*)':
  gstapev2mux.cc:118:62: error: cannot call constructor 'TagLib::String::String' directly
  gstapev2mux.cc:118:62: error:   for a function-style cast, remove the redundant '::String'
Comment 1 Ryan Hill (RETIRED) gentoo-dev 2010-01-20 22:36:27 UTC
Created attachment 217014 [details, diff]
gst-plugins-taglib-0.10.17-gcc45.patch
Comment 2 Mart Raudsepp gentoo-dev 2010-04-05 04:18:31 UTC
Fixed in gst-plugins-taglib-0.10.21, which includes this fix from upstream.