public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-client/yandex-browser/
Date: Tue, 20 Aug 2024 20:46:00 +0000 (UTC)	[thread overview]
Message-ID: <1724104188.6ffd5caf078aca00209cd190517ffbc87bdc214d.davidroman@gentoo> (raw)

commit:     6ffd5caf078aca00209cd190517ffbc87bdc214d
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Mon Aug 19 21:46:04 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Aug 19 21:49:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ffd5caf

www-client/yandex-browser: 24.7.1.1073 bump, restore USE=ffmpeg-codecs

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 www-client/yandex-browser/Manifest                                  | 2 +-
 www-client/yandex-browser/metadata.xml                              | 3 +++
 ...er-24.6.1.852_p1.ebuild => yandex-browser-24.7.1.1073_p1.ebuild} | 6 ++++++
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/www-client/yandex-browser/Manifest b/www-client/yandex-browser/Manifest
index 7e770d932..6d53b7c1c 100644
--- a/www-client/yandex-browser/Manifest
+++ b/www-client/yandex-browser/Manifest
@@ -1 +1 @@
-DIST yandex-browser-24.6.1.852_p1.deb 166603564 BLAKE2B 2aa9e261acfbcc58c11e11804334fc931e02bac67c0c5c9180704ebab5c17564388cb29e77f51fbe53686e864322d626f272b5d4bf6c427415fa615673a775d1 SHA512 1f68898d53ad7140f561c5343e7b89f0fd585151ea7bba8101b2438e6c4e4374c7dfdf85d66f3ba4d24a74dd9ce2ddad1251f89c20193a6dfea6959eef2e9693
+DIST yandex-browser-24.7.1.1073_p1.deb 170976444 BLAKE2B c43853a977b22e21feb5d1742ffee6dd45a589f2123131a55e64afc9e0f640419af8b96a4d749daf69d78539846856daf0b55d697acc781e85d8197501680b55 SHA512 e53f12297edc8d7c6a636541d4a6e59fdbb20060a4ebd9198202b63b15f116a6abc3e4372a5d34465c9a0add2f33789bc2e74008f8a157a8b40b689ab0d0a9fe

diff --git a/www-client/yandex-browser/metadata.xml b/www-client/yandex-browser/metadata.xml
index 4e95f6693..5d34f3e54 100644
--- a/www-client/yandex-browser/metadata.xml
+++ b/www-client/yandex-browser/metadata.xml
@@ -14,4 +14,7 @@
     </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 &lt;audio&gt; and &lt;video&gt; tags</flag>
+  </use>
 </pkgmetadata>

diff --git a/www-client/yandex-browser/yandex-browser-24.6.1.852_p1.ebuild b/www-client/yandex-browser/yandex-browser-24.7.1.1073_p1.ebuild
similarity index 94%
rename from www-client/yandex-browser/yandex-browser-24.6.1.852_p1.ebuild
rename to www-client/yandex-browser/yandex-browser-24.7.1.1073_p1.ebuild
index 881ec9dc6..c93ab961d 100644
--- a/www-client/yandex-browser/yandex-browser-24.6.1.852_p1.ebuild
+++ b/www-client/yandex-browser/yandex-browser-24.7.1.1073_p1.ebuild
@@ -12,6 +12,8 @@ else
 	MY_PN=${PN}
 fi
 
+FFMPEG="126"
+
 DESCRIPTION="The web browser from Yandex"
 HOMEPAGE="https://browser.yandex.ru/"
 SRC_URI="
@@ -24,6 +26,7 @@ LICENSE="Yandex-EULA"
 SLOT="0"
 KEYWORDS="~amd64"
 
+IUSE="+ffmpeg-codecs"
 RESTRICT="bindist mirror strip"
 
 RDEPEND="
@@ -52,6 +55,7 @@ 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
@@ -111,6 +115,8 @@ 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


             reply	other threads:[~2024-08-20 20:46 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-20 20:46 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-23 10:25 [gentoo-commits] repo/proj/guru:master commit in: www-client/yandex-browser/ David Roman
2024-09-21  8:47 David Roman
2024-08-24 20:56 David Roman
2024-05-23 10:36 David Roman
2024-05-18  0:43 Julien Roy
2024-05-15  0:59 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-15  1:03 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-27 18:34 David Roman
2024-03-11 10:55 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-03-11 17:31 ` [gentoo-commits] repo/proj/guru:master " David Roman
2024-03-10 21:26 Haelwenn Monnier
2024-03-10 21:26 Haelwenn Monnier
2024-02-16  6:38 Viorel Munteanu
2024-02-09 14:26 David Roman
2024-01-31 18:51 Haelwenn Monnier
2024-01-01  3:56 David Roman
2023-10-03  9:34 David Roman
2023-10-03  9:34 David Roman
2023-10-03  9:30 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-10-03  9:34 ` [gentoo-commits] repo/proj/guru:master " David Roman

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=1724104188.6ffd5caf078aca00209cd190517ffbc87bdc214d.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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