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

Maxime Gauduin alucryd at archlinux.org
Thu May 6 08:14:16 UTC 2021


    Date: Thursday, May 6, 2021 @ 08:14:16
  Author: alucryd
Revision: 414487

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-06 08:14:11 UTC (rev 414486)
+++ PKGBUILD	2021-05-06 08:14:16 UTC (rev 414487)
@@ -1,57 +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=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:

Copied: libass/repos/extra-x86_64/PKGBUILD (from rev 414486, libass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-06 08:14:16 UTC (rev 414487)
@@ -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.1
+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=5447214643eacef71776350e779adf4b6c07bb3b
+source=(git+https://github.com/libass/libass.git#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