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

Maxime Gauduin alucryd at archlinux.org
Tue Jun 27 19:54:50 UTC 2017


    Date: Tuesday, June 27, 2017 @ 19:54:50
  Author: alucryd
Revision: 299298

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

Added:
  x264/repos/extra-i686/PKGBUILD
    (from rev 299297, x264/trunk/PKGBUILD)
  x264/repos/extra-x86_64/PKGBUILD
    (from rev 299297, x264/trunk/PKGBUILD)
Deleted:
  x264/repos/extra-i686/PKGBUILD
  x264/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |  194 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   97 ------------------------
 extra-x86_64/PKGBUILD |   97 ------------------------
 3 files changed, 194 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-06-27 19:54:28 UTC (rev 299297)
+++ extra-i686/PKGBUILD	2017-06-27 19:54:50 UTC (rev 299298)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Paul Mattal <paul at archlinux.org>
-
-pkgname=('x264' 'libx264' 'libx264-10bit' 'libx264-all')
-pkgver=148.20170519
-pkgrel=1
-epoch=2
-arch=('i686' 'x86_64')
-url='https://www.videolan.org/developers/x264.html'
-license=('GPL')
-depends=('glibc')
-makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
-_commit='d32d7bf1c6923a42cbd5ac2fd540ecbb009ba681'
-source=("git+https://git.videolan.org/git/x264.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgbase}
-
-  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
-  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
-
-  echo ${_ver}.${_date}
-}
-
-prepare() {
-  mkdir build-{8,10}bit
-}
-
-build() {
-  for _b in 8 10; do (
-    cd build-${_b}bit
-    ../${pkgbase}/configure \
-      --prefix='/usr' \
-      --enable-shared \
-      --enable-pic \
-      --enable-lto \
-      --bit-depth="${_b}"
-    make
-  ) done
-}
-
-package_x264() {
-  pkgdesc='CLI tools for encoding H264/AVC video streams'
-  depends+=('libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
-            'libswscale.so')
-
-  for _b in {8,10}bit; do
-    provides+=("x264-${_b}")
-
-    make -C build-${_b} DESTDIR="${pkgdir}" install-cli
-    mv "${pkgdir}"/usr/bin/x264{,-${_b}}
-  done
-
-  ln -s x264-8bit "${pkgdir}"/usr/bin/x264
-}
-
-package_libx264() {
-  pkgdesc='Library for encoding H264/AVC video streams (8bit depth)'
-  provides=('libx264-8bit' 'libx264.so')
-  conflicts=('libx264')
-
-  make -C build-8bit DESTDIR=${pkgdir} install-lib-shared
-}
-
-package_libx264-10bit() {
-  pkgdesc='Library for encoding H264/AVC video streams (10bit depth)'
-  provides=('libx264' 'libx264.so')
-  conflicts=('libx264')
-
-  make -C build-10bit DESTDIR=${pkgdir} install-lib-shared
-}
-
-package_libx264-all() {
-  pkgdesc="Library for encoding H264/AVC video streams (all depths)"
-
-  local _ver=$(grep '#define X264_BUILD' "${pkgbase}"/x264.h | cut -d' ' -f3)
-
-  install -d "${pkgdir}"/usr/lib/x264
-
-  for _b in {8,10}bit; do
-    provides+=("libx264-${_b}.so")
-
-    make -C build-${_b} DESTDIR="${pkgdir}" install-lib-shared
-
-    mv "${pkgdir}"/usr/lib/libx264.so.${_ver} "${pkgdir}"/usr/lib/x264/libx264-${_b}.so.${_ver}
-    rm -r "${pkgdir}"/usr/{include,lib/libx264.so,lib/pkgconfig}
-
-    ln -sr "${pkgdir}"/usr/lib/x264/libx264-${_b}.so{.${_ver},}
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: x264/repos/extra-i686/PKGBUILD (from rev 299297, x264/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-06-27 19:54:50 UTC (rev 299298)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Paul Mattal <paul at archlinux.org>
+
+pkgname=('x264' 'libx264' 'libx264-10bit' 'libx264-all')
+pkgver=148.20170521
+pkgrel=1
+epoch=2
+arch=('i686' 'x86_64')
+url='https://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
+_commit='aaa9aa83a111ed6f1db253d5afa91c5fc844583f'
+source=("git+https://git.videolan.org/git/x264.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgbase}
+
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+prepare() {
+  mkdir build-{8,10}bit
+}
+
+build() {
+  for _b in 8 10; do (
+    cd build-${_b}bit
+    ../${pkgbase}/configure \
+      --prefix='/usr' \
+      --enable-shared \
+      --enable-pic \
+      --enable-lto \
+      --bit-depth="${_b}"
+    make
+  ) done
+}
+
+package_x264() {
+  pkgdesc='CLI tools for encoding H264/AVC video streams'
+  depends+=('libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+            'libswscale.so')
+
+  for _b in {8,10}bit; do
+    provides+=("x264-${_b}")
+
+    make -C build-${_b} DESTDIR="${pkgdir}" install-cli
+    mv "${pkgdir}"/usr/bin/x264{,-${_b}}
+  done
+
+  ln -s x264-8bit "${pkgdir}"/usr/bin/x264
+}
+
+package_libx264() {
+  pkgdesc='Library for encoding H264/AVC video streams (8bit depth)'
+  provides=('libx264-8bit' 'libx264.so')
+  conflicts=('libx264')
+
+  make -C build-8bit DESTDIR=${pkgdir} install-lib-shared
+}
+
+package_libx264-10bit() {
+  pkgdesc='Library for encoding H264/AVC video streams (10bit depth)'
+  provides=('libx264' 'libx264.so')
+  conflicts=('libx264')
+
+  make -C build-10bit DESTDIR=${pkgdir} install-lib-shared
+}
+
+package_libx264-all() {
+  pkgdesc="Library for encoding H264/AVC video streams (all depths)"
+
+  local _ver=$(grep '#define X264_BUILD' "${pkgbase}"/x264.h | cut -d' ' -f3)
+
+  install -d "${pkgdir}"/usr/lib/x264
+
+  for _b in {8,10}bit; do
+    provides+=("libx264-${_b}.so")
+
+    make -C build-${_b} DESTDIR="${pkgdir}" install-lib-shared
+
+    mv "${pkgdir}"/usr/lib/libx264.so.${_ver} "${pkgdir}"/usr/lib/x264/libx264-${_b}.so.${_ver}
+    rm -r "${pkgdir}"/usr/{include,lib/libx264.so,lib/pkgconfig}
+
+    ln -sr "${pkgdir}"/usr/lib/x264/libx264-${_b}.so{.${_ver},}
+  done
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-06-27 19:54:28 UTC (rev 299297)
+++ extra-x86_64/PKGBUILD	2017-06-27 19:54:50 UTC (rev 299298)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Paul Mattal <paul at archlinux.org>
-
-pkgname=('x264' 'libx264' 'libx264-10bit' 'libx264-all')
-pkgver=148.20170519
-pkgrel=1
-epoch=2
-arch=('i686' 'x86_64')
-url='https://www.videolan.org/developers/x264.html'
-license=('GPL')
-depends=('glibc')
-makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
-_commit='d32d7bf1c6923a42cbd5ac2fd540ecbb009ba681'
-source=("git+https://git.videolan.org/git/x264.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgbase}
-
-  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
-  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
-
-  echo ${_ver}.${_date}
-}
-
-prepare() {
-  mkdir build-{8,10}bit
-}
-
-build() {
-  for _b in 8 10; do (
-    cd build-${_b}bit
-    ../${pkgbase}/configure \
-      --prefix='/usr' \
-      --enable-shared \
-      --enable-pic \
-      --enable-lto \
-      --bit-depth="${_b}"
-    make
-  ) done
-}
-
-package_x264() {
-  pkgdesc='CLI tools for encoding H264/AVC video streams'
-  depends+=('libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
-            'libswscale.so')
-
-  for _b in {8,10}bit; do
-    provides+=("x264-${_b}")
-
-    make -C build-${_b} DESTDIR="${pkgdir}" install-cli
-    mv "${pkgdir}"/usr/bin/x264{,-${_b}}
-  done
-
-  ln -s x264-8bit "${pkgdir}"/usr/bin/x264
-}
-
-package_libx264() {
-  pkgdesc='Library for encoding H264/AVC video streams (8bit depth)'
-  provides=('libx264-8bit' 'libx264.so')
-  conflicts=('libx264')
-
-  make -C build-8bit DESTDIR=${pkgdir} install-lib-shared
-}
-
-package_libx264-10bit() {
-  pkgdesc='Library for encoding H264/AVC video streams (10bit depth)'
-  provides=('libx264' 'libx264.so')
-  conflicts=('libx264')
-
-  make -C build-10bit DESTDIR=${pkgdir} install-lib-shared
-}
-
-package_libx264-all() {
-  pkgdesc="Library for encoding H264/AVC video streams (all depths)"
-
-  local _ver=$(grep '#define X264_BUILD' "${pkgbase}"/x264.h | cut -d' ' -f3)
-
-  install -d "${pkgdir}"/usr/lib/x264
-
-  for _b in {8,10}bit; do
-    provides+=("libx264-${_b}.so")
-
-    make -C build-${_b} DESTDIR="${pkgdir}" install-lib-shared
-
-    mv "${pkgdir}"/usr/lib/libx264.so.${_ver} "${pkgdir}"/usr/lib/x264/libx264-${_b}.so.${_ver}
-    rm -r "${pkgdir}"/usr/{include,lib/libx264.so,lib/pkgconfig}
-
-    ln -sr "${pkgdir}"/usr/lib/x264/libx264-${_b}.so{.${_ver},}
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: x264/repos/extra-x86_64/PKGBUILD (from rev 299297, x264/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-06-27 19:54:50 UTC (rev 299298)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Paul Mattal <paul at archlinux.org>
+
+pkgname=('x264' 'libx264' 'libx264-10bit' 'libx264-all')
+pkgver=148.20170521
+pkgrel=1
+epoch=2
+arch=('i686' 'x86_64')
+url='https://www.videolan.org/developers/x264.html'
+license=('GPL')
+depends=('glibc')
+makedepends=('yasm' 'git' 'ffmpeg' 'l-smash')
+_commit='aaa9aa83a111ed6f1db253d5afa91c5fc844583f'
+source=("git+https://git.videolan.org/git/x264.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgbase}
+
+  local _ver=$(grep '#define X264_BUILD' x264.h | cut -d' ' -f3)
+  local _date=$(git log -1 --format="%cd" --date=short | tr -d -)
+
+  echo ${_ver}.${_date}
+}
+
+prepare() {
+  mkdir build-{8,10}bit
+}
+
+build() {
+  for _b in 8 10; do (
+    cd build-${_b}bit
+    ../${pkgbase}/configure \
+      --prefix='/usr' \
+      --enable-shared \
+      --enable-pic \
+      --enable-lto \
+      --bit-depth="${_b}"
+    make
+  ) done
+}
+
+package_x264() {
+  pkgdesc='CLI tools for encoding H264/AVC video streams'
+  depends+=('libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+            'libswscale.so')
+
+  for _b in {8,10}bit; do
+    provides+=("x264-${_b}")
+
+    make -C build-${_b} DESTDIR="${pkgdir}" install-cli
+    mv "${pkgdir}"/usr/bin/x264{,-${_b}}
+  done
+
+  ln -s x264-8bit "${pkgdir}"/usr/bin/x264
+}
+
+package_libx264() {
+  pkgdesc='Library for encoding H264/AVC video streams (8bit depth)'
+  provides=('libx264-8bit' 'libx264.so')
+  conflicts=('libx264')
+
+  make -C build-8bit DESTDIR=${pkgdir} install-lib-shared
+}
+
+package_libx264-10bit() {
+  pkgdesc='Library for encoding H264/AVC video streams (10bit depth)'
+  provides=('libx264' 'libx264.so')
+  conflicts=('libx264')
+
+  make -C build-10bit DESTDIR=${pkgdir} install-lib-shared
+}
+
+package_libx264-all() {
+  pkgdesc="Library for encoding H264/AVC video streams (all depths)"
+
+  local _ver=$(grep '#define X264_BUILD' "${pkgbase}"/x264.h | cut -d' ' -f3)
+
+  install -d "${pkgdir}"/usr/lib/x264
+
+  for _b in {8,10}bit; do
+    provides+=("libx264-${_b}.so")
+
+    make -C build-${_b} DESTDIR="${pkgdir}" install-lib-shared
+
+    mv "${pkgdir}"/usr/lib/libx264.so.${_ver} "${pkgdir}"/usr/lib/x264/libx264-${_b}.so.${_ver}
+    rm -r "${pkgdir}"/usr/{include,lib/libx264.so,lib/pkgconfig}
+
+    ln -sr "${pkgdir}"/usr/lib/x264/libx264-${_b}.so{.${_ver},}
+  done
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list