2013-09-14 10:54:41 +02:00
|
|
|
# Template file for 'mpv'
|
|
|
|
pkgname=mpv
|
2014-11-26 09:29:29 +01:00
|
|
|
version=0.7.0
|
2014-10-07 11:47:35 +02:00
|
|
|
revision=1
|
2013-09-14 10:54:41 +02: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 02:28:28 +02:00
|
|
|
build_style=waf
|
2014-08-24 20:16:27 +02:00
|
|
|
hostmakedepends="pkg-config python python-docutils perl"
|
2014-08-11 02:28:28 +02:00
|
|
|
makedepends="
|
2014-11-26 09:29:29 +01:00
|
|
|
ffmpeg-devel>=2.1 libass-devel lcms2-devel libXinerama-devel
|
2013-09-14 10:54:41 +02: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-10-07 11:47:35 +02:00
|
|
|
harfbuzz-devel libXScrnSaver-devel jack-devel libdvdnav-devel wayland-devel
|
|
|
|
libuuid-devel libguess-devel libXrandr-devel samba-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
2014-06-26 11:33:12 +02:00
|
|
|
conf_files="/etc/mpv/encoding-profiles.conf"
|
2014-08-11 02:28:28 +02:00
|
|
|
distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"
|
2014-11-26 09:29:29 +01:00
|
|
|
checksum=1d79482c826ee69b505ffe2d01f12b0226e36adb42a9aa9e20e4294fc86de867
|
2013-09-14 10:54:41 +02:00
|
|
|
|
2014-06-26 11:33:12 +02:00
|
|
|
pre_configure() {
|
2014-08-11 02:28:28 +02: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 11:33:12 +02:00
|
|
|
}
|
2014-04-20 09:53:59 +02:00
|
|
|
do_configure() {
|
2014-08-11 02:28:28 +02: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 09:53:59 +02:00
|
|
|
}
|