Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 863360 Details for
Bug 907919
media-tv/plex-media-server-1.32.3.7162 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
modified MY_PV for new version of plex
plex-media-server-1.32.3.7162.ebuild (text/plain), 2.26 KB, created by
Kfir Ozer
on 2023-06-05 20:31:20 UTC
(
hide
)
Description:
modified MY_PV for new version of plex
Filename:
MIME Type:
Creator:
Kfir Ozer
Created:
2023-06-05 20:31:20 UTC
Size:
2.26 KB
patch
obsolete
># Copyright 1999-2023 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >inherit readme.gentoo-r1 systemd unpacker pax-utils > >MY_PV="${PV}-b0a36929b" >MY_URI="https://downloads.plex.tv/plex-media-server-new" > >DESCRIPTION="Free media library that is intended for use with a plex client" >HOMEPAGE="https://www.plex.tv/" >SRC_URI=" > amd64? ( ${MY_URI}/${MY_PV}/debian/plexmediaserver_${MY_PV}_amd64.deb ) > arm? ( ${MY_URI}/${MY_PV}/debian/plexmediaserver_${MY_PV}_armhf.deb ) > arm64? ( ${MY_URI}/${MY_PV}/debian/plexmediaserver_${MY_PV}_arm64.deb ) > x86? ( ${MY_URI}/${MY_PV}/debian/plexmediaserver_${MY_PV}_i386.deb ) >" >S="${WORKDIR}" > >LICENSE="Plex" >SLOT="0" >KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86" >RESTRICT="bindist" > >DEPEND=" > acct-group/plex > acct-user/plex" >RDEPEND="${DEPEND}" > >PATCHES=( > "${FILESDIR}/${PN}.service.patch" >) > >QA_DESKTOP_FILE="usr/share/applications/plexmediamanager.desktop" >QA_PREBUILT="*" >QA_MULTILIB_PATHS=( > "usr/lib/plexmediaserver/lib/.*" > "usr/lib/plexmediaserver/Resources/Python/lib/python2.7/.*" > "usr/lib/plexmediaserver/Resources/Python/lib/python2.7/lib-dynload/_hashlib.so" >) > >BINS_TO_PAX_MARK=( > "${ED}/usr/lib/plexmediaserver/Plex Script Host" > "${ED}/usr/lib/plexmediaserver/Plex Media Scanner" >) > >src_install() { > # Remove Debian specific files > rm -r "usr/share/doc" || die > > # Copy main files over to image and preserve permissions so it is portable > cp -rp usr/ "${ED}" || die > > # Make sure the logging directory is created > keepdir /var/log/pms > fowners plex:plex /var/log/pms > > keepdir /var/lib/plexmediaserver > fowners plex:plex /var/lib/plexmediaserver > > # Install the OpenRC init/conf files > newinitd "${FILESDIR}/${PN}.init.d" ${PN} > newconfd "${FILESDIR}/${PN}.conf.d" ${PN} > > # Install systemd service file > systemd_newunit "${ED}"/usr/lib/plexmediaserver/lib/plexmediaserver.service "${PN}.service" > > # Add pax markings to some binaries so that they work on hardened setup > local f > for f in "${BINS_TO_PAX_MARK[@]}"; do > pax-mark m "${f}" > done > > # Adds the precompiled plex libraries to the revdep-rebuild's mask list > # so it doesn't try to rebuild libraries that can't be rebuilt. > insinto /etc/revdep-rebuild > doins "${FILESDIR}"/80plexmediaserver > > readme.gentoo_create_doc >} > >pkg_postinst() { > readme.gentoo_print_elog >}
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 Raw
Actions:
View
Attachments on
bug 907919
: 863360