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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 00:46:54 UTC 2015


    Date: Wednesday, November 11, 2015 @ 01:46:54
  Author: foutrelis
Revision: 250657

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

Added:
  libvpx/repos/testing-i686/PKGBUILD
    (from rev 250656, libvpx/trunk/PKGBUILD)
  libvpx/repos/testing-x86_64/PKGBUILD
    (from rev 250656, libvpx/trunk/PKGBUILD)
Deleted:
  libvpx/repos/testing-i686/PKGBUILD
  libvpx/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   74 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   36 ----------------------
 testing-x86_64/PKGBUILD |   36 ----------------------
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2015-11-11 00:46:45 UTC (rev 250656)
+++ testing-i686/PKGBUILD	2015-11-11 00:46:54 UTC (rev 250657)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=libvpx
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='VP8 and VP9 codec'
-arch=('i686' 'x86_64')
-url='http://www.webmproject.org/'
-license=('BSD')
-depends=('glibc' 'gcc-libs')
-makedepends=('yasm' 'git')
-provides=('libvpx.so')
-source=($pkgname-$pkgver.tar.gz::https://github.com/webmproject/libvpx/archive/v$pkgver.tar.gz)
-md5sums=('0c662bc7525afe281badb3175140d35c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./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-$pkgver
-  make DIST_DIR="$pkgdir/usr" install
-  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libvpx/repos/testing-i686/PKGBUILD (from rev 250656, libvpx/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-11-11 00:46:54 UTC (rev 250657)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=libvpx
+pkgver=1.5.0
+pkgrel=2
+pkgdesc='VP8 and VP9 codec'
+arch=('i686' 'x86_64')
+url='http://www.webmproject.org/'
+license=('BSD')
+depends=('glibc' 'gcc-libs')
+makedepends=('yasm' 'git')
+provides=('libvpx.so')
+source=($pkgname-$pkgver.tar.gz::https://github.com/webmproject/libvpx/archive/v$pkgver.tar.gz)
+md5sums=('0c662bc7525afe281badb3175140d35c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --enable-vp8 \
+    --enable-vp9 \
+    --enable-runtime-cpu-detect \
+    --enable-shared \
+    --enable-postproc \
+    --enable-pic \
+    --enable-experimental --enable-spatial-svc \
+    --disable-install-docs \
+    --disable-install-srcs
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DIST_DIR="$pkgdir/usr" install
+  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2015-11-11 00:46:45 UTC (rev 250656)
+++ testing-x86_64/PKGBUILD	2015-11-11 00:46:54 UTC (rev 250657)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=libvpx
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='VP8 and VP9 codec'
-arch=('i686' 'x86_64')
-url='http://www.webmproject.org/'
-license=('BSD')
-depends=('glibc' 'gcc-libs')
-makedepends=('yasm' 'git')
-provides=('libvpx.so')
-source=($pkgname-$pkgver.tar.gz::https://github.com/webmproject/libvpx/archive/v$pkgver.tar.gz)
-md5sums=('0c662bc7525afe281badb3175140d35c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./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-$pkgver
-  make DIST_DIR="$pkgdir/usr" install
-  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libvpx/repos/testing-x86_64/PKGBUILD (from rev 250656, libvpx/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-11-11 00:46:54 UTC (rev 250657)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=libvpx
+pkgver=1.5.0
+pkgrel=2
+pkgdesc='VP8 and VP9 codec'
+arch=('i686' 'x86_64')
+url='http://www.webmproject.org/'
+license=('BSD')
+depends=('glibc' 'gcc-libs')
+makedepends=('yasm' 'git')
+provides=('libvpx.so')
+source=($pkgname-$pkgver.tar.gz::https://github.com/webmproject/libvpx/archive/v$pkgver.tar.gz)
+md5sums=('0c662bc7525afe281badb3175140d35c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --enable-vp8 \
+    --enable-vp9 \
+    --enable-runtime-cpu-detect \
+    --enable-shared \
+    --enable-postproc \
+    --enable-pic \
+    --enable-experimental --enable-spatial-svc \
+    --disable-install-docs \
+    --disable-install-srcs
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DIST_DIR="$pkgdir/usr" install
+  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list