[arch-commits] Commit in ortp/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Mar 2 16:49:50 UTC 2020
Date: Monday, March 2, 2020 @ 16:49:50
Author: arojas
Revision: 588549
archrelease: copy trunk to community-x86_64
Added:
ortp/repos/community-x86_64/PKGBUILD
(from rev 588548, ortp/trunk/PKGBUILD)
Deleted:
ortp/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-02 16:49:34 UTC (rev 588548)
+++ PKGBUILD 2020-03-02 16:49:50 UTC (rev 588549)
@@ -1,33 +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.3.1
-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=('55d12b71ed7c3958abb8d892105e616499d66c88200c46e3ec3cfbbe79771b2e')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_STATIC=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: ortp/repos/community-x86_64/PKGBUILD (from rev 588548, ortp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-02 16:49:50 UTC (rev 588549)
@@ -0,0 +1,33 @@
+# 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.3.2
+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=('15b6b14a7c3f8d41f57ea82e221081c05c587f3d2aca3a38af7951973d620fff')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DENABLE_STATIC=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list