mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 15:07:17 +08:00
mpv: add TOOLS/umpv
This commit is contained in:
parent
a4f990df5b
commit
21a0f07db4
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
pkgname=mpv
|
pkgname=mpv
|
||||||
pkgver=0.6.0
|
pkgver=0.6.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A movie player and encoder for linux, based on MPlayer/mplayer2"
|
pkgdesc="A movie player and encoder for linux, based on MPlayer/mplayer2"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
@ -52,6 +52,8 @@ package() {
|
|||||||
install -d "${pkgdir}/usr/share/doc/mpv/examples"
|
install -d "${pkgdir}/usr/share/doc/mpv/examples"
|
||||||
|
|
||||||
# some extra useful stuff "make install" doesn't install
|
# some extra useful stuff "make install" doesn't install
|
||||||
|
install -m755 TOOLS/umpv \
|
||||||
|
"${pkgdir}"/usr/bin/umpv
|
||||||
install -m644 etc/{input,example}.conf \
|
install -m644 etc/{input,example}.conf \
|
||||||
"${pkgdir}"/usr/share/doc/mpv/examples
|
"${pkgdir}"/usr/share/doc/mpv/examples
|
||||||
install -m644 DOCS/{encoding.rst,tech-overview.txt} \
|
install -m644 DOCS/{encoding.rst,tech-overview.txt} \
|
||||||
|
Loading…
Reference in New Issue
Block a user