Package Details: twinkle 1.10.3-1

Git Clone URL: https://aur.archlinux.org/twinkle.git (read-only, click to copy)
Package Base: twinkle
Description: Softphone for voice over IP and IM communication using SIP
Upstream URL: http://twinkle.dolezel.info/
Licenses: GPL2
Submitter: sergej
Maintainer: freswa (malus)
Last Packager: freswa
Votes: 26
Popularity: 0.000001
First Submitted: 2012-05-15 11:57 (UTC)
Last Updated: 2022-02-19 11:16 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

degerhar commented on 2014-12-06 12:08 (UTC)

I got it to work by adding "-I/usr/include/libzrtpcpp" to the CPPFLAGS in PKGBUILD (line #33): CPPFLAGS="$CPPFLAGS -I/usr/include/qt3 -I/usr/include/libzrtpcpp"

ricardofunke commented on 2014-12-04 17:27 (UTC)

I'm getting "configure: error: zrtp header files missing"

tredaelli commented on 2014-07-24 09:21 (UTC)

twinkle needs qt3, just compile it

0liver commented on 2014-07-23 19:29 (UTC)

with latest kernel and qt4 installed, I get #makepkg ==> Making package: twinkle 1.4.2-19 (Wed Jul 23 21:17:42 CEST 2014) ==> Checking runtime dependencies... ==> Missing dependencies: -> qt3 -> libzrtpcpp -> commoncpp2 ==> Checking buildtime dependencies... ==> Missing dependencies: -> boost -> gendesk ==> ERROR: Could not resolve all dependencies.

hundeboll commented on 2014-04-01 19:40 (UTC)

please add libzrtpcpp include path to the CPPFLAGS: CPPFLAGS="$CPPFLAGS -I/usr/include/qt3 -I/usr/include/libzrtpcpp/"

tredaelli commented on 2013-09-20 11:44 (UTC)

Updated, it should work now. Thanks for reporting

<deleted-account> commented on 2013-09-20 00:07 (UTC)

Had the same issue as scan and mazieres: "configure: error: lrelease is missing (qt3-devel-tools package)" Found a workaround * sudo ln -s /usr/bin/lrelease-qt3 /usr/bin/lrelease * makepkg * sudo rm /usr/bin/lrelease Someone more motivated could patch the build to use lrelease-qt3.... Good luck :)

<deleted-account> commented on 2013-09-02 20:15 (UTC)

me too configure: error: lrelease is missing (qt3-devel-tools package)

mazieres commented on 2013-08-29 07:46 (UTC)

Doesn't build for me. Perhaps a missing dependency? The configure phase fails with: checking for lrelease... no configure: error: lrelease is missing (qt3-devel-tools package)

mathias.steiger commented on 2013-04-27 16:57 (UTC)

Doesn't compile anymore. Very ugly fix: Put this under patch -p0 .. up to .configure .. as a replacement. You need to install automake-1.12 from AUR. -------------------------------- cd "$pkgname-$pkgver" export automake=1.12 export QTDIR=/usr/lib/qt3/ /usr/bin/aclocal-1.12 /usr/bin/autoconf /usr/bin/automake-1.12 -a mkdir -p src/gui/.ui mkdir -p src/gui/.obj mkdir -p src/gui/.moc if [[ "$(uname -a | grep -os x86_64)" == "x86_64" ]]; then find ./ -exec sed "s/\(i686-pc\|i586-pc\)/x86-64/g" -i '{}' \; find ./ -exec sed "s/\(i686\|i586\)/x86-64/g" -i '{}' \; fi -------------------------------- You also need to: ln -s /usr/share/qt3/mkspecs /usr/lib/qt3/mkspecs ln -s /usr/lib /usr/lib/qt3/lib ln -s /usr/include/qt3 /usr/lib/qt3/include It compiles, HOWEVER: I have a near-perfect asterisk setup locally and wouldn't get SIP audio. The UI of twinkle is not nice imo and it crashes for all sorts of reasons, e.g. if the connection to the SIP provider is suddenly lost .. Not very worthwhile.