Date: Thursday, March 15, 2018 @ 14:15:56
  Author: alucryd
Revision: 319301

archrelease: copy trunk to extra-x86_64

Added:
  xvidcore/repos/extra-x86_64/PKGBUILD
    (from rev 319300, xvidcore/trunk/PKGBUILD)
Deleted:
  xvidcore/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 35 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-03-15 14:15:44 UTC (rev 319300)
+++ PKGBUILD    2018-03-15 14:15:56 UTC (rev 319301)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Tom Gundersen
-# Maintainer:  BartÅ‚omiej Piotrowski <[email protected]>
-# Contributor: tobias <[email protected]>
-# Contributor: Sarah Hay <[email protected]>
-
-pkgname=xvidcore
-pkgver=1.3.4
-pkgrel=1
-pkgdesc='XviD is an open source MPEG-4 video codec'
-arch=('i686' 'x86_64')
-url='http://www.xvid.org/'
-license=('GPL')
-depends=('glibc')
-makedepends=('nasm')
-provides=('libxvidcore.so')
-source=(http://downloads.xvid.org/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('5e68b84e3286b7bbaa95ddc34f0fcace')
-
-build() {
-  cd $pkgname/build/generic
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname/build/generic
-  make DESTDIR="$pkgdir" install
-}

Copied: xvidcore/repos/extra-x86_64/PKGBUILD (from rev 319300, 
xvidcore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-03-15 14:15:56 UTC (rev 319301)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin <[email protected]>
+# Maintainer: Tom Gundersen <[email protected]>
+# Contributor: BartÅ‚omiej Piotrowski <[email protected]>
+# Contributor: tobias <[email protected]>
+# Contributor: Sarah Hay <[email protected]>
+
+pkgname=xvidcore
+pkgver=1.3.5
+pkgrel=1
+pkgdesc='XviD is an open source MPEG-4 video codec'
+arch=('x86_64')
+url='http://www.xvid.org/'
+license=('GPL')
+depends=('glibc')
+makedepends=('nasm')
+provides=('libxvidcore.so')
+source=("http://downloads.xvid.org/downloads/xvidcore-${pkgver}.tar.bz2";)
+sha256sums=('7c20f279f9d8e89042e85465d2bcb1b3130ceb1ecec33d5448c4589d78f010b4')
+
+build() {
+  cd xvidcore/build/generic
+
+  ./configure \
+    --prefix='/usr'
+  make
+}
+
+package() {
+  cd xvidcore/build/generic
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to