diff options
author | David Seifert <soap@gentoo.org> | 2020-04-26 13:05:14 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-04-26 13:05:14 +0200 |
commit | 51d0fead2685181472563e435718b7ad7b369bbb (patch) | |
tree | b195ac3c0848b24e32dca268e917f3e71ea31fe9 /media-plugins | |
parent | x11-wm/xpra: Replace virtual/ffmpeg (diff) | |
download | gentoo-51d0fead2685181472563e435718b7ad7b369bbb.tar.gz gentoo-51d0fead2685181472563e435718b7ad7b369bbb.tar.bz2 gentoo-51d0fead2685181472563e435718b7ad7b369bbb.zip |
media-plugins/vdr-rpihddevice: Replace virtual/ffmpeg
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap@gentoo.org>
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" |