[arch-commits] Commit in mpv/repos (8 files)
Christian Hesse
eworm at archlinux.org
Fri Dec 11 19:30:48 UTC 2015
Date: Friday, December 11, 2015 @ 20:30:47
Author: eworm
Revision: 153057
archrelease: copy trunk to community-i686, community-x86_64
Added:
mpv/repos/community-i686/PKGBUILD
(from rev 153056, mpv/trunk/PKGBUILD)
mpv/repos/community-i686/mpv.install
(from rev 153056, mpv/trunk/mpv.install)
mpv/repos/community-x86_64/PKGBUILD
(from rev 153056, mpv/trunk/PKGBUILD)
mpv/repos/community-x86_64/mpv.install
(from rev 153056, mpv/trunk/mpv.install)
Deleted:
mpv/repos/community-i686/PKGBUILD
mpv/repos/community-i686/mpv.install
mpv/repos/community-x86_64/PKGBUILD
mpv/repos/community-x86_64/mpv.install
------------------------------+
/PKGBUILD | 104 +++++++++++++++++++++++++++++++++++++++++
/mpv.install | 24 +++++++++
community-i686/PKGBUILD | 52 --------------------
community-i686/mpv.install | 12 ----
community-x86_64/PKGBUILD | 52 --------------------
community-x86_64/mpv.install | 12 ----
6 files changed, 128 insertions(+), 128 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-12-11 19:30:35 UTC (rev 153056)
+++ community-i686/PKGBUILD 2015-12-11 19:30:47 UTC (rev 153057)
@@ -1,52 +0,0 @@
-# $Id$
-# 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.13.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' 'wayland' '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')
-install=mpv.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('1372704fd8f5701ef7d60f347fd15fe536e23ef148279bf4a4415e72896912db')
-
-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
-
- ./waf build
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- ./waf install --destdir="$pkgdir"
-
- install -m644 DOCS/{encoding.rst,tech-overview.txt} \
- "$pkgdir"/usr/share/doc/mpv
-}
Copied: mpv/repos/community-i686/PKGBUILD (from rev 153056, mpv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-11 19:30:47 UTC (rev 153057)
@@ -0,0 +1,52 @@
+# $Id$
+# 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.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' 'wayland' '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')
+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
+
+ ./waf build
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ ./waf install --destdir="$pkgdir"
+
+ install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+ "$pkgdir"/usr/share/doc/mpv
+}
Deleted: community-i686/mpv.install
===================================================================
--- community-i686/mpv.install 2015-12-11 19:30:35 UTC (rev 153056)
+++ community-i686/mpv.install 2015-12-11 19:30:47 UTC (rev 153057)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: mpv/repos/community-i686/mpv.install (from rev 153056, mpv/trunk/mpv.install)
===================================================================
--- community-i686/mpv.install (rev 0)
+++ community-i686/mpv.install 2015-12-11 19:30:47 UTC (rev 153057)
@@ -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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-12-11 19:30:35 UTC (rev 153056)
+++ community-x86_64/PKGBUILD 2015-12-11 19:30:47 UTC (rev 153057)
@@ -1,52 +0,0 @@
-# $Id$
-# 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.13.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' 'wayland' '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')
-install=mpv.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('1372704fd8f5701ef7d60f347fd15fe536e23ef148279bf4a4415e72896912db')
-
-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
-
- ./waf build
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- ./waf install --destdir="$pkgdir"
-
- install -m644 DOCS/{encoding.rst,tech-overview.txt} \
- "$pkgdir"/usr/share/doc/mpv
-}
Copied: mpv/repos/community-x86_64/PKGBUILD (from rev 153056, mpv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-12-11 19:30:47 UTC (rev 153057)
@@ -0,0 +1,52 @@
+# $Id$
+# 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.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' 'wayland' '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')
+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
+
+ ./waf build
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ ./waf install --destdir="$pkgdir"
+
+ install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+ "$pkgdir"/usr/share/doc/mpv
+}
Deleted: community-x86_64/mpv.install
===================================================================
--- community-x86_64/mpv.install 2015-12-11 19:30:35 UTC (rev 153056)
+++ community-x86_64/mpv.install 2015-12-11 19:30:47 UTC (rev 153057)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: mpv/repos/community-x86_64/mpv.install (from rev 153056, mpv/trunk/mpv.install)
===================================================================
--- community-x86_64/mpv.install (rev 0)
+++ community-x86_64/mpv.install 2015-12-11 19:30:47 UTC (rev 153057)
@@ -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
+}
More information about the arch-commits
mailing list