Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2015 13:11:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198949] multimedia/mplayer: language selection is broken after r352424
Message-ID:  <bug-198949-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198949

            Bug ID: 198949
           Summary: multimedia/mplayer: language selection is broken after
                    r352424
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: riggs@FreeBSD.org
          Reporter: vsasjason@gmail.com
          Assignee: riggs@FreeBSD.org
             Flags: maintainer-feedback?(riggs@FreeBSD.org)

I cannot set mplayer's language after ports r352424. I'm not sure how it
worked, but it was.

jason@jnb:~$ pkg info | fgrep mplayer
mplayer-1.1.r20131223_1        High performance media player supporting many
formats
jason@jnb:~$ strings `which mplayer` | egrep "^Configuration"
Configuration: --cc=clang --host-cc=clang --as=as
--extra-cflags=-I/usr/local/include -I/usr/local/include
--extra-libs=-L/usr/local/lib --disable-alsa --disable-bitmap-font
--disable-crystalhd --disable-faad --disable-liba52 --disable-libbs2b
--disable-libilbc --disable-libnut --disable-libvorbis --disable-live
--disable-joystick --disable-mad --disable-mp3lib --disable-nemesi
--disable-speex --enable-ass-internal --disable-aa --disable-libopencore_amrnb
--disable-libopencore_amrwb --disable-caca --disable-libdv --disable-enca
--disable-fribidi --disable-gif --disable-libgsm --disable-jack
--disable-ladspa --disable-mng --disable-lirc --disable-liblzo --disable-nas
--disable-openal --disable-libopenjpeg --disable-libopus --disable-pulse
--disable-real --disable-rtc --disable-smb --disable-svga --disable-vdpau
--disable-libcdio --disable-cdparanoia --disable-arts --disable-directfb
--disable-faac --disable-libdca --disable-toolame --disable-twolame
--disable-x264 --disable-xvid --disable-libdirac-lavc --disable-mencoder
--disable-mpg123 --disable-musepack --disable-theora --language=ru
--disable-esd --disable-librtmp --disable-sdl --disable-tv-v4l1
--disable-tv-v4l2 --enable-runtime-cpudetection --disable-win32dll
--disable-qtx --enable-xvmc --with-xvmclib=XvMCW --x-libraries=/usr/local/lib
--x-includes=/usr/local/include --prefix=/usr/local --mandir=/usr/local/man
--build=amd64-portbld-freebsd9.2
Configuration: %s
jason@jnb:~$ grep -A 1 -B 1 WITH_LANG /etc/make.conf 
.if ${.CURDIR:M*/ports/multimedia/mplayer}
WITH_LANG=ru
.endif
jason@jnb:~$

As you can see, mplayer is compiled with "--language".

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198949-13>