Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 767612 Details for
Bug 835822
net-im/zoom-5.10.0.2450 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
zoom 5.10 ebuild patch
zoom-5.10.0.2450.patch (text/plain), 1.78 KB, created by
Frederik Pfautsch
on 2022-03-22 23:36:19 UTC
(
hide
)
Description:
zoom 5.10 ebuild patch
Filename:
MIME Type:
Creator:
Frederik Pfautsch
Created:
2022-03-22 23:36:19 UTC
Size:
1.78 KB
patch
obsolete
>diff --git a/net-im/zoom/zoom-5.10.0.2450.ebuild b/net-im/zoom/zoom-5.10.0.2450.ebuild >index 64fb885..0ea632a 100644 >--- a/net-im/zoom/zoom-5.10.0.2450.ebuild >+++ b/net-im/zoom/zoom-5.10.0.2450.ebuild >@@ -68,7 +68,7 @@ src_prepare() { > default > > # The tarball doesn't contain an icon, so extract it from the binary >- bbe -s -b '/<svg width="32"/:/<\x2fsvg>\n/' -e 'J 1;D' zoom \ >+ bbe -s -b '/<svg width="32"/:/<\x2fsvg>\n/' -e 'J 2;D' zoom | tac | awk '!flag; /<svg/{flag = 1};' | tac \ > >videoconference-zoom.svg && [[ -s videoconference-zoom.svg ]] \ > || die "Extraction of icon failed" > >@@ -84,12 +84,15 @@ src_prepare() { > # Remove insecure RPATH from bundled lib > patchelf --remove-rpath libturbojpeg.so || die > fi >+ >+ # Remove non-existant RPATH from zoom >+ patchelf --remove-rpath zoom || die > } > > src_install() { > insinto /opt/zoom > exeinto /opt/zoom >- doins -r json ringtone sip timezones translations >+ doins -r json ringtone sip timezones translations cef > doins *.pcm Embedded.properties version.txt > doexe zoom zopen ZoomLauncher *.sh > dosym -r {"/usr/$(get_libdir)",/opt/zoom}/libmpg123.so >@@ -119,7 +122,7 @@ src_install() { > > ( # Remove libs and plugins with unresolved soname dependencies > cd "${ED}"/opt/zoom || die >- rm -r Qt/labs/location QtQml/RemoteObjects \ >+ rm -r Qt/labs/location \ > QtQuick/LocalStorage QtQuick/Particles.2 QtQuick/Scene2D \ > QtQuick/Scene3D QtQuick/XmlListModel \ > platforms/libqeglfs.so platforms/libqlinuxfb.so || die >@@ -136,7 +139,7 @@ src_install() { > fi > fi > >- make_wrapper zoom /opt/zoom{/zoom,} $(usev bundled-qt /opt/zoom) >+ make_wrapper zoom /opt/zoom{/ZoomLauncher,} $(usev bundled-qt /opt/zoom) > make_desktop_entry "zoom %U" Zoom videoconference-zoom \ > "Network;VideoConference;" \ > "MimeType=$(printf '%s;' \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 835822
:
767609
|
767610
|
767611
| 767612