public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-hls/
Date: Sat, 25 Feb 2017 20:46:09 +0000 (UTC)	[thread overview]
Message-ID: <1488055417.589fdf51ca392905fa061248e8291ee69de16f7c.leio@gentoo> (raw)

commit:     589fdf51ca392905fa061248e8291ee69de16f7c
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 19:28:55 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 20:43:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589fdf51

media-plugins/gst-plugins-hls: bump to 1.10.4 for upstream bug fixes

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-plugins/gst-plugins-hls/Manifest             |  1 +
 .../gst-plugins-hls/gst-plugins-hls-1.10.4.ebuild  | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/media-plugins/gst-plugins-hls/Manifest b/media-plugins/gst-plugins-hls/Manifest
index dacb7d9b2e..15f24720e2 100644
--- a/media-plugins/gst-plugins-hls/Manifest
+++ b/media-plugins/gst-plugins-hls/Manifest
@@ -1,2 +1,3 @@
 DIST gst-plugins-bad-1.10.3.tar.xz 4734656 SHA256 24099351fb6984c9e7560de06e072ff2e33d0b2db38b8fcc7afefb536e5094e7 SHA512 028e2c579d6e41fed2a3b7de91f3e0eac08fecd52bd67f198437909025aa41dbf4fd7ddd76decd989f8c4ca7664fad3517b403b326d8ef297bfdd006b5d79944 WHIRLPOOL 744f76c10fc534156abb49d71b4f01c663d8c14b3eb4ced988a41b0b3e1e455b988a2b2064af96f5e75f65622f6e5077c08016e29d68b12864f33fea664a613c
+DIST gst-plugins-bad-1.10.4.tar.xz 4738824 SHA256 23ddae506b3a223b94869a0d3eea3e9a12e847f94d2d0e0b97102ce13ecd6966 SHA512 7760f989692f65b81227fdb6b752821876c3efa8370f9c809077af90178624028ba8ddbad695ab4923ddca686d83803722f86a71713a1fdcca9ce5b7e5d37461 WHIRLPOOL a39819d1a262888f135bbd75a243514df3b51f28495a88c05ca77326577a91db297eb3e32ee21f7e74f875cef73439c061fdc3b73ea0e910af9df85b1ab2b4ff
 DIST gst-plugins-bad-1.8.3.tar.xz 4500300 SHA256 7899fcb18e6a1af2888b19c90213af018a57d741c6e72ec56b133bc73ec8509b SHA512 3676903fea7a5b078187c3b295208bc24b567ba4e965035db603cf8106e34ca619668253ff4320b192c4e3d1698572e6591bf7fb7253bd2399e7986711bb85c4 WHIRLPOOL 7dbe853dd83b15c33a78da1cbe43d121dd92e90b9b0016ba8f77fbc8f4b6c4167fd508ed9ae0370c03a2b548a765539ed7a45e5dd0418bb6f66d789e133ee7c5

diff --git a/media-plugins/gst-plugins-hls/gst-plugins-hls-1.10.4.ebuild b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.10.4.ebuild
new file mode 100644
index 0000000000..9364ac9428
--- /dev/null
+++ b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.10.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="HTTP live streaming plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-libs/nettle:0=[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	default
+
+	# 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
+}
+
+multilib_src_configure() {
+	gstreamer_multilib_src_configure \
+		--with-hls-crypto=nettle
+}


             reply	other threads:[~2017-02-25 20:46 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-25 20:46 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-08 10:28 [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-hls/ Arthur Zamarin
2025-01-17 16:13 Sam James
2025-01-04 21:45 Sam James
2023-10-13  7:08 Mart Raudsepp
2022-10-10  2:34 Matt Turner
2021-02-19 23:16 Mart Raudsepp
2021-02-13 19:49 Mart Raudsepp
2019-02-05 22:57 Mart Raudsepp
2018-09-21  5:23 Mart Raudsepp
2018-09-17 23:51 Mart Raudsepp
2018-07-31  8:02 Mart Raudsepp
2018-07-16 13:49 Mikle Kolyada
2018-03-17 17:39 Mikle Kolyada
2018-02-14 22:06 Mart Raudsepp
2018-01-03  0:05 Mart Raudsepp
2017-12-12 16:55 Mart Raudsepp
2017-09-18 21:42 Mart Raudsepp
2017-09-18 21:42 Mart Raudsepp
2017-09-16 19:46 Mart Raudsepp
2017-06-18  8:31 Mart Raudsepp
2017-02-11 14:52 Mart Raudsepp
2016-07-09 14:27 Patrick Lauer
2016-03-06 19:39 Mikle Kolyada
2016-01-31 14:45 Gilles Dartiguelongue
2016-01-04 22:12 Gilles Dartiguelongue
2015-10-25 17:32 Gilles Dartiguelongue

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=1488055417.589fdf51ca392905fa061248e8291ee69de16f7c.leio@gentoo \
    --to=leio@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