Package Details: whatsie-git 4.14.2.r0.gc478a7d-1

Git Clone URL: https://aur.archlinux.org/whatsie-git.git (read-only, click to copy)
Package Base: whatsie-git
Description: Fast Light weight WhatsApp Client based on Qt's WebEngine, With lots of settings and packed goodies
Upstream URL: https://github.com/keshavbhatt/whatsie
Keywords: qt web whatsapp
Licenses: MIT
Conflicts: whatsie
Provides: whatsie
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 4
Popularity: 0.004270
First Submitted: 2022-06-16 12:28 (UTC)
Last Updated: 2023-12-01 09:02 (UTC)

Latest Comments

lucasrizzini commented on 2025-01-13 21:37 (UTC)

g++ -Wl,-O1 -pipe -fstack-protector-strong -fstack-clash-protection -D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS -O2 -O2 -std=gnu++1z -flto=4 -fno-fat-lto-objects -fuse-linker-plugin -Wl,-rpath-link,/usr/lib -fPIC -o whatsie singleapplication.o singleapplication_p.o moreapps.o about.o automatictheme.o dictionaries.o downloadmanagerwidget.o downloadwidget.o lock.o main.o mainwindow.o permissiondialog.o rateapp.o settingswidget.o sunclock.o theme.o utils.o webenginepage.o webview.o elidedlabel.o scrolltext.o qrc_icons.o moc_singleapplication.o moc_singleapplication_p.o moc_moreapps.o moc_about.o moc_autolockeventfilter.o moc_automatictheme.o moc_dictionaries.o moc_downloadmanagerwidget.o moc_downloadwidget.o moc_lock.o moc_mainwindow.o moc_notificationpopup.o moc_permissiondialog.o moc_rateapp.o moc_requestinterceptor.o moc_settingswidget.o moc_utils.o moc_webenginepage.o moc_webview.o moc_elidedlabel.o moc_scrolltext.o   -L/usr/X11/lib -lX11 /usr/lib/libQt5WebEngine.so /usr/lib/libQt5WebEngineWidgets.so /usr/lib/libQt5WebEngineCore.so /usr/lib/libQt5Quick.so /usr/lib/libQt5PrintSupport.so /usr/lib/libQt5Widgets.so /usr/lib/libQt5Gui.so /usr/lib/libQt5QmlModels.so /usr/lib/libQt5WebChannel.so /usr/lib/libQt5Qml.so /usr/lib/libQt5Network.so /usr/lib/libQt5Positioning.so /usr/lib/libQt5Core.so -lGL -lpthread
/usr/bin/ld: /usr/lib/libQt5WebEngineCore.so: undefined reference to `av_stream_get_first_dts@LIBAVFORMAT_61'
collect2: error: ld returned 1 exit status
make: *** [Makefile:338: whatsie] Error 1

jonathannerat commented on 2022-06-17 19:42 (UTC)

This patch makes it work for now:

diff --git a/PKGBUILD b/PKGBUILD
index 2f15ab4..9d4ec96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ sha256sums=('SKIP')
 pkgver() {
   cd "${pkgname%-git}"

-  printf "%s.r%s.%s" "$(git describe --tags)" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+  printf "%s" "$(git describe --tags | sed -r "s/-/./g")"
 }

 build() {

keshavnrj commented on 2022-06-17 13:56 (UTC) (edited on 2022-06-17 13:57 (UTC) by keshavnrj)

This error is happening due to the parsing of pkgver string, this will be fixed soon.

aquilarubra commented on 2022-06-17 12:30 (UTC)

Does not compile:


==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: 4.3.1-1-g48b9028.r214.48b9028
 -> error making: whatsie-git