mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
www-client/yandex-browser: 24.4.1.951->24.6.1.852; rm USE=ffmpeg-codecs
USE="ffmpeg-codecs" is dropped here as using the >=media-video/ffmpeg-chromium-125 (that is presented in ::gentoo now) results in warning: "FFmpeg version is too new. ... find_ffmpeg failed, using the integrated library." and without it just uses integrated one. Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST yandex-browser-24.4.1.951_p1.deb 164034860 BLAKE2B 31b4510aebeab49090851113d407681f9ab3bde8155984386b11f4c17a1c9b2ff875b7f5437cf4380f43aa91d42325288844b0bd31b1e9ca9556ef51a0b60c29 SHA512 d4fc8fb1ba5861750b07ef62d6d0a8867022b9b1c686de44f0da62399bc2f175d3090542c1e45b6fe3fd19d74643b1c9d279d7c4f39dae09cd86e3e6802b9211
|
||||
DIST yandex-browser-24.6.1.852_p1.deb 166603564 BLAKE2B 2aa9e261acfbcc58c11e11804334fc931e02bac67c0c5c9180704ebab5c17564388cb29e77f51fbe53686e864322d626f272b5d4bf6c427415fa615673a775d1 SHA512 1f68898d53ad7140f561c5343e7b89f0fd585151ea7bba8101b2438e6c4e4374c7dfdf85d66f3ba4d24a74dd9ce2ddad1251f89c20193a6dfea6959eef2e9693
|
||||
|
||||
@@ -14,7 +14,4 @@
|
||||
</description>
|
||||
</maintainer>
|
||||
<longdescription>Yandex Browser is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.</longdescription>
|
||||
<use>
|
||||
<flag name="ffmpeg-codecs">Use <pkg>media-video/ffmpeg-chromium</pkg> for multi-threaded ffmpeg codecs for the HTML5 <audio> and <video> tags</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -12,8 +12,6 @@ else
|
||||
MY_PN=${PN}
|
||||
fi
|
||||
|
||||
FFMPEG="120"
|
||||
|
||||
DESCRIPTION="The web browser from Yandex"
|
||||
HOMEPAGE="https://browser.yandex.ru/"
|
||||
SRC_URI="
|
||||
@@ -26,7 +24,6 @@ LICENSE="Yandex-EULA"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="+ffmpeg-codecs"
|
||||
RESTRICT="bindist mirror strip"
|
||||
|
||||
RDEPEND="
|
||||
@@ -55,7 +52,6 @@ RDEPEND="
|
||||
x11-libs/libXrandr
|
||||
x11-libs/pango[X]
|
||||
x11-misc/xdg-utils
|
||||
ffmpeg-codecs? ( media-video/ffmpeg-chromium:${FFMPEG} )
|
||||
sys-libs/libudev-compat
|
||||
dev-qt/qtcore
|
||||
dev-qt/qtgui
|
||||
@@ -115,8 +111,6 @@ src_install() {
|
||||
|
||||
make_wrapper "${PN}" "./${PN}" "/${YANDEX_HOME}" "/usr/$(get_libdir)/${MY_PN}/lib" || die "Failed to mae wrapper"
|
||||
|
||||
dosym "../../../usr/$(get_libdir)/chromium/libffmpeg.so.${FFMPEG}" "${YANDEX_HOME}/libffmpeg.so"
|
||||
|
||||
# yandex_browser binary loads libudev.so.0 at runtime
|
||||
|
||||
for icon in "${D}/${YANDEX_HOME}/product_logo_"*.png; do
|
||||
Reference in New Issue
Block a user