Package Details: ortp-git 4.5.0.alpha.r7.g607b2e7-1

Git Clone URL: https://aur.archlinux.org/ortp-git.git (read-only, click to copy)
Package Base: ortp-git
Description: A Real-time Transport Protocol (RTP) library
Upstream URL: https://github.com/BelledonneCommunications/ortp
Licenses: GPL3
Conflicts: ortp
Provides: ortp
Submitter: vnoel
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 11
Popularity: 0.000001
First Submitted: 2010-10-17 11:59 (UTC)
Last Updated: 2020-12-19 21:42 (UTC)

Required by (11)

Sources (1)

Latest Comments

asnelling commented on 2023-03-15 05:04 (UTC)

If your build fails when running Doxygen, add the line:

diff --git a/PKGBUILD b/PKGBUILD
index 9c1ef3a..770db83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,8 +26,9 @@ pkgver() {
 build() {
   cmake -B build "${_pkgname}" \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DENABLE_STATIC="NO" \
     -DCMAKE_SKIP_INSTALL_RPATH=ON \
+    -DENABLE_DOC="NO" \
     -Wno-dev
   make -C build
 }

Mine failed with this error:

/home/asnell/code/packaging/ortp-git/src/ortp/include/ortp/b64.h:305: error: unable to resolve link to 'b64::b64_encode2' for \link command (warning treated as error, aborting now)
make[2]: *** [CMakeFiles/ortp-html-doc.dir/build.make:132: doc/html/index.html] Error 1
make[1]: *** [CMakeFiles/Makefile2:136: CMakeFiles/ortp-html-doc.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
make: Leaving directory '/home/asnell/code/packaging/ortp-git/src/build'
==> ERROR: A failure occurred in build().
    Aborting...

thrasibule commented on 2017-07-08 19:23 (UTC) (edited on 2017-07-08 19:24 (UTC) by thrasibule)

I've updated the PKGBUILD to cmake, which is the preferred build method by upstream. https://gist.github.com/thrasibule/d4f8bb3777bf3d3fed54b270944fbb89

vnoel commented on 2011-01-22 10:38 (UTC)

not sure what could it be... Check the rights of the files /tmp/packerbuild-0/ortp-git/ortp-git/src/ortp-build/autogen.sh

CPUnltd commented on 2011-01-22 02:08 (UTC)

/tmp/packerbuild-0/ortp-git/ortp-git/PKGBUILD: line 34: ./autogen.sh: Permission denied not sure what the issue is... built just fine on my desktop... tried building this as root as well as a standard user and get the same issue...