Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 170004 - media-video/gnome-subtitles-0.2 version bump
Summary: media-video/gnome-subtitles-0.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Steve Dibb (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-08 19:32 UTC by Pedro Castro
Modified: 2007-03-10 14:00 UTC (History)
2 users (show)

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


Attachments
media-video/gnome-subtitles-0.2.ebuild (gnome-subtitles-0.2.ebuild,659 bytes, text/plain)
2007-03-08 19:34 UTC, Pedro Castro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro Castro 2007-03-08 19:32:27 UTC
Release 0.2 adds support for video previewing using MPlayer. This is a major functionality, so I added mplayer as a dependency. I also added a "no-mplayer" USE flag which disables that dependency.
Comment 1 Pedro Castro 2007-03-08 19:34:04 UTC
Created attachment 112611 [details]
media-video/gnome-subtitles-0.2.ebuild

Updated ebuild by using that of version 0.1 as a base.
Comment 2 Steve Dibb (RETIRED) gentoo-dev 2007-03-08 22:09:55 UTC
Added to CVS, thanks Pedro
Comment 3 Pedro Castro 2007-03-09 20:08:00 UTC
Steve, there are some problems with the dependencies.

Gtk-sharp 2.10 is needed (my mistake). Older versions of gnome-sharp had gtk-sharp marked as a dependency, but versions 2.8.2 and later of gnome-sharp don't depend on gtk-sharp anymore. So >=gtk-sharp-2.10 has to be added. Glade-sharp also needs to be >=2.10.  About art-sharp, I don't know why it has to be marked as a dependency. It's not directly used and gnome-sharp depends on it anyway. Here's how I think DEPEND should be:

DEPEND=">=dev-lang/mono-1.1
    >=dev-dotnet/gtk-sharp-2.10
    >=dev-dotnet/gnome-sharp-2.8
    >=dev-dotnet/glade-sharp-2.10"

Besides this, RDEPEND is only depending (optionaly) on MPlayer, but all dependencies under DEPEND are also needed in RDEPEND. Is it OK to leave them out?
Comment 4 Steve Dibb (RETIRED) gentoo-dev 2007-03-10 14:00:54 UTC
fixed in -r1 thanks