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

Ionut Biru ibiru at archlinux.org
Mon Feb 6 17:33:27 UTC 2012


    Date: Monday, February 6, 2012 @ 12:33:27
  Author: ibiru
Revision: 149273

db-move: moved libvpx from [testing] to [extra] (i686)

Added:
  libvpx/repos/extra-i686/PKGBUILD
    (from rev 149268, libvpx/repos/testing-i686/PKGBUILD)
Deleted:
  libvpx/repos/extra-i686/PKGBUILD
  libvpx/repos/testing-i686/

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-06 17:33:26 UTC (rev 149272)
+++ extra-i686/PKGBUILD	2012-02-06 17:33:27 UTC (rev 149273)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-pkgname=libvpx
-pkgver=0.9.7.p1
-realver=0.9.7-p1
-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${realver}.tar.bz2)
-sha1sums=('dacfefaf3363f781de43858f09cdd0b0d469e6fc')
-
-build() {
-    cd "${srcdir}/${pkgname}-v${realver}"
-    ./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${realver}"
-    make DIST_DIR="$pkgdir/usr" install
-    install -D -m 0644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libvpx/repos/extra-i686/PKGBUILD (from rev 149268, libvpx/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-06 17:33:27 UTC (rev 149273)
@@ -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