[arch-commits] Commit in ortp/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Apr 27 13:11:22 UTC 2021


    Date: Tuesday, April 27, 2021 @ 13:11:22
  Author: arojas
Revision: 924773

archrelease: copy trunk to community-x86_64

Added:
  ortp/repos/community-x86_64/PKGBUILD
    (from rev 924772, ortp/trunk/PKGBUILD)
Deleted:
  ortp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-27 13:11:11 UTC (rev 924772)
+++ PKGBUILD	2021-04-27 13:11:22 UTC (rev 924773)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=ortp
-pkgver=4.5.7
-pkgrel=1
-pkgdesc="A Real-time Transport Protocol (RTP) library"
-arch=(x86_64)
-url="https://github.com/BelledonneCommunications/ortp"
-license=(GPL3)
-depends=(bctoolbox)
-makedepends=(cmake doxygen)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz")
-sha256sums=('21e8e504b14a7c4aac2731f0e17adb8f7a6530163525294851c42ec8389c0254')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: ortp/repos/community-x86_64/PKGBUILD (from rev 924772, ortp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-27 13:11:22 UTC (rev 924773)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=ortp
+pkgver=4.5.10
+pkgrel=1
+pkgdesc="A Real-time Transport Protocol (RTP) library"
+arch=(x86_64)
+url="https://github.com/BelledonneCommunications/ortp"
+license=(GPL3)
+depends=(bctoolbox)
+makedepends=(cmake doxygen)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/BelledonneCommunications/ortp/archive/$pkgver.tar.gz")
+sha256sums=('d89af8cae48df0664cebf5b5847a8ab479516d7fa58dcfbb7d48ed3b17534541')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list