[arch-commits] Commit in libmatroska/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun May 26 13:55:11 UTC 2019
Date: Sunday, May 26, 2019 @ 13:55:10
Author: alucryd
Revision: 354323
archrelease: copy trunk to extra-x86_64
Added:
libmatroska/repos/extra-x86_64/PKGBUILD
(from rev 354322, libmatroska/trunk/PKGBUILD)
Deleted:
libmatroska/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-26 13:55:05 UTC (rev 354322)
+++ PKGBUILD 2019-05-26 13:55:10 UTC (rev 354323)
@@ -1,43 +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=libmatroska
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Matroska library'
-arch=(x86_64)
-url=https://dl.matroska.org/downloads/libmatroska/
-license=(LGPL2.1)
-depends=(libebml.so)
-makedepends=(
- cmake
- git
-)
-provides=(libmatroska.so)
-source=(git+https://github.com/Matroska-Org/libmatroska.git#tag=release-${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
- if [[ -d build ]]; then
- rm -rf build
- fi
- mkdir build
-}
-
-build() {
- cd build
-
- cmake ../libmatroska \
- -DCMAKE_BUILD_TYPE=Release \
- -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: libmatroska/repos/extra-x86_64/PKGBUILD (from rev 354322, libmatroska/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-26 13:55:10 UTC (rev 354323)
@@ -0,0 +1,43 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor 03/08/04 <lefungus at altern.org>
+
+pkgname=libmatroska
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Matroska library'
+arch=(x86_64)
+url=https://dl.matroska.org/downloads/libmatroska/
+license=(LGPL2.1)
+depends=(libebml.so)
+makedepends=(
+ cmake
+ git
+)
+provides=(libmatroska.so)
+source=(git+https://github.com/Matroska-Org/libmatroska.git#tag=release-${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+ if [[ -d build ]]; then
+ rm -rf build
+ fi
+ mkdir build
+}
+
+build() {
+ cd build
+
+ cmake ../libmatroska \
+ -DCMAKE_BUILD_TYPE=Release \
+ -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