Mageia Bugzilla – Attachment 985 Details for
Bug 2611
mplayer2, an advanced general-purpose video player, can be installed alongside mplayer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
simple patch needed to also install the manpages as mplayer2
mplayer2-manname.patch (text/plain), 713 bytes, created by
Christian Lohmaier
on 2011-10-20 22:12:22 CEST
(
hide
)
Description:
simple patch needed to also install the manpages as mplayer2
Filename:
MIME Type:
Creator:
Christian Lohmaier
Created:
2011-10-20 22:12:22 CEST
Size:
713 bytes
patch
obsolete
>--- Makefileorig 2011-10-20 20:29:52.348317280 +0200 >+++ Makefile 2011-10-20 20:30:15.283030558 +0200 >@@ -698,12 +698,12 @@ > > install-mplayer-man-en: > if test ! -d $(MANDIR)/man1 ; then $(INSTALL) -d $(MANDIR)/man1 ; fi >- $(INSTALL) -m 644 DOCS/man/en/mplayer.1 $(MANDIR)/man1/ >+ $(INSTALL) -m 644 DOCS/man/en/mplayer2.1 $(MANDIR)/man1/ > > define MPLAYER_MAN_RULE > install-mplayer-man-$(lang): > if test ! -d $(MANDIR)/$(lang)/man1 ; then $(INSTALL) -d $(MANDIR)/$(lang)/man1 ; fi >- $(INSTALL) -m 644 DOCS/man/$(lang)/mplayer.1 $(MANDIR)/$(lang)/man1/ >+ $(INSTALL) -m 644 DOCS/man/$(lang)/mplayer2.1 $(MANDIR)/$(lang)/man1/ > endef > > $(foreach lang,$(filter-out en,$(MAN_LANG_ALL)),$(eval $(MPLAYER_MAN_RULE)))
--- Makefileorig 2011-10-20 20:29:52.348317280 +0200 +++ Makefile 2011-10-20 20:30:15.283030558 +0200 @@ -698,12 +698,12 @@ install-mplayer-man-en: if test ! -d $(MANDIR)/man1 ; then $(INSTALL) -d $(MANDIR)/man1 ; fi - $(INSTALL) -m 644 DOCS/man/en/mplayer.1 $(MANDIR)/man1/ + $(INSTALL) -m 644 DOCS/man/en/mplayer2.1 $(MANDIR)/man1/ define MPLAYER_MAN_RULE install-mplayer-man-$(lang): if test ! -d $(MANDIR)/$(lang)/man1 ; then $(INSTALL) -d $(MANDIR)/$(lang)/man1 ; fi - $(INSTALL) -m 644 DOCS/man/$(lang)/mplayer.1 $(MANDIR)/$(lang)/man1/ + $(INSTALL) -m 644 DOCS/man/$(lang)/mplayer2.1 $(MANDIR)/$(lang)/man1/ endef $(foreach lang,$(filter-out en,$(MAN_LANG_ALL)),$(eval $(MPLAYER_MAN_RULE)))
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2611
:
984
|
985
|
4201
|
4202