Mercurial > hg > portage
diff dev-python/python-sipsimple/python-sipsimple-3.1.0.ebuild @ 432:8b06995f9f2a
experiment: compile python-sipsimple with openh264 support
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 03 Dec 2016 07:08:23 +0100 |
parents | 01e0c9f33853 |
children |
line wrap: on
line diff
--- a/dev-python/python-sipsimple/python-sipsimple-3.1.0.ebuild Sat Dec 03 06:05:41 2016 +0100 +++ b/dev-python/python-sipsimple/python-sipsimple-3.1.0.ebuild Sat Dec 03 07:08:23 2016 +0100 @@ -28,6 +28,7 @@ media-libs/libvpx sys-apps/util-linux virtual/ffmpeg + media-libs/openh264 " RDEPEND="${CDEPEND} virtual/python-dnspython[${PYTHON_USEDEP}] @@ -53,4 +54,7 @@ src_prepare() { chmod +x ${S}/deps/pjsip/configure chmod +x ${S}/deps/pjsip/aconfigure + + epatch "${FILESDIR}/aconfigure.openh264.patch" + epatch "${FILESDIR}/setup_pjsip.openh264.patch" }