[Lunar-commits] <moonbase-other> mplayer2: it wants a .conf to look at.
Dennis Veatch
dennisveatch at bellsouth.net
Mon Oct 20 22:32:49 CEST 2014
commit d4f11b572684c0e18ed109dd72368e86364d4890
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon, 20 Oct 2014 16:32:22 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/d4f11b572684c0e18ed109dd72368e86364d4890
mplayer2: it wants a .conf to look at.
---
video/mplayer2/BUILD | +7/-2
1 file changed, 7 insertions(+), 2 deletions(-)
--- a/video/mplayer2/BUILD
+++ b/video/mplayer2/BUILD
@@ -5,7 +5,12 @@
./configure --target=$BUILD \
--prefix=/usr \
- --confdir=/etc \
+ --confdir=/etc/mplayer \
$OPTS &&
- default_make
+ default_make &&
+
+ mkdir -p /etc/mplayer &&
+ sedit 's/gmplayer/mplayer/g' etc/mplayer.desktop &&
+ install -m 644 etc/mplayer.desktop /usr/share/applications/mplayer.desktop &&
+ install -Dm644 etc/{codecs.conf,input.conf,example.conf} /etc/mplayer/
More information about the Lunar-commits
mailing list