Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 754249 - media-libs/raspberrypi-userland-0_pre20201022: version bump
Summary: media-libs/raspberrypi-userland-0_pre20201022: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chí-Thanh Christopher Nguyễn
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-11-13 13:26 UTC by crabbed halo ablution
Modified: 2020-11-23 04:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description crabbed halo ablution 2020-11-13 13:26:57 UTC
PR Incoming

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-11-23 04:51:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fbeb6481a6ffda252f343cc3eeee03533fbad5

commit d7fbeb6481a6ffda252f343cc3eeee03533fbad5
Author:     Peter Alfredsen <crabbedhaloablution@icloud.com>
AuthorDate: 2020-11-13 13:27:58 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-11-23 04:42:03 +0000

    media-libs/raspberrypi-userland: Version bump 0_pre20201022
    
    * Add -0_pre20201022, also update -9999 to same standard.
    * Patches described in ebuild.
    * raspberrypi-userland produces libEGL and libbrcmEGL, libGLESv2 and
    libbrcmGLESv2 libraries. Only the libbrcm variants are actually
    needed, plus the other variants collide with libglvnd.
    Thanks to KalleBlom on IRC for reporting.
    * More closely sync with Raspbian which libs we don't install.
    The source for this package is a mess. We build all kinds of things that
    just aren't installed, and by default install many things that
    shouldn't be.
    * Many .so files are not built on arm64, but currently we install
    the .pc files anyway. Fix by including the .pc files in the ARM64
    conditional.
    
    Closes: https://bugs.gentoo.org/754249
    Closes: https://bugs.gentoo.org/718366
    Closes: https://bugs.gentoo.org/671492
    Closes: https://bugs.gentoo.org/620774
    Signed-off-by: Peter Alfredsen <crabbedhaloablution@icloud.com>
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/raspberrypi-userland/Manifest           |   1 +
 .../files/raspberrypi-userland-include.patch       |  19 ++
 .../files/raspberrypi-userland-libdir.patch        | 316 +++++++++++++++++++++
 .../files/raspberrypi-userland-libfdt-static.patch |  22 ++
 .../files/raspberrypi-userland-pkgconf-arm64.patch |  38 +++
 .../raspberrypi-userland-0_pre20201022.ebuild      |  69 +++++
 .../raspberrypi-userland-9999.ebuild               |  65 +++--
 7 files changed, 511 insertions(+), 19 deletions(-)