Mageia Bugzilla – Attachment 4202 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]
patch to install manpages as "mplayer2"
mplayer2-manname.patch (text/plain), 873 bytes, created by
Christian Lohmaier
on 2013-07-10 12:50:18 CEST
(
hide
)
Description:
patch to install manpages as "mplayer2"
Filename:
MIME Type:
Creator:
Christian Lohmaier
Created:
2013-07-10 12:50:18 CEST
Size:
873 bytes
patch
obsolete
>--- Makefile_orig 2013-07-07 16:06:18.232888405 +0200 >+++ Makefile 2013-07-07 16:06:49.914492330 +0200 >@@ -643,13 +643,13 @@ > DOCS/man/en/mplayer.1: DOCS/man/en/*.rst > install-mplayer-man-en: DOCS/man/en/mplayer.1 > 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/mplayer.1 $(MANDIR)/man1/mplayer2.1 > > define MPLAYER_MAN_RULE > DOCS/man/$(lang)/mplayer.1: DOCS/man/$(lang)/*.rst > install-mplayer-man-$(lang): DOCS/man/$(lang)/mplayer.1 > 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)/mplayer.1 $(MANDIR)/$(lang)/man1/mplayer2.1 > endef > > $(foreach lang,$(filter-out en,$(MAN_LANG_ALL)),$(eval $(MPLAYER_MAN_RULE)))
--- Makefile_orig 2013-07-07 16:06:18.232888405 +0200 +++ Makefile 2013-07-07 16:06:49.914492330 +0200 @@ -643,13 +643,13 @@ DOCS/man/en/mplayer.1: DOCS/man/en/*.rst install-mplayer-man-en: DOCS/man/en/mplayer.1 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/mplayer.1 $(MANDIR)/man1/mplayer2.1 define MPLAYER_MAN_RULE DOCS/man/$(lang)/mplayer.1: DOCS/man/$(lang)/*.rst install-mplayer-man-$(lang): DOCS/man/$(lang)/mplayer.1 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)/mplayer.1 $(MANDIR)/$(lang)/man1/mplayer2.1 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