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

Levente Polyak anthraxx at archlinux.org
Thu Mar 22 00:08:00 UTC 2018


    Date: Thursday, March 22, 2018 @ 00:07:52
  Author: anthraxx
Revision: 319791

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-22 00:07:16 UTC (rev 319790)
+++ PKGBUILD	2018-03-22 00:07:52 UTC (rev 319791)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Gilles CHAUVIN <gcnweb at gmail.com>
-
-pkgname=libdvbpsi
-pkgver=1.3.1
-pkgrel=1
-epoch=1
-pkgdesc="A library designed for decoding and generation of MPEG TS and DVB PSI tables"
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-depends=('glibc')
-replaces=('libdvbpsi4' 'libdvbpsi5')
-conflicts=('libdvbpsi4' 'libdvbpsi5')
-url="http://developers.videolan.org/libdvbpsi/"
-source=("http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('4e525af846c50742a1d3945b5d31f0a2')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: libdvbpsi/repos/extra-x86_64/PKGBUILD (from rev 319790, libdvbpsi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-22 00:07:52 UTC (rev 319791)
@@ -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.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:



More information about the arch-commits mailing list