diff options
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild | 4 | ||||
-rw-r--r-- | media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild index 4e227c3020e8..bf5ba349408d 100644 --- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild +++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ LICENSE="GPL-2" DEPEND="media-libs/raspberrypi-userland media-video/vdr - virtual/ffmpeg" + media-video/ffmpeg" src_prepare() { diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild index 1a096aa34358..ee3ca8918ebc 100644 --- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild +++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ LICENSE="GPL-2" DEPEND="media-libs/raspberrypi-userland media-video/vdr - virtual/ffmpeg" + media-video/ffmpeg" src_prepare() { sed -i "${S}"/Makefile -e '/LDFLAGS.*VCLIBDIR/s/$/ -Wl,--no-as-needed/' || die "sed failed" |