[arch-commits] Commit in x264/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Mon Feb 6 17:33:30 UTC 2012
Date: Monday, February 6, 2012 @ 12:33:29
Author: ibiru
Revision: 149275
db-move: moved x264 from [testing] to [extra] (i686)
Added:
x264/repos/extra-i686/PKGBUILD
(from rev 149268, x264/repos/testing-i686/PKGBUILD)
Deleted:
x264/repos/extra-i686/PKGBUILD
x264/repos/testing-i686/
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 35 insertions(+), 31 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-02-06 17:33:28 UTC (rev 149274)
+++ extra-i686/PKGBUILD 2012-02-06 17:33:29 UTC (rev 149275)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Paul Mattal <paul at archlinux.org>
-
-pkgname=x264
-pkgver=20111030
-pkgrel=1
-pkgdesc="free library for encoding H264/AVC video streams"
-arch=('i686' 'x86_64')
-url="http://www.videolan.org/developers/x264.html"
-license=('GPL')
-depends=('glibc')
-makedepends=('yasm')
-source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2)
-md5sums=('fa52ad09dcb7d4e1a66adcaa2dab26bc')
-
-build() {
- cd "$srcdir/$pkgname-snapshot-$pkgver-2245"
-
- ./configure --enable-shared
-
- make
- make DESTDIR="$pkgdir" \
- bindir=/usr/bin \
- libdir=/usr/lib \
- includedir=/usr/include \
- install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: x264/repos/extra-i686/PKGBUILD (from rev 149268, x264/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-06 17:33:29 UTC (rev 149275)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Paul Mattal <paul at archlinux.org>
+
+pkgname=x264
+pkgver=20120204
+pkgrel=1
+pkgdesc="free library for encoding H264/AVC video streams"
+arch=('i686' 'x86_64')
+url="http://www.videolan.org/developers/x264.html"
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm')
+source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
+md5sums=('4d793ecc4f9d308724ea47edf400f312')
+
+build() {
+ cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
+
+ ./configure --enable-shared
+
+ make
+}
+package() {
+ cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
+
+ make DESTDIR="$pkgdir" \
+ bindir=/usr/bin \
+ libdir=/usr/lib \
+ includedir=/usr/include \
+ install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list