Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81122 - media-libs/win32codecs ebuild doesn't install all the codecs
Summary: media-libs/win32codecs ebuild doesn't install all the codecs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-07 07:50 UTC by Steve Dibb (RETIRED)
Modified: 2005-02-07 12:49 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 Steve Dibb (RETIRED) gentoo-dev 2005-02-07 07:50:28 UTC
Steps to reproduce:
# cd /tmp
# tar jxf /usr/portage/distfiles/all-20050115.tar.bz2
# cp -uv all-20050115/* /usr/lib/win32/
`all-20050115/README' -> `/usr/lib/win32/README'
`all-20050115/atrc.so.6.0' -> `/usr/lib/win32/atrc.so.6.0'
`all-20050115/cook.so.6.0' -> `/usr/lib/win32/cook.so.6.0'
`all-20050115/ddnt.so.6.0' -> `/usr/lib/win32/ddnt.so.6.0'
`all-20050115/dnet.so.6.0' -> `/usr/lib/win32/dnet.so.6.0'
`all-20050115/drv2.so.6.0' -> `/usr/lib/win32/drv2.so.6.0'
`all-20050115/drv3.so.6.0' -> `/usr/lib/win32/drv3.so.6.0'
`all-20050115/drv4.so.6.0' -> `/usr/lib/win32/drv4.so.6.0'
`all-20050115/dspr.so.6.0' -> `/usr/lib/win32/dspr.so.6.0'
`all-20050115/sipr.so.6.0' -> `/usr/lib/win32/sipr.so.6.0'
`all-20050115/tokf.so.6.0' -> `/usr/lib/win32/tokf.so.6.0'
`all-20050115/tokr.so.6.0' -> `/usr/lib/win32/tokr.so.6.0'
`all-20050115/vid_3ivX.xa' -> `/usr/lib/win32/vid_3ivX.xa'
`all-20050115/vid_cvid.xa' -> `/usr/lib/win32/vid_cvid.xa'
`all-20050115/vid_cyuv.xa' -> `/usr/lib/win32/vid_cyuv.xa'
`all-20050115/vid_h261.xa' -> `/usr/lib/win32/vid_h261.xa'
`all-20050115/vid_h263.xa' -> `/usr/lib/win32/vid_h263.xa'
`all-20050115/vid_iv32.xa' -> `/usr/lib/win32/vid_iv32.xa'
`all-20050115/vid_iv41.xa' -> `/usr/lib/win32/vid_iv41.xa'
`all-20050115/vid_iv50.xa' -> `/usr/lib/win32/vid_iv50.xa'

The ebuild should also copy *.so.6.0 and *.xa over to /usr/lib/win32, unless they are specifically left out for some reason.
Comment 1 Chris White (RETIRED) gentoo-dev 2005-02-07 09:08:37 UTC
so.6.0 is attached by the real USE flag.

fixed xa issues.
Comment 2 Steve Dibb (RETIRED) gentoo-dev 2005-02-07 12:49:53 UTC
Thanks Chris, I completely missed the *so.6 for real somehow.

Btw, you might want to put in a dodoc for the README file they started bundling with the package.

Thanks

Steve