summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsolopasha2022-12-09 07:13:12 +0300
committersolopasha2022-12-09 07:13:12 +0300
commitba63b03fb04c1d7ede688bb7766dd5ebabf7b9f8 (patch)
treed06a526495c393adf6c6ae2220f2f28c17970a71 /PKGBUILD
parent35b2149b6cfa10ecd4ebcb3b7b3bdc77684aebe0 (diff)
downloadaur-ba63b03fb04c1d7ede688bb7766dd5ebabf7b9f8.tar.gz
switch to ffmpeg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7819e5833916..af8cbf0ed4df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=64gram-desktop
_pkgname=64Gram
pkgver=1.0.58
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Unofficial desktop version of Telegram messaging app'
arch=('x86_64')
url="https://github.com/TDesktop-x64/tdesktop"
license=('GPL3')
-depends=('hunspell' 'ffmpeg4.4' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
+depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'qt6-5compat' 'xxhash' 'glibmm-2.68'
'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'abseil-cpp' 'libdispatch' 'openssl-1.1' 'protobuf')
makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft-gsl' 'meson'
@@ -33,7 +33,6 @@ prepare() {
build() {
cd "${srcdir}/$_pkgname-$pkgver-full"
- export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
cmake \
-B build \
-G Ninja \