Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93401 - transcode-0.6.14-r2ebuild does not recognize libdv 0.102
Summary: transcode-0.6.14-r2ebuild does not recognize libdv 0.102
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-20 21:56 UTC by Ari Huostila
Modified: 2005-05-21 07:16 UTC (History)
0 users

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


Attachments
emerge -p --info transcode (emerge_info.txt,2.23 KB, text/plain)
2005-05-21 07:05 UTC, Ari Huostila
Details
config.log output file (config.log,121.77 KB, text/plain)
2005-05-21 07:11 UTC, Ari Huostila
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ari Huostila 2005-05-20 21:56:27 UTC
I searched the forums and the bug list, so I'm pretty sure no one else
is seeing this problem.

I have installed the following version of libdv:

*  media-libs/libdv
      Latest version available: 0.102
      Latest version installed: 0.102
      Size of downloaded files: 465 kB
      Homepage:    http://libdv.sourceforge.net/
      Description: Software codec for dv-format video (camcorders etc).
      License:     GPL-2

The transcode ebuild has the following check:

  dv? ( >=media-libs/libdv-0.99 )

One would think that would see my version of libdv and build in support, right?
But it doesn't.

To fix this, I can interrupt the build process right after .configure begins
in the transcode source directory and force a "--enable-libdv" option into configure.  Then a make;make install will build a transcode executable that will actually encode DV AVI files.  Otherwise transcode does nothing for when given a DV AVI file and will report "encoded 0 frames."
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-21 02:57:09 UTC
please provide the output of emerge info, and attach the config.log. thanks in
advance
Comment 2 Ari Huostila 2005-05-21 07:05:13 UTC
Created attachment 59455 [details]
emerge -p --info transcode

Here is the emerge --info output
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-21 07:10:20 UTC
according to your emerge info output you havnt set the dv useflag, if you set it
configure will be called with --enable-dv automagically. if you've done this on
the command line, provide the config.log
Comment 4 Ari Huostila 2005-05-21 07:11:28 UTC
Created attachment 59456 [details]
config.log output file

Here is the output from config.
Comment 5 Ari Huostila 2005-05-21 07:15:38 UTC
I added 'dv' to my USE flags and that did it!
Thanks.  I guess this one can be closed - pilot error!
Comment 6 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-21 07:16:03 UTC
there you go, USE="dv" emerge transcode , you havnt specified it. therefor,
configure was called with --disable-libdv .