[arch-commits] Commit in libvpx/repos (4 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Sat Dec 7 18:33:33 UTC 2013
Date: Saturday, December 7, 2013 @ 19:33:32
Author: bpiotrowski
Revision: 201279
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libvpx/repos/extra-i686/PKGBUILD
(from rev 201278, libvpx/trunk/PKGBUILD)
libvpx/repos/extra-x86_64/PKGBUILD
(from rev 201278, libvpx/trunk/PKGBUILD)
Deleted:
libvpx/repos/extra-i686/PKGBUILD
libvpx/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 32 ----------------------
extra-x86_64/PKGBUILD | 32 ----------------------
3 files changed, 68 insertions(+), 64 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-12-07 18:33:07 UTC (rev 201278)
+++ extra-i686/PKGBUILD 2013-12-07 18:33:32 UTC (rev 201279)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-pkgname=libvpx
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="The VP8 Codec SDK"
-arch=('i686' 'x86_64')
-url="http://www.webmproject.org/"
-license=('BSD')
-depends=('glibc')
-makedepends=('yasm')
-source=(ftp://ftp.archlinux.org/other/libvpx/libvpx-$pkgver.tar.xz{,.sig})
-sha1sums=('75cd953cf2db694412569272803fbdc73f2b599f'
- 'SKIP')
-
-build() {
- cd "$pkgname-$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 "$pkgname-$pkgver"
- 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 201278, libvpx/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-07 18:33:32 UTC (rev 201279)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libvpx
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='The VP8 Codec SDK'
+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"
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-12-07 18:33:07 UTC (rev 201278)
+++ extra-x86_64/PKGBUILD 2013-12-07 18:33:32 UTC (rev 201279)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-pkgname=libvpx
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="The VP8 Codec SDK"
-arch=('i686' 'x86_64')
-url="http://www.webmproject.org/"
-license=('BSD')
-depends=('glibc')
-makedepends=('yasm')
-source=(ftp://ftp.archlinux.org/other/libvpx/libvpx-$pkgver.tar.xz{,.sig})
-sha1sums=('75cd953cf2db694412569272803fbdc73f2b599f'
- 'SKIP')
-
-build() {
- cd "$pkgname-$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 "$pkgname-$pkgver"
- make DIST_DIR="$pkgdir/usr" install
- install -D -m 0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: libvpx/repos/extra-x86_64/PKGBUILD (from rev 201278, libvpx/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-12-07 18:33:32 UTC (rev 201279)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=libvpx
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='The VP8 Codec SDK'
+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