[arch-commits] Commit in x264/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Mar 24 08:35:19 UTC 2014


    Date: Monday, March 24, 2014 @ 09:35:19
  Author: bpiotrowski
Revision: 208532

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

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

-------------------------+
 staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: x264/repos/staging-i686/PKGBUILD (from rev 208531, x264/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-03-24 08:35:19 UTC (rev 208532)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Paul Mattal <paul at archlinux.org>
+
+pkgname=x264
+pkgver=20140311
+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=aff928d2)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git log -1 --format="%cd" --date=short | tr -d -
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr \
+    --enable-shared \
+    --enable-pic
+
+  make
+}
+
+package() {
+  make -C $pkgname DESTDIR="$pkgdir" install
+}

Copied: x264/repos/staging-x86_64/PKGBUILD (from rev 208531, x264/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-03-24 08:35:19 UTC (rev 208532)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Paul Mattal <paul at archlinux.org>
+
+pkgname=x264
+pkgver=20140311
+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=aff928d2)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git log -1 --format="%cd" --date=short | tr -d -
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr \
+    --enable-shared \
+    --enable-pic
+
+  make
+}
+
+package() {
+  make -C $pkgname DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list