From 5c4786a868bad6e3f46aecf32ad6c6dc5de98408 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 May 2024 00:07:15 +0100 Subject: gentoo auto-resync : 29:05:2024 - 00:07:15 --- www-apps/Manifest.gz | Bin 13465 -> 13470 bytes www-apps/chromedriver-bin/Manifest | 4 +- .../chromedriver-bin-125.0.6422.112.ebuild | 28 ++++++++ .../chromedriver-bin-125.0.6422.76.ebuild | 28 -------- www-apps/davical/Manifest | 2 + www-apps/davical/davical-1.1.12.ebuild | 72 +++++++++++++++++++ www-apps/jellyfin-bin/Manifest | 10 +-- www-apps/jellyfin-bin/jellyfin-bin-10.9.2.ebuild | 77 --------------------- www-apps/jellyfin-bin/jellyfin-bin-10.9.3.ebuild | 77 +++++++++++++++++++++ www-apps/xpra-html5/Manifest | 2 +- www-apps/xpra-html5/xpra-html5-10.1.ebuild | 2 +- 11 files changed, 188 insertions(+), 114 deletions(-) create mode 100644 www-apps/chromedriver-bin/chromedriver-bin-125.0.6422.112.ebuild delete mode 100644 www-apps/chromedriver-bin/chromedriver-bin-125.0.6422.76.ebuild create mode 100644 www-apps/davical/davical-1.1.12.ebuild delete mode 100644 www-apps/jellyfin-bin/jellyfin-bin-10.9.2.ebuild create mode 100644 www-apps/jellyfin-bin/jellyfin-bin-10.9.3.ebuild (limited to 'www-apps') diff --git a/www-apps/Manifest.gz b/www-apps/Manifest.gz index fa2f4ddf79fe..675cda765afe 100644 Binary files a/www-apps/Manifest.gz and b/www-apps/Manifest.gz differ diff --git a/www-apps/chromedriver-bin/Manifest b/www-apps/chromedriver-bin/Manifest index 82c269132c91..3eb31620737d 100644 --- a/www-apps/chromedriver-bin/Manifest +++ b/www-apps/chromedriver-bin/Manifest @@ -1,3 +1,3 @@ -DIST chromedriver-bin-125.0.6422.76.linux64.zip 8714103 BLAKE2B f824a10327e86cf0d8e13bf3a3066bf65db9d9a4fab51afb27c7db5718fecc0c887c08c1588d92ac86305f9f96cdc72918075f081c227246b566143ea10f83e5 SHA512 c205872a435e83da58eef8a566173b91b9ea03689db9c7debd42a69a190c99d062f479139d246d2a95c31700004013b86bea5e9463e111d7d92c061daedc4350 -EBUILD chromedriver-bin-125.0.6422.76.ebuild 723 BLAKE2B 03683d52be41beb713d96fe5b459de4807cd8be267a6559ed0fc8a6539095acfefe8c32e8774790f30c6eb7ad842f8cc5f261699938dd528e8a669454b313c9d SHA512 691bfcc0c4827b0e29ddda34293d247547e181365ee2cda16a8dc860a1359621ecefcf0a286d90ab6bc0c86d1a9a57aafb95809ff02aec673e6b414f711a09d1 +DIST chromedriver-bin-125.0.6422.112.linux64.zip 8713845 BLAKE2B a2c4c2ef15096fe3d2e0f8f31a185bc270e78a6243ccb962c63b9b8227f177a5e7a25ac2c843dbc6d8366715c5e8f188f75e4415dcdbf51b71cd0afc20c271c2 SHA512 3ac465b2680239ad8fabd3e9ab3dfb5834a1c77c2beac7e7c4e01adc072cbb6914b1ef262988cad07e9e29f49aa613acc46a8b7b6d527cadf2a62442355047a2 +EBUILD chromedriver-bin-125.0.6422.112.ebuild 723 BLAKE2B 03683d52be41beb713d96fe5b459de4807cd8be267a6559ed0fc8a6539095acfefe8c32e8774790f30c6eb7ad842f8cc5f261699938dd528e8a669454b313c9d SHA512 691bfcc0c4827b0e29ddda34293d247547e181365ee2cda16a8dc860a1359621ecefcf0a286d90ab6bc0c86d1a9a57aafb95809ff02aec673e6b414f711a09d1 MISC metadata.xml 461 BLAKE2B 4e6e0fd9bf732be9040a4defe4dc1ca63ba7e1ba860abfc97ad487d6220f7bc5cb1e304d001409cb866408fdf393ca42f3b95eb9b8dc258a0627aaa978f66e6e SHA512 3c9217fe5af26ee8ddc705edad8a32604d542ad60c3e78ed8aba9e08a5bd2b3508234e42710d4524149f8b7626bba08f83cb96f7f942fe5ccdfbd8bd98908bec diff --git a/www-apps/chromedriver-bin/chromedriver-bin-125.0.6422.112.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-125.0.6422.112.ebuild new file mode 100644 index 000000000000..ff9ba50fc766 --- /dev/null +++ b/www-apps/chromedriver-bin/chromedriver-bin-125.0.6422.112.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# See https://googlechromelabs.github.io/chrome-for-testing/#stable for URLs +DESCRIPTION="WebDriver for Chrome" +HOMEPAGE="https://sites.google.com/corp/chromium.org/driver/" +SRC_URI="amd64? ( https://storage.googleapis.com/chrome-for-testing-public/${PV}/linux64/chromedriver-linux64.zip -> ${P}.linux64.zip )" +S="${WORKDIR}/chromedriver-linux64" + +LICENSE="google-chrome" +SLOT="0" +KEYWORDS="-* amd64" +RESTRICT="bindist mirror strip" + +RDEPEND=" + sys-libs/glibc + www-client/google-chrome + !www-client/chromium +" +BDEPEND="app-arch/unzip" + +QA_PREBUILT="usr/bin/chromedriver" + +src_install() { + dobin chromedriver +} diff --git a/www-apps/chromedriver-bin/chromedriver-bin-125.0.6422.76.ebuild b/www-apps/chromedriver-bin/chromedriver-bin-125.0.6422.76.ebuild deleted file mode 100644 index ff9ba50fc766..000000000000 --- a/www-apps/chromedriver-bin/chromedriver-bin-125.0.6422.76.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# See https://googlechromelabs.github.io/chrome-for-testing/#stable for URLs -DESCRIPTION="WebDriver for Chrome" -HOMEPAGE="https://sites.google.com/corp/chromium.org/driver/" -SRC_URI="amd64? ( https://storage.googleapis.com/chrome-for-testing-public/${PV}/linux64/chromedriver-linux64.zip -> ${P}.linux64.zip )" -S="${WORKDIR}/chromedriver-linux64" - -LICENSE="google-chrome" -SLOT="0" -KEYWORDS="-* amd64" -RESTRICT="bindist mirror strip" - -RDEPEND=" - sys-libs/glibc - www-client/google-chrome - !www-client/chromium -" -BDEPEND="app-arch/unzip" - -QA_PREBUILT="usr/bin/chromedriver" - -src_install() { - dobin chromedriver -} diff --git a/www-apps/davical/Manifest b/www-apps/davical/Manifest index b96718334e44..bbdd85dca204 100644 --- a/www-apps/davical/Manifest +++ b/www-apps/davical/Manifest @@ -2,5 +2,7 @@ AUX postinstall-en.txt 201 BLAKE2B 4e4ff030cb8031785d62b17e83b7bb2e40124466081b4 AUX postupgrade-en.txt 218 BLAKE2B 83d752f4a76637ac90d65b7c458c7dadb44a2d5ba496419ce71c9763793abbd95b97b0ead133fe7afd1b2b4b382dc00149d9b6135fa2430300281741ed2a8d34 SHA512 0154d820ed27e43f091d535550dc61fdb91faaf303926cd3a2ba16300b963d0ea5226015fc546cb6419c9df82ab7e99f0f05287b4a5240c2ea381a43ec8e52d3 AUX vhost-example 366 BLAKE2B 2aef55fee2759d1063936a583cdf6b96fcab77a0d6b056d59390931327ebcfdc338a515a8f7d9cfc5a6f071e0266fa82f0b6b3b4bab97979ff4dd8231fa2d729 SHA512 a2fde5ad64445aee0936a4fe2c608f48ec8163c46949cccd98c1b36b548e769477d387fb82e065b6dade5277580ad43426264ce13dca614182db16a4951247b9 DIST davical-1.1.11.tar.xz 1371432 BLAKE2B a1779175dfe112189e3e3fb8c317c568e8bac62ef15588058f9ac1cda61ede9c2f538da24bff2678f0457e1636538d12801c38dbb884ad9e0bc44482045bb07b SHA512 263bd11ca73c54689de3c3eefbadd9bcd99a88b60ce0922702584b42183302aa1e0dbee9559329d8789daae177f6e916dee803019e9059c6bc4ab1a855889d8f +DIST davical-1.1.12.tar.xz 1377212 BLAKE2B 872f23d3aae0aaf561b4802efacf8e74cbb94803a579dfe47446918a111887c2da3da0d518bc11bffb572264d85b996547714c315edbd8f723d26f65e130c86b SHA512 e1aefd18a5ad938d7a80732dcf8ecdd729e22a99810525e111d895ed7832e775774e639c9431055033049e3bc2a61dacd20c17e4f33fa0dc5416cd2ab85d2ff9 EBUILD davical-1.1.11.ebuild 1709 BLAKE2B 5d37fa4201d6c9aaefd34af7080c655fc969a95aad0ccdfec7ef1971914911c8fab291e6c5227218adc1beb3fd283200cb961534a658067781c5b1e9bea339fc SHA512 dff28c4a6f501efe71d91cf83cde1821c30dbf3a598597b17ca4dd2eb36e169bb8599ad335f2a111f4e931786856fcaa251b877055c9ff19766bd1f457f9dd51 +EBUILD davical-1.1.12.ebuild 1709 BLAKE2B aa39fffd532b4f55cb939a0e9737e1ec2d44809ee96a088c8d3c05d9c4b7e9b0e3535515692f73ee5d926d9adf0002fc3e2e764a7d1364008f9a64177cfaf0a0 SHA512 51240f65d2aa953bdbd1618af8c45678b90688218df68eb0260d1c5f53da8bac663dabe2ee1555509792d9248359e1465fc5a7195a5429b38faeed3c7ea66812 MISC metadata.xml 519 BLAKE2B 7b92b6bc8b09d51d4f959a6da70571542d3aa04ecd98d7cc1a2583daa4f923bb56204beac7bc2ebe10f748b026f46171522cdcc91321fc75236551304b142e5e SHA512 40d2e80ac3f514d3303f0941c768397343bb1371966a8afd19143b03cb4838dab333d120d46df970ba83afa25f99a2bd0622f4d4216b637a7f49e86e9988446f diff --git a/www-apps/davical/davical-1.1.12.ebuild b/www-apps/davical/davical-1.1.12.ebuild new file mode 100644 index 000000000000..1139b9f12e9a --- /dev/null +++ b/www-apps/davical/davical-1.1.12.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit optfeature webapp + +DESCRIPTION="A CalDAV and CardDAV Server" +HOMEPAGE="https://www.davical.org/" +SRC_URI="https://www.davical.org/downloads/${PN}_${PV}.orig.tar.xz -> ${P}.tar.xz" + +LICENSE="GPL-2 GPL-2+ GPL-3+ LGPL-2.1+ LGPL-3+" +KEYWORDS="~amd64 ~x86" + +BDEPEND="sys-devel/gettext" + +RDEPEND="app-admin/pwgen + dev-lang/php[calendar,curl,iconv,imap,nls,pdo,postgres,xml] + dev-perl/DBD-Pg + dev-perl/DBI + dev-perl/YAML + >=dev-php/awl-0.64 + virtual/httpd-php" + +need_httpd + +S="${WORKDIR}" + +src_compile() { + emake built-locale +} + +src_install() { + webapp_src_preinst + + einstalldocs + + einfo "Installing web files" + insinto "${MY_HTDOCSDIR}" + doins -r htdocs/. htdocs/.htaccess + + einfo "Installing main files and i18n" + insinto "${MY_HOSTROOTDIR}/${PN}" + doins -r inc locale + rm "${ED}/${MY_HOSTROOTDIR}/${PN}/inc/always.php.in" || die + + einfo "Installing sql files" + insinto "${MY_SQLSCRIPTSDIR}" + doins -r dba/. + + insinto /etc/${PN} + doins -r config/. "${FILESDIR}/vhost-example" + + webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt" + webapp_postupgrade_txt en "${FILESDIR}/postupgrade-en.txt" + webapp_src_install + + fperms +x "${MY_SQLSCRIPTSDIR}/create-database.sh" + fperms +x "${MY_SQLSCRIPTSDIR}/update-davical-database" +} + +pkg_postinst() { + elog "If you are upgrading from a previous version of davical, don't forget to" + elog "upgrade the database structure with" + elog " cd /usr/share/webapps/davical/${PVR}/sqlscripts/" + elog " ./update-davical-database -dbuser xxxxxxx -appuser xxxxxx" + + webapp_pkg_postinst + + elog "" + optfeature "LDAP authentication" dev-lang/php[ldap] +} diff --git a/www-apps/jellyfin-bin/Manifest b/www-apps/jellyfin-bin/Manifest index 6b20100ac1cb..e763710ab8da 100644 --- a/www-apps/jellyfin-bin/Manifest +++ b/www-apps/jellyfin-bin/Manifest @@ -3,10 +3,10 @@ AUX jellyfin.init-r1 864 BLAKE2B 6e63339c0018b2db6a9661836c1665ff932738ee3509a0b AUX jellyfin.service 832 BLAKE2B e09a02c41f33aeabf5846946df1738e04516acf414041dc84cb8e107cedd546014ae1700af7994aa9643d26cc1edc99190615814353aad846af99d727702bb59 SHA512 f79b13cc2b0de47a31727affd633e9afde04d215fc28b82a6593e9aeaa8ff9c15796ab9aab4651922d2c14d2761e381c9d30c98ee56eeba57cf708bfde3ee73d DIST jellyfin_10.8.13_amd64.tar.gz 99122530 BLAKE2B 38c5cdb8f0cb5b20f12d6e682277a87d5bf00d083ce346a97d43e77f69dbe99ab2a7f03cc88c94ce9fee365c79d932ce4e5c62c2a820f3b007f32b5b95b5b101 SHA512 a7c468ec3500ebe5b4eb18d2dfb75f4c41c237e9e61577eab431021b6c7e173375519ba9f163b1c0fc1f7603771067c60b085c15de09b7db8276e33bffe2aa36 DIST jellyfin_10.8.13_arm64.tar.gz 96059100 BLAKE2B 7b0efda60fa8cd93b0f4dc769d032840da6b2e139fa1a6496fb20270e9bbff7eff6adfdac73fe4a2a9529eb258f7943c50bbb57e4886cc6bf40951fc6b760414 SHA512 b964f1850f2e60e853a6620e957bd67922c0fc823813c193108350cbb7c0d30b4afec80bddb36db4fdc45078f67e1f3398c134fe7ac4a8cd7f38b9bbbbcc3080 -DIST jellyfin_10.9.2-amd64-musl.tar.xz 80624784 BLAKE2B 9d36a3d319cd6484605c9d096fbf531d1c37821f4f50e30e8ea1b8c5709c18b8894f0cbb3238fcaa97e52e8fff22929662704ee253cd7efa45ce4aba0122a456 SHA512 6cd351aff636883bf1e295dbeb192ff4e8b4fd47f6ff9812d5ec536bcb9db2789dc74c3e65b994acfe6a10c181afd855d089ed5186ebd381b07aded702a2c507 -DIST jellyfin_10.9.2-amd64.tar.xz 79777076 BLAKE2B 591f89525320720c5e4125e828699dad23982eb18d2fd672a8c01a4af13a43bea6c5b2872fcacaa5e3fde5045a2423a8273618c44aaacec10f8a279e884dfe6a SHA512 b5e2c113494cbb017a248f16a6e6485e007013055dbe76d8ced276f8b3a1bf05e4eab6166619ef8b83d56e1e9aa8f751ff8829799d67dca5586117212c99fdd6 -DIST jellyfin_10.9.2-arm64-musl.tar.xz 76164388 BLAKE2B e2f18055cfb16e54b645ce50712b4dc1e8739563e8562941fb44a8ce8d45e085ad061d8123a1e9f020fd7e3b861d99ffb7641b64f5771038a4dddb0f36c97a6b SHA512 3aa6b649becd7cd20437540d7e2b83ff72eee794df60550f71a665c8c661caae76dae5b34bb7a588e00d03453c25af8101bb4c38f49e9ae7f3be25af967ce773 -DIST jellyfin_10.9.2-arm64.tar.xz 76135712 BLAKE2B 43e095ab6869d389e7e63451c4310119eaf3929bd293eff7bbe8614635eeec4cca2db34923453745d8bb699c018ce3242cce4c20131e553133b2bf9388d28a2d SHA512 33ab181569fd58f197e292d1fcb123feec56e9680d11b60a89902b0f951c480d72ea35917b08324677b30401b17bc270a9bb2cc6f4aa8a46be07fae324682375 +DIST jellyfin_10.9.3-amd64-musl.tar.xz 80622224 BLAKE2B 3e3581c235c14b326208362ec83e9cfd85094376738cadbeaa35b74039828029d23454fbc7da7b3230c77435f8d45ef84f6ac4acbc26c609b64cee2fd959fd92 SHA512 31fc1f00176a55ccc27a27caffd629e1e1ee126c0262b3e047ccf4f401ba56276c304c9e19a112f6d00363f05a7caa78b2c4be3797e57c01f7ee787078951b59 +DIST jellyfin_10.9.3-amd64.tar.xz 79778524 BLAKE2B 987cf6c7800448423e2493951e21ee11e4f7ab7adc76fa3580d35806e07cdee292eabce76cbb5dd638435a85a5a89b94bfb081e8e7672c10def2ca91f2db5d17 SHA512 484c1cd2b3b263601028ce0963ce275b72413590b316709f41d8d5b2a40c7746e8f03f8101113bc9549c5d5478905ff79d620a7b1e727b498dce7ac9d355b81f +DIST jellyfin_10.9.3-arm64-musl.tar.xz 76151196 BLAKE2B ecb8f36bc421a0f271dda75e2346fa477364347cf619eb89f900d6a31c35f9667be4ed43e7f24b2115f2f2b25aaa42507d406db1b2d209a02c44abeeff1bbdfb SHA512 55a4fdc768d16453b978754bd83f0468aba5720915d10ece599d82d2a1d0c848871199f87ba496bf2b91b9dd5df7b71438a3116f0fec6046f776478f00b6938a +DIST jellyfin_10.9.3-arm64.tar.xz 76123232 BLAKE2B 3d3e1e932873c591db2d5f29139cfbe5510d00fa50ca64a5d09f42fcdc4a7c7ef53432fd8feb747ee50ff7a8dae36142233eb394e55a1dd0923860c0f74390bc SHA512 24e1b210dcc59eda4aaea5b12ca6783182d44924d43eb783d3a1ff8ef4ea934b9f65f0e64e3b95c3d51991b8286fdd95c845d807efa1efeb37543cf4cf164e52 EBUILD jellyfin-bin-10.8.13.ebuild 1941 BLAKE2B 304a91c80ab532e46081479667f076280a755dc539d27a1396efc949b6e1a4b312759eb6c973299d05b02989a50152aadaa248b2b65e4fed16251f2996b92b45 SHA512 7efe7d41b27feb4dc8eab3208e81604b4cce0afdae651c2aa1497ab87acdf0cd6d77ddba8f574ad90c6d6545343833edf1aca6b1732ab8aba026d77a5bcef432 -EBUILD jellyfin-bin-10.9.2.ebuild 1992 BLAKE2B ccd78ee900f960d1960e8e6f012ca3ab25f1c9159117b38675d77e9ce47acdb5e54131986919e3957925cb435421fbd95d627eb9aedcaa76ef075c70c8a1af84 SHA512 509c2a0d6559e8da0d2ce896d414cd7d7e721cedc3b390782aa955938db7b5fb9bc6a45be70bf5c7914bf3e7b11fa8834b571a738d0ccf29fd959e2375a49982 +EBUILD jellyfin-bin-10.9.3.ebuild 1992 BLAKE2B ccd78ee900f960d1960e8e6f012ca3ab25f1c9159117b38675d77e9ce47acdb5e54131986919e3957925cb435421fbd95d627eb9aedcaa76ef075c70c8a1af84 SHA512 509c2a0d6559e8da0d2ce896d414cd7d7e721cedc3b390782aa955938db7b5fb9bc6a45be70bf5c7914bf3e7b11fa8834b571a738d0ccf29fd959e2375a49982 MISC metadata.xml 649 BLAKE2B 29ce34c89c1300d32c3ff30990ec92e49cfab21d74340d1cd6893650ffda87920348ac5feda5ee68feff3e8adbd8cd6e58548d73879025a206dc82756a99c383 SHA512 d8a36b27ee99f29cf9dfea5cc4a9735732bb11cc5931adb4bfe1d1942378d2477f63417b6a2a694e9691c217d20c5ce84bc8d46af5155c46b99b850c0f561315 diff --git a/www-apps/jellyfin-bin/jellyfin-bin-10.9.2.ebuild b/www-apps/jellyfin-bin/jellyfin-bin-10.9.2.ebuild deleted file mode 100644 index 3392e3209a21..000000000000 --- a/www-apps/jellyfin-bin/jellyfin-bin-10.9.2.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit pax-utils systemd tmpfiles - -DESCRIPTION="Jellyfin puts you in control of managing and streaming your media" -HOMEPAGE="https://jellyfin.readthedocs.io/en/latest/ - https://github.com/jellyfin/jellyfin/" - -SRC_URI=" - arm64? ( - elibc_glibc? ( - https://repo.jellyfin.org/files/server/linux/stable/v${PV}/arm64/jellyfin_${PV}-arm64.tar.xz - ) - elibc_musl? ( - https://repo.jellyfin.org/files/server/linux/stable/v${PV}/arm64-musl/jellyfin_${PV}-arm64-musl.tar.xz - ) - ) - amd64? ( - elibc_glibc? ( - https://repo.jellyfin.org/files/server/linux/stable/v${PV}/amd64/jellyfin_${PV}-amd64.tar.xz - ) - elibc_musl? ( - https://repo.jellyfin.org/files/server/linux/stable/v${PV}/amd64-musl/jellyfin_${PV}-amd64-musl.tar.xz - ) - )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~arm64" -RESTRICT="mirror test" - -DEPEND="acct-user/jellyfin - media-libs/fontconfig - sys-libs/zlib" -RDEPEND="${DEPEND} - dev-libs/icu - media-video/ffmpeg[vpx,x264]" -BDEPEND="acct-user/jellyfin" - -INST_DIR="/opt/jellyfin" -QA_PREBUILT="${INST_DIR#/}/*.so ${INST_DIR#/}/jellyfin ${INST_DIR#/}/createdump" - -src_unpack() { - unpack ${A} - mv jellyfin ${P} || die -} - -src_prepare() { - default - - # https://github.com/jellyfin/jellyfin/issues/7471 - # https://github.com/dotnet/runtime/issues/57784 - rm libcoreclrtraceptprovider.so || die -} - -src_install() { - keepdir /var/log/jellyfin - fowners jellyfin:jellyfin /var/log/jellyfin - keepdir /etc/jellyfin - fowners jellyfin:jellyfin /etc/jellyfin - insinto ${INST_DIR} - dodir ${INST_DIR} - doins -r "${S}"/* - newtmpfiles - jellyfin.conf <<<"d /var/cache/jellyfin 0775 jellyfin jellyfin -" - chmod 755 "${D}${INST_DIR}/jellyfin" - newinitd "${FILESDIR}/jellyfin.init-r1" "jellyfin" - newconfd "${FILESDIR}"/jellyfin.confd "jellyfin" - systemd_dounit "${FILESDIR}/jellyfin.service" - pax-mark -m "${ED}${INST_DIR}/jellyfin" -} - -pkg_postinst() { - tmpfiles_process jellyfin.conf -} diff --git a/www-apps/jellyfin-bin/jellyfin-bin-10.9.3.ebuild b/www-apps/jellyfin-bin/jellyfin-bin-10.9.3.ebuild new file mode 100644 index 000000000000..3392e3209a21 --- /dev/null +++ b/www-apps/jellyfin-bin/jellyfin-bin-10.9.3.ebuild @@ -0,0 +1,77 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit pax-utils systemd tmpfiles + +DESCRIPTION="Jellyfin puts you in control of managing and streaming your media" +HOMEPAGE="https://jellyfin.readthedocs.io/en/latest/ + https://github.com/jellyfin/jellyfin/" + +SRC_URI=" + arm64? ( + elibc_glibc? ( + https://repo.jellyfin.org/files/server/linux/stable/v${PV}/arm64/jellyfin_${PV}-arm64.tar.xz + ) + elibc_musl? ( + https://repo.jellyfin.org/files/server/linux/stable/v${PV}/arm64-musl/jellyfin_${PV}-arm64-musl.tar.xz + ) + ) + amd64? ( + elibc_glibc? ( + https://repo.jellyfin.org/files/server/linux/stable/v${PV}/amd64/jellyfin_${PV}-amd64.tar.xz + ) + elibc_musl? ( + https://repo.jellyfin.org/files/server/linux/stable/v${PV}/amd64-musl/jellyfin_${PV}-amd64-musl.tar.xz + ) + )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~amd64 ~arm64" +RESTRICT="mirror test" + +DEPEND="acct-user/jellyfin + media-libs/fontconfig + sys-libs/zlib" +RDEPEND="${DEPEND} + dev-libs/icu + media-video/ffmpeg[vpx,x264]" +BDEPEND="acct-user/jellyfin" + +INST_DIR="/opt/jellyfin" +QA_PREBUILT="${INST_DIR#/}/*.so ${INST_DIR#/}/jellyfin ${INST_DIR#/}/createdump" + +src_unpack() { + unpack ${A} + mv jellyfin ${P} || die +} + +src_prepare() { + default + + # https://github.com/jellyfin/jellyfin/issues/7471 + # https://github.com/dotnet/runtime/issues/57784 + rm libcoreclrtraceptprovider.so || die +} + +src_install() { + keepdir /var/log/jellyfin + fowners jellyfin:jellyfin /var/log/jellyfin + keepdir /etc/jellyfin + fowners jellyfin:jellyfin /etc/jellyfin + insinto ${INST_DIR} + dodir ${INST_DIR} + doins -r "${S}"/* + newtmpfiles - jellyfin.conf <<<"d /var/cache/jellyfin 0775 jellyfin jellyfin -" + chmod 755 "${D}${INST_DIR}/jellyfin" + newinitd "${FILESDIR}/jellyfin.init-r1" "jellyfin" + newconfd "${FILESDIR}"/jellyfin.confd "jellyfin" + systemd_dounit "${FILESDIR}/jellyfin.service" + pax-mark -m "${ED}${INST_DIR}/jellyfin" +} + +pkg_postinst() { + tmpfiles_process jellyfin.conf +} diff --git a/www-apps/xpra-html5/Manifest b/www-apps/xpra-html5/Manifest index b79c5bdb2070..81595611c0e8 100644 --- a/www-apps/xpra-html5/Manifest +++ b/www-apps/xpra-html5/Manifest @@ -1,5 +1,5 @@ DIST xpra-html5-10.1.tar.gz 2354055 BLAKE2B f67b2f15903c1bef93cd93db0d363c067a4dd0455f3013aa86bfff070b91e40946c0500cff270f10f8cbbf654cd4b2d5908cb06f4d86c7ec612fec78ecf3103c SHA512 a5a9c1d09ae767ad339225e1b130c2e285a20a57cc90f22728d12eec3d8cac4b1c00c7f38153972dbb2d2f6c3836ec532fcba14a4456114f70524b8ec2de38be DIST xpra-html5-6.1.tar.gz 1416380 BLAKE2B ba0e2bdcae91b30a1f46655dc505f5338cd8c516414f55871c6bc01b6bdcd81d351d66c575c6a7a219cb0c29e7da17e8db558b928dc89067b5ad3289520005f2 SHA512 3539c235f38a66f0a8eaea679df4b4bb4a1ef778ab31baf705acc29b0d4b3998ae84081eeac085db973d170afaa1ee0f167124efc3e48266145fdbef255a6bf5 -EBUILD xpra-html5-10.1.ebuild 950 BLAKE2B 77546bd34caf0c737f435d974ba6e22e715bb34f022fd3e8afdc12a79ac6e8f0649df3d77025b44e0d2a1a26494e22eb4ed51dbc2855d9e21256edc778331e35 SHA512 7948b50989bdc71c1ca76e55b806684ecdc1100195012add03d013e1aefad3039a19216f90fb22dc28ae13f5e5425c7b182453d226bd0bc57d4a9f3e347e8f89 +EBUILD xpra-html5-10.1.ebuild 949 BLAKE2B 00fd87e48a7adeb4b34a6bf2b941f5de4c40f54cf02ff4790d4be91befa30a67f8fe000db365eb8621f211d1bb51b0c3d0317bf91dfef9c0348a1fc416661c87 SHA512 722831cbbe2246daff5f1cf30bdc9a39473043cae569716c981172a2b771cf7b70e7847f0fcdaeb7c290ddfb831c2b16c8068a6217d86d8ea088eefdb708d777 EBUILD xpra-html5-6.1.ebuild 950 BLAKE2B 7b58f757aa4ac2df4cfedc55c427fb627f12f8edce2041d99a1c8c7fe686c04ac61c693bf07e3bd02f59187d34bdc76bf536476d69459d6ea1c3571b1ff534f7 SHA512 2b7ba2a31d3211323ae39913c0715e857df464715b910e157c7c0e9d5e0503e3ca0e69ae3236a314334c9ceb00f66ae55da81e686282fc14f9faa1a73814a3bf MISC metadata.xml 551 BLAKE2B 6d62f17a775361ec0b066cb994bc5a6ccc841e61991aa44a72512e82ac94c6a66ad7fbf3998c784cf830cfe44f03e496edd9b491e95f173fea71f328349bd457 SHA512 d839ba317b8d58e5849de92243408096799b1328baa3d46e0ca06e4c038639a35566a9a636f7da491820bc0e3af0cbd5e18043bf815b873f3ead4d68ff54c960 diff --git a/www-apps/xpra-html5/xpra-html5-10.1.ebuild b/www-apps/xpra-html5/xpra-html5-10.1.ebuild index bb583f2964f2..e7477eeddc1c 100644 --- a/www-apps/xpra-html5/xpra-html5-10.1.ebuild +++ b/www-apps/xpra-html5/xpra-html5-10.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/Xpra-org/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${ LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="brotli +gzip minify" BDEPEND=" -- cgit v1.2.3