Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33177 - dvd::rip (dvdrip) has wrong gnome dependence
Summary: dvd::rip (dvdrip) has wrong gnome dependence
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 33201 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-11-10 15:19 UTC by Andreas Volz
Modified: 2004-03-17 07:08 UTC (History)
1 user (show)

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 Andreas Volz 2003-11-10 15:19:35 UTC
The is a posible dependence from dvd::rip to gnome1.4. But as far as I 
know the is only a dependence to Gtk::Perl.

Please correct me if I'm wrong with it.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-11-11 01:39:17 UTC
*** Bug 33201 has been marked as a duplicate of this bug. ***
Comment 2 Spider (RETIRED) gentoo-dev 2004-02-04 06:51:14 UTC
okay, this has some other oddness in it:
DEPEND=" gnome? ( gnome-extra/gtkhtml )
        cdr? ( >=media-video/vcdimager-0.7.19
                >=app-cdr/cdrdao-1.1.7
                >=app-cdr/cdrtools-2.0 )
        >=media-video/transcode-0.6.10
        >=media-gfx/imagemagick-5.5.7
        sys-apps/procps
        dev-perl/gtk-perl
        dev-perl/Storable
        dev-perl/Event"

RDEPEND=">=net-analyzer/fping-2.3
        >=media-sound/ogmtools-0.972
        >=media-video/mjpegtools-1.6.0
        sys-apps/eject"


Really, since RDEPEND doesn't inherit DEPEND here, There is no -runtime- dependency on any of the perl modules, not for cdrtools or anything else.

This looks pretty much like a DEPENDency hack of first degree.  ;-)

According to how it currently looks it will need cdrdao+cdrtools when you build, not when you run, isn't it the other way around?

the perl modules, shouldn't those be both runtime and buldtime?

Comment 3 Andreas Trawöger 2004-03-12 04:28:34 UTC
Dependecies for gtk-perl and trancode are missing.

I did an 'emerge dvdrip' on a newly installed laptop.
When I tried to start dvdrip I got an error that Pixbuf.pm was missing. 

After an 'emerge gtk-perl' dvdrip does start up, but gives an erroe message that trancode is missing.
Comment 4 Patrick Kursawe (RETIRED) gentoo-dev 2004-03-17 07:08:45 UTC
I think adding ${DEPEND} to the ${RDEPEND} should just do the right thing. Did that and bumped revision.