Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 258331

Summary: media-video/gpac-0.4.5 bundles an internal copy of libogg
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: avuton, esigra, notordoktor, radek, zeev.tarantov
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 320775    
Bug Blocks: 251464    
Attachments: patch to use system libogg
patch to use ldflags in alsa module (fixes qa warning)

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.