Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258331 - media-video/gpac-0.4.5 bundles an internal copy of libogg
Summary: media-video/gpac-0.4.5 bundles an internal copy of libogg
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 310257 (view as bug list)
Depends on: 320775
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2009-02-09 14:37 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-09-27 20:42 UTC (History)
5 users (show)

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


Attachments
patch to use system libogg (gpac_use_system_libogg.patch,1.67 KB, patch)
2009-07-15 19:47 UTC, Zeev Tarantov
Details | Diff
patch to use ldflags in alsa module (fixes qa warning) (gpac_ldflags.patch,417 bytes, patch)
2009-07-15 19:47 UTC, Zeev Tarantov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-02-09 14:37:58 UTC
Have fun!
Comment 1 Zeev Tarantov 2009-07-15 19:47:14 UTC
Created attachment 198095 [details, diff]
patch to use system libogg
Comment 2 Zeev Tarantov 2009-07-15 19:47:59 UTC
Created attachment 198096 [details, diff]
patch to use ldflags in alsa module (fixes qa warning)
Comment 3 Zeev Tarantov 2009-07-15 19:53:11 UTC
Attached patches fix the bug and the QA warning about LDFLAGS in the alsa module. 
Verified that gpac_ogg.c is not built and so is linked against libogg, but it gets every shared object in gpac linked against libogg, even with --as-needed.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2010-04-29 18:16:25 UTC
*** Bug 310257 has been marked as a duplicate of this bug. ***
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2010-04-29 18:16:37 UTC
+*gpac-0.4.5-r2 (29 Apr 2010)
+
+  29 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> +gpac-0.4.5-r2.ebuild:
+  Use system libogg wrt #258331 by Zeev Tarantov. Use LDFLAGS when linking
+  gm_alsa.so wrt #310257 by Zeev Tarantov and Doktor Notor.