diff --git a/repo/caddy-bgme-git/PKGBUILD b/repo/caddy-bgme-git/PKGBUILD index dccedb2..5b8f16b 100644 --- a/repo/caddy-bgme-git/PKGBUILD +++ b/repo/caddy-bgme-git/PKGBUILD @@ -9,7 +9,7 @@ pkgname=caddy-bgme-git _pkgname=caddy -pkgver=2.7.0beta.2.r3.g119e8794 +pkgver=2.7.1.r1.ge2fc08bd pkgrel=1 pkgdesc='Fast web server with automatic HTTPS' url='https://caddyserver.com' diff --git a/repo/curl-http3/PKGBUILD b/repo/curl-http3/PKGBUILD index afa56d8..65ae6d5 100644 --- a/repo/curl-http3/PKGBUILD +++ b/repo/curl-http3/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Hendrik 'T4cC0re' Meyer pkgname=curl-http3 -pkgver=8.1.2 +pkgver=8.2.1 pkgrel=1 pkgdesc="An URL retrieval utility and library - compiled with HTTP/3 support - binary is called curl3" arch=('x86_64') @@ -10,7 +10,7 @@ depends=('ca-certificates' 'brotli' 'libbrotlidec.so' 'libgssapi_krb5.so' 'krb5' 'libidn2' 'libidn2.so' 'libnghttp2' 'libpsl' 'libpsl.so' 'libssh2' 'libssh2.so' 'openssl' 'zlib' 'zstd' 'libzstd.so') makedepends=('rust' 'git' 'go' 'cmake') -_quiche_ref=0.17.1 +_quiche_ref=0.17.2 source=("https://curl.haxx.se/download/curl-$pkgver.tar.gz"{,.asc} "git+https://github.com/cloudflare/quiche.git#tag=${_quiche_ref}" "git+https://github.com/google/boringssl.git") @@ -79,7 +79,7 @@ package() { install -Dm644 quiche/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING-quiche" install -Dm644 quiche/quiche/deps/boringssl/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-boringssl" } -sha512sums=('41f4edb9c75870b713a2ecdaae2f8888651f2db3e689b991e70f1ee4e0da86d861eba1a9d24374e7b99deb0fdb218b9fbbd6cd624363d940a27d82b90c0e5c1b' +sha512sums=('d0a906f4dff4c485e6dae930d9a7530147f4c0a0cbb46a83cb9be9d7bd6b9c320386c8be5bcdd3749f2d468b0daf39d06e8c581bab1fa792fd26da409a575cbd' 'SKIP' 'SKIP' 'SKIP') diff --git a/repo/firefox-vaapi/0001-enable-vaapi.patch b/repo/firefox-vaapi/0001-enable-vaapi.patch index c7dfe71..6da8aa1 100644 --- a/repo/firefox-vaapi/0001-enable-vaapi.patch +++ b/repo/firefox-vaapi/0001-enable-vaapi.patch @@ -1,13 +1,13 @@ -diff --color --unified --recursive --text firefox-114.0.2.orig/widget/gtk/GfxInfo.cpp firefox-114.0.2.new/widget/gtk/GfxInfo.cpp ---- firefox-114.0.2.orig/widget/gtk/GfxInfo.cpp 2023-06-21 19:19:01.466886711 +0200 -+++ firefox-114.0.2.new/widget/gtk/GfxInfo.cpp 2023-06-21 20:11:49.836465037 +0200 -@@ -957,14 +957,6 @@ +diff --color --unified --recursive --text firefox-115.0.orig/widget/gtk/GfxInfo.cpp firefox-115.0.new/widget/gtk/GfxInfo.cpp +--- firefox-115.0.orig/widget/gtk/GfxInfo.cpp 2023-07-04 22:55:57.742252422 +0200 ++++ firefox-115.0.new/widget/gtk/GfxInfo.cpp 2023-07-04 22:56:45.117367837 +0200 +@@ -970,14 +970,6 @@ nsIGfxInfo::FEATURE_BLOCKED_DEVICE, DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0), "FEATURE_HARDWARE_VIDEO_DECODING_NO_R600", ""); -- // Disable on Release/late Beta +- // Disable on Release/late Beta on AMD -#if !defined(EARLY_BETA_OR_EARLIER) -- APPEND_TO_DRIVER_BLOCKLIST(OperatingSystem::Linux, DeviceFamily::All, +- APPEND_TO_DRIVER_BLOCKLIST(OperatingSystem::Linux, DeviceFamily::AtiAll, - nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING, - nsIGfxInfo::FEATURE_BLOCKED_DEVICE, - DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0), diff --git a/repo/firefox-vaapi/0002-remove-nvidia-blocklist.patch b/repo/firefox-vaapi/0002-remove-nvidia-blocklist.patch index fbbd84f..674f262 100644 --- a/repo/firefox-vaapi/0002-remove-nvidia-blocklist.patch +++ b/repo/firefox-vaapi/0002-remove-nvidia-blocklist.patch @@ -1,9 +1,9 @@ -diff --color --unified --recursive --text firefox-114.0.2.orig/widget/gtk/GfxInfo.cpp firefox-114.0.2.new/widget/gtk/GfxInfo.cpp ---- firefox-114.0.2.orig/widget/gtk/GfxInfo.cpp 2023-06-21 20:28:01.694477890 +0200 -+++ firefox-114.0.2.new/widget/gtk/GfxInfo.cpp 2023-06-21 20:29:02.520105848 +0200 -@@ -844,37 +844,6 @@ - V(21, 0, 0, 0), "FEATURE_FAILURE_WEBRENDER_BUG_1635186", - "Mesa 21.0.0.0"); +diff --color --unified --recursive --text firefox-115.0.orig/widget/gtk/GfxInfo.cpp firefox-115.0.new/widget/gtk/GfxInfo.cpp +--- firefox-115.0.orig/widget/gtk/GfxInfo.cpp 2023-07-04 23:03:47.333542909 +0200 ++++ firefox-115.0.new/widget/gtk/GfxInfo.cpp 2023-07-04 23:04:17.310346929 +0200 +@@ -857,37 +857,6 @@ + DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0), + "FEATURE_FAILURE_WEBRENDER_MESA_VM", ""); - //////////////////////////////////// - // FEATURE_WEBRENDER_COMPOSITOR @@ -39,7 +39,7 @@ diff --color --unified --recursive --text firefox-114.0.2.orig/widget/gtk/GfxInf // Disable on all AMD devices not using Mesa. APPEND_TO_DRIVER_BLOCKLIST_EXT( OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All, -@@ -884,16 +853,6 @@ +@@ -897,16 +866,6 @@ "FEATURE_FAILURE_X11_EGL_NO_LINUX_ATI", ""); //////////////////////////////////// @@ -56,7 +56,7 @@ diff --color --unified --recursive --text firefox-114.0.2.orig/widget/gtk/GfxInf // FEATURE_DMABUF_SURFACE_EXPORT // Disabled due to: // https://gitlab.freedesktop.org/mesa/mesa/-/issues/6666 -@@ -933,14 +892,6 @@ +@@ -946,14 +905,6 @@ V(21, 0, 0, 0), "FEATURE_HARDWARE_VIDEO_DECODING_MESA", "Mesa 21.0.0.0"); @@ -71,7 +71,7 @@ diff --color --unified --recursive --text firefox-114.0.2.orig/widget/gtk/GfxInf // Disable on all AMD devices not using Mesa. APPEND_TO_DRIVER_BLOCKLIST_EXT( OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All, -@@ -975,15 +926,6 @@ +@@ -988,15 +939,6 @@ ""); //////////////////////////////////// @@ -87,7 +87,7 @@ diff --color --unified --recursive --text firefox-114.0.2.orig/widget/gtk/GfxInf APPEND_TO_DRIVER_BLOCKLIST_EXT( OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All, -@@ -991,14 +933,6 @@ +@@ -1004,14 +946,6 @@ nsIGfxInfo::FEATURE_THREADSAFE_GL, nsIGfxInfo::FEATURE_BLOCKED_DEVICE, DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0), "FEATURE_FAILURE_THREADSAFE_GL_NOUVEAU", ""); @@ -102,3 +102,4 @@ diff --color --unified --recursive --text firefox-114.0.2.orig/widget/gtk/GfxInf } return *sDriverInfo; } +Alleen in firefox-115.0.new/widget/gtk: GfxInfo.cpp.orig diff --git a/repo/firefox-vaapi/PKGBUILD b/repo/firefox-vaapi/PKGBUILD index 30f98bf..5f40046 100644 --- a/repo/firefox-vaapi/PKGBUILD +++ b/repo/firefox-vaapi/PKGBUILD @@ -5,8 +5,8 @@ pkgname=firefox-vaapi _pkgname=firefox -pkgver=114.0.2 -pkgrel=2 +pkgver=115.0.2 +pkgrel=1 pkgdesc="Standalone web browser from mozilla.org (with VA-API patches)" url="https://www.mozilla.org/firefox/" arch=(x86_64) @@ -77,18 +77,18 @@ source=( validpgpkeys=( '14F26682D0916CDD81E37B6D61B7B526D98F0353' # Mozilla Software Releases ) -sha256sums=('aa602032f0b7065b743ba7fabf96714398aba538bcc017a4b0fff556dc69f8fe' +sha256sums=('6b2844124c13b4bd9d97ac7f5840f3e957b7631659591f3bea1ac9a89bee1654' 'SKIP' '1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044' 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9' - '1e272a01ed9a1082a0f75b512f24c475e9f0dfe33ecc9934f6d0e874aaf3391f' - 'bae9186230172277cc6b8a61b46f22990edd03c26d25c9ef0a38702f21c7ec0c') -b2sums=('9c624a1093d00ccbfdb1f251489b4aecc597c8202e5e82b35266e32520a2b70d2001accdcc999c214d077dcda0708b50467a63fc3d67ac12d02b8153a67a71e3' + '5b1db043ba3bce65e9fa2ba06bec73edd769ce6d5135aefa1634ed1285791db2' + 'c385b268dbbbfc56abe790a329f6ae53819b1e18ecad5dbea958cf9eaabc070d') +b2sums=('ca602d102f2b7b7fc7bebb6ca4b21e548d4542727da94410497ad6774b6dc7a9eba778c9b6e269beabdbf647e3447f621103cb68fbcac77c4beca1829cbfc535' 'SKIP' 'd07557840097dd48a60c51cc5111950781e1c6ce255557693bd11306c7a9258b2a82548329762148f117b2295145f9e66e0483a18e2fe09c5afcffed2e4b8628' '63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34' - 'b0605792080a7463bddbe9a2541441a77295753f37651ed7af056d1524524ba5b752d0b079cb95250ebc922151770483852e6f501133a3655b9db189c5303612' - 'fe9a8583df536126f73fbaf603a410bf7cc38b85c58047fc690c3c7d4df0c0ec5eb3b7f8ce151e6561aa73de2a3c0b1948cc6100b8cc6a2bec7ce2ea86b19b84') + '557d08096b4a1773c6c3deab578c88747e62f4e06f19cf3f1c60dac026ad4951191284a64f0b10d0c2be3d11650998eefdb3783ee4929e975cbe5c533971fc5b' + '5ab88347bf4c8f562d434eb15f274fb165f8e165bbd10937f1130a3678dbaca855ed86bee3d840be8a49c72db5bb80b7ce8c5bb027d46424e7e3c7d43fe2c8c5') # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) # Note: These are for Arch Linux use ONLY. For your own distribution, please @@ -222,6 +222,18 @@ pref("browser.shell.checkDefaultBrowser", false); // Don't disable extensions in the application directory pref("extensions.autoDisableScopes", 11); + +// Enable GNOME Shell search provider +pref("browser.gnome-search-provider.enabled", true); + +// Enable WebRender +pref("gfx.webrender.all", true); + +// Enable hardware accelerated video +pref("media.hardware-video-decoding.enabled", true); +pref("media.hardware-video-decoding.force-enabled", true); +pref("media.ffmpeg.vaapi.enabled", true); +pref("media.webrtc.hw.h264.enabled", true); END local distini="$pkgdir/usr/lib/$_pkgname/distribution/distribution.ini" @@ -270,6 +282,15 @@ END ln -srfv "$pkgdir/usr/lib/libnssckbi.so" "$nssckbi" fi + local sprovider="$pkgdir/usr/share/gnome-shell/search-providers/$_pkgname.search-provider.ini" + install -Dvm644 /dev/stdin "$sprovider" < pkgname=pycharm-community-jre _appname=pycharm-community -pkgver=2023.1 +pkgver=2023.2 pkgrel=1 pkgdesc="PyCharm Community Edition IDE for Python with bundled JRE" arch=(x86_64) @@ -18,7 +18,7 @@ source=( ) noextract=() sha256sums=( - 'e8e9ed964ef8a397ad920ccaad41b30c3f29a2e125e7a5c4be50db791099e068' + '64472ee39d244fbc2cc8aeade204d02a767c7ce66b2edaa26a8499eeef44f3d7' 'f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21' 'b6f0518e59c4744ded38de63efba91205bcba406fa74944a1f3a8937566d8acc' ) diff --git a/repo/rstudio-desktop/PKGBUILD b/repo/rstudio-desktop/PKGBUILD index c8f3742..2072fef 100644 --- a/repo/rstudio-desktop/PKGBUILD +++ b/repo/rstudio-desktop/PKGBUILD @@ -5,9 +5,9 @@ pkgname=rstudio-desktop _vermajor="2023" _verminor="06" -_verpatch="0" -_versuffix="421" -_gitcommit="583b465" +_verpatch="1" +_versuffix="524" +_gitcommit="547dcf8" _gitname=rstudio-rstudio-${_gitcommit} pkgver=${_vermajor}.${_verminor}.${_verpatch}.${_versuffix} _srcname=rstudio-${_vermajor}.${_verminor}.${_verpatch}-${_versuffix} @@ -37,7 +37,7 @@ source=("rstudio-$pkgver.tar.gz::https://github.com/rstudio/rstudio/archive/refs "qt.conf" "pandoc_version.patch") -sha256sums=('9496996bbb1bc502d58d83c5ddab2b60f4eb60c979e0131b0e07dd8c66cee3bd' +sha256sums=('1edde5dce566bb1794c2bbb4b8b4d003000232df83f6e24b2b92b975222be2cc' 'SKIP' '2c69e7b040c208b61ebf9735c63d2e5bcabfed32ef05a9b8dd5823489ea50d6b' '723626bfe05dafa545e135e8e61a482df111f488583fef155301acc5ecbbf921' diff --git a/repo/shadowsocks-rust/PKGBUILD b/repo/shadowsocks-rust/PKGBUILD index 84f40af..079121b 100644 --- a/repo/shadowsocks-rust/PKGBUILD +++ b/repo/shadowsocks-rust/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: rustemb pkgname=shadowsocks-rust -pkgver=1.15.3 -pkgrel=4 +pkgver=1.15.4 +pkgrel=1 pkgdesc='A Rust port of shadowsocks https://shadowsocks.org/' arch=(x86_64) url='https://github.com/shadowsocks/shadowsocks-rust' @@ -15,7 +15,7 @@ source=( 'shadowsocks-rust@.service' 'shadowsocks-rust-server@.service') -sha512sums=('95ba0fd4f96166ccc3462dc67fa0dacf18559a849dc4cae60a0b4136e2a6a1e354ca28b359672b6b31bb13811eabf69cd9cdd46c4f5f9eb26b27b445dd1bbc3e' +sha512sums=('fe61b11ab5e77212f88d4f58dc0a990f5805054472417e488132c7d1d825c0dcd7cc5efb4de65d39bd7d9ec4606e60704d1f35d7a1be59d4ca63b1e9e9dac5a4' '90ee8735104795b5c50bc855ad11ee9c741fa1695409d72de7c69b89b0aa80c9596459edbb3a2c1d49e9414e3d06bc55328126c0062f1e28cac141ea202e455d' 'ef5a348dfbbfd0bad733da217824dd55851aff3490c63685e9f1bc2b393998fea1bdad864c16a98b8af07264851bb0a11326959529a669008c5e62e94b26b209') diff --git a/repo/sing-box-git/PKGBUILD b/repo/sing-box-git/PKGBUILD index 6fdd664..18b6e9a 100644 --- a/repo/sing-box-git/PKGBUILD +++ b/repo/sing-box-git/PKGBUILD @@ -3,7 +3,7 @@ pkgname=sing-box-git _pkgname=sing-box -pkgver=1.3rc2.r5.ge482053 +pkgver=1.3.5.r6.g15a5f06a pkgrel=1 pkgdesc='The universal proxy platform (git version).' diff --git a/repo/sing-box/PKGBUILD b/repo/sing-box/PKGBUILD index 853fcdd..7868b87 100644 --- a/repo/sing-box/PKGBUILD +++ b/repo/sing-box/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: everyx pkgname=sing-box -pkgver=1.3.0 +pkgver=1.3.5 pkgrel=1 pkgdesc='The universal proxy platform.' @@ -12,7 +12,7 @@ license=('GPL3 with name use or association addition') makedepends=('go') source=("$pkgname-$pkgver.tar.gz::https://github.com/SagerNet/sing-box/archive/v$pkgver.tar.gz") -sha256sums=('19b83d9cbd4e241da2ec9cb14110826b2694590950356a4f4051081ec4b4c92d') +sha256sums=('7c4d5d65d4a1a37cec1df069262b5aba508a67bcc9f7261325113555e3c458d2') conflicts=("$pkgname-git" "$pkgname-beta") optdepends=('sing-geosite: sing-geosite database' diff --git a/repo/zdns-git/PKGBUILD b/repo/zdns-git/PKGBUILD index f86e5b4..0db55b2 100644 --- a/repo/zdns-git/PKGBUILD +++ b/repo/zdns-git/PKGBUILD @@ -2,7 +2,7 @@ pkgname=zdns-git pkgdesc='A command-line utility that provides high-speed DNS lookups.' -pkgver=1.0.0.357.ac6c7f3 +pkgver=1.0.0.360.bca01b6 pkgrel=1 url='https://github.com/zmap/zdns' arch=('x86_64')