From f3df26d5ddbfe9099c2c64fab4455e9ea92f4163 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Thu, 13 Apr 2017 22:42:28 +1000 Subject: [PATCH] mplayer-vaapi: fix stray # in depends on and clean up dependencies, move man pages to share --- mplayer-vaapi/.footprint | 8 ++++---- mplayer-vaapi/.signature | 6 +++--- mplayer-vaapi/Pkgfile | 9 ++++----- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/mplayer-vaapi/.footprint b/mplayer-vaapi/.footprint index b60db6361..535205663 100644 --- a/mplayer-vaapi/.footprint +++ b/mplayer-vaapi/.footprint @@ -6,11 +6,11 @@ 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/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-vaapi/.signature b/mplayer-vaapi/.signature index 978921f5b..0d6511ff6 100644 --- a/mplayer-vaapi/.signature +++ b/mplayer-vaapi/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3+0JEcPoGQQrJBC5FFAwU8Kldwwgm/W+ClPUsiXauHc7dNrk+EQ6H6H8Oy+n5CxMoT4tPFuNqXYZ0SggM5OMqAs= -SHA256 (Pkgfile) = a7813a8433d385406cd9b7d5f19186790844c4db928ff4f36cbce108a917469a -SHA256 (.footprint) = 642af347e6a6c53980075062aa34578ffc0863f7b31d2ed8a3394bcc44a43d0c +RWSagIOpLGJF35UsHkaur4IgQnyUC7uKGAU1A8KHu30aPsZJlEZaLeDF2Ao5ZkfPtnpVgXb1h7DOe2RIYqmTBfCLmOuqaqnYrQs= +SHA256 (Pkgfile) = ba432b655cf37d60f18e773e2dc3516cfb9485ae5fe5331b8577d0d767015af7 +SHA256 (.footprint) = c4022a781b4eed8125c34441be6094deda7e20f9463587f6d17478545820f566 SHA256 (mplayer-vaapi-2013-09-12.tar.xz) = 5d7f57bf823e4fc554cb74312bc9bee7ec8f1155aca8f1be34cc5675230a7e83 SHA256 (font-arial-iso-8859-1.tar.bz2) = 9730f481764f367c9089d0166fb6ccf9148808ffbbfeca635cf0e6db75765d29 SHA256 (mplayer.conf) = a84d92425f6279b22eedc43a6178593a61082c648b2bc9758f395a26b07b7c73 diff --git a/mplayer-vaapi/Pkgfile b/mplayer-vaapi/Pkgfile index cfd379bcf..2a3e7dc18 100644 --- a/mplayer-vaapi/Pkgfile +++ b/mplayer-vaapi/Pkgfile @@ -2,12 +2,12 @@ # URL: https://gitorious.org/vaapi/mplayer/ # Maintainer: Thomas Penteker, tek at serverop dot de # Packager: Matt Housh, jaeger at morpheus dot net -# Depends on: expat, freetype, xorg-libxinerama, xorg-libxv, # xorg-libxxf86dga, xorg-libxxf86vm, yasm, libva -# Nice to have: libva-intel, libsdl, libjpeg-turbo, libpng, lame, zlib, libogg, libvorbis, cdparanoia, win32-essential-codecs, faac, x264, libdvdnav, libdca +# Depends on: freetype glu libva xorg-libxinerama xorg-libxxf86dga yasm +# Optional: libva-intel libsdl libjpeg-turbo libpng lame zlib libogg libvorbis cdparanoia win32-essential-codecs faac x264 libdvdnav libdca name=mplayer-vaapi version=2013-09-12 -release=1 +release=2 source=(http://crux.nu/~tek/mplayer-vaapi-$version.tar.xz http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 mplayer.conf) @@ -21,7 +21,6 @@ build() { rm -f ffmpeg/mp_auto_pull ./configure --prefix=/usr \ - --mandir=/usr/man \ --codecsdir=/usr/share/codecs \ --confdir=/etc/mplayer \ --enable-vaapi @@ -29,7 +28,7 @@ build() { 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/man/man1; rm mencoder.1; ln -s mplayer.1.gz mencoder.1.gz) # fonts mkdir -p $PKG/usr/share/mplayer