[arch-commits] Commit in mpv/repos (8 files)
Giovanni Scafora
giovanni at nymeria.archlinux.org
Fri Oct 25 12:45:06 UTC 2013
Date: Friday, October 25, 2013 @ 14:45:06
Author: giovanni
Revision: 99197
archrelease: copy trunk to community-i686, community-x86_64
Added:
mpv/repos/community-i686/PKGBUILD
(from rev 99196, mpv/trunk/PKGBUILD)
mpv/repos/community-i686/mpv.install
(from rev 99196, mpv/trunk/mpv.install)
mpv/repos/community-x86_64/PKGBUILD
(from rev 99196, mpv/trunk/PKGBUILD)
mpv/repos/community-x86_64/mpv.install
(from rev 99196, 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 | 112 +++++++++++++++++++++++++++++++++++++++++
/mpv.install | 24 ++++++++
community-i686/PKGBUILD | 56 --------------------
community-i686/mpv.install | 12 ----
community-x86_64/PKGBUILD | 56 --------------------
community-x86_64/mpv.install | 12 ----
6 files changed, 136 insertions(+), 136 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-10-25 12:44:54 UTC (rev 99196)
+++ community-i686/PKGBUILD 2013-10-25 12:45:06 UTC (rev 99197)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Eivind Uggedal <eivind at uggedal.com>
-
-pkgname=mpv
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
- 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libxinerama'
- 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils'
- )
-makedepends=('mesa' 'python-docutils')
-options=(!emptydirs)
-install=mpv.install
-source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('4e7c8823354f97753f0cbe17c61ec211')
-
-build() {
- unset CFLAGS
- unset LDFLAGS
-
- cd $pkgname-$pkgver
-
- ./configure --prefix=/usr \
- --confdir=/etc/mpv \
- --disable-lircc \
- --disable-joystick \
- --disable-radio \
- --disable-radio-capture \
- --disable-radio-v4l2 \
- --disable-rpath \
- --disable-libbs2b \
- --disable-direct3d \
- --disable-corevideo \
- --disable-cocoa \
- --disable-coreaudio
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make -j1 DESTDIR="$pkgdir" install
-
- install -d "$pkgdir"/usr/share/doc/mpv/examples
- install -m644 etc/{input,example,encoding-example-profiles}.conf \
- "$pkgdir"/usr/share/doc/mpv/examples
- install -m644 DOCS/{encoding.rst,tech-overview.txt} \
- "$pkgdir"/usr/share/doc/mpv
-
- #install -Dm644 etc/mpv.desktop "$pkgdir"/usr/share/applications/mpv.desktop
-}
Copied: mpv/repos/community-i686/PKGBUILD (from rev 99196, mpv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 12:45:06 UTC (rev 99197)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Eivind Uggedal <eivind at uggedal.com>
+
+pkgname=mpv
+pkgver=0.2.1
+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' 'libxinerama'
+ 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils'
+ )
+makedepends=('mesa' 'python-docutils')
+options=(!emptydirs)
+install=mpv.install
+source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
+md5sums=('4e7c8823354f97753f0cbe17c61ec211')
+
+build() {
+ unset CFLAGS
+ unset LDFLAGS
+
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr \
+ --confdir=/etc/mpv \
+ --disable-lircc \
+ --disable-joystick \
+ --disable-radio \
+ --disable-radio-capture \
+ --disable-radio-v4l2 \
+ --disable-rpath \
+ --disable-libbs2b \
+ --disable-direct3d \
+ --disable-corevideo \
+ --disable-cocoa \
+ --disable-coreaudio
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make -j1 DESTDIR="$pkgdir" install
+
+ install -d "$pkgdir"/usr/share/doc/mpv/examples
+ install -m644 etc/{input,example,encoding-example-profiles}.conf \
+ "$pkgdir"/usr/share/doc/mpv/examples
+ install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+ "$pkgdir"/usr/share/doc/mpv
+
+ #install -Dm644 etc/mpv.desktop "$pkgdir"/usr/share/applications/mpv.desktop
+}
Deleted: community-i686/mpv.install
===================================================================
--- community-i686/mpv.install 2013-10-25 12:44:54 UTC (rev 99196)
+++ community-i686/mpv.install 2013-10-25 12:45:06 UTC (rev 99197)
@@ -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 99196, mpv/trunk/mpv.install)
===================================================================
--- community-i686/mpv.install (rev 0)
+++ community-i686/mpv.install 2013-10-25 12:45:06 UTC (rev 99197)
@@ -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 2013-10-25 12:44:54 UTC (rev 99196)
+++ community-x86_64/PKGBUILD 2013-10-25 12:45:06 UTC (rev 99197)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Eivind Uggedal <eivind at uggedal.com>
-
-pkgname=mpv
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
- 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libxinerama'
- 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils'
- )
-makedepends=('mesa' 'python-docutils')
-options=(!emptydirs)
-install=mpv.install
-source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('4e7c8823354f97753f0cbe17c61ec211')
-
-build() {
- unset CFLAGS
- unset LDFLAGS
-
- cd $pkgname-$pkgver
-
- ./configure --prefix=/usr \
- --confdir=/etc/mpv \
- --disable-lircc \
- --disable-joystick \
- --disable-radio \
- --disable-radio-capture \
- --disable-radio-v4l2 \
- --disable-rpath \
- --disable-libbs2b \
- --disable-direct3d \
- --disable-corevideo \
- --disable-cocoa \
- --disable-coreaudio
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make -j1 DESTDIR="$pkgdir" install
-
- install -d "$pkgdir"/usr/share/doc/mpv/examples
- install -m644 etc/{input,example,encoding-example-profiles}.conf \
- "$pkgdir"/usr/share/doc/mpv/examples
- install -m644 DOCS/{encoding.rst,tech-overview.txt} \
- "$pkgdir"/usr/share/doc/mpv
-
- #install -Dm644 etc/mpv.desktop "$pkgdir"/usr/share/applications/mpv.desktop
-}
Copied: mpv/repos/community-x86_64/PKGBUILD (from rev 99196, mpv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-10-25 12:45:06 UTC (rev 99197)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Eivind Uggedal <eivind at uggedal.com>
+
+pkgname=mpv
+pkgver=0.2.1
+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' 'libxinerama'
+ 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils'
+ )
+makedepends=('mesa' 'python-docutils')
+options=(!emptydirs)
+install=mpv.install
+source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz")
+md5sums=('4e7c8823354f97753f0cbe17c61ec211')
+
+build() {
+ unset CFLAGS
+ unset LDFLAGS
+
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr \
+ --confdir=/etc/mpv \
+ --disable-lircc \
+ --disable-joystick \
+ --disable-radio \
+ --disable-radio-capture \
+ --disable-radio-v4l2 \
+ --disable-rpath \
+ --disable-libbs2b \
+ --disable-direct3d \
+ --disable-corevideo \
+ --disable-cocoa \
+ --disable-coreaudio
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make -j1 DESTDIR="$pkgdir" install
+
+ install -d "$pkgdir"/usr/share/doc/mpv/examples
+ install -m644 etc/{input,example,encoding-example-profiles}.conf \
+ "$pkgdir"/usr/share/doc/mpv/examples
+ install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+ "$pkgdir"/usr/share/doc/mpv
+
+ #install -Dm644 etc/mpv.desktop "$pkgdir"/usr/share/applications/mpv.desktop
+}
Deleted: community-x86_64/mpv.install
===================================================================
--- community-x86_64/mpv.install 2013-10-25 12:44:54 UTC (rev 99196)
+++ community-x86_64/mpv.install 2013-10-25 12:45:06 UTC (rev 99197)
@@ -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 99196, mpv/trunk/mpv.install)
===================================================================
--- community-x86_64/mpv.install (rev 0)
+++ community-x86_64/mpv.install 2013-10-25 12:45:06 UTC (rev 99197)
@@ -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