Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 322377 - media-video/mplayer-9999 some fixes
Summary: media-video/mplayer-9999 some fixes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-01 16:51 UTC by Nikoli
Modified: 2010-06-02 16:25 UTC (History)
0 users

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


Attachments
diff against current mplayer-9999.ebuild (mplayer-9999.ebuild.diff,2.97 KB, patch)
2010-06-01 16:52 UTC, Nikoli
Details | Diff
updated patch (mplayer-9999.ebuild_1.diff,3.55 KB, patch)
2010-06-02 16:11 UTC, Nikoli
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2010-06-01 16:51:43 UTC
app-arch/bzip2, sys-libs/zlib are RDEPENDS, libtheora has encode USE flag, better "codecs" part of ebuild, USE="-X" should --disable-x11.

Reproducible: Always

Steps to Reproduce:
1. USE="-*" emerge -1v =media-video/mplayer-9999
2. ldd /usr/bin/mplayer
        linux-vdso.so.1 =>  (0x00007fffff7ff000)
        libncurses.so.5 => /lib/libncurses.so.5 (0x00007fc646fbd000)
        libz.so.1 => /lib/libz.so.1 (0x00007fc646da7000)
        libbz2.so.1 => /lib/libbz2.so.1 (0x00007fc646b97000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00007fc64697b000)
        libdl.so.2 => /lib/libdl.so.2 (0x00007fc646777000)
        libm.so.6 => /lib/libm.so.6 (0x00007fc6464f4000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x00007fc6462e1000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fc645fa7000)
        libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0x00007fc645da1000)
        libc.so.6 => /lib/libc.so.6 (0x00007fc645a48000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fc64720f000)
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fc64582a000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fc645626000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fc645420000)
Comment 1 Nikoli 2010-06-01 16:52:40 UTC
Created attachment 233781 [details, diff]
diff against current mplayer-9999.ebuild
Comment 2 Nikoli 2010-06-02 16:11:11 UTC
Created attachment 233859 [details, diff]
updated patch

With USE="-ass -truetype" mplayer unpacks fonts to svn-src:

At revision 31303.
 *    working copy: /mnt/chastj/gentoo-mirror/distfiles/svn-src/mplayer/trunk

>>> Unpacking font-arial-iso-8859-1.tar.bz2 to /mnt/chastj/gentoo-mirror/distfiles/svn-src/mplayer/trunk
>>> Unpacking font-arial-iso-8859-2.tar.bz2 to /mnt/chastj/gentoo-mirror/distfiles/svn-src/mplayer/trunk
>>> Unpacking font-arial-cp1250.tar.bz2 to /mnt/chastj/gentoo-mirror/distfiles/svn-src/mplayer/trunk
>>> Source unpacked in /mnt/g/portage/media-video/mplayer-9999/work
>>> Preparing source in /mnt/g/portage/media-video/mplayer-9999/work/mplayer-9999 ...
>>> Source prepared.
>>> Configuring source in /mnt/g/portage/media-video/mplayer-9999/work/mplayer-9999 ...
Comment 3 Luca Barbato gentoo-dev 2010-06-02 16:25:29 UTC
Looks good, in portage now =)

Thank you for your help