[arch-commits] Commit in libvpx/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Apr 18 10:27:34 UTC 2015


    Date: Saturday, April 18, 2015 @ 12:27:34
  Author: bpiotrowski
Revision: 237388

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libvpx/repos/staging-i686/
  libvpx/repos/staging-i686/PKGBUILD
    (from rev 237387, libvpx/trunk/PKGBUILD)
  libvpx/repos/staging-x86_64/
  libvpx/repos/staging-x86_64/PKGBUILD
    (from rev 237387, libvpx/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: libvpx/repos/staging-i686/PKGBUILD (from rev 237387, libvpx/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-04-18 10:27:34 UTC (rev 237388)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=libvpx
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='VP8 and VP9 codec'
+arch=('i686' 'x86_64')
+url='http://www.webmproject.org/'
+license=('BSD')
+depends=('glibc')
+makedepends=('yasm' 'git')
+source=($pkgname::git+http://code.google.com/p/webm.libvpx#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+    --enable-vp8 \
+    --enable-vp9 \
+    --enable-runtime-cpu-detect \
+    --enable-shared \
+    --enable-postproc \
+    --enable-pic \
+    --disable-install-docs \
+    --disable-install-srcs
+  make
+}
+
+package() {
+  cd $pkgname
+  make DIST_DIR="$pkgdir/usr" install
+  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libvpx/repos/staging-x86_64/PKGBUILD (from rev 237387, libvpx/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-04-18 10:27:34 UTC (rev 237388)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=libvpx
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='VP8 and VP9 codec'
+arch=('i686' 'x86_64')
+url='http://www.webmproject.org/'
+license=('BSD')
+depends=('glibc')
+makedepends=('yasm' 'git')
+source=($pkgname::git+http://code.google.com/p/webm.libvpx#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+    --enable-vp8 \
+    --enable-vp9 \
+    --enable-runtime-cpu-detect \
+    --enable-shared \
+    --enable-postproc \
+    --enable-pic \
+    --disable-install-docs \
+    --disable-install-srcs
+  make
+}
+
+package() {
+  cd $pkgname
+  make DIST_DIR="$pkgdir/usr" install
+  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list