From de6a5c512cfc3337b948dd5018f8c2fedbf27873 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 14 Dec 2015 15:13:19 +0100 Subject: -nowayland stuff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- mpv-nowayland/PKGBUILD | 57 +++++++++++++++++++++++++++++++++++++++++++++++ mpv-nowayland/mpv.install | 12 ++++++++++ 2 files changed, 69 insertions(+) create mode 100644 mpv-nowayland/PKGBUILD create mode 100644 mpv-nowayland/mpv.install (limited to 'mpv-nowayland') diff --git a/mpv-nowayland/PKGBUILD b/mpv-nowayland/PKGBUILD new file mode 100644 index 0000000..8c2efe2 --- /dev/null +++ b/mpv-nowayland/PKGBUILD @@ -0,0 +1,57 @@ +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> +# Maintainer of the mpv package: Christian Hesse +# Contributor to the mpv package: Bartłomiej Piotrowski +# Contributor to the mpv package: Eivind Uggedal + +_pkgname=mpv +pkgname=mpv-nowayland +epoch=1 +pkgver=0.14.0 +pkgrel=1 +pkgdesc='Video player based on MPlayer/mplayer2' +arch=('i686' 'x86_64') +license=('GPL') +url='http://mpv.io' +depends=( + 'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss' + 'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'libcaca' + 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav' + 'libguess' 'libxrandr' 'jack' 'smbclient' 'rubberband' +) +makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper') +optdepends=('youtube-dl: for video-sharing websites playback') +options=('!emptydirs' '!buildflags') +conflicts=("$_pkgname") +provides=("$_pkgname=$pkgver") +install=mpv.install +source=("$_pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$_pkgname/archive/v$pkgver.tar.gz") +sha256sums=('042937f483603f0c3d1dec11e8f0045e8c27f19eee46ea64d81a3cdf01e51233') + +prepare() { + cd ${_pkgname}-${pkgver} + + ./bootstrap.py +} + +build() { + cd ${_pkgname}-${pkgver} + + ./waf configure --prefix=/usr \ + --confdir=/etc/mpv \ + --enable-zsh-comp \ + --enable-libmpv-shared \ + --enable-cdda \ + --disable-wayland \ + --disable-gl-wayland + + ./waf build +} + +package() { + cd ${_pkgname}-${pkgver} + + ./waf install --destdir="$pkgdir" + + install -m644 DOCS/{encoding.rst,tech-overview.txt} \ + "$pkgdir"/usr/share/doc/mpv +} diff --git a/mpv-nowayland/mpv.install b/mpv-nowayland/mpv.install new file mode 100644 index 0000000..5c501dc --- /dev/null +++ b/mpv-nowayland/mpv.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-70-g09d2