2013-09-14 10:54:41 +02:00
|
|
|
# Template file for 'mpv'
|
|
|
|
pkgname=mpv
|
2014-07-12 18:25:10 +02:00
|
|
|
version=0.4.1
|
2014-06-15 09:32:05 +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"
|
|
|
|
|
|
|
|
build_style=configure
|
2013-09-14 11:10:03 +02:00
|
|
|
hostmakedepends="which pkg-config python-docutils"
|
2013-10-30 07:30:45 +01:00
|
|
|
makedepends="ffmpeg-devel>=2.1 libass-devel lcms2-devel libXinerama-devel libquvi-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-06-26 11:33:12 +02:00
|
|
|
harfbuzz-devel libXScrnSaver-devel jack-devel libdvdnav-devel wayland-devel
|
|
|
|
desktop-file-utils hicolor-icon-theme"
|
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"
|
2013-09-14 10:54:41 +02:00
|
|
|
|
|
|
|
do_fetch() {
|
|
|
|
git clone -b v${version} git://github.com/mpv-player/mpv.git mpv-${version}
|
|
|
|
}
|
2014-06-26 11:33:12 +02:00
|
|
|
pre_configure() {
|
|
|
|
sed -e 's,rst2man.py,rst2man,' -i old-configure
|
|
|
|
}
|
2014-04-20 09:53:59 +02:00
|
|
|
do_configure() {
|
|
|
|
./old-configure --prefix=/usr --confdir=/etc/mpv --enable-joystick \
|
2014-06-26 11:33:12 +02:00
|
|
|
--disable-libbs2b --disable-portaudio --disable-ossaudio \
|
|
|
|
--disable-sdl2
|
2014-04-20 09:53:59 +02:00
|
|
|
}
|