Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178960 - subtimer ebuild request
Summary: subtimer ebuild request
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL: http://sourceforge.net/projects/subti...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-18 06:33 UTC by Denilson Sá Maia
Modified: 2016-01-23 11:55 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denilson Sá Maia 2007-05-18 06:33:19 UTC
SubTimer is "A subtitle timing utility for Linux written in Qt, much like SubStation Alpha on Windows. Handles editing of various subtitle formats and timing with the help of an audio file."

The strange thing is the need of an .ogg file with audio data. There is no "video" support, although it supports .ssa and .srt subtitles.

The latest version is 0.33, released on 2007-02-03.

I've just tried to compile it manually. It does not use "configure" scripte. To compile, I needed to type:
export PATH="$QTDIR/bin:$PATH"  # Where QTDIR was already /usr/qt/3
make subtimer

Running "make" without parameter show the possible make targets.

It requires app-doc/doxygen for building (optional) documentation.

I don't plan to make an ebuild for this. If someone gets interested into adding this to portage, please, go on. If nobody gets interested after some time, I think you should close this bug (as INVALID, WONT or LATER).
Comment 1 Denilson Sá Maia 2007-05-26 20:37:52 UTC
Just to make the work of the maintainer easier, it requires:
 media-libs/libvorbis
 media-libs/alsa-lib
 x11-libs/qt version 3
 app-doc/doxygen (for optional documentation)
I think these are all dependencies needed at compile time (note that doxygen is not needed at runtime).

It also comes with a little mp32ogg application which uses TCL/TK (/usr/bin/wish), but is not required for normal subtimer use.

I also suggest applying this patch before compiling:
https://sourceforge.net/tracker/?func=detail&atid=732533&aid=1726203&group_id=135323
(BTW, I am the author of this patch)
Comment 2 Michael Palimaka (kensington) gentoo-dev 2016-01-23 11:55:46 UTC
It requires Qt 3 which is long gone.