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

Maxime Gauduin alucryd at archlinux.org
Sat Feb 27 15:32:50 UTC 2016


    Date: Saturday, February 27, 2016 @ 16:32:50
  Author: alucryd
Revision: 260312

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-02-27 15:32:29 UTC (rev 260311)
+++ extra-i686/PKGBUILD	2016-02-27 15:32:50 UTC (rev 260312)
@@ -1,36 +0,0 @@
-# $Id$
-# 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.13.1
-pkgrel=1
-pkgdesc="A portable library for SSA/ASS subtitles rendering"
-arch=('i686' 'x86_64')
-url="https://github.com/libass/libass/"
-license=('BSD')
-depends=('fribidi' 'fontconfig')
-makedepends=('pkg-config' 'yasm')
-provides=('libass.so')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('43b5f379e70b3aef15b2435e21e5b73c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
-    --prefix='/usr' \
-    --enable-harfbuzz \
-    --enable-fontconfig
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libass/repos/extra-i686/PKGBUILD (from rev 260311, libass/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-02-27 15:32:50 UTC (rev 260312)
@@ -0,0 +1,36 @@
+# $Id$
+# 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.13.2
+pkgrel=1
+pkgdesc="A portable library for SSA/ASS subtitles rendering"
+arch=('i686' 'x86_64')
+url="https://github.com/libass/libass/"
+license=('BSD')
+depends=('fribidi' 'fontconfig')
+makedepends=('pkg-config' 'yasm')
+provides=('libass.so')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('1c8cbd5751aeb192bda04a65d0464fd9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --enable-harfbuzz \
+    --enable-fontconfig
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-02-27 15:32:29 UTC (rev 260311)
+++ extra-x86_64/PKGBUILD	2016-02-27 15:32:50 UTC (rev 260312)
@@ -1,36 +0,0 @@
-# $Id$
-# 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.13.1
-pkgrel=1
-pkgdesc="A portable library for SSA/ASS subtitles rendering"
-arch=('i686' 'x86_64')
-url="https://github.com/libass/libass/"
-license=('BSD')
-depends=('fribidi' 'fontconfig')
-makedepends=('pkg-config' 'yasm')
-provides=('libass.so')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('43b5f379e70b3aef15b2435e21e5b73c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
-    --prefix='/usr' \
-    --enable-harfbuzz \
-    --enable-fontconfig
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libass/repos/extra-x86_64/PKGBUILD (from rev 260311, libass/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-02-27 15:32:50 UTC (rev 260312)
@@ -0,0 +1,36 @@
+# $Id$
+# 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.13.2
+pkgrel=1
+pkgdesc="A portable library for SSA/ASS subtitles rendering"
+arch=('i686' 'x86_64')
+url="https://github.com/libass/libass/"
+license=('BSD')
+depends=('fribidi' 'fontconfig')
+makedepends=('pkg-config' 'yasm')
+provides=('libass.so')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('1c8cbd5751aeb192bda04a65d0464fd9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --enable-harfbuzz \
+    --enable-fontconfig
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list