From 66834c49d24036292cf34456ad37fad0187f7d17 Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 24 Dec 2010 19:17:06 +0000 Subject: [PATCH] Add opentts support --- kdeaccessibility/PKGBUILD | 2 +- kdenetwork/PKGBUILD | 8 +++----- kdenetwork/kdenetwork-4.5.80-libktorrent-stable.patch | 6 +++--- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/kdeaccessibility/PKGBUILD b/kdeaccessibility/PKGBUILD index 3abf6c6f8..4cfc889d0 100644 --- a/kdeaccessibility/PKGBUILD +++ b/kdeaccessibility/PKGBUILD @@ -41,7 +41,7 @@ license=('GPL' 'LGPL' 'FDL') install=${_origname}.install options=('docs' '!splithdr' 'splitdbg' 'log') -makedepends=('pkgconfig' 'cmake' 'automoc4' "kdebase-runtime>=${_kdever}" "kdelibs>=${_kdever}" "speech-dispatcher>=0.6.7") +makedepends=('pkgconfig' 'cmake' 'automoc4' "kdebase-runtime>=${_kdever}" "kdelibs>=${_kdever}" "speech-dispatcher>=0.6.7" 'opentts') source=($_mirror/${_origname}-$_kdever.tar.bz2) md5sums=(`grep ${_origname}-$_kdever.tar.bz2 ../kde-sc.md5 | cut -d" " -f1`) diff --git a/kdenetwork/PKGBUILD b/kdenetwork/PKGBUILD index 7f2c64dcb..fd845980e 100644 --- a/kdenetwork/PKGBUILD +++ b/kdenetwork/PKGBUILD @@ -40,7 +40,7 @@ makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr' 'qca-ossl' "kdebase-workspace>=${_kdever}" "kdebase>=${_kdever}" 'libvncserver' 'libmsn' 'ppp' 'libv4l' 'libidn' 'rdesktop' 'qimageblitz' 'libxss' 'libxdamage' - 'libgadu' 'telepathy-qt4' 'meanwhile' 'mediastreamer' 'kwebkitpart>=0.9.6' 'libktorrent>=1.0.4') + 'libgadu' 'telepathy-qt4' 'meanwhile' 'mediastreamer' 'kwebkitpart>=0.9.6') # Lukas it's fixing this -> 'libktorrent>=1.0.4') source=($_mirror/${_origname}-$_kdever.tar.bz2 \ 'lisa.daemon' @@ -48,9 +48,7 @@ source=($_mirror/${_origname}-$_kdever.tar.bz2 \ md5sums=(`grep ${_origname}-$_kdever.tar.bz2 ../kde-sc.md5 | cut -d" " -f1` '66069c83fd5fa0df5d743d4486799033' # lisa.daemon - 'cb18a7286a6a1900062408ce90d89125') - - + '61f5d6b91832e321cf4179bbee5203e6') # @@ -61,7 +59,7 @@ build() cd ${srcdir}/${_origname}-${pkgver} msg "applying patches ..." - patch -Np1 -i ${srcdir}/kdenetwork-4.5.80-libktorrent-stable.patch || return 1 +# patch -Np1 -i ${srcdir}/kdenetwork-4.5.80-libktorrent-stable.patch || return 1 msg "starting build ..." cmake . -DCMAKE_BUILD_TYPE=${_build_type} \ diff --git a/kdenetwork/kdenetwork-4.5.80-libktorrent-stable.patch b/kdenetwork/kdenetwork-4.5.80-libktorrent-stable.patch index b8edfad0a..352452a17 100644 --- a/kdenetwork/kdenetwork-4.5.80-libktorrent-stable.patch +++ b/kdenetwork/kdenetwork-4.5.80-libktorrent-stable.patch @@ -1,6 +1,6 @@ -diff -ur kdenetwork-4.5.80/kget/transfer-plugins/bittorrent/bttransferfactory.cpp kdenetwork-4.5.80-libktorrent-stable/kget/transfer-plugins/bittorrent/bttransferfactory.cpp ---- kdenetwork-4.5.80/kget/transfer-plugins/bittorrent/bttransferfactory.cpp 2010-09-20 10:50:33.000000000 +0200 -+++ kdenetwork-4.5.80-libktorrent-stable/kget/transfer-plugins/bittorrent/bttransferfactory.cpp 2010-11-22 21:46:11.000000000 +0100 +diff -ur kdenetwork-4.5.90/kget/transfer-plugins/bittorrent/bttransferfactory.cpp kdenetwork-4.5.90-libktorrent-stable/kget/transfer-plugins/bittorrent/bttransferfactory.cpp +--- kdenetwork-4.5.90/kget/transfer-plugins/bittorrent/bttransferfactory.cpp 2010-09-20 10:50:33.000000000 +0200 ++++ kdenetwork-4.5.90-libktorrent-stable/kget/transfer-plugins/bittorrent/bttransferfactory.cpp 2010-11-22 21:46:11.000000000 +0100 @@ -18,18 +18,12 @@ #include "advanceddetails/btadvanceddetailswidget.h"