Search Criteria
Package Details: lib32-libsrtp 1:2.6.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-libsrtp.git (read-only, click to copy) |
---|---|
Package Base: | lib32-libsrtp |
Description: | Library for SRTP (Secure Realtime Transport Protocol) (32-bit) |
Upstream URL: | https://github.com/cisco/libsrtp |
Licenses: | BSD-3-Clause |
Submitter: | orumin |
Maintainer: | rodrigo21 |
Last Packager: | rodrigo21 |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-06 07:38 (UTC) |
Last Updated: | 2024-05-04 14:33 (UTC) |
Dependencies (7)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR, lib32-glibc-eac-rocoAUR)
- lib32-nss (lib32-nss-hgAUR)
- libsrtp (libsrtp-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- lib32-libpcap (make)
- meson (meson-gitAUR) (make)
- procps-ng (procps-ng-gitAUR, busybox-coreutilsAUR) (check)
Required by (18)
- lib32-gst-libav (make)
- lib32-gst-libav-git (make)
- lib32-gst-plugin-gtk-git (make)
- lib32-gst-plugin-va-git (make)
- lib32-gst-plugins-bad
- lib32-gst-plugins-bad (make)
- lib32-gst-plugins-bad-git
- lib32-gst-plugins-bad-git (make)
- lib32-gst-plugins-bad-libs (make)
- lib32-gst-plugins-bad-libs-git (make)
- lib32-gst-plugins-base-git (make)
- lib32-gst-plugins-base-libs-git (make)
- lib32-gst-plugins-good-git (make)
- lib32-gst-plugins-ugly (make)
- lib32-gst-plugins-ugly-git (make)
- lib32-gst-rtsp-server-git (make)
- lib32-gstreamer-git (make)
- lib32-gstreamer-vaapi-git (make)
Latest Comments
NeWolf commented on 2024-06-27 18:24 (UTC)
fails to build
ttd1 commented on 2021-04-08 16:12 (UTC)
Thanks @allencch, i was finally able to build the package.
allencch commented on 2021-01-24 10:19 (UTC)
In order to solve the
ar-lib
not found error, I solved it by editing theprepare()
,sapphire commented on 2021-01-17 03:45 (UTC)
The build fails with:
autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force configure.ac:147: warning: The macro
AC_HEADER_STDC' is obsolete. configure.ac:147: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:147: the top level configure.ac:415: warning: The macro
AC_CONFIG_HEADER' is obsolete. configure.ac:415: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:415: the top level autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: /usr/bin/autoconf --force configure.ac:147: warning: The macroAC_HEADER_STDC' is obsolete. configure.ac:147: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:147: the top level configure.ac:415: warning: The macro
AC_CONFIG_HEADER' is obsolete. configure.ac:415: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:415: the top level autoreconf: running: /usr/bin/autoheader --force autoreconf: configure.ac: not using Automake autoreconf: './install-sh' is updated autoreconf: './config.sub' is updated autoreconf: './config.guess' is updated configure.ac: error: required file 'ar-lib' not found autoreconf: Leaving directory '.' ==> ERROR: A failure occurred in prepare(). Aborting...rodrigo21 commented on 2020-05-15 19:50 (UTC)
@MR-2 Thanks again. It was already fixed in the git repo.
MR-2 commented on 2020-05-15 18:40 (UTC)
I had to add "-fcommon" to the gcc command to make it build with gcc 10:
export CC="gcc -m32 -fcommon"