2013-09-14 08:54:41 +00:00
|
|
|
# Template file for 'mpv'
|
|
|
|
pkgname=mpv
|
2014-03-12 11:07:03 +00:00
|
|
|
version=0.3.6
|
2013-11-03 11:24:04 +00:00
|
|
|
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"
|
|
|
|
|
|
|
|
build_style=configure
|
2014-02-01 15:55:14 +00:00
|
|
|
configure_script="./old-configure"
|
|
|
|
configure_args="--prefix=/usr --confdir=/etc/mpv --enable-joystick
|
2013-09-14 08:54:41 +00:00
|
|
|
--disable-radio --disable-radio-capture --disable-radio-v4l2 --disable-rpath
|
|
|
|
--disable-libbs2b --disable-direct3d --disable-corevideo --disable-cocoa
|
|
|
|
--disable-coreaudio --disable-portaudio --disable-ossaudio --disable-sdl
|
|
|
|
--disable-sdl2 --disable-wayland"
|
|
|
|
|
2013-09-14 09:10:03 +00:00
|
|
|
hostmakedepends="which pkg-config python-docutils"
|
2013-10-30 06:30:45 +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
|
2013-12-03 10:34:25 +00:00
|
|
|
harfbuzz-devel libXScrnSaver-devel jack-devel desktop-file-utils hicolor-icon-theme"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="desktop-file-utils hicolor-icon-theme"
|
2013-09-14 08:54:41 +00:00
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
git clone -b v${version} git://github.com/mpv-player/mpv.git mpv-${version}
|
|
|
|
}
|