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

Levente Polyak anthraxx at archlinux.org
Tue Sep 3 21:28:38 UTC 2019


    Date: Tuesday, September 3, 2019 @ 21:28:38
  Author: anthraxx
Revision: 361584

archrelease: copy trunk to extra-x86_64

Added:
  libdvbpsi/repos/extra-x86_64/PKGBUILD
    (from rev 361583, libdvbpsi/trunk/PKGBUILD)
Deleted:
  libdvbpsi/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-03 21:28:32 UTC (rev 361583)
+++ PKGBUILD	2019-09-03 21:28:38 UTC (rev 361584)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Gilles CHAUVIN <gcnweb at gmail.com>
-
-pkgname=libdvbpsi
-pkgver=1.3.2
-pkgrel=1
-epoch=1
-pkgdesc='Library designed for decoding and generation of MPEG TS and DVB PSI tables'
-url='http://developers.videolan.org/libdvbpsi/'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('glibc')
-provides=('libdvbpsi.so')
-source=(${pkgname}-${pkgver}.tar.bz2::https://code.videolan.org/videolan/libdvbpsi/repository/${pkgver}/archive.tar.bz2)
-sha512sums=('598a671059f8d1ffe19c695972a07bf438cc8a340d7f3d00745b9c55be767acb6848a26b9af4918aa9652db76ae32c3ffdacad860259ae2092ffb8b48203e6b3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}-*
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}-*
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}-*
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libdvbpsi/repos/extra-x86_64/PKGBUILD (from rev 361583, libdvbpsi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-03 21:28:38 UTC (rev 361584)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Gilles CHAUVIN <gcnweb at gmail.com>
+
+pkgname=libdvbpsi
+pkgver=1.3.3
+pkgrel=1
+epoch=1
+pkgdesc='Library designed for decoding and generation of MPEG TS and DVB PSI tables'
+url='https://www.videolan.org/developers/libdvbpsi.html'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glibc')
+provides=('libdvbpsi.so')
+source=(${pkgname}-${pkgver}.tar.bz2::https://code.videolan.org/videolan/libdvbpsi/repository/${pkgver}/archive.tar.bz2)
+sha512sums=('d68bb742b22cc525f04e48597edb9a6ffeccfecd16e2cb9e16cf0f80cbd755bc9d3dc50e4679b2c2be107bb8f18717060d0f80a9994a0060c80a7b98b2cc4354')
+
+prepare() {
+  cd ${pkgname}-${pkgver}-*
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}-*
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-*
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list