summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2015-01-02 03:06:18 +0000
committerMart Raudsepp <leio@gentoo.org>2015-01-02 03:06:18 +0000
commit084d9ff1a94c8a43252500157e3b46476db1606d (patch)
tree45ceb2ca2977e40e9d1077cde09a6c0c3ddc8d0e /media-plugins/gst-plugins-soup/gst-plugins-soup-1.4.5.ebuild
parentFix Bug 534180 - dev-haskell/dataenc-0.14.0.5 - setup: At least the following... (diff)
downloadhistorical-084d9ff1a94c8a43252500157e3b46476db1606d.tar.gz
historical-084d9ff1a94c8a43252500157e3b46476db1606d.tar.bz2
historical-084d9ff1a94c8a43252500157e3b46476db1606d.zip
Version bump, remove old. Update metadata and description for souphttpclientsink element, which was introduced long ago. Noteworthy upstream improvements:
* Adds HTTP session logging support (http-log-level property). * souphttpsrc: compress property for automatic gzip/deflate handling and keep-alive property for HTTP persistent connections. * souphttpsrc: SSL/TLS certificate checking via ssl-strict, ssl-ca-file and ssl-use-system-ca-file properties; note that the default is strict checking against system CA file. * souphttpsrc: retries property to define maximum number of retries until giving up (default is 3). * souphttpsrc: custom sticky events which pass HTTP request and response headers (e.g to get cookie information downstream). * Many bug fixes, a lot about EOS handling. Package-Manager: portage-2.2.15/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/gst-plugins-soup/gst-plugins-soup-1.4.5.ebuild')
-rw-r--r--media-plugins/gst-plugins-soup/gst-plugins-soup-1.4.5.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.4.5.ebuild b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.4.5.ebuild
new file mode 100644
index 000000000000..34faf65b301a
--- /dev/null
+++ b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.4.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soup/gst-plugins-soup-1.4.5.ebuild,v 1.1 2015/01/02 03:06:14 leio Exp $
+
+EAPI="5"
+
+GST_ORG_MODULE=gst-plugins-good
+inherit gstreamer
+
+DESCRIPTION="GStreamer plugin for HTTP client source/sink"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
+IUSE=""
+
+# Depend on >=net-libs/libsoup-2.47.0 once it is stable (see LIBSOUP_DOES_NOT_STEAL_OUR_CONTEXT in ext/soup)
+RDEPEND=">=net-libs/libsoup-2.44.2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"