Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=804e0486da754e1ac4621dcbd926aef6553c09e0
commit 804e0486da754e1ac4621dcbd926aef6553c09e0 Author: James Buren <[email protected]> Date: Tue Oct 30 02:53:30 2012 -0500 qutecom-2.2.1-4-x86_64 * remove package diff --git a/source/xapps-extra/qutecom/FrugalBuild b/source/xapps-extra/qutecom/FrugalBuild deleted file mode 100644 index dcf14f3..0000000 --- a/source/xapps-extra/qutecom/FrugalBuild +++ /dev/null @@ -1,37 +0,0 @@ -# Compiling Time: 3.21 SBU -# Maintainer: Devil505 <[email protected]> - -pkgname=qutecom -pkgver=2.2.1 -pkgrel=4 -pkgdesc="A free VoIP softphone, superseding WengoPhone." -url="http://www.qutecom.org/" -depends=('libboost>=1.49.0' 'libuuid' 'curl' 'ffmpeg>=0.8' 'libqtnetwork' 'libqtwebkit' 'libqtuitools' 'libqtdbus' 'libxft' 'libxv' 'libsamplerate' 'alsa-lib' 'libtasn1' 'libgcrypt' 'libxcb' 'flac' 'speex' 'portaudio' 'openssl' 'gnutls>=2.12.12' 'libosip2' 'libsndfile' 'e2fsprogs' 'libxml2' 'libqtscript') -makedepends=('boost' 'qt4-linguist' 'v4l-utils') -options=('scriptlet') -_F_gnome_iconcache="y" -_F_gnome_desktop="y" -Finclude cmake gnome-scriptlet -groups=('xapps-extra') -archs=('i686' 'x86_64') -up2date="Flasttar $url/downloads/" -source=(http://trac.qutecom.org/downloads/$pkgname-$pkgver.tar.gz \ - qutecom-2.2-no-deprecated-avcodec-decode-video.patch \ - fixes.patch) -sha1sums=('14ff024101d5630726bdb847231ce42ff7e96ad7' \ - '8ebc432a9a2dc94d1f8d83ea2ac483d4b18173c6' \ - '9b52d1478396221fc8671662e725f82ae716bfe1') - -build() { - Fcd - export CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS" - Fsed 'linux/videodev.h' 'libv4l1-videodev.h' libs/pixertool/src/v4l/v4l-pixertool.c - Fsed 'linux/videodev.h' 'libv4l1-videodev.h' libs/webcam/include/webcam/V4LWebcamDriver.h - Fsed 'const __u16 try_palettes' 'const uint16_t try_palettes' libs/webcam/src/v4l/V4LWebcamDriver.cpp - Fsed '\(#include <sys/ioctl.h>\)' '\1\n#include <sys/types.h>\n#include <sys/stat.h>\n#include <unistd.h>' \ - libs/webcam/src/v4l2/V4L2WebcamDriver.cpp - CMake_build - Fbuild_gnome_scriptlet -} - -# optimization OK diff --git a/source/xapps-extra/qutecom/fixes.patch b/source/xapps-extra/qutecom/fixes.patch deleted file mode 100644 index 89a9fca..0000000 --- a/source/xapps-extra/qutecom/fixes.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur a/libs/imwrapper/src/purple/PurpleIMFactory.h b/libs/imwrapper/src/purple/PurpleIMFactory.h ---- a/libs/imwrapper/src/purple/PurpleIMFactory.h 2012-05-08 06:27:33.492005629 -0500 -+++ b/libs/imwrapper/src/purple/PurpleIMFactory.h 2012-05-08 06:28:02.751004529 -0500 -@@ -24,7 +24,6 @@ - #include <imwrapper/IMAccount.h> - - #include <glib.h> --#include <glib/gtypes.h> - - class PurpleAccountMngr; - class PurpleChatMngr; diff --git a/source/xapps-extra/qutecom/qutecom-2.2-no-deprecated-avcodec-decode-video.patch b/source/xapps-extra/qutecom/qutecom-2.2-no-deprecated-avcodec-decode-video.patch deleted file mode 100644 index b8f423b..0000000 --- a/source/xapps-extra/qutecom/qutecom-2.2-no-deprecated-avcodec-decode-video.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -ur a/wifo/phapi/phcodec-avcodec-wrapper.c b/wifo/phapi/phcodec-avcodec-wrapper.c ---- a/wifo/phapi/phcodec-avcodec-wrapper.c 2011-02-10 11:03:43.000000000 +0100 -+++ b/wifo/phapi/phcodec-avcodec-wrapper.c 2012-01-30 14:05:15.000000000 +0100 -@@ -63,8 +63,12 @@ - int dec_len, got_picture = 0; - ph_avcodec_decoder_ctx_t * decoder_t = (ph_avcodec_decoder_ctx_t *) ctx; - -- dec_len = avcodec_decode_video(decoder_t->context, -- dst, &got_picture, (uint8_t *)src, srcsize); -+ AVPacket pkt; -+ av_init_packet(&pkt); -+ pkt.data = (uint8_t*) src; -+ pkt.size = srcsize; -+ dec_len = avcodec_decode_video2(decoder_t->context, -+ dst, &got_picture, &pkt); - - if (got_picture) - { _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
