First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 146003
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Steve Dibb <beandog@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Benoît "UBIK" Collet-Billon <hunter.thompson@laposte.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gnome-subtitles-0.0.1.ebuild gnome-subtitles-0.0.1.ebuild text/plain Benoît "UBIK" Collet-Billon 2006-09-02 08:01 0000 1.14 KB Details
gnome-subtitles-0.0.1-r1.ebuild gnome-subtitles-0.0.1-r1.ebuild text/plain Pedro Castro 2006-09-02 16:29 0000 1.08 KB Details
gnome-subtitles-0.0.1-r1.ebuild gnome-subtitles-0.0.1-r1.ebuild text/plain Pedro Castro 2006-09-03 06:27 0000 1.09 KB Details
media-video/gnome-subtitles-0.0.1-r1.ebuild media-video/gnome-subtitles-0.0.1-r1.ebuild text/plain Pedro Castro 2006-09-07 04:47 0000 1.11 KB Details
gnome-subtitles-0.0.2.ebuild media-video/gnome-subtitles-0.0.2.ebuild text/plain Pedro Castro 2006-10-06 17:13 0000 695 bytes Details
gnome-subtitles-0.0.3.ebuild media-video/gnome-subtitles-0.0.3.ebuild text/plain Pedro Castro 2006-11-03 16:00 0000 777 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 146003 depends on: Show dependency tree
Show dependency graph
Bug 146003 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-02 08:01 0000
Gnome Subtitles is a subtitle editor for the GNOME Desktop.Its features
include:

    * Subtitle format auto-detection
    * Character encoding auto-detection
    * Support for time and frame-based subtitles
    * Support for bold, italic and underline style tags
    * Synchronization, including frame-rate conversion and timing shifting
    * Multi-level undo
    * Error correction and toleration when opening subtitles
    * Support for the following subtitle formats (as supported at the moment by
SubLib):
          o MicroDVD
          o SubRip

It aims to provide a clean and functional interface to the user, without giving
away the needed features.

------- Comment #1 From Benoît "UBIK" Collet-Billon 2006-09-02 08:01:36 0000 -------
Created an attachment (id=95738) [edit]
gnome-subtitles-0.0.1.ebuild

------- Comment #2 From midx 2006-09-02 08:38:30 0000 -------
(In reply to comment #1)
> Created an attachment (id=95738) [edit]
> gnome-subtitles-0.0.1.ebuild
> 
The ebuild in need of the following RESTRICT: 
RESTRICT="mirror"

------- Comment #3 From Pedro Castro 2006-09-02 16:29:34 0000 -------
Created an attachment (id=95796) [edit]
gnome-subtitles-0.0.1-r1.ebuild

Removed src_unpack (the default fits), renamed some variables and changed some
`configure' and `make' calls to `econf' and `emake', respectively.

------- Comment #4 From Pedro Castro 2006-09-02 16:34:22 0000 -------
(In reply to comment #2)
> The ebuild in need of the following RESTRICT: 
> RESTRICT="mirror"
> 
Could you expand on that?

------- Comment #5 From Benoît "UBIK" Collet-Billon 2006-09-03 04:52:00 0000 -------
(In reply to comment #4)
> (In reply to comment #2)
> > The ebuild in need of the following RESTRICT: 
> > RESTRICT="mirror"
> > 
> Could you expand on that?
> 
he means that with RESTRICT="nomirror" emerge will fetch directly  the correct
SRC_URI instead of trying the get (and fail) the archives on standard gentoo
mirros.
--> it will gain 5 seconds...

------- Comment #6 From Pedro Castro 2006-09-03 06:27:42 0000 -------
Created an attachment (id=95830) [edit]
gnome-subtitles-0.0.1-r1.ebuild

Added RESTRICT="nomirror".

------- Comment #7 From Carles Escrig 2006-09-05 10:07:52 0000 -------
I'm getting this error:


box ~ $ gnome-subtitles

Unhandled Exception: Glade.HandlerNotFoundException: No handler OnClose found
for signal delete_event
at SignalConnector.ConnectFunc (intptr,intptr,intptr,intptr,intptr,int,intptr)
<0x00301>
at (wrapper native-to-managed) SignalConnector.ConnectFunc
(intptr,intptr,intptr,intptr,intptr,int,intptr) <0x0004b>
in (unmanaged) 0xb662a6fe
at (wrapper managed-to-native)
SignalConnector.glade_xml_signal_autoconnect_full
(intptr,Glade.XML/SignalConnector/RawXMLConnectFunc,intptr) <0x00004>
at SignalConnector.Autoconnect () <0x00059>
at Glade.XML.Autoconnect (object) <0x00042>
at GnomeSubtitles.GladeWidget.Init (string,string,object) <0x0003f>
at GnomeSubtitles.BugReportWindow..ctor (System.Exception) <0x0003a>
at GnomeSubtitles.Executable.Main (string[]) <0x0005d>

------- Comment #8 From Pedro Castro 2006-09-06 17:09:18 0000 -------
(In reply to comment #7)
> I'm getting this error:

Carles, did this occur right after you started the program or when you did a
particular action? Also, what version are you using for mono and gtk-sharp?

------- Comment #9 From Arif Lukito 2006-09-06 17:27:56 0000 -------
it only happens with newest mono version
f-spot had this problem

------- Comment #10 From Pedro Castro 2006-09-07 04:35:02 0000 -------
Looks like Mono 1.1.17 requires glade-defined handlers to use low level
EventArgs and not EventArgs themselves. I've fixed this in the SVN trunk.

------- Comment #11 From Pedro Castro 2006-09-07 04:47:45 0000 -------
Created an attachment (id=96273) [edit]
gnome-subtitles-0.0.1-r1.ebuild

Set to also depend on dev-lang/mono < 1.1.17

------- Comment #12 From Pedro Castro 2006-09-07 10:35:12 0000 -------
Can someone confirm that this works on archs other than ~x86?

------- Comment #13 From Benoît "UBIK" Collet-Billon 2006-09-07 10:48:56 0000 -------
(In reply to comment #12)
> Can someone confirm that this works on archs other than ~x86?

Running on x86_64 here (that's why i used ~amd64 keywords on the first ebuild
;) ) 

------- Comment #14 From Pedro Castro 2006-09-07 11:24:32 0000 -------
(In reply to comment #13)
> (In reply to comment #12)
> > Can someone confirm that this works on archs other than ~x86?
> 
> Running on x86_64 here (that's why i used ~amd64 keywords on the first ebuild
> ;) ) 
> 
Ok, that explains it. ;)

It would be useful if a ~ppc user could test this too.

------- Comment #15 From Pedro Castro 2006-10-06 17:13:04 0000 -------
Created an attachment (id=99016) [edit]
Gnome Subtitles 0.0.2 ebuild

Ebuild for the latest release: 0.0.2.

Release notes in the project website: http://gsubtitles.sourceforge.net/

------- Comment #16 From Pedro Castro 2006-11-03 16:00:12 0000 -------
Created an attachment (id=101175) [edit]
media-video/gnome-subtitles-0.0.3.ebuild

Ebuild for version 0.0.3, released today (list of changes at
http://gsubtitles.sf.net):

The *ebuild* has the following changes:
- Fixed LICENSE and IUSE
- Updated DESCRIPTION
- Now installs docs too

------- Comment #17 From Steve Dibb 2006-11-30 23:07:03 0000 -------
In CVS

------- Comment #18 From Pedro Castro 2006-12-01 07:19:16 0000 -------
Steve, thank you so much for the great job on this.

Just two notes:
1) The ebuild works fine here with x86
2) It looks like gnome-sharp-2.16 and glade-sharp-2.10 break the way events are
connected in the program. This is fixed in the SVN trunk but for the 0.0.3
version it's better to force gnome-sharp and glade-sharp to 2.8.*.

------- Comment #19 From Steve Dibb 2006-12-01 08:08:20 0000 -------
(In reply to comment #18)
> Just two notes:
> 1) The ebuild works fine here with x86

I dont have access to an x86 box to test it on.  If you file a bug and assign
it to x86, an arch tester or dev will check it, and then someone will get it
added.  I've only got amd64, so I can't do much.

> 2) It looks like gnome-sharp-2.16 and glade-sharp-2.10 break the way events are
> connected in the program. This is fixed in the SVN trunk but for the 0.0.3
> version it's better to force gnome-sharp and glade-sharp to 2.8.*.

Thanks, fixed

------- Comment #20 From Steve Dibb 2006-12-01 10:33:56 0000 -------
(In reply to comment #19)
> (In reply to comment #18)
> > Just two notes:
> > 1) The ebuild works fine here with x86
> 
> I dont have access to an x86 box to test it on.  If you file a bug and assign
> it to x86, an arch tester or dev will check it, and then someone will get it
> added.  I've only got amd64, so I can't do much.

nvm, it's taken care of

------- Comment #21 From Pedro Castro 2006-12-01 10:44:10 0000 -------
(In reply to comment #20)
> (In reply to comment #19)
> > (In reply to comment #18)
> > > Just two notes:
> > > 1) The ebuild works fine here with x86
> > 
> > I dont have access to an x86 box to test it on.  If you file a bug and assign
> > it to x86, an arch tester or dev will check it, and then someone will get it
> > added.  I've only got amd64, so I can't do much.
> 
> nvm, it's taken care of
> 
I've filed a bug for it some hours ago.

First Last Prev Next    No search results available      Search page      Enter new bug