diff options
author | Jaco Kroon <jaco@uls.co.za> | 2016-06-01 11:04:47 +0200 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2016-06-30 11:30:47 +0100 |
commit | c635eec3da5b371e9a218503e5d132a0a01d8950 (patch) | |
tree | 5b4ea55264678f17c4567f7ba7ce24fcc8e621bd /net-libs/pjproject/metadata.xml | |
parent | media-fonts/awesome: Initial commit. Ebuild stolen from the Quarks overlay wi... (diff) | |
download | gentoo-c635eec3da5b371e9a218503e5d132a0a01d8950.tar.gz gentoo-c635eec3da5b371e9a218503e5d132a0a01d8950.tar.bz2 gentoo-c635eec3da5b371e9a218503e5d132a0a01d8950.zip |
asterisk pjsip (pjprotect) support.
Diffstat (limited to 'net-libs/pjproject/metadata.xml')
-rw-r--r-- | net-libs/pjproject/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-libs/pjproject/metadata.xml b/net-libs/pjproject/metadata.xml new file mode 100644 index 000000000000..42ac90f2199b --- /dev/null +++ b/net-libs/pjproject/metadata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>chainsaw@gentoo.org</email> + <name>Tony Vroon</name> + </maintainer> + <use> + <flag name="amr">Inlcude AMR codec in the build</flag> + <flag name="v4l2">Include Video4Linux v2 support in the build</flag> + <flag name="epoll">Use /dev/epoll ioqueue on Linux (experimental)</flag> + <flag name="g711">Include G.711 codecs in the build</flag> + <flag name="g722">Include G.722 codec in the build</flag> + <flag name="g7221">Include G.722.1 codec in the build</flag> + <flag name="ilbc">Include iLBC codec in the build</flag> + <flag name="l16">Include Linear/L16 codec family in the build</flag> + <flag name="libyuv">Include libyuv in the build</flag> + <flag name="openh264">Include Open H.264 support in the build</flag> + <flag name="opus">Include OPUS support in the build</flag> + <flag name="resample">Include resampling implementations in the build</flag> + <flag name="silk">Include SILK support in the build</flag> + <flag name="webrtc">Enable WebRTC support</flag> + </use> +</pkgmetadata> |