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

Maxime Gauduin alucryd at archlinux.org
Tue Oct 27 13:22:30 UTC 2020


    Date: Tuesday, October 27, 2020 @ 13:22:29
  Author: alucryd
Revision: 398893

archrelease: copy trunk to extra-x86_64

Added:
  libass/repos/extra-x86_64/PKGBUILD
    (from rev 398892, libass/trunk/PKGBUILD)
Deleted:
  libass/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  113 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 57 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-27 13:22:25 UTC (rev 398892)
+++ PKGBUILD	2020-10-27 13:22:29 UTC (rev 398893)
@@ -1,56 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: G_Syme <demichan at mail.upb.de>
-
-pkgname=libass
-pkgver=0.15.0
-pkgrel=1
-pkgdesc='A portable library for SSA/ASS subtitles rendering'
-arch=(x86_64)
-url=https://github.com/libass/libass/
-license=(BSD)
-depends=(
-  fontconfig
-  fribidi
-  glib2
-  glibc
-  harfbuzz
-  libfreetype.so
-)
-makedepends=(
-  git
-  nasm
-)
-provides=(libass.so)
-_tag=d149636f502f5774ae1a8fb4c554b122674393b2
-source=(git+https://github.com/libass/libass.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd libass
-
-  git describe --tags
-}
-
-prepare() {
-  cd libass
-
-  ./autogen.sh
-}
-
-build() {
-  cd libass
-
-  ./configure \
-    --prefix=/usr \
-    --enable-harfbuzz \
-    --enable-fontconfig
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C libass install
-  install -Dm 644 libass/COPYING -t "${pkgdir}"/usr/share/licenses/libass/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libass/repos/extra-x86_64/PKGBUILD (from rev 398892, libass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-27 13:22:29 UTC (rev 398893)
@@ -0,0 +1,57 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: G_Syme <demichan at mail.upb.de>
+
+pkgname=libass
+pkgver=0.15.0
+pkgrel=2
+pkgdesc='A portable library for SSA/ASS subtitles rendering'
+arch=(x86_64)
+url=https://github.com/libass/libass/
+license=(BSD)
+depends=(
+  fontconfig
+  fribidi
+  glib2
+  glibc
+  harfbuzz
+  libfreetype.so
+)
+makedepends=(
+  git
+  nasm
+)
+provides=(libass.so)
+_tag=415240ce8efe01ffc952725df7d5a980b001cca8
+source=(git+https://github.com/libass/libass.git?signed#tag=${_tag})
+validpgpkeys=(5458C3100671F252B0F4C7708079D18C21AAAAFF) # Oleg Oshmyan (Chortos-2) <chortos at inbox.lv>
+b2sums=(SKIP)
+
+pkgver() {
+  cd libass
+
+  git describe --tags
+}
+
+prepare() {
+  cd libass
+
+  ./autogen.sh
+}
+
+build() {
+  cd libass
+
+  ./configure \
+    --prefix=/usr \
+    --enable-harfbuzz \
+    --enable-fontconfig
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C libass install
+  install -Dm 644 libass/COPYING -t "${pkgdir}"/usr/share/licenses/libass/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list