| Summary: | media-video/mplayer-9999 some fixes | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Nikoli <nikoli> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
diff against current mplayer-9999.ebuild
updated patch |
||
Created attachment 233781 [details, diff]
diff against current mplayer-9999.ebuild
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 ... Looks good, in portage now =) Thank you for your help |
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)