Date: Thursday, December 8, 2022 @ 02:16:10 Author: svenstaro Revision: 1357071
upgpkg: telegram-desktop 4.4.1-2: Try build with ffmpeg 5 again (FS#76763) Modified: telegram-desktop/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-08 02:15:52 UTC (rev 1357070) +++ PKGBUILD 2022-12-08 02:16:10 UTC (rev 1357071) @@ -2,12 +2,12 @@ # Contributor: hexchain <[email protected]> pkgname=telegram-desktop pkgver=4.4.1 -pkgrel=1 +pkgrel=2 pkgdesc='Official Telegram Desktop client' arch=('x86_64') url="https://desktop.telegram.org/" license=('GPL3') -depends=('hunspell' 'ffmpeg4.4' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 'ttf-opensans' +depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 'ttf-opensans' 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'qt6-5compat' 'xxhash' 'glibmm-2.68' 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'abseil-cpp' 'libdispatch' 'openssl-1.1' 'protobuf') @@ -26,7 +26,6 @@ build() { cd tdesktop-$pkgver-full - export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig' #Turns out we're allowed to use the official API key that telegram uses for their snap builds: # https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88 # Thanks @primeos!
