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.000000
First Submitted: 2010-10-17 11:59 (UTC)
Last Updated: 2020-12-19 21:42 (UTC)

Dependencies (3)

Required by (11)

Sources (1)

Latest Comments

dreieck commented on 2023-12-22 14:49 (UTC)

When I have bctoolbox 5.3.1 installed, compilation of ortp-git fails with bctoolbox/tester.h: No such file or directory:

[ 88%] Building C object tester/CMakeFiles/ortp-tester.dir/ortp_tester.c.o
In file included from /tmp/makepkg/build/ortp-git/src/ortp/tester/ortp_tester.c:21:
/tmp/makepkg/build/ortp-git/src/ortp/tester/ortp_tester.h:25:10: fatal error: bctoolbox/tester.h: No such file or directory
   25 | #include <bctoolbox/tester.h>
      |          ^~~~~~~~~~~~~~~~~~~~

Regards!

dreieck commented on 2023-12-22 14:48 (UTC)

Build fails for me:

CMake Error at CMakeLists.txt:65 (find_package):
  By not providing "FindBCToolbox.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "BCToolbox", but CMake did not find one.

  Could not find a package configuration file provided by "BCToolbox"
  (requested version 5.3.0) with any of the following names:

    BCToolboxConfig.cmake
    bctoolbox-config.cmake

  Add the installation prefix of "BCToolbox" to CMAKE_PREFIX_PATH or set
  "BCToolbox_DIR" to a directory containing one of the above files.  If
  "BCToolbox" provides a separate development package or SDK, be sure it has
  been installed.

Package bctoolbox, version 5.2.112-1, is installed. But it needs at least version 5.3.0. Please make the dependency a versioned dependency (bctoolbox>=5.3.0).

Regards and thanks for maintaining!

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...