diff options
author | Uoti Urpala <uau@mplayer2.org> | 2011-10-25 07:05:47 +0300 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2011-10-25 07:05:47 +0300 |
commit | 8b5efd6455370c02211f9fec2a3dbb74f5d0fcbc (patch) | |
tree | 4a8222fbf5ed2c8e7b7766435820183ff641c97d /rpm/mplayer.spec | |
parent | b200583403219136363b755afab2b05c0937a928 (diff) | |
download | mpv-8b5efd6455370c02211f9fec2a3dbb74f5d0fcbc.tar.bz2 mpv-8b5efd6455370c02211f9fec2a3dbb74f5d0fcbc.tar.xz |
libmenu: remove OSD menu functionality (--menu)
Something like the OSD menu functionality could be useful. However the
current implementation has several problems and would require a
relatively large amount of work to get into good shape. As far as I
know there are few users of the existing functionality. Nobody is
working on the existing code and keeping it compiling at all while
changing other code would require extra work. So delete the menu code
and some related code elsewhere that's used by nothing else.
Diffstat (limited to 'rpm/mplayer.spec')
-rw-r--r-- | rpm/mplayer.spec | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rpm/mplayer.spec b/rpm/mplayer.spec index 0b1aa572ad..2db141cd20 100644 --- a/rpm/mplayer.spec +++ b/rpm/mplayer.spec @@ -130,7 +130,6 @@ mv DOCS/man/zh DOCS/man/zh_CN %{!?_with_samba:--disable-smb} \ --disable-dvdread-internal \ --disable-libdvdcss-internal \ - --enable-menu \ \ %{!?_with_amr:--disable-libamr_nb --disable-libamr_wb} \ %{!?_with_libmad:--disable-mad} \ @@ -171,7 +170,6 @@ mv -f mplayer gmplayer %{!?_with_samba:--disable-smb} \ --disable-dvdread-internal \ --disable-libdvdcss-internal \ - --enable-menu \ \ %{!?_with_amr:--disable-libamr_nb --disable-libamr_wb} \ %{!?_with_libmad:--disable-mad} \ @@ -218,8 +216,6 @@ install -Dpm 644 etc/example.conf \ echo "fontconfig=yes" >>$RPM_BUILD_ROOT%{_sysconfdir}/mplayer/mplayer.conf echo "font=\"Sans\"" >>$RPM_BUILD_ROOT%{_sysconfdir}/mplayer/mplayer.conf -install -pm 644 etc/{input,menu}.conf $RPM_BUILD_ROOT%{_sysconfdir}/mplayer/ - # GUI mplayer install -pm 755 g%{name} $RPM_BUILD_ROOT%{_bindir}/ @@ -262,7 +258,6 @@ rm -rf $RPM_BUILD_ROOT %dir %{_sysconfdir}/mplayer %config(noreplace) %{_sysconfdir}/mplayer/mplayer.conf %config(noreplace) %{_sysconfdir}/mplayer/input.conf -%config(noreplace) %{_sysconfdir}/mplayer/menu.conf %{_bindir}/midentify.sh %{_bindir}/mplayer %dir %{codecsdir}/ |