summaryrefslogtreecommitdiff
path: root/packages/net-im/psimedia/psimedia.exlib
blob: 15c3c14ec2630247afd90b100dc5c5c06c4f7a4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Distributed under the terms of the GNU General Public License v2
# Copyright 2018 Gluzskiy Alexandr <sss@sss.chaoslab.ru>

require github [ user=psi-im force_git_clone=true ]
require cmake [ api=2 ]

export_exlib_phases src_install

SUMMARY="PsiMedia is a thick abstraction layer for providing audio and video RTP services to Psi-like IM clients"

LICENCES="GPL-2"

SLOT="0"

MYOPTIONS=""

DEPENDENCIES="
    build+run:
        x11-libs/qtbase:=
        dev-libs/glib:2
        media-libs/gstreamer:=[>=1.10.4]
        media-plugins/gst-plugins-base:=[>=1.10.4]
"

psimedia_src_install() {
    cmake_src_install
    nonfatal edo mv "${IMAGE}"/usr/$(exhost --target)/lib/psi "${IMAGE}"/usr/$(exhost --target)/lib/psi-plus 
}