mplayer-vaapi: fix stray # in depends on and clean up dependencies, move man pages to share

This commit is contained in:
Danny Rawlins 2017-04-13 22:42:28 +10:00
parent 26373723d7
commit f3df26d5dd
3 changed files with 11 additions and 12 deletions

View File

@ -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/

View File

@ -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

View File

@ -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