[arch-commits] Commit in mpv/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Hesse
eworm at archlinux.org
Wed Mar 18 08:06:31 UTC 2020
Date: Wednesday, March 18, 2020 @ 08:06:31
Author: eworm
Revision: 600442
archrelease: copy trunk to community-x86_64
Added:
mpv/repos/community-x86_64/PKGBUILD
(from rev 600441, mpv/trunk/PKGBUILD)
Deleted:
mpv/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 109 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 55 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-18 08:06:28 UTC (rev 600441)
+++ PKGBUILD 2020-03-18 08:06:31 UTC (rev 600442)
@@ -1,54 +0,0 @@
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Eivind Uggedal <eivind at uggedal.com>
-
-pkgname=mpv
-epoch=1
-pkgver=0.32.0
-pkgrel=1
-pkgdesc='a free, open source, and cross-platform media player'
-arch=('x86_64')
-# We link against libraries that are licensed GPLv3 explicitly, libsmbclient
-# being one of these. So our package is GPLv3 only as well.
-license=('GPL3')
-url='https://mpv.io/'
-depends=('desktop-file-utils' 'ffmpeg' 'hicolor-icon-theme' 'libjack.so' 'lcms2'
- 'libarchive' 'libcaca' 'libcdio-paranoia' 'libdvdnav' 'libgl' 'libva'
- 'libxinerama' 'libxkbcommon' 'libxrandr' 'libxss' 'libxv' 'lua52'
- 'librubberband.so' 'smbclient' 'uchardet' 'vulkan-icd-loader' 'wayland'
- 'xdg-utils' 'shaderc' 'mujs' 'libplacebo' 'libplacebo.so')
-makedepends=('mesa' 'python-docutils' 'ladspa' 'wayland-protocols'
- 'ffnvcodec-headers' 'vulkan-headers' 'waf')
-optdepends=('youtube-dl: for video-sharing websites playback')
-provides=('libmpv.so')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('9163f64832226d22e24bbc4874ebd6ac02372cd717bef15c28a0aa858c5fe592')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- waf configure --prefix=/usr \
- --confdir=/etc/mpv \
- --enable-cdda \
- --enable-dvb \
- --enable-dvdnav \
- --enable-libarchive \
- --enable-libmpv-shared \
- --enable-libsmbclient \
- --disable-build-date
-
- waf build
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- waf install --destdir="$pkgdir"
-
- install -m0644 DOCS/{encoding.rst,tech-overview.txt} \
- "$pkgdir"/usr/share/doc/mpv
-
- install -m0644 TOOLS/lua/* \
- -D -t "$pkgdir"/usr/share/mpv/scripts
-}
Copied: mpv/repos/community-x86_64/PKGBUILD (from rev 600441, mpv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-18 08:06:31 UTC (rev 600442)
@@ -0,0 +1,55 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Eivind Uggedal <eivind at uggedal.com>
+
+pkgname=mpv
+epoch=1
+pkgver=0.32.0
+pkgrel=2
+pkgdesc='a free, open source, and cross-platform media player'
+arch=('x86_64')
+# We link against libraries that are licensed GPLv3 explicitly, libsmbclient
+# being one of these. So our package is GPLv3 only as well.
+license=('GPL3')
+url='https://mpv.io/'
+depends=('desktop-file-utils' 'ffmpeg' 'hicolor-icon-theme' 'libjack.so' 'lcms2'
+ 'libarchive' 'libcaca' 'libcdio-paranoia' 'libdvdnav' 'libgl' 'libva'
+ 'libxinerama' 'libxkbcommon' 'libxrandr' 'libxss' 'libxv' 'lua52'
+ 'librubberband.so' 'smbclient' 'uchardet' 'vulkan-icd-loader' 'wayland'
+ 'xdg-utils' 'shaderc' 'mujs' 'libplacebo' 'libplacebo.so' 'sndio')
+makedepends=('mesa' 'python-docutils' 'ladspa' 'wayland-protocols'
+ 'ffnvcodec-headers' 'vulkan-headers' 'waf')
+optdepends=('youtube-dl: for video-sharing websites playback')
+provides=('libmpv.so')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('9163f64832226d22e24bbc4874ebd6ac02372cd717bef15c28a0aa858c5fe592')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ waf configure --prefix=/usr \
+ --confdir=/etc/mpv \
+ --enable-cdda \
+ --enable-dvb \
+ --enable-dvdnav \
+ --enable-libarchive \
+ --enable-libmpv-shared \
+ --enable-libsmbclient \
+ --enable-sndio \
+ --disable-build-date
+
+ waf build
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ waf install --destdir="$pkgdir"
+
+ install -m0644 DOCS/{encoding.rst,tech-overview.txt} \
+ "$pkgdir"/usr/share/doc/mpv
+
+ install -m0644 TOOLS/lua/* \
+ -D -t "$pkgdir"/usr/share/mpv/scripts
+}
More information about the arch-commits
mailing list