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: Tue, 12 Dec 2017 16:55:55 +0000 (UTC)	[thread overview]
Message-ID: <1513097514.0088f46ddeee37d7b3c9ed738284e4e2fcc6ff5c.leio@gentoo> (raw)

commit:     0088f46ddeee37d7b3c9ed738284e4e2fcc6ff5c
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 16:14:54 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 16:51:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0088f46d

media-plugins/gst-plugins-hls: remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-plugins/gst-plugins-hls/Manifest             |  1 -
 .../gst-plugins-hls/gst-plugins-hls-1.10.3.ebuild  | 41 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/media-plugins/gst-plugins-hls/Manifest b/media-plugins/gst-plugins-hls/Manifest
index 861c4bb9f5f..7309ba9d20f 100644
--- a/media-plugins/gst-plugins-hls/Manifest
+++ b/media-plugins/gst-plugins-hls/Manifest
@@ -1,3 +1,2 @@
-DIST gst-plugins-bad-1.10.3.tar.xz 4734656 BLAKE2B d85a1f70ab759056d048051048eaf85b1c16621fa9bacacb4ca83c8cd2b21e05815393850b06581093334371ea771c9929595332352d107224e1d4791ee87427 SHA512 028e2c579d6e41fed2a3b7de91f3e0eac08fecd52bd67f198437909025aa41dbf4fd7ddd76decd989f8c4ca7664fad3517b403b326d8ef297bfdd006b5d79944
 DIST gst-plugins-bad-1.10.5.tar.xz 4737820 BLAKE2B e050813b59be50792d290a171e9e0fd90ce05c8c012625548e29ef9b551964597b0655c206e0444953ecfc2bad0b8dfee6c8766615fa82a76cf856d355ba94fc SHA512 03a1b712084ace16b933b708e19922aef4f9b5f7ba0408c35865e699d70bd19e73121594449355b6252a31d9085602d8bef581fe14cfdf6c9fdcf2ddcea21e1a
 DIST gst-plugins-bad-1.12.3.tar.xz 4707000 BLAKE2B 1cb82e6f1c20d24a42ed0c7465e4dd8815627b0e716fe9be5d005ddd609c92a08619214a6b15059e7f537dadbc36c34d4c6ebfde1284c6a6029d2edf89bf9fa2 SHA512 6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661

diff --git a/media-plugins/gst-plugins-hls/gst-plugins-hls-1.10.3.ebuild b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.10.3.ebuild
deleted file mode 100644
index 6314d150c2a..00000000000
--- a/media-plugins/gst-plugins-hls/gst-plugins-hls-1.10.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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-12-12 16:55 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-12 16:55 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-17 16:13 [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-hls/ 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-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-25 20:46 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=1513097514.0088f46ddeee37d7b3c9ed738284e4e2fcc6ff5c.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