[arch-commits] Commit in libebml/repos (4 files)
Maxime Gauduin
alucryd at archlinux.org
Thu Aug 24 13:24:37 UTC 2017
Date: Thursday, August 24, 2017 @ 13:24:37
Author: alucryd
Revision: 303435
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libebml/repos/extra-i686/PKGBUILD
(from rev 303434, libebml/trunk/PKGBUILD)
libebml/repos/extra-x86_64/PKGBUILD
(from rev 303434, libebml/trunk/PKGBUILD)
Deleted:
libebml/repos/extra-i686/PKGBUILD
libebml/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 76 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 32 --------------------
extra-x86_64/PKGBUILD | 32 --------------------
3 files changed, 76 insertions(+), 64 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-08-24 13:21:51 UTC (rev 303434)
+++ extra-i686/PKGBUILD 2017-08-24 13:24:37 UTC (rev 303435)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: 03/08/04 <lefungus at altern.org>
-
-pkgname=libebml
-pkgver=1.3.4
-pkgrel=2
-pkgdesc='Extensible Binary Meta Language library'
-arch=('i686' 'x86_64')
-url='https://dl.matroska.org/downloads/libebml/'
-license=('LGPL')
-depends=('gcc-libs')
-provides=('libebml.so')
-source=("https://dl.matroska.org/downloads/libebml/libebml-${pkgver}.tar.bz2")
-sha256sums=('c50d3ecf133742c6549c0669c3873f968e11a365a5ba17b2f4dc339bbe51f387')
-
-build() {
- cd libebml-${pkgver}
-
- ./configure \
- --prefix='/usr'
- make
-}
-
-package() {
- cd libebml-${pkgver}
-
- make prefix="${pkgdir}/usr" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: libebml/repos/extra-i686/PKGBUILD (from rev 303434, libebml/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-24 13:24:37 UTC (rev 303435)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: 03/08/04 <lefungus at altern.org>
+
+pkgname=libebml
+pkgver=1.3.5
+pkgrel=1
+pkgdesc='Extensible Binary Meta Language library'
+arch=('i686' 'x86_64')
+url='https://github.com/Matroska-Org/libebml'
+license=('LGPL')
+depends=('gcc-libs')
+provides=('libebml.so')
+source=("libebml-${pkgver}.tar.gz::https://github.com/Matroska-Org/libebml/archive/release-${pkgver}.tar.gz")
+sha256sums=('efe9851797db47bc78486b6c518d822cfca435afe3d9c9d0812d8e3825cd71e6')
+
+prepare() {
+ cd libebml-release-${pkgver}
+
+ autoreconf -fiv
+}
+
+build() {
+ cd libebml-release-${pkgver}
+
+ ./configure \
+ --prefix='/usr'
+ make
+}
+
+package() {
+ cd libebml-release-${pkgver}
+
+ make prefix="${pkgdir}/usr" install
+}
+
+# vim: ts=2 sw=2 et:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-08-24 13:21:51 UTC (rev 303434)
+++ extra-x86_64/PKGBUILD 2017-08-24 13:24:37 UTC (rev 303435)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: 03/08/04 <lefungus at altern.org>
-
-pkgname=libebml
-pkgver=1.3.4
-pkgrel=2
-pkgdesc='Extensible Binary Meta Language library'
-arch=('i686' 'x86_64')
-url='https://dl.matroska.org/downloads/libebml/'
-license=('LGPL')
-depends=('gcc-libs')
-provides=('libebml.so')
-source=("https://dl.matroska.org/downloads/libebml/libebml-${pkgver}.tar.bz2")
-sha256sums=('c50d3ecf133742c6549c0669c3873f968e11a365a5ba17b2f4dc339bbe51f387')
-
-build() {
- cd libebml-${pkgver}
-
- ./configure \
- --prefix='/usr'
- make
-}
-
-package() {
- cd libebml-${pkgver}
-
- make prefix="${pkgdir}/usr" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: libebml/repos/extra-x86_64/PKGBUILD (from rev 303434, libebml/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-08-24 13:24:37 UTC (rev 303435)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: 03/08/04 <lefungus at altern.org>
+
+pkgname=libebml
+pkgver=1.3.5
+pkgrel=1
+pkgdesc='Extensible Binary Meta Language library'
+arch=('i686' 'x86_64')
+url='https://github.com/Matroska-Org/libebml'
+license=('LGPL')
+depends=('gcc-libs')
+provides=('libebml.so')
+source=("libebml-${pkgver}.tar.gz::https://github.com/Matroska-Org/libebml/archive/release-${pkgver}.tar.gz")
+sha256sums=('efe9851797db47bc78486b6c518d822cfca435afe3d9c9d0812d8e3825cd71e6')
+
+prepare() {
+ cd libebml-release-${pkgver}
+
+ autoreconf -fiv
+}
+
+build() {
+ cd libebml-release-${pkgver}
+
+ ./configure \
+ --prefix='/usr'
+ make
+}
+
+package() {
+ cd libebml-release-${pkgver}
+
+ make prefix="${pkgdir}/usr" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list