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

Ionut Biru ibiru at archlinux.org
Sun Feb 5 21:34:28 UTC 2012


    Date: Sunday, February 5, 2012 @ 16:34:27
  Author: ibiru
Revision: 149119

db-move: moved libvpx from [staging] to [testing] (x86_64)

Added:
  libvpx/repos/testing-x86_64/
  libvpx/repos/testing-x86_64/PKGBUILD
    (from rev 149115, libvpx/repos/staging-x86_64/PKGBUILD)
Deleted:
  libvpx/repos/staging-x86_64/

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: libvpx/repos/testing-x86_64/PKGBUILD (from rev 149115, libvpx/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-02-05 21:34:27 UTC (rev 149119)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=libvpx
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="The VP8 Codec SDK"
+arch=('i686' 'x86_64')
+url="http://www.webmproject.org/"
+license=('BSD')
+depends=('glibc')
+makedepends=('yasm')
+source=(http://webm.googlecode.com/files/$pkgname-v$pkgver.tar.bz2)
+sha1sums=('2919e11074fef72fc61ef1a75160050ffaad6074')
+
+build() {
+    cd "$srcdir/$pkgname-v$pkgver"
+    ./configure --prefix=/usr --enable-vp8 \
+        --enable-runtime-cpu-detect \
+        --enable-shared \
+        --enable-postproc \
+        --enable-pic \
+        --disable-install-docs \
+        --disable-install-srcs
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname-v$pkgver"
+    make DIST_DIR="$pkgdir/usr" install
+    install -D -m 0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}




More information about the arch-commits mailing list