Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97337 - OGMRip-0.9.0 version bump
Summary: OGMRip-0.9.0 version bump
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Optical Media project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-28 12:33 UTC by Olivier Rolland
Modified: 2005-08-29 17:21 UTC (History)
0 users

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


Attachments
OGMRip-0.9.0 ebuild (ogmrip-0.9.0.ebuild,1.76 KB, text/plain)
2005-06-28 12:33 UTC, Olivier Rolland
Details
Fixes the preferred language bug (ogmrip-0.9.0-lang.patch,450 bytes, patch)
2005-08-19 15:36 UTC, Olivier Rolland
Details | Diff
Applies the preferred language patch. (ogmrip-0.9.0-r1.ebuild,1.84 KB, text/plain)
2005-08-19 15:38 UTC, Olivier Rolland
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Rolland 2005-06-28 12:33:01 UTC
I've just released a new version of OGMRip. Here is the associated ebuild

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Olivier Rolland 2005-06-28 12:33:50 UTC
Created attachment 62177 [details]
OGMRip-0.9.0 ebuild
Comment 2 Luis Medinas (RETIRED) gentoo-dev 2005-08-14 19:49:32 UTC
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 Olivier Rolland 2005-08-19 15:36:08 UTC
Created attachment 66356 [details, diff]
Fixes the preferred language bug
Comment 4 Olivier Rolland 2005-08-19 15:38:45 UTC
Created attachment 66357 [details]
Applies the preferred language patch.
Comment 5 Luis Medinas (RETIRED) gentoo-dev 2005-08-20 04:46:19 UTC
Thanks for the patch.
It's in CVS.
Comment 6 Olivier Rolland 2005-08-27 07:26:11 UTC
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 Luis Medinas (RETIRED) gentoo-dev 2005-08-29 17:21:58 UTC
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