summaryrefslogtreecommitdiff
path: root/mplayer
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-03-30 12:10:53 +1100
committerDanny Rawlins <monster.romster@gmail.com>2018-03-30 12:10:53 +1100
commit636596f91820b61187aefb487a4d0887f0e20ef4 (patch)
tree4a317e9c0bbd16d3968957dd56538e551bb01649 /mplayer
parentde8cd5ff9080fd6d91f2fed5c56cb12f25b69962 (diff)
downloadopt-636596f91820b61187aefb487a4d0887f0e20ef4.tar.gz
opt-636596f91820b61187aefb487a4d0887f0e20ef4.tar.xz
mplayer: fix man path
Diffstat (limited to 'mplayer')
-rw-r--r--mplayer/.footprint7
-rw-r--r--mplayer/.signature6
-rw-r--r--mplayer/Pkgfile6
3 files changed, 10 insertions, 9 deletions
diff --git a/mplayer/.footprint b/mplayer/.footprint
index e01d5e167..535205663 100644
--- a/mplayer/.footprint
+++ b/mplayer/.footprint
@@ -7,9 +7,10 @@ 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/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/man/
+drwxr-xr-x root/root usr/share/man/man1/
+lrwxrwxrwx root/root usr/share/man/man1/mencoder.1.gz -> mplayer.1.gz
+-rw-r--r-- root/root usr/share/man/man1/mplayer.1.gz
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/
diff --git a/mplayer/.signature b/mplayer/.signature
index b434055e2..d1875678c 100644
--- a/mplayer/.signature
+++ b/mplayer/.signature
@@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/fF8ie9Ighrtd1W6Knd82c3M6jGNEO3aMM80ywqYshY8cWa+PhWt4MxL40y7e+uqLp6cjpVCxQFR75w1ZO+Buwk=
-SHA256 (Pkgfile) = f85e079856609f489bee60aa6369771bfb5f0494e6ba5350ba61f7749422edf9
-SHA256 (.footprint) = f341ce2740c1643bd7664028b1b539b7f418d9e704b6b11bcbd9b209e5073feb
+RWSE3ohX2g5d/YaP4eLwWgcv/l/tI8iqtNit6Idfo2WOji5eGBvWqBmYY4AU3WknAoXJPpNnFyqeqExu0eKv4YNGF/dR0HgFyQM=
+SHA256 (Pkgfile) = 206192422edb8d75a7a258557c6b1ef846f8b87d0f651a396b22acd84efe9ff9
+SHA256 (.footprint) = c4022a781b4eed8125c34441be6094deda7e20f9463587f6d17478545820f566
SHA256 (mplayer-2017-04-29.tar.xz) = f6387c132ebf4db095d60cd37e8e55b582fbd58714f0d431af6f8dd64a24cbb9
SHA256 (font-arial-iso-8859-1.tar.bz2) = 9730f481764f367c9089d0166fb6ccf9148808ffbbfeca635cf0e6db75765d29
SHA256 (mplayer.conf) = ea4cdab97915490376653b1be791306b641429a5cee24f5c1fbe4ef07fcc20d1
diff --git a/mplayer/Pkgfile b/mplayer/Pkgfile
index 7fad432c3..21defd2c1 100644
--- a/mplayer/Pkgfile
+++ b/mplayer/Pkgfile
@@ -7,7 +7,7 @@
name=mplayer
version=2017-04-29
-release=1
+release=2
source=(http://distfiles.serverop.de/mplayer-$version.tar.xz
http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 mplayer.conf)
@@ -20,13 +20,13 @@ build() {
rm -f ffmpeg/mp_auto_pull
./configure --prefix=/usr \
- --mandir=/usr/share \
+ --mandir=/usr/share/man \
--codecsdir=/usr/share/codecs \
--confdir=/etc/mplayer
make
make DESTDIR=$PKG install
- (cd $PKG/usr/share/man1; rm mencoder.1; ln -s mplayer.1.gz mencoder.1.gz)
+ (cd $PKG/usr/share/man/man1; rm mencoder.1; ln -s mplayer.1.gz mencoder.1.gz)
# fonts
mkdir -p $PKG/usr/share/mplayer

Generated by cgit