[arch-commits] Commit in x264/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue Aug 23 17:15:16 UTC 2022


    Date: Tuesday, August 23, 2022 @ 17:15:16
  Author: heftig
Revision: 454445

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |  117 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 59 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 17:15:07 UTC (rev 454444)
+++ PKGBUILD	2022-08-23 17:15:16 UTC (rev 454445)
@@ -1,58 +0,0 @@
-# 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
-pkgver=0.164.r3095.baee400
-pkgrel=3
-epoch=3
-pkgdesc='Open Source H264/AVC video encoder'
-arch=(x86_64)
-url=https://www.videolan.org/developers/x264.html
-license=(GPL)
-depends=(liblsmash.so)
-makedepends=(
-  git
-  nasm
-)
-provides=(
-  libx264
-  libx264.so
-)
-conflicts=(
-  libx264
-  libx264-10bit
-  libx264-all
-)
-replaces=(
-  libx264
-  libx264-10bit
-  libx264-all
-)
-_commit=baee400fa9ced6f5481a728138fed6e867b0ff7f
-source=(git+https://code.videolan.org/videolan/x264.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd x264
-  ./version.sh | grep X264_POINTVER | sed -r 's/^#define X264_POINTVER "([0-9]+\.[0-9]+)\.([0-9]+) (.*)"$/\1.r\2.\3/'
-}
-
-build() {
-  cd x264
-  ./configure \
-    --prefix=/usr \
-    --enable-shared \
-    --enable-pic \
-    --enable-lto \
-    --disable-avs
-  make
-}
-
-package() {
-  make -C x264 DESTDIR="${pkgdir}" BASHCOMPLETIONSDIR="/usr/share/bash-completion/completions" install-cli install-lib-shared install-bashcompletion
-}
-
-# vim: ts=2 sw=2 et:

Copied: x264/repos/extra-x86_64/PKGBUILD (from rev 454444, x264/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-23 17:15:16 UTC (rev 454445)
@@ -0,0 +1,59 @@
+# 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
+pkgver=0.164.r3095.baee400
+pkgrel=4
+epoch=3
+pkgdesc='Open Source H264/AVC video encoder'
+arch=(x86_64)
+url=https://www.videolan.org/developers/x264.html
+license=(GPL)
+depends=(liblsmash.so)
+makedepends=(
+  git
+  nasm
+)
+provides=(
+  libx264
+  libx264.so
+)
+conflicts=(
+  libx264
+  libx264-10bit
+  libx264-all
+)
+replaces=(
+  libx264
+  libx264-10bit
+  libx264-all
+)
+options=(debug)
+_commit=baee400fa9ced6f5481a728138fed6e867b0ff7f  # master
+source=(git+https://code.videolan.org/videolan/x264.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd x264
+  ./version.sh | grep X264_POINTVER | sed -r 's/^#define X264_POINTVER "([0-9]+\.[0-9]+)\.([0-9]+) (.*)"$/\1.r\2.\3/'
+}
+
+build() {
+  cd x264
+  ./configure \
+    --prefix=/usr \
+    --enable-shared \
+    --enable-pic \
+    --enable-lto \
+    --disable-avs
+  make
+}
+
+package() {
+  make -C x264 DESTDIR="${pkgdir}" BASHCOMPLETIONSDIR="/usr/share/bash-completion/completions" install-cli install-lib-shared install-bashcompletion
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list