[arch-commits] Commit in libvpx/repos (4 files)
Ionut Biru
ibiru at archlinux.org
Sun Feb 5 12:51:17 UTC 2012
Date: Sunday, February 5, 2012 @ 07:51:16
Author: ibiru
Revision: 148994
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
libvpx/repos/staging-i686/
libvpx/repos/staging-i686/PKGBUILD
(from rev 148993, libvpx/trunk/PKGBUILD)
libvpx/repos/staging-x86_64/
libvpx/repos/staging-x86_64/PKGBUILD
(from rev 148993, libvpx/trunk/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
Copied: libvpx/repos/staging-i686/PKGBUILD (from rev 148993, libvpx/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2012-02-05 12:51:16 UTC (rev 148994)
@@ -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"
+}
Copied: libvpx/repos/staging-x86_64/PKGBUILD (from rev 148993, libvpx/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-02-05 12:51:16 UTC (rev 148994)
@@ -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