Bug 97337 - OGMRip-0.9.0 version bump
Bug#: 97337 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: LATER Assigned To: media-optical@gentoo.org Reported By: billl@users.sf.net
Component: Ebuilds
URL: 
Summary: OGMRip-0.9.0 version bump
Keywords:  
Status Whiteboard: 
Opened: 2005-06-28 12:33 0000
Description:   Opened: 2005-06-28 12:33 0000
I've just released a new version of OGMRip. Here is the associated ebuild

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Olivier Rolland 2005-06-28 12:33:50 0000 -------
Created an attachment (id=62177) [details]
OGMRip-0.9.0 ebuild

------- Comment #2 From Luis Medinas (RETIRED) 2005-08-14 19:49:32 0000 -------
I notice a bug in 0.9.0 when i select Preferences -> Audio or Subtitles ->
Prefered Languages this results in a seg fault.


Here is the BT:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912516457952 (LWP 16057)]
0x0000003a4c870b50 in strcmp () from /lib/tls/libc.so.6
(gdb) bt
#0  0x0000003a4c870b50 in strcmp () from /lib/tls/libc.so.6
#1  0x0000000000412117 in ogmrip_options_get_framestep ()
#2  0x0000003a52617dfd in gconf_listeners_notify ()
from /usr/lib/libgconf-2.so.4
#3  0x0000003a526275cb in gconf_client_change_set_from_current ()
from /usr/lib/libgconf-2.so.4
#4  0x0000003a52627781 in gconf_client_notify ()
from /usr/lib/libgconf-2.so.4
#5  0x00002aaaaaf52115 in g_main_context_dispatch ()
from /usr/lib/libglib-2.0.so.0
#6  0x00002aaaaaf53bf5 in g_main_context_acquire ()
from /usr/lib/libglib-2.0.so.0
#7  0x00002aaaaaf53f7a in g_main_loop_run ()
from /usr/lib/libglib-2.0.so.0
#8  0x0000003f0ac19fd1 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#9  0x000000000040e977 in main ()

Do you know how to have any patch to fix this since you are the upstream author ?

------- Comment #3 From Olivier Rolland 2005-08-19 15:36:08 0000 -------
Created an attachment (id=66356) [details]
Fixes the preferred language bug

------- Comment #4 From Olivier Rolland 2005-08-19 15:38:45 0000 -------
Created an attachment (id=66357) [details]
Applies the preferred language patch.

------- Comment #5 From Luis Medinas (RETIRED) 2005-08-20 04:46:19 0000 -------
Thanks for the patch.
It's in CVS.

------- Comment #6 From Olivier Rolland 2005-08-27 07:26:11 0000 -------
The ebuild in portage is just a copy of the ebuild of 0.8.2 (modulo some
patches) with wrong dependancies as ogmrip >= 0.9.0 does not rely on gnome
anymore. Please use the ebuild provided here.

------- Comment #7 From Luis Medinas (RETIRED) 2005-08-29 17:21:58 0000 -------
well i prefer continue to use gnome useflag instead of gtk2 (not gtk like in
your ebuild). For this release i will continue to use gnome useflag. When the
upstream release a new version i will take a look at it and change the useflag.

Thanks for the report