Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 845207 Details for
Bug 888615
media-tv/plex-media-server: version bump to 1.30.0.6486
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for media-tv/plex-media-server-1.30.0.6486
plex-media-server-1.30.0.6486.ebuild (text/plain), 1.95 KB, created by
Christopher Crammond
on 2022-12-27 09:42:47 UTC
(
hide
)
Description:
ebuild for media-tv/plex-media-server-1.30.0.6486
Filename:
MIME Type:
Creator:
Christopher Crammond
Created:
2022-12-27 09:42:47 UTC
Size:
1.95 KB
patch
obsolete
># Copyright 1999-2022 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >inherit readme.gentoo-r1 systemd unpacker > >MY_PV="${PV}-629d58034" >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 ) > 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 ~arm64 ~x86" >RESTRICT="mirror bindist" > >DEPEND=" > acct-group/plex > acct-user/plex" >RDEPEND="${DEPEND}" > >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" >) > >src_install() { > # Remove Debian specific files > rm -r "usr/share/doc" || die > > # Add startup wrapper > dosbin "${FILESDIR}/start_pms" > > # Add user config file > mkdir -p "${ED}/etc/default" || die > cp usr/lib/plexmediaserver/lib/plexmediaserver.default "${ED}"/etc/default/plexmediaserver || 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 > > newinitd usr/lib/plexmediaserver/lib/plexmediaserver.init "${PN}" > > systemd_dounit "${ED}"/usr/lib/plexmediaserver/lib/plexmediaserver.service > keepdir /var/lib/plexmediaserver > > # 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 888615
: 845207