pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat Add chat/telepathy-qt5 version 0.9.8 to pkgsrc-cu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56cce13239db
branches:  trunk
changeset: 419116:56cce13239db
user:      nros <nros%pkgsrc.org@localhost>
date:      Thu Dec 12 16:44:53 2019 +0000

description:
Add chat/telepathy-qt5 version 0.9.8 to pkgsrc-current

telepathy-qt5 is a Qt5 high-level binding for Telepathy.
The qt4 version is in chat/telepathy-qt .

diffstat:

 chat/Makefile                                                                     |    3 +-
 chat/telepathy-qt5/DESCR                                                          |    1 +
 chat/telepathy-qt5/Makefile                                                       |   32 +
 chat/telepathy-qt5/PLIST                                                          |  436 ++++++++++
 chat/telepathy-qt5/buildlink3.mk                                                  |   18 +
 chat/telepathy-qt5/distinfo                                                       |   16 +
 chat/telepathy-qt5/patches/patch-CMakeLists.txt                                   |   14 +
 chat/telepathy-qt5/patches/patch-TelepathyQt_Farstream_CMakeLists.txt             |   26 +
 chat/telepathy-qt5/patches/patch-TelepathyQt_Farstream_TelepathyQtFarstream.pc.in |   23 +
 chat/telepathy-qt5/patches/patch-TelepathyQt_TelepathyQt.pc.in                    |   13 +
 chat/telepathy-qt5/patches/patch-TelepathyQt_TelepathyQtService.pc.in             |   13 +
 chat/telepathy-qt5/patches/patch-TelepathyQt_referenced-handles.cpp               |   13 +
 chat/telepathy-qt5/patches/patch-tests_channel-class-spec.cpp                     |   13 +
 chat/telepathy-qt5/patches/patch-tests_dbus_account-basics.cpp                    |   49 +
 chat/telepathy-qt5/patches/patch-tests_dbus_client.cpp                            |   19 +
 chat/telepathy-qt5/patches/patch-tests_features.cpp                               |   13 +
 16 files changed, 701 insertions(+), 1 deletions(-)

diffs (truncated from 776 to 300 lines):

diff -r 156a29a8912e -r 56cce13239db chat/Makefile
--- a/chat/Makefile     Thu Dec 12 16:24:31 2019 +0000
+++ b/chat/Makefile     Thu Dec 12 16:44:53 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.231 2019/10/19 09:12:59 nia Exp $
+# $NetBSD: Makefile,v 1.232 2019/12/12 16:44:53 nros Exp $
 #
 
 COMMENT=       Communication programs
@@ -135,6 +135,7 @@
 SUBDIR+=       telepathy-mission-control
 SUBDIR+=       telepathy-mission-control5
 SUBDIR+=       telepathy-qt
+SUBDIR+=       telepathy-qt5
 SUBDIR+=       tik
 SUBDIR+=       tirc
 SUBDIR+=       tkabber
diff -r 156a29a8912e -r 56cce13239db chat/telepathy-qt5/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/telepathy-qt5/DESCR  Thu Dec 12 16:44:53 2019 +0000
@@ -0,0 +1,1 @@
+telepathy-qt5 is a Qt5 high-level binding for Telepathy.
diff -r 156a29a8912e -r 56cce13239db chat/telepathy-qt5/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/telepathy-qt5/Makefile       Thu Dec 12 16:44:53 2019 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1 2019/12/12 16:44:53 nros Exp $
+
+DISTNAME=      telepathy-qt-0.9.8
+PKGNAME=       ${DISTNAME:S/qt/qt5/g}
+CATEGORIES=    chat
+MASTER_SITES=  https://telepathy.freedesktop.org/releases/telepathy-qt/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://telepathy.freedesktop.org/releases/telepathy-qt/
+COMMENT=       Qt5 bindings for telepathy
+LICENSE=       gnu-lgpl-v2.1
+
+USE_CMAKE=     yes
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+=   TelepathyQt/TelepathyQt.pc.in
+PKGCONFIG_OVERRIDE+=   TelepathyQt/TelepathyQtService.pc.in
+PKGCONFIG_OVERRIDE+=   TelepathyQt/Farstream/TelepathyQtFarstream.pc.in
+
+PYTHON_FOR_BUILD_ONLY= yes
+.include "../../chat/telepathy-farstream/buildlink3.mk"
+.include "../../chat/telepathy-glib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../lang/python/tool.mk"
+.include "../../multimedia/gstreamer1/buildlink3.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+BUILDLINK_DEPMETHOD.py-dbus=    build
+.include "../../sysutils/py-dbus/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 156a29a8912e -r 56cce13239db chat/telepathy-qt5/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/telepathy-qt5/PLIST  Thu Dec 12 16:44:53 2019 +0000
@@ -0,0 +1,436 @@
+@comment $NetBSD: PLIST,v 1.1 2019/12/12 16:44:53 nros Exp $
+include/telepathy-qt5/TelepathyQt/AbstractAdaptor
+include/telepathy-qt5/TelepathyQt/AbstractClient
+include/telepathy-qt5/TelepathyQt/AbstractClientApprover
+include/telepathy-qt5/TelepathyQt/AbstractClientHandler
+include/telepathy-qt5/TelepathyQt/AbstractClientObserver
+include/telepathy-qt5/TelepathyQt/AbstractDBusServiceInterface
+include/telepathy-qt5/TelepathyQt/AbstractInterface
+include/telepathy-qt5/TelepathyQt/AbstractProtocolInterface
+include/telepathy-qt5/TelepathyQt/Account
+include/telepathy-qt5/TelepathyQt/AccountCapabilityFilter
+include/telepathy-qt5/TelepathyQt/AccountFactory
+include/telepathy-qt5/TelepathyQt/AccountFilter
+include/telepathy-qt5/TelepathyQt/AccountInterface
+include/telepathy-qt5/TelepathyQt/AccountInterfaceAddressingInterface
+include/telepathy-qt5/TelepathyQt/AccountInterfaceAvatarInterface
+include/telepathy-qt5/TelepathyQt/AccountInterfaceStorageInterface
+include/telepathy-qt5/TelepathyQt/AccountManager
+include/telepathy-qt5/TelepathyQt/AccountManagerInterface
+include/telepathy-qt5/TelepathyQt/AccountPropertyFilter
+include/telepathy-qt5/TelepathyQt/AccountSet
+include/telepathy-qt5/TelepathyQt/AndFilter
+include/telepathy-qt5/TelepathyQt/AuthenticationTLSCertificateInterface
+include/telepathy-qt5/TelepathyQt/AvatarData
+include/telepathy-qt5/TelepathyQt/AvatarSpec
+include/telepathy-qt5/TelepathyQt/BaseCall
+include/telepathy-qt5/TelepathyQt/BaseChannel
+include/telepathy-qt5/TelepathyQt/BaseConnection
+include/telepathy-qt5/TelepathyQt/BaseConnectionManager
+include/telepathy-qt5/TelepathyQt/BaseDebug
+include/telepathy-qt5/TelepathyQt/BaseProtocol
+include/telepathy-qt5/TelepathyQt/BaseProtocolAddressingInterface
+include/telepathy-qt5/TelepathyQt/BaseProtocolAvatarsInterface
+include/telepathy-qt5/TelepathyQt/BaseProtocolPresenceInterface
+include/telepathy-qt5/TelepathyQt/CallChannel
+include/telepathy-qt5/TelepathyQt/CallContent
+include/telepathy-qt5/TelepathyQt/CallContentInterface
+include/telepathy-qt5/TelepathyQt/CallContentInterfaceAudioControlInterface
+include/telepathy-qt5/TelepathyQt/CallContentInterfaceDTMFInterface
+include/telepathy-qt5/TelepathyQt/CallContentInterfaceMediaInterface
+include/telepathy-qt5/TelepathyQt/CallContentInterfaceVideoControlInterface
+include/telepathy-qt5/TelepathyQt/CallContentMediaDescription
+include/telepathy-qt5/TelepathyQt/CallContentMediaDescriptionInterface
+include/telepathy-qt5/TelepathyQt/CallContentMediaDescriptionInterfaceRTCPExtendedReportsInterface
+include/telepathy-qt5/TelepathyQt/CallContentMediaDescriptionInterfaceRTCPFeedbackInterface
+include/telepathy-qt5/TelepathyQt/CallContentMediaDescriptionInterfaceRTPHeaderExtensionsInterface
+include/telepathy-qt5/TelepathyQt/CallStream
+include/telepathy-qt5/TelepathyQt/CallStreamEndpoint
+include/telepathy-qt5/TelepathyQt/CallStreamEndpointInterface
+include/telepathy-qt5/TelepathyQt/CallStreamInterface
+include/telepathy-qt5/TelepathyQt/CallStreamInterfaceMediaInterface
+include/telepathy-qt5/TelepathyQt/Callbacks
+include/telepathy-qt5/TelepathyQt/CapabilitiesBase
+include/telepathy-qt5/TelepathyQt/Captcha
+include/telepathy-qt5/TelepathyQt/CaptchaAuthentication
+include/telepathy-qt5/TelepathyQt/Channel
+include/telepathy-qt5/TelepathyQt/ChannelClassFeatures
+include/telepathy-qt5/TelepathyQt/ChannelClassSpec
+include/telepathy-qt5/TelepathyQt/ChannelClassSpecList
+include/telepathy-qt5/TelepathyQt/ChannelDispatchOperation
+include/telepathy-qt5/TelepathyQt/ChannelDispatchOperationInterface
+include/telepathy-qt5/TelepathyQt/ChannelDispatcher
+include/telepathy-qt5/TelepathyQt/ChannelDispatcherInterface
+include/telepathy-qt5/TelepathyQt/ChannelFactory
+include/telepathy-qt5/TelepathyQt/ChannelInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceAnonymityInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceCallStateInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceCaptchaAuthenticationInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceChatStateInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceConferenceInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceDTMFInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceDestroyableInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceFileTransferMetadataInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceGroupInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceHoldInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceMediaSignallingInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceMessagesInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfacePasswordInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceRoomConfigInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceRoomInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceSASLAuthenticationInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceSMSInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceSecurableInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceServicePointInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceSubjectInterface
+include/telepathy-qt5/TelepathyQt/ChannelInterfaceTubeInterface
+include/telepathy-qt5/TelepathyQt/ChannelRequest
+include/telepathy-qt5/TelepathyQt/ChannelRequestHints
+include/telepathy-qt5/TelepathyQt/ChannelRequestInterface
+include/telepathy-qt5/TelepathyQt/ChannelTypeCallInterface
+include/telepathy-qt5/TelepathyQt/ChannelTypeContactListInterface
+include/telepathy-qt5/TelepathyQt/ChannelTypeContactSearchInterface
+include/telepathy-qt5/TelepathyQt/ChannelTypeDBusTubeInterface
+include/telepathy-qt5/TelepathyQt/ChannelTypeFileTransferInterface
+include/telepathy-qt5/TelepathyQt/ChannelTypeRoomListInterface
+include/telepathy-qt5/TelepathyQt/ChannelTypeServerAuthenticationInterface
+include/telepathy-qt5/TelepathyQt/ChannelTypeServerTLSConnectionInterface
+include/telepathy-qt5/TelepathyQt/ChannelTypeStreamTubeInterface
+include/telepathy-qt5/TelepathyQt/ChannelTypeStreamedMediaInterface
+include/telepathy-qt5/TelepathyQt/ChannelTypeTextInterface
+include/telepathy-qt5/TelepathyQt/ChannelTypeTubeInterface
+include/telepathy-qt5/TelepathyQt/ChannelTypeTubesInterface
+include/telepathy-qt5/TelepathyQt/Client
+include/telepathy-qt5/TelepathyQt/ClientApproverInterface
+include/telepathy-qt5/TelepathyQt/ClientHandlerInterface
+include/telepathy-qt5/TelepathyQt/ClientInterface
+include/telepathy-qt5/TelepathyQt/ClientInterfaceRequestsInterface
+include/telepathy-qt5/TelepathyQt/ClientObserverInterface
+include/telepathy-qt5/TelepathyQt/ClientRegistrar
+include/telepathy-qt5/TelepathyQt/Connection
+include/telepathy-qt5/TelepathyQt/ConnectionCapabilities
+include/telepathy-qt5/TelepathyQt/ConnectionFactory
+include/telepathy-qt5/TelepathyQt/ConnectionInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceAddressingInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceAliasingInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceAnonymityInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceAvatarsInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceBalanceInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceCapabilitiesInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceCellularInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceClientTypesInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceContactBlockingInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceContactCapabilitiesInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceContactGroupsInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceContactInfoInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceContactListInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceContactsInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceLocationInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceMailNotificationInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfacePowerSavingInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfacePresenceInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceRequestsInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceServicePointInterface
+include/telepathy-qt5/TelepathyQt/ConnectionInterfaceSimplePresenceInterface
+include/telepathy-qt5/TelepathyQt/ConnectionLowlevel
+include/telepathy-qt5/TelepathyQt/ConnectionManager
+include/telepathy-qt5/TelepathyQt/ConnectionManagerInterface
+include/telepathy-qt5/TelepathyQt/ConnectionManagerLowlevel
+include/telepathy-qt5/TelepathyQt/Constants
+include/telepathy-qt5/TelepathyQt/Contact
+include/telepathy-qt5/TelepathyQt/ContactCapabilities
+include/telepathy-qt5/TelepathyQt/ContactFactory
+include/telepathy-qt5/TelepathyQt/ContactManager
+include/telepathy-qt5/TelepathyQt/ContactMessenger
+include/telepathy-qt5/TelepathyQt/ContactSearchChannel
+include/telepathy-qt5/TelepathyQt/DBus
+include/telepathy-qt5/TelepathyQt/DBusDaemonInterface
+include/telepathy-qt5/TelepathyQt/DBusError
+include/telepathy-qt5/TelepathyQt/DBusObject
+include/telepathy-qt5/TelepathyQt/DBusProxy
+include/telepathy-qt5/TelepathyQt/DBusProxyFactory
+include/telepathy-qt5/TelepathyQt/DBusService
+include/telepathy-qt5/TelepathyQt/DBusTubeChannel
+include/telepathy-qt5/TelepathyQt/Debug
+include/telepathy-qt5/TelepathyQt/DebugReceiver
+include/telepathy-qt5/TelepathyQt/Farstream/Channel
+include/telepathy-qt5/TelepathyQt/Farstream/Global
+include/telepathy-qt5/TelepathyQt/Farstream/PendingChannel
+include/telepathy-qt5/TelepathyQt/Farstream/channel.h
+include/telepathy-qt5/TelepathyQt/Farstream/global.h
+include/telepathy-qt5/TelepathyQt/Feature
+include/telepathy-qt5/TelepathyQt/Features
+include/telepathy-qt5/TelepathyQt/FileTransferChannel
+include/telepathy-qt5/TelepathyQt/FileTransferChannelCreationProperties
+include/telepathy-qt5/TelepathyQt/Filter
+include/telepathy-qt5/TelepathyQt/FixedFeatureFactory
+include/telepathy-qt5/TelepathyQt/Functors
+include/telepathy-qt5/TelepathyQt/GenericCapabilityFilter
+include/telepathy-qt5/TelepathyQt/GenericPropertyFilter
+include/telepathy-qt5/TelepathyQt/Global
+include/telepathy-qt5/TelepathyQt/HandledChannelNotifier
+include/telepathy-qt5/TelepathyQt/IODevice
+include/telepathy-qt5/TelepathyQt/IncomingDBusTubeChannel
+include/telepathy-qt5/TelepathyQt/IncomingFileTransferChannel
+include/telepathy-qt5/TelepathyQt/IncomingStreamTubeChannel
+include/telepathy-qt5/TelepathyQt/IntrospectableInterface
+include/telepathy-qt5/TelepathyQt/LocationInfo
+include/telepathy-qt5/TelepathyQt/MediaSessionHandler
+include/telepathy-qt5/TelepathyQt/MediaSessionHandlerInterface
+include/telepathy-qt5/TelepathyQt/MediaStreamHandler
+include/telepathy-qt5/TelepathyQt/MediaStreamHandlerInterface
+include/telepathy-qt5/TelepathyQt/Message
+include/telepathy-qt5/TelepathyQt/MessageContentPart
+include/telepathy-qt5/TelepathyQt/MessageContentPartList
+include/telepathy-qt5/TelepathyQt/MethodInvocationContext
+include/telepathy-qt5/TelepathyQt/NotFilter
+include/telepathy-qt5/TelepathyQt/Object
+include/telepathy-qt5/TelepathyQt/OptionalInterfaceFactory
+include/telepathy-qt5/TelepathyQt/OrFilter
+include/telepathy-qt5/TelepathyQt/OutgoingDBusTubeChannel
+include/telepathy-qt5/TelepathyQt/OutgoingFileTransferChannel
+include/telepathy-qt5/TelepathyQt/OutgoingStreamTubeChannel
+include/telepathy-qt5/TelepathyQt/PeerInterface
+include/telepathy-qt5/TelepathyQt/PendingAccount
+include/telepathy-qt5/TelepathyQt/PendingCallContent
+include/telepathy-qt5/TelepathyQt/PendingCaptchas
+include/telepathy-qt5/TelepathyQt/PendingChannel
+include/telepathy-qt5/TelepathyQt/PendingChannelRequest
+include/telepathy-qt5/TelepathyQt/PendingComposite
+include/telepathy-qt5/TelepathyQt/PendingConnection
+include/telepathy-qt5/TelepathyQt/PendingContactAttributes
+include/telepathy-qt5/TelepathyQt/PendingContactInfo
+include/telepathy-qt5/TelepathyQt/PendingContacts
+include/telepathy-qt5/TelepathyQt/PendingDBusTubeConnection
+include/telepathy-qt5/TelepathyQt/PendingDebugMessageList
+include/telepathy-qt5/TelepathyQt/PendingFailure
+include/telepathy-qt5/TelepathyQt/PendingHandles
+include/telepathy-qt5/TelepathyQt/PendingOperation
+include/telepathy-qt5/TelepathyQt/PendingReady
+include/telepathy-qt5/TelepathyQt/PendingSendMessage
+include/telepathy-qt5/TelepathyQt/PendingStreamTubeConnection
+include/telepathy-qt5/TelepathyQt/PendingStreamedMediaStreams
+include/telepathy-qt5/TelepathyQt/PendingString
+include/telepathy-qt5/TelepathyQt/PendingStringList
+include/telepathy-qt5/TelepathyQt/PendingSuccess
+include/telepathy-qt5/TelepathyQt/PendingVariant
+include/telepathy-qt5/TelepathyQt/PendingVariantMap
+include/telepathy-qt5/TelepathyQt/PendingVoid
+include/telepathy-qt5/TelepathyQt/Presence
+include/telepathy-qt5/TelepathyQt/PresenceSpec
+include/telepathy-qt5/TelepathyQt/PresenceSpecList
+include/telepathy-qt5/TelepathyQt/Profile
+include/telepathy-qt5/TelepathyQt/ProfileManager
+include/telepathy-qt5/TelepathyQt/Properties
+include/telepathy-qt5/TelepathyQt/PropertiesInterface
+include/telepathy-qt5/TelepathyQt/PropertiesInterfaceInterface
+include/telepathy-qt5/TelepathyQt/ProtocolInfo
+include/telepathy-qt5/TelepathyQt/ProtocolInfoList
+include/telepathy-qt5/TelepathyQt/ProtocolInterface
+include/telepathy-qt5/TelepathyQt/ProtocolInterfaceAddressingInterface
+include/telepathy-qt5/TelepathyQt/ProtocolInterfaceAvatarsInterface
+include/telepathy-qt5/TelepathyQt/ProtocolInterfacePresenceInterface
+include/telepathy-qt5/TelepathyQt/ProtocolParameter
+include/telepathy-qt5/TelepathyQt/ProtocolParameterList
+include/telepathy-qt5/TelepathyQt/ReadinessHelper
+include/telepathy-qt5/TelepathyQt/ReadyObject
+include/telepathy-qt5/TelepathyQt/ReceivedMessage
+include/telepathy-qt5/TelepathyQt/RefCounted



Home | Main Index | Thread Index | Old Index