[arch-commits] Commit in mpv/repos (8 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Thu Jan 16 09:48:56 UTC 2014
Date: Thursday, January 16, 2014 @ 10:48:56
Author: bpiotrowski
Revision: 104138
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
mpv/repos/community-staging-i686/PKGBUILD
(from rev 104137, mpv/trunk/PKGBUILD)
mpv/repos/community-staging-i686/mpv.install
(from rev 104137, mpv/trunk/mpv.install)
mpv/repos/community-staging-x86_64/PKGBUILD
(from rev 104137, mpv/trunk/PKGBUILD)
mpv/repos/community-staging-x86_64/mpv.install
(from rev 104137, mpv/trunk/mpv.install)
Deleted:
mpv/repos/community-staging-i686/PKGBUILD
mpv/repos/community-staging-i686/mpv.install
mpv/repos/community-staging-x86_64/PKGBUILD
mpv/repos/community-staging-x86_64/mpv.install
--------------------------------------+
/PKGBUILD | 100 +++++++++++++++++++++++++++++++++
/mpv.install | 24 +++++++
community-staging-i686/PKGBUILD | 50 ----------------
community-staging-i686/mpv.install | 12 ---
community-staging-x86_64/PKGBUILD | 50 ----------------
community-staging-x86_64/mpv.install | 12 ---
6 files changed, 124 insertions(+), 124 deletions(-)
Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD 2014-01-16 09:48:45 UTC (rev 104137)
+++ community-staging-i686/PKGBUILD 2014-01-16 09:48:56 UTC (rev 104138)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Eivind Uggedal <eivind at uggedal.com>
-
-pkgname=mpv
-pkgver=0.3.2
-pkgrel=2
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
- 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi'
- 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
- )
-makedepends=('mesa' 'python-docutils' 'waf')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('516f2eeec1d1f69905d11c1feec8166e')
-
-build() {
- cd $pkgname-$pkgver
-
- waf configure --prefix=/usr \
- --confdir=/etc/mpv \
- --enable-joystick \
- --enable-wayland \
- --disable-radio \
- --disable-radio-capture \
- --disable-radio-v4l2 \
- --disable-libbs2b \
- --disable-direct3d \
- --disable-corevideo \
- --disable-cocoa \
- --disable-coreaudio
- waf build
-}
-
-package() {
- cd $pkgname-$pkgver
- waf install --destdir="$pkgdir"
-
- install -d "$pkgdir"/usr/share/doc/mpv/examples
- install -m644 etc/{input,example}.conf \
- "$pkgdir"/usr/share/doc/mpv/examples
- install -m644 DOCS/{encoding.rst,tech-overview.txt} \
- "$pkgdir"/usr/share/doc/mpv
-}
Copied: mpv/repos/community-staging-i686/PKGBUILD (from rev 104137, mpv/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-16 09:48:56 UTC (rev 104138)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Eivind Uggedal <eivind at uggedal.com>
+
+pkgname=mpv
+pkgver=0.3.3
+pkgrel=2
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+ 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi'
+ 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+ )
+makedepends=('mesa' 'python-docutils' 'waf')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('bdf40570d1fc025058f9f2aabb91899f')
+
+build() {
+ cd $pkgname-$pkgver
+
+ waf configure --prefix=/usr \
+ --confdir=/etc/mpv \
+ --enable-joystick \
+ --enable-wayland \
+ --disable-radio \
+ --disable-radio-capture \
+ --disable-radio-v4l2 \
+ --disable-libbs2b \
+ --disable-direct3d \
+ --disable-corevideo \
+ --disable-cocoa \
+ --disable-coreaudio
+ waf build
+}
+
+package() {
+ cd $pkgname-$pkgver
+ waf install --destdir="$pkgdir"
+
+ install -d "$pkgdir"/usr/share/doc/mpv/examples
+ install -m644 etc/{input,example}.conf \
+ "$pkgdir"/usr/share/doc/mpv/examples
+ install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+ "$pkgdir"/usr/share/doc/mpv
+}
Deleted: community-staging-i686/mpv.install
===================================================================
--- community-staging-i686/mpv.install 2014-01-16 09:48:45 UTC (rev 104137)
+++ community-staging-i686/mpv.install 2014-01-16 09:48:56 UTC (rev 104138)
@@ -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-staging-i686/mpv.install (from rev 104137, mpv/trunk/mpv.install)
===================================================================
--- community-staging-i686/mpv.install (rev 0)
+++ community-staging-i686/mpv.install 2014-01-16 09:48:56 UTC (rev 104138)
@@ -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-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD 2014-01-16 09:48:45 UTC (rev 104137)
+++ community-staging-x86_64/PKGBUILD 2014-01-16 09:48:56 UTC (rev 104138)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Eivind Uggedal <eivind at uggedal.com>
-
-pkgname=mpv
-pkgver=0.3.2
-pkgrel=2
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
- 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi'
- 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
- )
-makedepends=('mesa' 'python-docutils' 'waf')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('516f2eeec1d1f69905d11c1feec8166e')
-
-build() {
- cd $pkgname-$pkgver
-
- waf configure --prefix=/usr \
- --confdir=/etc/mpv \
- --enable-joystick \
- --enable-wayland \
- --disable-radio \
- --disable-radio-capture \
- --disable-radio-v4l2 \
- --disable-libbs2b \
- --disable-direct3d \
- --disable-corevideo \
- --disable-cocoa \
- --disable-coreaudio
- waf build
-}
-
-package() {
- cd $pkgname-$pkgver
- waf install --destdir="$pkgdir"
-
- install -d "$pkgdir"/usr/share/doc/mpv/examples
- install -m644 etc/{input,example}.conf \
- "$pkgdir"/usr/share/doc/mpv/examples
- install -m644 DOCS/{encoding.rst,tech-overview.txt} \
- "$pkgdir"/usr/share/doc/mpv
-}
Copied: mpv/repos/community-staging-x86_64/PKGBUILD (from rev 104137, mpv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2014-01-16 09:48:56 UTC (rev 104138)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Eivind Uggedal <eivind at uggedal.com>
+
+pkgname=mpv
+pkgver=0.3.3
+pkgrel=2
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+ 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi'
+ 'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+ )
+makedepends=('mesa' 'python-docutils' 'waf')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('bdf40570d1fc025058f9f2aabb91899f')
+
+build() {
+ cd $pkgname-$pkgver
+
+ waf configure --prefix=/usr \
+ --confdir=/etc/mpv \
+ --enable-joystick \
+ --enable-wayland \
+ --disable-radio \
+ --disable-radio-capture \
+ --disable-radio-v4l2 \
+ --disable-libbs2b \
+ --disable-direct3d \
+ --disable-corevideo \
+ --disable-cocoa \
+ --disable-coreaudio
+ waf build
+}
+
+package() {
+ cd $pkgname-$pkgver
+ waf install --destdir="$pkgdir"
+
+ install -d "$pkgdir"/usr/share/doc/mpv/examples
+ install -m644 etc/{input,example}.conf \
+ "$pkgdir"/usr/share/doc/mpv/examples
+ install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+ "$pkgdir"/usr/share/doc/mpv
+}
Deleted: community-staging-x86_64/mpv.install
===================================================================
--- community-staging-x86_64/mpv.install 2014-01-16 09:48:45 UTC (rev 104137)
+++ community-staging-x86_64/mpv.install 2014-01-16 09:48:56 UTC (rev 104138)
@@ -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-staging-x86_64/mpv.install (from rev 104137, mpv/trunk/mpv.install)
===================================================================
--- community-staging-x86_64/mpv.install (rev 0)
+++ community-staging-x86_64/mpv.install 2014-01-16 09:48:56 UTC (rev 104138)
@@ -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