Date: Sunday, October 2, 2022 @ 08:09:27
  Author: alucryd
Revision: 457102

archrelease: copy trunk to extra-x86_64

Added:
  libebml/repos/extra-x86_64/PKGBUILD
    (from rev 457101, libebml/trunk/PKGBUILD)
Deleted:
  libebml/repos/extra-x86_64/PKGBUILD
  libebml/repos/extra-x86_64/libebml-limits.patch

----------------------+
 PKGBUILD             |   89 ++++++++++++++++++++++---------------------------
 libebml-limits.patch |   24 -------------
 2 files changed, 40 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-02 08:09:17 UTC (rev 457101)
+++ PKGBUILD    2022-10-02 08:09:27 UTC (rev 457102)
@@ -1,49 +0,0 @@
-# Maintainer: Giovanni Scafora <[email protected]>
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: 03/08/04 <[email protected]>
-
-pkgname=libebml
-pkgver=1.4.2
-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
-  ninja
-)
-provides=(libebml.so)
-_tag=6c59e5e1ce0087e4465f6d3f479449d3f6bcb167
-source=(
-  git+https://github.com/Matroska-Org/libebml.git#tag=${_tag}
-  libebml-limits.patch
-)
-b2sums=('SKIP'
-        
'62aaeb70d83c91af422b70a3e21ef7e538201c01e1b088a7e05d0bde02078fa6ed723ea3d0dc01da0bfbac4012e2b0c683de7abb26eb5d38553e7905f0ff8bfd')
-
-prepare() {
-  cd libebml
-  patch -Np1 -i ../libebml-limits.patch
-}
-
-pkgver() {
-  cd libebml
-  git describe --tags | sed 's/^release-//'
-}
-
-build() {
-  cmake -S libebml -B build -G Ninja \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-    -DBUILD_SHARED_LIBS=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --install build
-}
-
-# vim: ts=2 sw=2 et:

Copied: libebml/repos/extra-x86_64/PKGBUILD (from rev 457101, 
libebml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-02 08:09:27 UTC (rev 457102)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: 03/08/04 <[email protected]>
+
+pkgname=libebml
+pkgver=1.4.3
+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
+  ninja
+)
+provides=(libebml.so)
+_tag=ed70399738dbb8527deca5a77329f911eb35fe46
+source=(git+https://github.com/Matroska-Org/libebml.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd libebml
+  git describe --tags | sed 's/^release-//'
+}
+
+build() {
+  cmake -S libebml -B build -G Ninja \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DBUILD_SHARED_LIBS=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+}
+
+# vim: ts=2 sw=2 et:

Deleted: libebml-limits.patch
===================================================================
--- libebml-limits.patch        2022-10-02 08:09:17 UTC (rev 457101)
+++ libebml-limits.patch        2022-10-02 08:09:27 UTC (rev 457102)
@@ -1,24 +0,0 @@
-diff --git a/src/EbmlString.cpp b/src/EbmlString.cpp
-index 27e55fd..4c05fcf 100644
---- a/src/EbmlString.cpp
-+++ b/src/EbmlString.cpp
-@@ -34,6 +34,7 @@
-   \author Steve Lhomme     <robux4 @ users.sf.net>
- */
- #include <cassert>
-+#include <limits>
- 
- #include "ebml/EbmlString.h"
- 
-diff --git a/src/EbmlUnicodeString.cpp b/src/EbmlUnicodeString.cpp
-index 496a16a..99fc073 100644
---- a/src/EbmlUnicodeString.cpp
-+++ b/src/EbmlUnicodeString.cpp
-@@ -36,6 +36,7 @@
- */
- 
- #include <cassert>
-+#include <limits>
- 
- #include "ebml/EbmlUnicodeString.h"
- 

Reply via email to