From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-hls/
Date: Sun, 25 Oct 2015 17:32:10 +0000 (UTC) [thread overview]
Message-ID: <1445794280.1bd9e1ccd7729aae191631dfea9b4b39abbce722.eva@gentoo> (raw)
commit: 1bd9e1ccd7729aae191631dfea9b4b39abbce722
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 16:41:20 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 17:31:20 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd9e1cc
media-plugins/gst-plugins-hls: version bump to 1.6.0
Package-Manager: portage-2.2.23
media-plugins/gst-plugins-hls/Manifest | 1 +
.../gst-plugins-hls/gst-plugins-hls-1.6.0.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/media-plugins/gst-plugins-hls/Manifest b/media-plugins/gst-plugins-hls/Manifest
index a9a0352..8c170de 100644
--- a/media-plugins/gst-plugins-hls/Manifest
+++ b/media-plugins/gst-plugins-hls/Manifest
@@ -1,2 +1,3 @@
DIST gst-plugins-bad-1.2.4.tar.xz 3272824 SHA256 984c133ec9d5d705e313d9e2bbd1472b93c6567460602a9a316578925ffe2eca SHA512 4344dedb899cdc0e3bf36a3b5dd36c6091e2e2f2a7440e3831cebbd9b4463f89cc4bc2d589b0c2c806bcaeb1864a49b3c9e0e3bedc051f1f46e09a8f131f0aa9 WHIRLPOOL 98bce50e7018d7c8d442bf8c7f26f14bd719a8af5af0fde39841c4282a9e4edfeefe06ab10797826cf9b876e173dafcf2e2df86408c373e6c4d8902072cf393c
DIST gst-plugins-bad-1.4.5.tar.xz 3824936 SHA256 152fad7250683d72f9deb36c5685428338365fe4a4c87ffe15e38783b14f983c SHA512 65d6be58957b1329420611b8e6f1eb9869420745d9165047631cdf9e45083605f37dcfaf68a288fe4252f1b3543f7f70ded9c12eab2e0ac4ac9f4c4ce9eaac7a WHIRLPOOL f5ade3f101ca82b52e7145e5ac16f5c1ab5d042415ee7753586dc6ad0942467c4c5b5b4aa6b0bc44e1ebd9c40de1964df265aa41599cb692fd32aab2b6a7acf7
+DIST gst-plugins-bad-1.6.0.tar.xz 4209172 SHA256 d8ff26128d4ecd2ffeb28e14843808d2d971b09056b7cee6f08afcae01fc0f49 SHA512 1b646b9dbbb18bd37a9141ba5983f3d8448d60af80144759120f580c2f65e97f78b148e7b7494c46163942274444f4191bed1be43539551c4278c9056230efe2 WHIRLPOOL 8ef0303f15153cb460009bf962e9d0c70d0f73ce4dda0f7d6579509df26104e3c16a1a6710bae16d13c4d3dd9f5d4c1846caa9164fef5fd49c21657269a6b0c9
diff --git a/media-plugins/gst-plugins-hls/gst-plugins-hls-1.6.0.ebuild b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.6.0.ebuild
new file mode 100644
index 0000000..45fa0f5
--- /dev/null
+++ b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.6.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="HTTP live streaming plugin"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# FIXME: automagic fallback from nettle to libgcrypt to openssl
+RDEPEND="
+ dev-libs/nettle:0=[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ # FIXME: gsturidownloader does not have a .pc
+ # gstreamer_system_link \
+ # gst-libs/gst/uridownloader:gsturidownloader \
+ # gst-libs/gst/adaptativedemux:gstadaptivedemux
+
+ local directory libs
+ directory="gst-libs/gst/uridownloader"
+ libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 -lgsturidownloader-1.0"
+ sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
+ -i ext/hls/Makefile.{am,in} || die
+
+ directory="gst-libs/gst/adaptivedemux"
+ libs="-lgobject-2.0 -lglib-2.0 -lgstreamer-1.0 -lgstbase-1.0 -lgstapp-1.0 -lgsturidownloader-1.0 -lgstadaptivedemux-1.0"
+ sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
+ -i ext/hls/Makefile.{am,in} || die
+}
next reply other threads:[~2015-10-25 17:32 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-25 17:32 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-01-04 22:12 [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-hls/ Gilles Dartiguelongue
2016-01-31 14:45 Gilles Dartiguelongue
2016-03-06 19:39 Mikle Kolyada
2016-07-09 14:27 Patrick Lauer
2017-02-11 14:52 Mart Raudsepp
2017-02-25 20:46 Mart Raudsepp
2017-06-18 8:31 Mart Raudsepp
2017-09-16 19:46 Mart Raudsepp
2017-09-18 21:42 Mart Raudsepp
2017-09-18 21:42 Mart Raudsepp
2017-12-12 16:55 Mart Raudsepp
2018-01-03 0:05 Mart Raudsepp
2018-02-14 22:06 Mart Raudsepp
2018-03-17 17:39 Mikle Kolyada
2018-07-16 13:49 Mikle Kolyada
2018-07-31 8:02 Mart Raudsepp
2018-09-17 23:51 Mart Raudsepp
2018-09-21 5:23 Mart Raudsepp
2019-02-05 22:57 Mart Raudsepp
2021-02-13 19:49 Mart Raudsepp
2021-02-19 23:16 Mart Raudsepp
2022-10-10 2:34 Matt Turner
2023-10-13 7:08 Mart Raudsepp
2025-01-04 21:45 Sam James
2025-01-17 16:13 Sam James
2025-02-08 10:28 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1445794280.1bd9e1ccd7729aae191631dfea9b4b39abbce722.eva@gentoo \
--to=eva@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox