summaryrefslogtreecommitdiff
path: root/libre/kdenetwork-kopete
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 18:09:17 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 18:10:28 -0300
commitc33525d5480dffac7624fda45a611d088154caeb (patch)
tree3e8cd912999f15235196863314f46a3796d0e1d6 /libre/kdenetwork-kopete
parent861d4ba85b96184702e4c9cfcdc28d66e6936404 (diff)
kdenetwork-kopete: remove install files and unused patch file; and add armv7h
Diffstat (limited to 'libre/kdenetwork-kopete')
-rw-r--r--libre/kdenetwork-kopete/PKGBUILD11
-rw-r--r--libre/kdenetwork-kopete/kdenetwork-kopete.install12
-rw-r--r--libre/kdenetwork-kopete/kdenetwork.install11
-rw-r--r--libre/kdenetwork-kopete/mediastreamer-2.11.patch166
4 files changed, 5 insertions, 195 deletions
diff --git a/libre/kdenetwork-kopete/PKGBUILD b/libre/kdenetwork-kopete/PKGBUILD
index edc6016a9..9cece485c 100644
--- a/libre/kdenetwork-kopete/PKGBUILD
+++ b/libre/kdenetwork-kopete/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 265157 2016-04-19 07:23:59Z arojas $
+# $Id: PKGBUILD 266422 2016-04-28 07:59:01Z fyan $
# Maintainer (Arch): Felix Yan <felixonmars@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=kdenetwork-kopete
pkgver=16.04.0
-pkgrel=1.parabola1
+pkgrel=2.parabola1
pkgdesc='Instant Messenger, without nonfree Skype support'
url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
license=('GPL' 'LGPL' 'FDL')
groups=('kde-applications' 'kdenetwork')
replaces=(${pkgname}-libre)
@@ -16,7 +16,6 @@ conflicts=(${pkgname}-libre)
depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-install=${pkgname}.install
source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz")
sha1sums=('929f6b9a4891097c5f08d0cc3d51ba87bd5253a4')
@@ -31,7 +30,7 @@ prepare() {
build() {
cd build
- cmake ../kopete-${pkgver} \
+ cmake ../kopete-$pkgver \
-DCMAKE_BUILD_TYPE=Release \
-DKDE4_BUILD_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
@@ -43,5 +42,5 @@ build() {
package() {
cd build
- make DESTDIR=$pkgdir install
+ make DESTDIR="$pkgdir" install
}
diff --git a/libre/kdenetwork-kopete/kdenetwork-kopete.install b/libre/kdenetwork-kopete/kdenetwork-kopete.install
deleted file mode 100644
index 5495fb1b5..000000000
--- a/libre/kdenetwork-kopete/kdenetwork-kopete.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
diff --git a/libre/kdenetwork-kopete/kdenetwork.install b/libre/kdenetwork-kopete/kdenetwork.install
deleted file mode 100644
index e70c054ec..000000000
--- a/libre/kdenetwork-kopete/kdenetwork.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
diff --git a/libre/kdenetwork-kopete/mediastreamer-2.11.patch b/libre/kdenetwork-kopete/mediastreamer-2.11.patch
deleted file mode 100644
index 6fd7809e5..000000000
--- a/libre/kdenetwork-kopete/mediastreamer-2.11.patch
+++ /dev/null
@@ -1,166 +0,0 @@
-From 7624830d2ec11d2f3645a27384ae9ced7ac7a258 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Pali=20Roh=C3=A1r?= <pali.rohar@gmail.com>
-Date: Sun, 15 Mar 2015 14:00:40 +0100
-Subject: [PATCH] Fix libjingle compilation with mediastreamer >= 2.11
-
-BUG: 345162
-FIXED-IN: 15.04
----
- cmake/modules/FindMediastreamer.cmake | 11 +++--
- protocols/jabber/libjingle/CMakeLists.txt | 10 +++--
- .../libjingle/patches/08_mediastreamer_2_11.patch | 47 ++++++++++++++++++++
- .../talk/session/phone/linphonemediaengine.cc | 22 ++++-----
- 4 files changed, 74 insertions(+), 16 deletions(-)
- create mode 100644 protocols/jabber/libjingle/patches/08_mediastreamer_2_11.patch
-
-diff --git a/cmake/modules/FindMediastreamer.cmake b/cmake/modules/FindMediastreamer.cmake
-index 929b1ee..47fe5c3 100644
---- a/cmake/modules/FindMediastreamer.cmake
-+++ b/cmake/modules/FindMediastreamer.cmake
-@@ -22,9 +22,14 @@ IF (MEDIASTREAMER_FOUND)
- IF (NOT MEDIASTREAMER_FIND_QUIETLY)
- MESSAGE(STATUS "Found Mediastreamer: ${MEDIASTREAMER_LIBRARIES} (version: ${MEDIASTREAMER_VERSION})")
- IF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
-- SET(MEDIASTREAMER_OLD TRUE)
-+ SET(MEDIASTREAMER_LESS_2_9 TRUE)
-+ SET(MEDIASTREAMER_LESS_2_11 TRUE)
-+ ELSEIF (MEDIASTREAMER_VERSION VERSION_LESS 2.11)
-+ SET(MEDIASTREAMER_LESS_2_9 FALSE)
-+ SET(MEDIASTREAMER_LESS_2_11 TRUE)
- ELSE (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
-- SET(MEDIASTREAMER_OLD FALSE)
-+ SET(MEDIASTREAMER_LESS_2_9 FALSE)
-+ SET(MEDIASTREAMER_LESS_2_11 FALSE)
- ENDIF (MEDIASTREAMER_VERSION VERSION_LESS 2.9)
- ENDIF (NOT MEDIASTREAMER_FIND_QUIETLY)
- ELSE (MEDIASTREAMER_FOUND)
-@@ -33,4 +38,4 @@ ELSE (MEDIASTREAMER_FOUND)
- ENDIF (MEDIASTREAMER_FIND_REQUIRED)
- ENDIF (MEDIASTREAMER_FOUND)
-
--MARK_AS_ADVANCED(MEDIASTREAMER_INCLUDE_DIR MEDIASTREAMER_LIBRARIES MEDIASTREAMER_OLD)
-+MARK_AS_ADVANCED(MEDIASTREAMER_INCLUDE_DIR MEDIASTREAMER_LIBRARIES MEDIASTREAMER_LESS_2_9 MEDIASTREAMER_LESS_2_11)
-diff --git a/protocols/jabber/libjingle/CMakeLists.txt b/protocols/jabber/libjingle/CMakeLists.txt
-index 6db3da3..4b4b620 100644
---- a/protocols/jabber/libjingle/CMakeLists.txt
-+++ b/protocols/jabber/libjingle/CMakeLists.txt
-@@ -28,9 +28,13 @@ if ( NOT WIN32 )
- endif ( NOT APPLE )
- endif ( NOT WIN32 )
-
--if ( MEDIASTREAMER_OLD )
-- add_definitions ( -DMEDIASTREAMER_OLD )
--endif ( MEDIASTREAMER_OLD )
-+if ( MEDIASTREAMER_LESS_2_9 )
-+ add_definitions ( -DMEDIASTREAMER_LESS_2_9 )
-+endif ( MEDIASTREAMER_LESS_2_9 )
-+
-+if ( MEDIASTREAMER_LESS_2_11 )
-+ add_definitions ( -DMEDIASTREAMER_LESS_2_11 )
-+endif ( MEDIASTREAMER_LESS_2_11 )
-
- if ( CMAKE_BUILD_TYPE STREQUAL "Debug" )
- add_definitions ( -D_DEBUG )
-diff --git a/protocols/jabber/libjingle/patches/08_mediastreamer_2_11.patch b/protocols/jabber/libjingle/patches/08_mediastreamer_2_11.patch
-new file mode 100644
-index 0000000..5eef985
---- /dev/null
-+++ b/protocols/jabber/libjingle/patches/08_mediastreamer_2_11.patch
-@@ -0,0 +1,47 @@
-+diff --git a/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc b/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
-+index 6da35e0..e337dd4 100644
-+--- a/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
-++++ b/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
-+@@ -171,6 +171,16 @@ bool LinphoneVoiceChannel::SetPlayout(bool playout) {
-+ return true;
-+ }
-+
-++#ifdef MEDIASTREAMER_LESS_2_11
-++static inline RtpSession * audio_stream_get_rtp_session(const AudioStream *stream) {
-++#ifdef MEDIASTREAMER_LESS_2_9
-++ return stream->session;
-++#else
-++ return stream->ms.session;
-++#endif
-++}
-++#endif
-++
-+ bool LinphoneVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) {
-+
-+ bool first = true;
-+@@ -200,11 +210,7 @@ bool LinphoneVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs)
-+ LOG(LS_INFO) << "Using " << i->name << "/" << i->clockrate;
-+ pt_ = i->id;
-+ audio_stream_ = audio_stream_start(&av_profile, -1, "localhost", port1, i->id, 250, 0); /* -1 means that function will choose some free port */
-+-#ifdef MEDIASTREAMER_OLD
-+- port2 = rtp_session_get_local_port(audio_stream_->session);
-+-#else
-+- port2 = rtp_session_get_local_port(audio_stream_->ms.session);
-+-#endif
-++ port2 = rtp_session_get_local_port(audio_stream_get_rtp_session(audio_stream_));
-+ first = false;
-+ }
-+ }
-+@@ -215,11 +221,7 @@ bool LinphoneVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs)
-+ // working with a buggy client; let's try PCMU.
-+ LOG(LS_WARNING) << "Received empty list of codces; using PCMU/8000";
-+ audio_stream_ = audio_stream_start(&av_profile, -1, "localhost", port1, 0, 250, 0); /* -1 means that function will choose some free port */
-+-#ifdef MEDIASTREAMER_OLD
-+- port2 = rtp_session_get_local_port(audio_stream_->session);
-+-#else
-+- port2 = rtp_session_get_local_port(audio_stream_->ms.session);
-+-#endif
-++ port2 = rtp_session_get_local_port(audio_stream_get_rtp_session(audio_stream_));
-+ }
-+
-+ return true;
-diff --git a/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc b/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
-index 6da35e0..e337dd4 100644
---- a/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
-+++ b/protocols/jabber/libjingle/talk/session/phone/linphonemediaengine.cc
-@@ -171,6 +171,16 @@ bool LinphoneVoiceChannel::SetPlayout(bool playout) {
- return true;
- }
-
-+#ifdef MEDIASTREAMER_LESS_2_11
-+static inline RtpSession * audio_stream_get_rtp_session(const AudioStream *stream) {
-+#ifdef MEDIASTREAMER_LESS_2_9
-+ return stream->session;
-+#else
-+ return stream->ms.session;
-+#endif
-+}
-+#endif
-+
- bool LinphoneVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) {
-
- bool first = true;
-@@ -200,11 +210,7 @@ bool LinphoneVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs)
- LOG(LS_INFO) << "Using " << i->name << "/" << i->clockrate;
- pt_ = i->id;
- audio_stream_ = audio_stream_start(&av_profile, -1, "localhost", port1, i->id, 250, 0); /* -1 means that function will choose some free port */
--#ifdef MEDIASTREAMER_OLD
-- port2 = rtp_session_get_local_port(audio_stream_->session);
--#else
-- port2 = rtp_session_get_local_port(audio_stream_->ms.session);
--#endif
-+ port2 = rtp_session_get_local_port(audio_stream_get_rtp_session(audio_stream_));
- first = false;
- }
- }
-@@ -215,11 +221,7 @@ bool LinphoneVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs)
- // working with a buggy client; let's try PCMU.
- LOG(LS_WARNING) << "Received empty list of codces; using PCMU/8000";
- audio_stream_ = audio_stream_start(&av_profile, -1, "localhost", port1, 0, 250, 0); /* -1 means that function will choose some free port */
--#ifdef MEDIASTREAMER_OLD
-- port2 = rtp_session_get_local_port(audio_stream_->session);
--#else
-- port2 = rtp_session_get_local_port(audio_stream_->ms.session);
--#endif
-+ port2 = rtp_session_get_local_port(audio_stream_get_rtp_session(audio_stream_));
- }
-
- return true;
---
-1.7.9.5
-