diff --git a/multimedia/video/mpv-player/pspec.xml b/multimedia/video/mpv-player/pspec.xml index 1f28012ef2..3ad98de510 100644 --- a/multimedia/video/mpv-player/pspec.xml +++ b/multimedia/video/mpv-player/pspec.xml @@ -12,7 +12,7 @@ app:gui mpv is based on mplayer2 mpv has Wayland support, Improved OpenGL output, Support for libavfilter (for video->video and audio->audio). This allows using most of FFmpeg's filters, which improve greatly on the old MPlayer filters in features, performance, and correctness.is a movie player that can run on many platforms. Improved OpenGL output. More correct color reproduction (color matrix generation), including support for BT.2020 (Ultra HD) and linear XYZ (Digital Cinema) inputs. - https://github.com/mpv-player/mpv/archive/v0.16.0.tar.gz + https://github.com/mpv-player/mpv/archive/v0.17.0.tar.gz ffmpeg-devel mesa-devel @@ -112,6 +112,13 @@ + + 2016-06-09 + 0.17.0 + Version Bump + Pisi Linux Community + admin@pisilinux.org + 2016-06-09 0.16.0 diff --git a/multimedia/video/xine-lib/files/xine-lib-ffmpeg3.patch b/multimedia/video/xine-lib/files/xine-lib-ffmpeg3.patch index 22354937a3..1f6806906c 100644 --- a/multimedia/video/xine-lib/files/xine-lib-ffmpeg3.patch +++ b/multimedia/video/xine-lib/files/xine-lib-ffmpeg3.patch @@ -52,4 +52,8 @@ Index: xine-lib-1.2.6/src/combined/ffmpeg/ff_video_decoder.c + this->picture = av_frame_alloc(); if (!this->picture) { xprintf(drv->class->xine, XINE_VERBOSITY_LOG, - "dxr3_mpeg_encoder: Couldn't allocate ffmpeg frame\n"); \ No newline at end of file +<<<<<<< HEAD + "dxr3_mpeg_encoder: Couldn't allocate ffmpeg frame\n"); +======= + "dxr3_mpeg_encoder: Couldn't allocate ffmpeg frame\n"); +>>>>>>> a702ec9aec8c201fc9985eed2bed7e5b675a5129 diff --git a/multimedia/video/xine-lib/pspec.xml b/multimedia/video/xine-lib/pspec.xml index e4a126a7db..93e4878ac9 100644 --- a/multimedia/video/xine-lib/pspec.xml +++ b/multimedia/video/xine-lib/pspec.xml @@ -65,6 +65,7 @@ tr_segfault_fix.patch deepbind.patch lpthread.patch + xine-lib-ffmpeg3.patch @@ -137,7 +138,11 @@ +<<<<<<< HEAD 2016-06-14 +======= + 2016-06-13 +>>>>>>> a702ec9aec8c201fc9985eed2bed7e5b675a5129 1.2.6 Release Bump. Pisi Linux Community