Update to mpv-0.10.0.

from brad. ok ajacoutot@
This commit is contained in:
bentley 2015-09-10 10:43:06 +00:00
parent 1c3749f791
commit 551225accd
5 changed files with 30 additions and 14 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.14 2015/08/25 11:04:38 jca Exp $
# $OpenBSD: Makefile,v 1.15 2015/09/10 10:43:06 bentley Exp $
ONLY_FOR_ARCHS = alpha amd64 i386 powerpc sparc64
COMMENT = movie player based on MPlayer/mplayer2
V = 0.9.2
V = 0.10.0
DISTNAME = mpv-${V}
GH_ACCOUNT= mpv-player
@ -49,7 +49,7 @@ RUN_DEPENDS = devel/desktop-file-utils \
CFLAGS += -I. -I.. -I${LOCALBASE}/include `pkg-config --cflags smbclient`
CONFIGURE_STYLE = simple
CONFIGURE_SCRIPT = old-configure
CONFIGURE_SCRIPT = TOOLS/old-configure
CONFIGURE_ARGS += --confdir=${SYSCONFDIR}/mpv \
--mandir=${LOCALBASE}/man \
--extra-ldflags="-L${LOCALBASE}/lib" \
@ -57,12 +57,14 @@ CONFIGURE_ARGS += --confdir=${SYSCONFDIR}/mpv \
--disable-caca \
--disable-enca \
--disable-jack \
--disable-libarchive \
--disable-libguess \
--disable-ossaudio \
--disable-optimization \
--disable-openal \
--disable-pulse \
--disable-rsound
--disable-rsound \
--disable-uchardet
CONFIGURE_ENV += TMPDIR=${WRKBUILD}
# pkg-config says smbclient's version is 0

View File

@ -1,2 +1,2 @@
SHA256 (mpv-0.9.2.tar.gz) = wBSPVdvRdwX0m7SW0M43RBneYuGxcZXZFAnXcny9R1E=
SIZE (mpv-0.9.2.tar.gz) = 2701306
SHA256 (mpv-0.10.0.tar.gz) = +ersPk9glMTYiasE+GxHmgicOJYW4aVSLJL+2y/nBEw=
SIZE (mpv-0.10.0.tar.gz) = 2727566

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-DOCS_man_mpv_rst,v 1.2 2015/05/24 10:30:55 ajacoutot Exp $
--- DOCS/man/mpv.rst.orig Mon May 18 22:19:25 2015
+++ DOCS/man/mpv.rst Sat May 23 16:45:01 2015
@@ -893,7 +893,7 @@ Play a multi-angle DVD:
$OpenBSD: patch-DOCS_man_mpv_rst,v 1.3 2015/09/10 10:43:06 bentley Exp $
--- DOCS/man/mpv.rst.orig Thu Sep 3 13:59:59 2015
+++ DOCS/man/mpv.rst Thu Sep 3 23:50:23 2015
@@ -926,7 +926,7 @@ Play a multi-angle DVD:
``mpv dvd://1 --dvd-angle=2``
Play from a different DVD device:

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-DOCS_man_options_rst,v 1.2 2015/05/24 10:30:55 ajacoutot Exp $
--- DOCS/man/options.rst.orig Mon May 18 22:19:25 2015
+++ DOCS/man/options.rst Sat May 23 16:45:01 2015
@@ -1890,10 +1890,10 @@ Disc Devices
$OpenBSD: patch-DOCS_man_options_rst,v 1.3 2015/09/10 10:43:06 bentley Exp $
--- DOCS/man/options.rst.orig Thu Sep 3 13:59:59 2015
+++ DOCS/man/options.rst Thu Sep 3 23:50:23 2015
@@ -1981,10 +1981,10 @@ Disc Devices
------------
``--cdrom-device=<path>``

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-TOOLS_old-configure,v 1.1 2015/09/10 10:43:06 bentley Exp $
--- TOOLS/old-configure.orig Fri Sep 4 00:01:29 2015
+++ TOOLS/old-configure Fri Sep 4 00:01:39 2015
@@ -925,8 +925,8 @@ cat > $TMPC << EOF
/* we didn't bother to add actual config checks for this, or they are
for platforms not supported by this configure script */
-#define HAVE_BSD_FSTATFS 0
-#define HAVE_LINUX_FSTATFS 1
+#define HAVE_BSD_FSTATFS 1
+#define HAVE_LINUX_FSTATFS 0
#define HAVE_VDA_AV_VDA_ALLOC_CONTEXT 0
#define HAVE_VDA_HWACCEL 0
#define HAVE_VDA_LIBAVCODEC_REFCOUNTING 0