2013-09-14 08:54:41 +00:00
|
|
|
# Template file for 'mpv'
|
|
|
|
pkgname=mpv
|
2014-08-13 08:40:21 +00:00
|
|
|
version=0.5.0
|
|
|
|
revision=1
|
2013-09-14 08:54:41 +00:00
|
|
|
short_desc="Video player based on MPlayer/mplayer2"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://mpv.io"
|
2014-08-11 00:28:28 +00:00
|
|
|
build_style=waf
|
2014-08-24 18:16:27 +00:00
|
|
|
hostmakedepends="pkg-config python python-docutils perl"
|
2014-08-11 00:28:28 +00:00
|
|
|
makedepends="
|
|
|
|
ffmpeg-devel>=2.1 libass-devel lcms2-devel libXinerama-devel libquvi-devel
|
2013-09-14 08:54:41 +00:00
|
|
|
mpg123-devel libXv-devel libxkbcommon-devel libva-devel libvdpau-devel alsa-lib-devel
|
|
|
|
libbluray-devel libcdio-devel libdvdread-devel pulseaudio-devel MesaLib-devel
|
2014-08-11 00:28:28 +00:00
|
|
|
harfbuzz-devel libXScrnSaver-devel jack-devel libdvdnav-devel wayland-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
2014-06-26 09:33:12 +00:00
|
|
|
conf_files="/etc/mpv/encoding-profiles.conf"
|
2014-08-11 00:28:28 +00:00
|
|
|
distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"
|
2014-08-13 08:40:21 +00:00
|
|
|
checksum=263d105c1707ae5fb9eedac030b4f8f4e6e3f9c000c074c615397a54bb61b59e
|
2013-09-14 08:54:41 +00:00
|
|
|
|
2014-06-26 09:33:12 +00:00
|
|
|
pre_configure() {
|
2014-08-11 00:28:28 +00:00
|
|
|
python bootstrap.py
|
|
|
|
sed -i 's,vendor-completions,site-functions,' wscript_build.py
|
|
|
|
sed -i 's,/usr/local/etc/mpv.conf,/etc/mpv/mpv.conf,' etc/example.conf
|
2014-06-26 09:33:12 +00:00
|
|
|
}
|
2014-08-11 00:28:28 +00:00
|
|
|
|
2014-04-20 07:53:59 +00:00
|
|
|
do_configure() {
|
2014-08-11 00:28:28 +00:00
|
|
|
python waf configure --prefix=/usr --confdir=/etc/mpv --enable-zsh-comp \
|
|
|
|
--enable-joystick --enable-cdda --disable-libbs2b --disable-portaudio \
|
|
|
|
--disable-oss-audio --disable-sdl2
|
|
|
|
}
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vsconf etc/input.conf
|
|
|
|
vsconf etc/example.conf
|
2014-04-20 07:53:59 +00:00
|
|
|
}
|