mplayer: update mandir

This commit is contained in:
Thomas Penteker 2017-08-20 22:17:53 +02:00
parent 58dbec1f92
commit 7afb9bb799
3 changed files with 8 additions and 9 deletions

View File

@ -6,11 +6,10 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mencoder
-rwxr-xr-x root/root usr/bin/mplayer
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
lrwxrwxrwx root/root usr/man/man1/mencoder.1.gz -> mplayer.1.gz
-rw-r--r-- root/root usr/man/man1/mplayer.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man1/
lrwxrwxrwx root/root usr/share/man1/mencoder.1.gz -> mplayer.1.gz
-rw-r--r-- root/root usr/share/man1/mplayer.1
drwxr-xr-x root/root usr/share/mplayer/
lrwxrwxrwx root/root usr/share/mplayer/font -> font-arial-14-iso-8859-1
drwxr-xr-x root/root usr/share/mplayer/font-arial-14-iso-8859-1/

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Rr7W6OANYDv3Heqly0ykQzuQAN3SOijK0RjUsYGVMeHWvQrfA1XYWzlZxQbBKi1BzO/h5v8Xg62TpR3ZfNqJg0=
SHA256 (Pkgfile) = b04f7c3520220049cb9ad843e98ea252a76414f1c02a0d4235424b93a5d33c66
SHA256 (.footprint) = 642af347e6a6c53980075062aa34578ffc0863f7b31d2ed8a3394bcc44a43d0c
RWSE3ohX2g5d/fF8ie9Ighrtd1W6Knd82c3M6jGNEO3aMM80ywqYshY8cWa+PhWt4MxL40y7e+uqLp6cjpVCxQFR75w1ZO+Buwk=
SHA256 (Pkgfile) = f85e079856609f489bee60aa6369771bfb5f0494e6ba5350ba61f7749422edf9
SHA256 (.footprint) = f341ce2740c1643bd7664028b1b539b7f418d9e704b6b11bcbd9b209e5073feb
SHA256 (mplayer-2017-04-29.tar.xz) = f6387c132ebf4db095d60cd37e8e55b582fbd58714f0d431af6f8dd64a24cbb9
SHA256 (font-arial-iso-8859-1.tar.bz2) = 9730f481764f367c9089d0166fb6ccf9148808ffbbfeca635cf0e6db75765d29
SHA256 (mplayer.conf) = ea4cdab97915490376653b1be791306b641429a5cee24f5c1fbe4ef07fcc20d1

View File

@ -20,13 +20,13 @@ build() {
rm -f ffmpeg/mp_auto_pull
./configure --prefix=/usr \
--mandir=/usr/man \
--mandir=/usr/share \
--codecsdir=/usr/share/codecs \
--confdir=/etc/mplayer
make
make DESTDIR=$PKG install
(cd $PKG/usr/man/man1; rm mencoder.1; ln -s mplayer.1.gz mencoder.1.gz)
(cd $PKG/usr/share/man1; rm mencoder.1; ln -s mplayer.1.gz mencoder.1.gz)
# fonts
mkdir -p $PKG/usr/share/mplayer