diff --git a/multimedia/video/mpv-player/actions.py b/multimedia/video/mpv-player/actions.py new file mode 100644 index 0000000000..ef952d1958 --- /dev/null +++ b/multimedia/video/mpv-player/actions.py @@ -0,0 +1,25 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import get +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import pythonmodules + +shelltools.export("JOBS", get.makeJOBS().replace("-j", "")) + +def setup(): + shelltools.system("./bootstrap.py") + shelltools.system("python waf configure --prefix=/usr --confdir=/etc/mpv --enable-zsh-comp --enable-libmpv-shared --enable-cdda") + +def build(): + shelltools.system("python waf build -v") + +def install(): + shelltools.system("DESTDIR=%s python waf install" % get.installDIR()) + + pisitools.dodoc("Copyright", "RELEASE_NOTES", "README.md", "LICENSE") diff --git a/multimedia/video/mpv-player/pspec.xml b/multimedia/video/mpv-player/pspec.xml new file mode 100644 index 0000000000..9d96a2a37d --- /dev/null +++ b/multimedia/video/mpv-player/pspec.xml @@ -0,0 +1,113 @@ + + + + + mpv-player + http://www.mplayerhq.hu/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + 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.14.0.tar.gz + + ffmpeg-devel + mesa-devel + pkgconfig + perl + samba-devel + libX11-devel + gcc + zlib-devel + libass-devel + lua-devel + yasm + libjpeg-turbo-devel + libvdpau-devel + mesa-glu-devel + libbluray-devel + libdvdread-devel + libdvdnav-devel + enca-devel + libcdio-devel + lcms2-devel + libXinerama-devel + libxkbcommon-devel + libXScrnSaver-devel + libXv-devel + libva-devel + libdrm-devel + libv4l-devel + libXext-devel + libcaca-devel + alsa-lib-devel + libvdpau-devel + libXrandr-devel + wayland-client + wayland-cursor + pulseaudio-libs-devel + libcdio-paranoia-devel + jack-audio-connection-kit-devel + + + + + mpv-player + + lua + enca + mesa + zlib + lcms2 + libXv + libva + samba + ffmpeg + libX11 + libass + libdrm + libv4l + libXext + libcaca + libcdio + alsa-lib + libvdpau + libXrandr + libbluray + libdvdnav + libdvdread + libXinerama + libxkbcommon + libXScrnSaver + libjpeg-turbo + wayland-client + wayland-cursor + pulseaudio-libs + libcdio-paranoia + jack-audio-connection-kit + + + /etc + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/applications + /usr/share/icons + /usr/share/zsh + /usr/include + + + + + 2016-01-06 + 0.14 + First release + Stefan Gronewold + groni@pisilinux.org + + + diff --git a/pisi-index.xml b/pisi-index.xml index 5b69a0165b..8fc8410596 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -101647,7 +101647,7 @@ Altyazı çizim kitaplığı libass is a portable subtitle rendering library for the ASS/SSA. libass ASS/SSA altyazı çizim kitaplığıdır. - https://github.com/libass/libass/releases/download/0.11.2/libass-0.11.2.tar.xz + https://github.com/libass/libass/releases/download/0.13.1/libass-0.13.1.tar.xz fontconfig-devel freetype-devel @@ -101661,6 +101661,7 @@ fontconfig freetype fribidi + harfbuzz /usr/lib @@ -101672,11 +101673,11 @@ Development files for libass libass için geliştirme dosyaları - libass - harfbuzz-devel - fontconfig-devel + libass + fontconfig-devel freetype-devel fribidi-devel + harfbuzz-devel /usr/include @@ -101684,6 +101685,13 @@ + + 2016-01-06 + 0.13.1 + Version bump. + Stefan Gronewold + groni@pisilinux.org + 2014-05-22 0.11.2 @@ -104048,6 +104056,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol bzip2 python intltool + gettext-devel gtk3-devel lame-devel gtk3-devel @@ -104065,6 +104074,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol libsamplerate-devel gst-plugins-base-next-devel + + Do-not-require-wget-or-curl.patch + use-libtoolize.patch + multimedia/editor/handbrake/pspec.xml @@ -104109,7 +104122,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol - 2015-09-26 + 2016-01-06 0.10.2 Version bump. Stefan Gronewold (groni) @@ -107104,6 +107117,118 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol + + + mpv-player + http://www.mplayerhq.hu/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2+ + app:gui + multimedia.video + 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.14.0.tar.gz + + ffmpeg-devel + mesa-devel + pkgconfig + perl + samba-devel + libX11-devel + gcc + zlib-devel + libass-devel + lua-devel + yasm + libjpeg-turbo-devel + libvdpau-devel + mesa-glu-devel + libbluray-devel + libdvdread-devel + libdvdnav-devel + enca-devel + libcdio-devel + lcms2-devel + libXinerama-devel + libxkbcommon-devel + libXScrnSaver-devel + libXv-devel + libva-devel + libdrm-devel + libv4l-devel + libXext-devel + libcaca-devel + alsa-lib-devel + libvdpau-devel + libXrandr-devel + wayland-client + wayland-cursor + pulseaudio-libs-devel + libcdio-paranoia-devel + jack-audio-connection-kit-devel + + multimedia/video/mpv-player/pspec.xml + + + mpv-player + + lua + enca + mesa + zlib + lcms2 + libXv + libva + samba + ffmpeg + libX11 + libass + libdrm + libv4l + libXext + libcaca + libcdio + alsa-lib + libvdpau + libXrandr + libbluray + libdvdnav + libdvdread + libXinerama + libxkbcommon + libXScrnSaver + libjpeg-turbo + wayland-client + wayland-cursor + pulseaudio-libs + libcdio-paranoia + jack-audio-connection-kit + + + /etc + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/applications + /usr/share/icons + /usr/share/zsh + /usr/include + + + + + 2016-01-06 + 0.14 + First release + Stefan Gronewold + groni@pisilinux.org + + + gstreamer-next @@ -115102,6 +115227,74 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + mpv + 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. + app:gui + unknown + GPLv2+ + + lua + enca + mesa + zlib + lcms2 + libXv + libva + samba + ffmpeg + libX11 + libass + libdrm + libv4l + libXext + libcaca + libcdio + alsa-lib + libvdpau + libXrandr + libbluray + libdvdnav + libdvdread + libXinerama + libxkbcommon + libXScrnSaver + libjpeg-turbo + wayland-client + wayland-cursor + pulseaudio-libs + libcdio-paranoia + jack-audio-connection-kit + + + + 2016-01-05 + 0.14 + First release + Stefan Gronewold + groni@pisilinux.org + + + localhost + PisiLinux + 1.0 + x86_64 + 3507830 + 730495 + 60c083e2c577926cae1f8c351884b74bce2b196f + 56588201e3e444f272b71bf074ed3527069a984a + multimedia/video/mpv-player/mpv-0.14-1-p01-x86_64.pisi + 1.2 + + mpv + http://www.mplayerhq.hu/ + + PisiLinux Community + admins@pisilinux.org + + + system FIXME diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 70abad527c..fcd419d100 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -78ce09e6c7cfb9859691ed67f846e6ab95824637 \ No newline at end of file +026404362137e6c9eff658103f4a4b671f69280f \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index f096f19c6a..cdc9313293 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index ba74aebc44..fe1aadd089 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -3f39e799356af6ae46fe9fc8c5e7487f063b1751 \ No newline at end of file +de5261ff19615eb422a0d0573620b28a66566d28 \ No newline at end of file