[arch-commits] Commit in libebml/repos (3 files)

Maxime Gauduin alucryd at archlinux.org
Mon Aug 10 08:38:20 UTC 2020


    Date: Monday, August 10, 2020 @ 08:38:19
  Author: alucryd
Revision: 393501

db-move: moved libebml from [testing] to [extra] (x86_64)

Added:
  libebml/repos/extra-x86_64/PKGBUILD
    (from rev 393500, libebml/repos/testing-x86_64/PKGBUILD)
Deleted:
  libebml/repos/extra-x86_64/PKGBUILD
  libebml/repos/testing-x86_64/

-----------------------+
 /PKGBUILD             |   49 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   48 -----------------------------------------------
 2 files changed, 49 insertions(+), 48 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2020-08-10 08:38:18 UTC (rev 393500)
+++ extra-x86_64/PKGBUILD	2020-08-10 08:38:19 UTC (rev 393501)
@@ -1,48 +0,0 @@
-# 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.10
-pkgrel=2
-pkgdesc='Extensible Binary Meta Language library'
-arch=(x86_64)
-url=https://github.com/Matroska-Org/libebml
-license=(LGPL2.1)
-depends=(gcc-libs)
-makedepends=(
-  cmake
-  git
-)
-provides=(libebml.so)
-source=(git+https://github.com/Matroska-Org/libebml.git#tag=1e23ac6e09da110b51dba42299b4a5e09098a98a)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libebml
-
-  git describe --tags | sed 's/^release-//'
-}
-
-prepare() {
-  if [[ -d build ]]; then
-    rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../libebml \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-    -DBUILD_SHARED_LIBS=ON
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libebml/repos/extra-x86_64/PKGBUILD (from rev 393500, libebml/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2020-08-10 08:38:19 UTC (rev 393501)
@@ -0,0 +1,49 @@
+# 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.4.0
+pkgrel=1
+pkgdesc='Extensible Binary Meta Language library'
+arch=(x86_64)
+url=https://github.com/Matroska-Org/libebml
+license=(LGPL2.1)
+depends=(gcc-libs)
+makedepends=(
+  cmake
+  git
+)
+provides=(libebml.so)
+_tag=6145c5700d894312c4dd47ba6c1ace72075b0692
+source=(git+https://github.com/Matroska-Org/libebml.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libebml
+
+  git describe --tags | sed 's/^release-//'
+}
+
+prepare() {
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../libebml \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DBUILD_SHARED_LIBS=ON
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list