From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-dash/
Date: Tue, 27 Aug 2019 21:05:22 +0000 (UTC) [thread overview]
Message-ID: <1566939864.811d1bf5d9ea69b5e6c96f994d486dc28f83d47d.leio@gentoo> (raw)
commit: 811d1bf5d9ea69b5e6c96f994d486dc28f83d47d
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 20:56:24 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 21:04:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811d1bf5
media-plugins/gst-plugins-dash: bump to 1.14.5, no code changes from 1.14.3
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
media-plugins/gst-plugins-dash/Manifest | 1 +
.../gst-plugins-dash-1.14.5.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/media-plugins/gst-plugins-dash/Manifest b/media-plugins/gst-plugins-dash/Manifest
index 9fd3b6a7d64..b4e19d1a028 100644
--- a/media-plugins/gst-plugins-dash/Manifest
+++ b/media-plugins/gst-plugins-dash/Manifest
@@ -1 +1,2 @@
DIST gst-plugins-bad-1.14.3.tar.xz 4678316 BLAKE2B b37d90e04a6bdb01e4f512df67e00790979e4b71fa6730092b4c16dbaf005cf94e09a454ed6e962faa3aaef02c2b811ad1899c3c8153b4ab3bf6d9b5f62998cf SHA512 3e92b33b43181d76bf206496c2fe0f84042c486f854f4fdba7efedc3489874944cef00eb2fd9fd7056d749be17c2b237caffc32800d7063615b30bac7226fbb7
+DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d SHA512 64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b
diff --git a/media-plugins/gst-plugins-dash/gst-plugins-dash-1.14.5.ebuild b/media-plugins/gst-plugins-dash/gst-plugins-dash-1.14.5.ebuild
new file mode 100644
index 00000000000..10b6999fa76
--- /dev/null
+++ b/media-plugins/gst-plugins-dash/gst-plugins-dash-1.14.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="MPEG-DASH plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${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/adaptivedemux:gstadaptivedemux \
+ # gst-libs/gst/isoff:gstisoff
+
+ local directory libs
+ directory="gst-libs/gst/uridownloader"
+ libs="-lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgsturidownloader-1.0"
+ sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
+ -i ext/dash/Makefile.{am,in} || die
+
+ directory="gst-libs/gst/adaptivedemux"
+ libs="-lgsturidownloader-1.0 -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstadaptivedemux-1.0"
+ sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
+ -i ext/dash/Makefile.{am,in} || die
+
+ directory="gst-libs/gst/isoff"
+ libs="-lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 -lgstisoff-1.0"
+ sed -e "s:\$(top_builddir)/${directory}/.*\.la:${libs}:" \
+ -i ext/dash/Makefile.{am,in} || die
+}
next reply other threads:[~2019-08-27 21:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-27 21:05 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-04 21:45 [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-dash/ Sam James
2023-10-13 10:22 Mart Raudsepp
2023-05-30 18:05 Sam James
2022-10-10 2:34 Matt Turner
2021-07-10 17:28 Sam James
2019-02-05 22:57 Mart Raudsepp
2019-01-15 23:11 Mart Raudsepp
2018-09-21 5:23 Mart Raudsepp
2018-07-31 8:02 Mart Raudsepp
2018-03-17 17:29 Mikle Kolyada
2018-02-14 22:06 Mart Raudsepp
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=1566939864.811d1bf5d9ea69b5e6c96f994d486dc28f83d47d.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