Date: Saturday, November 2, 2013 @ 08:39:23
  Author: bpiotrowski
Revision: 198690

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  x264/repos/staging-i686/
  x264/repos/staging-i686/PKGBUILD
    (from rev 198689, x264/trunk/PKGBUILD)
  x264/repos/staging-x86_64/
  x264/repos/staging-x86_64/PKGBUILD
    (from rev 198689, x264/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: x264/repos/staging-i686/PKGBUILD (from rev 198689, x264/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2013-11-02 07:39:23 UTC (rev 198690)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Ionut Biru <[email protected]>
+# Maintainer:  Bartłomiej Piotrowski <[email protected]>
+# Contributor: damir <[email protected]>
+# Contributor: Paul Mattal <[email protected]>
+
+pkgname=x264
+pkgver=20131030
+pkgrel=1
+pkgdesc='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' 'git')
+source=(git://git.videolan.org/x264.git#commit=c628e3bac)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./configure --enable-shared \
+    --enable-pic
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" \
+    bindir=/usr/bin \
+    libdir=/usr/lib \
+    includedir=/usr/include \
+    install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: x264/repos/staging-x86_64/PKGBUILD (from rev 198689, 
x264/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2013-11-02 07:39:23 UTC (rev 198690)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Ionut Biru <[email protected]>
+# Maintainer:  Bartłomiej Piotrowski <[email protected]>
+# Contributor: damir <[email protected]>
+# Contributor: Paul Mattal <[email protected]>
+
+pkgname=x264
+pkgver=20131030
+pkgrel=1
+pkgdesc='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' 'git')
+source=(git://git.videolan.org/x264.git#commit=c628e3bac)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./configure --enable-shared \
+    --enable-pic
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" \
+    bindir=/usr/bin \
+    libdir=/usr/lib \
+    includedir=/usr/include \
+    install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to