mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-plugins/gst-plugins-hls: fix leading whitespace
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -27,10 +27,10 @@ src_prepare() {
|
||||
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
|
||||
-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
|
||||
-i ext/hls/Makefile.{am,in} || die
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -27,10 +27,10 @@ src_prepare() {
|
||||
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
|
||||
-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
|
||||
-i ext/hls/Makefile.{am,in} || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user