From nobody@FreeBSD.org Tue Sep 30 06:06:15 2008 Return-Path: Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7D7A1065691 for ; Tue, 30 Sep 2008 06:06:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id C3B868FC40 for ; Tue, 30 Sep 2008 06:06:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m8U66FKh069426 for ; Tue, 30 Sep 2008 06:06:15 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id m8U66F6k069425; Tue, 30 Sep 2008 06:06:15 GMT (envelope-from nobody) Message-Id: <200809300606.m8U66F6k069425@www.freebsd.org> Date: Tue, 30 Sep 2008 06:06:15 GMT From: "Eric L. Chen" To: freebsd-gnats-submit@FreeBSD.org Subject: Update devel/pwlib net/opal net/ekiga to GNOME 2.24.0 X-Send-Pr-Version: www-3.1 X-GNATS-Notify: steve@energistic.com >Number: 127743 >Category: ports >Synopsis: Update devel/pwlib net/opal net/ekiga to GNOME 2.24.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: closed >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 30 06:10:00 UTC 2008 >Closed-Date: Thu Oct 16 08:59:26 UTC 2008 >Last-Modified: Thu Oct 16 08:59:26 UTC 2008 >Originator: Eric L. Chen >Release: 7-STABLE/i386 >Organization: National Chung Hsing University >Environment: FreeBSD lihong-nb.local 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #12: Sat Sep 27 22:56:39 CST 2008 root@lihong-nb.local:/usr/obj/usr/src/sys/lihong-nb i386 >Description: According to GNOME 2.24 release ( http://library.gnome.org/misc/release-notes/2.24/#rnusers.ekiga ), ekiga should be version 3.0.0 in GNOME 2.24.0. I made a patch for incoming GNOME 2.24 on FreeBSD/i386. Yes, it's i386 only now. I will begin amd64 porting after October 9, if no one do this. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # devel/pwlib # devel/pwlib/Makefile # devel/pwlib/distinfo # devel/pwlib/pkg-descr # devel/pwlib/pkg-plist # devel/pwlib/files # devel/pwlib/files/patch-include_ptclib_vsdl.h # devel/pwlib/files/patch-src_ptclib_vsdl.cxx # devel/pwlib/files/patch-Makefile.in # devel/pwlib/files/patch-html_vsdl_8h-source.html # devel/pwlib/files/patch-plugins_vidinput_bsd_vidinput_bsd.h # net/opal # net/opal/Makefile # net/opal/distinfo # net/opal/pkg-descr # net/opal/pkg-plist # net/opal/files # net/opal/files/patch-plugins_video_THEORA_Makefile.in # net/opal/files/patch-configure # net/opal/files/patch-Makefile.in # net/opal/patch-opal.m4 # net/ekiga # net/ekiga/Makefile # net/ekiga/distinfo # net/ekiga/pkg-descr # net/ekiga/pkg-plist # net/ekiga/files # net/ekiga/files/patch-lib_engine_hal_dbus_hal-v4l-helper.c # echo c - devel/pwlib mkdir -p devel/pwlib > /dev/null 2>&1 echo x - devel/pwlib/Makefile sed 's/^X//' >devel/pwlib/Makefile << '903d25964ae19e7bd119cb7c8416cea2' X# New ports collection makefile for: pwlib X# Date created: Fri Aug 22 07:11:44 GMT 2003 X# Whom: Roger Hardiman X# X# $FreeBSD: ports/devel/pwlib/Makefile,v 1.49 2008/08/20 00:56:38 ade Exp $ X# X XPORTNAME= pwlib XPORTVERSION= 2.4.1 XPORTEPOCH= 1 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_GNOME} XMASTER_SITE_SUBDIR= sources/ptlib/2.4 X XDISTNAME= ptlib-${PORTVERSION} XEXTRACT_SUFX= .tar.gz X XMAINTAINER= steve@energistic.com XCOMMENT= A cross platform C++ library, used by OpenH323 X XLIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 X X XUSE_BISON= build XUSE_GMAKE= yes XGNU_CONFIGURE= yes XUSE_GNOME= gnometarget XWANT_GNOME= yes XWANT_SDL= yes XUSE_OPENSSL= yes XUSE_LDCONFIG= yes XONLY_FOR_ARCHS= i386 X X.include X XCONFIGURE_ENV= \ X OPENSSL_CFLAGS="-I/usr/include" \ X OPENSSL_LIBS="-lssl" XCONFIGURE_ARGS+= \ X --disable-atomicity \ X --with-expat-dir="${LOCALBASE}" \ X --enable-oss \ X --disable-odbc X X# if explicitely asked for, depend upon it X.if defined(WITH_SDL) XUSE_SDL+= sdl XCONFIGURE_ENV+= SDL_CFLAGS="`sdl-config --cflags`" \ X SDL_LIBS="`sdl-config --libs`" XMAKE_ENV+= SDL_CFLAGS="`sdl-config --cflags`" \ X SDL_LIBS="`sdl-config --libs`" X.endif X X# if explicitely disabled, do not depend upon it X.if defined(WITHOUT_SDL) XCONFIGURE_ARGS+= --disable-sdl X.endif X X# if nobody cares, use it if it is installed already X.if !defined(WITHOUT_SDL) && !defined(WITH_SDL) X.if ${HAVE_SDL:Msdl} XUSE_SDL+= sdl XCONFIGURE_ENV+= SDL_CFLAGS="`sdl-config --cflags`" \ X SDL_LIBS="`sdl-config --libs`" XMAKE_ENV+= SDL_CFLAGS="`sdl-config --cflags`" \ X SDL_LIBS="`sdl-config --libs`" X.else XCONFIGURE_ARGS+= --disable-sdl X.endif X.endif X X.if !defined(WITHOUT_PLUGINS) XCONFIGURE_ARGS+= --enable-plugins X.endif X X#disable OpenLDAP support in PWLIB X.if defined(WITHOUT_LDAP) XCONFIGURE_ARGS+= --disable-openldap X.else XUSE_OPENLDAP= yes XCONFIGURE_ARGS+= --enable-openldap --with-ldap-dir="${LOCALBASE}" X.endif X X# ONLY FOR THE BRAVE! X# If someone owns a firewire(4) video device and wants to use it for X# video-conferencing purposes, please download the files: X# libraw1394.shar.gz, libavc1394.shar.gz and libdc1394.shar.gz from X# ftp://ftp.frm2.tum.de/pub/jpulz/FreeBSD/ports/ X# Extract the files in ${PORTSDIR}/devel and uncomment the following lines. X# X##enable libavc1394 X#.if defined(WITH_AVC1394) X#LIB_DEPENDS+= avc1394.2:${PORTSDIR}/devel/libavc1394 \ X# dv.4:${PORTSDIR}/multimedia/libdv X#CONFIGURE_ARGS+= --enable-avc X#PLIST_SUB+= AVC1394="" X#.else XCONFIGURE_ARGS+= --disable-avc XPLIST_SUB+= AVC1394="@comment " X#.endif X# X##enable libdc1394 X#.if defined(WITH_DC1394) X#LIB_DEPENDS+= dc1394_control.13:${PORTSDIR}/devel/libdc1394 X#CONFIGURE_ARGS+= --enable-dc X#PLIST_SUB+= DC1394="" X#.else XCONFIGURE_ARGS+= --disable-dc XPLIST_SUB+= DC1394="@comment " X#.endif X X.if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "sparc64") XCFLAGS+= -fPIC X.endif X X.if (${ARCH} == "i386") || (${ARCH} == "ia64") || (${ARCH} == "amd64") || (${ARCH} == "sparc64") XCONFIGURE_ARGS+=--enable-bsdvideo XPLIST_SUB+= BSDVIDEO="" X.else XCONFIGURE_ARGS+=--disable-bsdvideo XPLIST_SUB+= BSDVIDEO="@comment " X.endif X X.if defined(WITH_V4L) || ( exists(${LOCALBASE}/include/linux/videodev.h) && \ X !defined(WITHOUT_V4L) ) XCONFIGURE_ARGS+=--enable-v4l XPLIST_SUB+= V4L="" XBUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat X.else XCONFIGURE_ARGS+=--disable-v4l XPLIST_SUB+= V4L="@comment " X.endif X Xpost-patch: X.if ${ARCH} == sparc64 && ${OSVERSION} <= 700003 X @${REINPLACE_CMD} -e 's|P_PTHREADS_XPG6|0|' \ X ${WRKSRC}/src/ptlib/unix/tlibthrd.cxx X.endif X X.include 903d25964ae19e7bd119cb7c8416cea2 echo x - devel/pwlib/distinfo sed 's/^X//' >devel/pwlib/distinfo << 'c8d63cc6e2f72c390573d60fb4713f84' XMD5 (ptlib-2.4.1.tar.gz) = 5bcb0a6de75a892395c85fcca5e045ad XSHA256 (ptlib-2.4.1.tar.gz) = 9a126c675c101ef2b156467486653fd3e688ea949c28cc4eb4ee11b78e26eba9 XSIZE (ptlib-2.4.1.tar.gz) = 7410936 c8d63cc6e2f72c390573d60fb4713f84 echo x - devel/pwlib/pkg-descr sed 's/^X//' >devel/pwlib/pkg-descr << '7ec10add8654ec2782b376ed3119e007' XPWLib is a multi-platform code library that can be used to write Xapplications that will compile and run on the BSD Unixes, Windows, Linux Xand a few other Unix variants. It was developed by Equivalence Ltd Pty. X XIt is used by the OpenH323 library. X XWWW: http://www.openh323.org/ 7ec10add8654ec2782b376ed3119e007 echo x - devel/pwlib/pkg-plist sed 's/^X//' >devel/pwlib/pkg-plist << '2603870c6db5c531e1879c63ede2cdda' Xbin/ptlib-config Xinclude/ptclib/asnber.h Xinclude/ptclib/asner.h Xinclude/ptclib/asnper.h Xinclude/ptclib/asnxer.h Xinclude/ptclib/cypher.h Xinclude/ptclib/delaychan.h Xinclude/ptclib/dtmf.h Xinclude/ptclib/enum.h Xinclude/ptclib/ftp.h Xinclude/ptclib/guid.h Xinclude/ptclib/html.h Xinclude/ptclib/http.h Xinclude/ptclib/httpform.h Xinclude/ptclib/httpsvc.h Xinclude/ptclib/inetmail.h Xinclude/ptclib/inetprot.h Xinclude/ptclib/ipacl.h Xinclude/ptclib/memfile.h Xinclude/ptclib/mime.h Xinclude/ptclib/modem.h Xinclude/ptclib/paec.h Xinclude/ptclib/pasn.h Xinclude/ptclib/pdns.h Xinclude/ptclib/pils.h Xinclude/ptclib/pldap.h Xinclude/ptclib/pnat.h Xinclude/ptclib/podbc.h Xinclude/ptclib/psasl.h Xinclude/ptclib/psnmp.h Xinclude/ptclib/psoap.h Xinclude/ptclib/psockbun.h Xinclude/ptclib/pssl.h Xinclude/ptclib/pstun.h Xinclude/ptclib/ptts.h Xinclude/ptclib/pvfiledev.h Xinclude/ptclib/pvidfile.h Xinclude/ptclib/pwavfile.h Xinclude/ptclib/pwavfiledev.h Xinclude/ptclib/pxml.h Xinclude/ptclib/pxmlrpc.h Xinclude/ptclib/pxmlrpcs.h Xinclude/ptclib/qchannel.h Xinclude/ptclib/random.h Xinclude/ptclib/rfc1155.h Xinclude/ptclib/shttpsvc.h Xinclude/ptclib/snmp.h Xinclude/ptclib/sockagg.h Xinclude/ptclib/socks.h Xinclude/ptclib/telnet.h Xinclude/ptclib/url.h Xinclude/ptclib/vsdl.h Xinclude/ptclib/vxml.h Xinclude/ptclib/xmpp.h Xinclude/ptclib/xmpp_c2s.h Xinclude/ptclib/xmpp_muc.h Xinclude/ptclib/xmpp_roster.h X@dirrm include/ptclib Xinclude/ptlib/unix/ptlib/beaudio.h Xinclude/ptlib/unix/ptlib/bevideo.h Xinclude/ptlib/unix/ptlib/channel.h Xinclude/ptlib/unix/ptlib/conchan.h Xinclude/ptlib/unix/ptlib/config.h Xinclude/ptlib/unix/ptlib/contain.h Xinclude/ptlib/unix/ptlib/critsec.h Xinclude/ptlib/unix/ptlib/dynalink.h Xinclude/ptlib/unix/ptlib/ethsock.h Xinclude/ptlib/unix/ptlib/file.h Xinclude/ptlib/unix/ptlib/filepath.h Xinclude/ptlib/unix/ptlib/icmpsock.h Xinclude/ptlib/unix/ptlib/ipdsock.h Xinclude/ptlib/unix/ptlib/ipsock.h Xinclude/ptlib/unix/ptlib/maccoreaudio.h Xinclude/ptlib/unix/ptlib/mutex.h Xinclude/ptlib/unix/ptlib/pdirect.h Xinclude/ptlib/unix/ptlib/pipechan.h Xinclude/ptlib/unix/ptlib/pmachdep.h Xinclude/ptlib/unix/ptlib/pprocess.h Xinclude/ptlib/unix/ptlib/ptime.h Xinclude/ptlib/unix/ptlib/ptlib.inl Xinclude/ptlib/unix/ptlib/remconn.h Xinclude/ptlib/unix/ptlib/resampler.h Xinclude/ptlib/unix/ptlib/semaphor.h Xinclude/ptlib/unix/ptlib/serchan.h Xinclude/ptlib/unix/ptlib/sfile.h Xinclude/ptlib/unix/ptlib/shmvideo.h Xinclude/ptlib/unix/ptlib/socket.h Xinclude/ptlib/unix/ptlib/sound.h Xinclude/ptlib/unix/ptlib/svcproc.h Xinclude/ptlib/unix/ptlib/syncpoint.h Xinclude/ptlib/unix/ptlib/tcpsock.h Xinclude/ptlib/unix/ptlib/textfile.h Xinclude/ptlib/unix/ptlib/thread.h Xinclude/ptlib/unix/ptlib/timeint.h Xinclude/ptlib/unix/ptlib/timer.h Xinclude/ptlib/unix/ptlib/udpsock.h Xinclude/ptlib/unix/ptlib/video.h Xinclude/ptlib/unix/ptlib/videoio.h X@dirrm include/ptlib/unix/ptlib X@dirrm include/ptlib/unix Xinclude/ptlib/MacMainIf.h Xinclude/ptlib/args.h Xinclude/ptlib/array.h Xinclude/ptlib/channel.h Xinclude/ptlib/conchan.h Xinclude/ptlib/config.h Xinclude/ptlib/contain.h Xinclude/ptlib/contain.inl Xinclude/ptlib/critsec.h Xinclude/ptlib/devplugin.h Xinclude/ptlib/dict.h Xinclude/ptlib/dynalink.h Xinclude/ptlib/ethsock.h Xinclude/ptlib/file.h Xinclude/ptlib/filepath.h Xinclude/ptlib/icmpsock.h Xinclude/ptlib/indchan.h Xinclude/ptlib/int64.h Xinclude/ptlib/ipdsock.h Xinclude/ptlib/ipsock.h Xinclude/ptlib/ipxsock.h Xinclude/ptlib/lists.h Xinclude/ptlib/mail.h Xinclude/ptlib/mutex.h Xinclude/ptlib/notifier.h Xinclude/ptlib/notifier_ext.h Xinclude/ptlib/object.h Xinclude/ptlib/osutil.inl Xinclude/ptlib/pdirect.h Xinclude/ptlib/pfactory.h Xinclude/ptlib/pipechan.h Xinclude/ptlib/plugin.h Xinclude/ptlib/pluginmgr.h Xinclude/ptlib/pprocess.h Xinclude/ptlib/psharedptr.h Xinclude/ptlib/pstring.h Xinclude/ptlib/psync.h Xinclude/ptlib/ptime.h Xinclude/ptlib/qos.h Xinclude/ptlib/remconn.h Xinclude/ptlib/safecoll.h Xinclude/ptlib/semaphor.h Xinclude/ptlib/serchan.h Xinclude/ptlib/sfile.h Xinclude/ptlib/smartptr.h Xinclude/ptlib/socket.h Xinclude/ptlib/sockets.h Xinclude/ptlib/sound.h Xinclude/ptlib/spxsock.h Xinclude/ptlib/svcproc.h Xinclude/ptlib/syncpoint.h Xinclude/ptlib/syncthrd.h Xinclude/ptlib/tcpsock.h Xinclude/ptlib/textfile.h Xinclude/ptlib/thread.h Xinclude/ptlib/timeint.h Xinclude/ptlib/timer.h Xinclude/ptlib/udpsock.h Xinclude/ptlib/vconvert.h Xinclude/ptlib/video.h Xinclude/ptlib/videoio.h Xinclude/ptlib/videoio1394dc.h X@dirrm include/ptlib Xinclude/ptlib.h Xshare/ptlib/make/common.mak Xshare/ptlib/make/lib.mak Xshare/ptlib/make/plugins.mak Xshare/ptlib/make/ptbuildopts.mak Xshare/ptlib/make/ptlib-config Xshare/ptlib/make/ptlib.mak Xshare/ptlib/make/unix.mak X@dirrm share/ptlib/make X@dirrm share/ptlib Xlib/libpt.so.2.4.1 Xlib/libpt.so.2.4 Xlib/libpt.so.2 Xlib/libpt_s.a Xlibdata/pkgconfig/ptlib.pc 2603870c6db5c531e1879c63ede2cdda echo c - devel/pwlib/files mkdir -p devel/pwlib/files > /dev/null 2>&1 echo x - devel/pwlib/files/patch-include_ptclib_vsdl.h sed 's/^X//' >devel/pwlib/files/patch-include_ptclib_vsdl.h << 'fdf678bb483514b9fa27ec88cd8088aa' X--- include/ptclib/vsdl.h.orig 2008-09-25 14:51:15.000000000 +0800 X+++ include/ptclib/vsdl.h 2008-09-25 14:52:15.000000000 +0800 X@@ -33,7 +33,7 @@ X X #include X #if defined(P_FREEBSD) X-#include X+#include X #else X #include X #endif fdf678bb483514b9fa27ec88cd8088aa echo x - devel/pwlib/files/patch-src_ptclib_vsdl.cxx sed 's/^X//' >devel/pwlib/files/patch-src_ptclib_vsdl.cxx << '0befed07cfd6279ddf50c479529918f2' X--- src/ptclib/vsdl.cxx.orig 2008-09-25 14:50:57.000000000 +0800 X+++ src/ptclib/vsdl.cxx 2008-09-25 14:51:48.000000000 +0800 X@@ -44,7 +44,7 @@ X extern "C" { X X #if defined(P_FREEBSD) X-#include X+#include X #else X #include X #endif 0befed07cfd6279ddf50c479529918f2 echo x - devel/pwlib/files/patch-Makefile.in sed 's/^X//' >devel/pwlib/files/patch-Makefile.in << '4c501b45d9bdf4707a077c4a1cb37205' X--- Makefile.in.orig 2008-09-17 16:06:34.000000000 +0800 X+++ Makefile.in 2008-09-25 19:09:46.000000000 +0800 X@@ -126,9 +126,9 @@ X $(INSTALL) -m 755 make/ptlib-config $(DESTDIR)$(PREFIX)/share/ptlib/make/ X (cd $(DESTDIR)$(PREFIX)/bin; rm -f ptlib-config ; ln -snf ../share/ptlib/make/ptlib-config ptlib-config) X X- mkdir -p $(DESTDIR)$(LIBDIR)/pkgconfig X- chmod 755 $(DESTDIR)$(LIBDIR)/pkgconfig X- $(INSTALL) -m 644 ptlib.pc $(DESTDIR)$(LIBDIR)/pkgconfig/ X+ mkdir -p $(DESTDIR)$(PREFIX)/libdata/pkgconfig X+ chmod 755 $(DESTDIR)$(PREFIX)/libdata/pkgconfig X+ $(INSTALL) -m 644 ptlib.pc $(DESTDIR)$(PREFIX)/libdata/pkgconfig/ X uninstall: X rm -rf $(DESTDIR)$(PREFIX)/include/ptlib \ X $(DESTDIR)$(PREFIX)/include/ptclib \ X@@ -136,7 +136,7 @@ X $(DESTDIR)$(PREFIX)/include/ptbuildopts.h \ X $(DESTDIR)$(PREFIX)/share/ptlib \ X $(DESTDIR)$(LIBDIR)/$(DEV_PLUGIN_DIR) \ X- $(DESTDIR)$(LIBDIR)/pkgconfig/ptlib.pc X+ $(DESTDIR)$(PREFIX)/libdata/pkgconfig/ptlib.pc X rm -f $(DESTDIR)$(LIBDIR)/$(PTLIB_FILE)* \ X $(DESTDIR)$(LIBDIR)/lib$(PTLIB_BASE)_s.a X 4c501b45d9bdf4707a077c4a1cb37205 echo x - devel/pwlib/files/patch-html_vsdl_8h-source.html sed 's/^X//' >devel/pwlib/files/patch-html_vsdl_8h-source.html << '9fbf98eba332811809b2248bb48f6b2f' X--- html/vsdl_8h-source.html.orig 2008-09-25 14:51:05.000000000 +0800 X+++ html/vsdl_8h-source.html 2008-09-25 14:52:08.000000000 +0800 X@@ -55,7 +55,7 @@ X 00033 X 00034 #include <ptlib.h> X 00035 #if defined(P_FREEBSD) X-00036 #include <SDL11/SDL.h> X+00036 #include <SDL.h> X 00037 #else X 00038 #include <SDL/SDL.h> X 00039 #endif 9fbf98eba332811809b2248bb48f6b2f echo x - devel/pwlib/files/patch-plugins_vidinput_bsd_vidinput_bsd.h sed 's/^X//' >devel/pwlib/files/patch-plugins_vidinput_bsd_vidinput_bsd.h << '25b7b77f62e98f5db0b317d19b6ca696' X--- plugins/vidinput_bsd/vidinput_bsd.h.orig 2008-09-25 16:27:40.000000000 +0800 X+++ plugins/vidinput_bsd/vidinput_bsd.h 2008-09-25 16:28:46.000000000 +0800 X@@ -62,7 +62,7 @@ X X static PStringList GetInputDeviceNames(); X X- PStringList GetDeviceNames() const X+ PStringArray GetDeviceNames() const X { return GetInputDeviceNames(); } X X PINDEX GetMaxFrameBytes(); 25b7b77f62e98f5db0b317d19b6ca696 echo c - net/opal mkdir -p net/opal > /dev/null 2>&1 echo x - net/opal/Makefile sed 's/^X//' >net/opal/Makefile << '8a2fad07b6d67238d39f8bec1a969bed' X# New ports collection makefile for: openh323 X# Date created: Thu Feb 17 15:00:48 GMT 2000 X# Whom: Roger Hardiman X# X# $FreeBSD: ports/net/opal/Makefile,v 1.90 2008/08/20 00:57:03 ade Exp $ X# X XPORTNAME= opal XPORTVERSION= 3.4.1 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_GNOME} XMASTER_SITE_SUBDIR= sources/${PORTNAME}/3.4 X XMAINTAINER= mi@aldan.algebra.com XCOMMENT= VoIP abstraction library X XOPTIONS= SPEEX "Use speex installed by audio/speex" on X XLIB_DEPENDS= pt:${PORTSDIR}/devel/pwlib \ X avcodec:${PORTSDIR}/multimedia/ffmpeg \ X theora.0:${PORTSDIR}/multimedia/libtheora X XALL_TARGET= -j`${SYSCTL} -n hw.ncpu` XUSE_GMAKE= yes XUSE_GNOME= gnometarget XGNU_CONFIGURE= yes XUSE_LDCONFIG= yes XMAKE_ARGS= -j`${SYSCTL} -n hw.ncpu` XONLY_FOR_ARCHS= i386 X XCONFIGURE_ENV+= CPPFLAGS="-I${WRKSRC}/include -I${LOCALBASE}/include" XCONFIGURE_ARGS+=--enable-debug=no X X.include X X# Be sure to compile position-independent objects for the shared libraries XCFLAGS+= -fPIC X X.if defined(WITHOUT_SPEEX) XCONFIGURE_ARGS+=--enable-localspeex=no X.else XLIB_DEPENDS+= speex:${PORTSDIR}/audio/speex XCONFIGURE_ARGS+=--enable-localspeex=yes X.endif X X.include 8a2fad07b6d67238d39f8bec1a969bed echo x - net/opal/distinfo sed 's/^X//' >net/opal/distinfo << '3eca039f9cf8eeeb7bf0a1cd5305aab3' XMD5 (opal-3.4.1.tar.gz) = 64b4711dcc29e4557de240d07580e1b8 XSHA256 (opal-3.4.1.tar.gz) = fa8f38f9acf9321700a041f0cd5d6557633feb8eee12576753025088a1338900 XSIZE (opal-3.4.1.tar.gz) = 21237911 3eca039f9cf8eeeb7bf0a1cd5305aab3 echo x - net/opal/pkg-descr sed 's/^X//' >net/opal/pkg-descr << 'e07dfc2a47fdc31dc7af9e1e5f8c7342' XOPAL is the "next generation" of OpenH323 that has a new architecture. Not only Xdoes it support H.323 and SIP, but new VoIP protocols or devices can be added Xvery easily. It is being actively developed and is used by several projects Xsuch as Ekiga (http://www.ekiga.org) X XBTW: OPAL is an acronym for Open Phone Abstraction Library, but that is not Xreally important :) X XWWW: http://www.voxgratia.org/ e07dfc2a47fdc31dc7af9e1e5f8c7342 echo x - net/opal/pkg-plist sed 's/^X//' >net/opal/pkg-plist << '3c91ed7bf712d26585ffaaff9284d172' Xlib/libopal.so.3.4.1 Xlib/libopal.so.3.4 Xlib/libopal.so.3 Xlib/libopal.so Xlib/libopal_s.a Xinclude/opal/opal.h Xinclude/opal/asn/gcc.h Xinclude/opal/asn/h225.h Xinclude/opal/asn/h235.h Xinclude/opal/asn/h235_srtp.h Xinclude/opal/asn/h245.h Xinclude/opal/asn/h248.h Xinclude/opal/asn/h4501.h Xinclude/opal/asn/h45010.h Xinclude/opal/asn/h45011.h Xinclude/opal/asn/h4502.h Xinclude/opal/asn/h4503.h Xinclude/opal/asn/h4504.h Xinclude/opal/asn/h4505.h Xinclude/opal/asn/h4506.h Xinclude/opal/asn/h4507.h Xinclude/opal/asn/h4508.h Xinclude/opal/asn/h4509.h Xinclude/opal/asn/h501.h Xinclude/opal/asn/mcs.h Xinclude/opal/asn/t38.h Xinclude/opal/asn/x880.h X@dirrm include/opal/asn Xinclude/opal/codec/echocancel.h Xinclude/opal/codec/g711a1_plc.h Xinclude/opal/codec/g711codec.h Xinclude/opal/codec/opalplugin.h Xinclude/opal/codec/opalpluginmgr.h Xinclude/opal/codec/opalwavfile.h Xinclude/opal/codec/rfc2833.h Xinclude/opal/codec/rfc4175.h Xinclude/opal/codec/silencedetect.h Xinclude/opal/codec/vidcodec.h X@dirrm include/opal/codec Xinclude/opal/h323/channels.h Xinclude/opal/h323/gkclient.h Xinclude/opal/h323/gkserver.h Xinclude/opal/h323/h225ras.h Xinclude/opal/h323/h235auth.h Xinclude/opal/h323/h323.h Xinclude/opal/h323/h323annexg.h Xinclude/opal/h323/h323caps.h Xinclude/opal/h323/h323con.h Xinclude/opal/h323/h323ep.h Xinclude/opal/h323/h323neg.h Xinclude/opal/h323/h323pdu.h Xinclude/opal/h323/h323rtp.h Xinclude/opal/h323/h323trans.h Xinclude/opal/h323/h450pdu.h Xinclude/opal/h323/h501pdu.h Xinclude/opal/h323/peclient.h Xinclude/opal/h323/q931.h Xinclude/opal/h323/svcctrl.h Xinclude/opal/h323/transaddr.h X@dirrm include/opal/h323 Xinclude/opal/h460/h460.h Xinclude/opal/h460/h4601.h Xinclude/opal/h460/h46018.h Xinclude/opal/h460/h46019.h Xinclude/opal/h460/h4609.h Xinclude/opal/h460/h460p.h Xinclude/opal/h460/h460pres.h Xinclude/opal/h460/h460tm.h X@dirrm include/opal/h460 Xinclude/opal/iax2/callprocessor.h Xinclude/opal/iax2/causecode.h Xinclude/opal/iax2/frame.h Xinclude/opal/iax2/iax2.h Xinclude/opal/iax2/iax2con.h Xinclude/opal/iax2/iax2ep.h Xinclude/opal/iax2/iax2jitter.h Xinclude/opal/iax2/iax2medstrm.h Xinclude/opal/iax2/iedata.h Xinclude/opal/iax2/ies.h Xinclude/opal/iax2/overview.h Xinclude/opal/iax2/processor.h Xinclude/opal/iax2/receiver.h Xinclude/opal/iax2/regprocessor.h Xinclude/opal/iax2/remote.h Xinclude/opal/iax2/safestrings.h Xinclude/opal/iax2/sound.h Xinclude/opal/iax2/specialprocessor.h Xinclude/opal/iax2/transmit.h Xinclude/opal/iax2/version.h X@dirrm include/opal/iax2 Xinclude/opal/lids/lid.h Xinclude/opal/lids/lidep.h Xinclude/opal/lids/lidplugin.h Xinclude/opal/lids/lidpluginmgr.h X@dirrm include/opal/lids Xinclude/opal/opal/audiorecord.h Xinclude/opal/opal/buildopts.h Xinclude/opal/opal/call.h Xinclude/opal/opal/connection.h Xinclude/opal/opal/endpoint.h Xinclude/opal/opal/guid.h Xinclude/opal/opal/ivr.h Xinclude/opal/opal/localep.h Xinclude/opal/opal/manager.h Xinclude/opal/opal/mediacmd.h Xinclude/opal/opal/mediafmt.h Xinclude/opal/opal/mediastrm.h Xinclude/opal/opal/mediatype.h Xinclude/opal/opal/opalmixer.h Xinclude/opal/opal/opalvxml.h Xinclude/opal/opal/patch.h Xinclude/opal/opal/pcss.h Xinclude/opal/opal/rtpconn.h Xinclude/opal/opal/rtpep.h Xinclude/opal/opal/transcoders.h Xinclude/opal/opal/transports.h X@dirrm include/opal/opal Xinclude/opal/rtp/jitter.h Xinclude/opal/rtp/rtp.h Xinclude/opal/rtp/srtp.h Xinclude/opal/rtp/zrtpudp.h X@dirrm include/opal/rtp Xinclude/opal/sip/handlers.h Xinclude/opal/sip/sdp.h Xinclude/opal/sip/sdpcaps.h Xinclude/opal/sip/sip.h Xinclude/opal/sip/sipcon.h Xinclude/opal/sip/sipep.h Xinclude/opal/sip/sippdu.h X@dirrm include/opal/sip Xinclude/opal/t120/h323t120.h Xinclude/opal/t120/t120proto.h Xinclude/opal/t120/x224.h X@dirrm include/opal/t120 Xinclude/opal/t38/h323t38.h Xinclude/opal/t38/sipt38.h Xinclude/opal/t38/t38proto.h X@dirrm include/opal/t38 Xinclude/opal/zrtp/opalzrtp.h Xinclude/opal/zrtp/zrtpeventproc.h X@dirrm include/opal/zrtp X@dirrm include/opal Xlib/opal-3.4.1/codecs/audio/gsm0610_audio_pwplugin.so Xlib/opal-3.4.1/codecs/audio/speex_audio_pwplugin.so Xlib/opal-3.4.1/codecs/audio/ilbc_audio_pwplugin.so Xlib/opal-3.4.1/codecs/audio/lpc10_audio_pwplugin.so Xlib/opal-3.4.1/codecs/audio/g726_audio_pwplugin.so Xlib/opal-3.4.1/codecs/audio/ima_adpcm_audio_pwplugin.so Xlib/opal-3.4.1/codecs/audio/gsmamrcodec_pwplugin.so X@dirrm lib/opal-3.4.1/codecs/audio Xlib/opal-3.4.1/codecs/video/h261-vic_video_pwplugin.so Xlib/opal-3.4.1/codecs/video/h263-ffmpeg_video_pwplugin.so Xlib/opal-3.4.1/codecs/video/h264_video_pwplugin_helper Xlib/opal-3.4.1/codecs/video/h264_video_pwplugin.so Xlib/opal-3.4.1/codecs/video/h263-1998_video_pwplugin.so Xlib/opal-3.4.1/codecs/video/mpeg4-ffmpeg_video_pwplugin.so Xlib/opal-3.4.1/codecs/video/theora_video_pwplugin.so X@dirrm lib/opal-3.4.1/codecs/video X@dirrm lib/opal-3.4.1/codecs Xlib/opal-3.4.1/lid/vpb_lid_pwplugin.so X@dirrm lib/opal-3.4.1/lid X@dirrm lib/opal-3.4.1 Xlibdata/pkgconfig/opal.pc 3c91ed7bf712d26585ffaaff9284d172 echo c - net/opal/files mkdir -p net/opal/files > /dev/null 2>&1 echo x - net/opal/files/patch-plugins_video_THEORA_Makefile.in sed 's/^X//' >net/opal/files/patch-plugins_video_THEORA_Makefile.in << 'c5e2c33937d6b78c1b6a525319d4ddec' X--- plugins/video/THEORA/Makefile.in.orig 2008-09-25 18:45:52.000000000 +0800 X+++ plugins/video/THEORA/Makefile.in 2008-09-25 18:49:25.000000000 +0800 X@@ -40,9 +40,10 @@ X PLUGINEXT =@PLUGINEXT@ X STDCCFLAGS =@STDCCFLAGS@ X LDFLAGS =@LDFLAGS@ X+THEORA_CFLAGS =@THEORA_CFLAGS@ X THEORA_LIBS =@THEORA_LIBS@ X X-EXTRACCFLAGS += -I$(COMMONDIR) -I$(PLUGINDIR) X+EXTRACCFLAGS += $(THEORA_CFLAGS) -I$(COMMONDIR) -I$(PLUGINDIR) X X vpath %.cxx $(COMMONDIR) X vpath %.o $(OBJDIR) c5e2c33937d6b78c1b6a525319d4ddec echo x - net/opal/files/patch-configure sed 's/^X//' >net/opal/files/patch-configure << '8f028b9b93630b7e743a6f21e7630a2d' X--- configure.orig 2008-09-25 20:17:51.000000000 +0800 X+++ configure 2008-09-25 20:19:08.000000000 +0800 X@@ -5180,7 +5180,7 @@ X PTLIB_LIBS=`$PKG_CONFIG ptlib --libs` X X RELEASE_LIBS=`$PKG_CONFIG ptlib --libs` X- DEBUG_LIBS=`$PKG_CONFIG ptlib --define-variable=suffix=_d --libs` X+ DEBUG_LIBS=`$PKG_CONFIG ptlib --libs` X X export PKG_CONFIG_LIBDIR="${old_PKG_CONFIG_LIBDIR}" X X@@ -5413,7 +5413,7 @@ X X PTLIB_VERSION=`$PKG_CONFIG ptlib --modversion` X PTLIB_CXXFLAGS=`$PKG_CONFIG ptlib --variable=cxxflags` X- DEBUG_LIBS=`$PKG_CONFIG ptlib --define-variable=suffix=_d --libs` X+ DEBUG_LIBS=`$PKG_CONFIG ptlib --libs` X RELEASE_LIBS="$PTLIB_LIBS" X fi X 8f028b9b93630b7e743a6f21e7630a2d echo x - net/opal/files/patch-Makefile.in sed 's/^X//' >net/opal/files/patch-Makefile.in << 'c006c16664122cbbb94080b0ead38a27' X--- Makefile.in.orig 2008-09-25 20:32:11.000000000 +0800 X+++ Makefile.in 2008-09-25 20:34:21.000000000 +0800 X@@ -545,8 +545,8 @@ X done); \ X done) X X- mkdir -p $(DESTDIR)$(libdir)/pkgconfig ; chmod 755 $(DESTDIR)$(libdir)/pkgconfig X- $(INSTALL) -m 644 opal.pc $(DESTDIR)$(libdir)/pkgconfig X+ mkdir -p $(DESTDIR)$(PREFIX)/libdata/pkgconfig ; chmod 755 $(DESTDIR)$(PREFIX)/libdata/pkgconfig X+ $(INSTALL) -m 644 opal.pc $(DESTDIR)$(PREFIX)/libdata/pkgconfig X # mkdir -p $(DESTDIR)$(datarootdir)/opal ; chmod 755 $(DESTDIR)$(datarootdir)/opal X X $(MAKE) -C plugins install X@@ -560,7 +560,7 @@ X do rm -f $(DESTDIR)$(libdir)/$$filename ;\ X done) X rm -rf $(DESTDIR)$(includedir)/opal X- rm -f $(DESTDIR)$(libdir)/pkgconfig/opal.pc X+ rm -f $(DESTDIR)$(PREFIX)/libdata/pkgconfig/opal.pc X # rm -rf $(DESTDIR)$(datarootdir)/opal X X $(MAKE) -C plugins uninstall c006c16664122cbbb94080b0ead38a27 echo x - net/opal/patch-opal.m4 sed 's/^X//' >net/opal/patch-opal.m4 << '9a6d5f49ea82b8096923c70ec4c1063f' X--- opal.m4.orig 2008-09-25 20:19:41.000000000 +0800 X+++ opal.m4 2008-09-25 20:20:25.000000000 +0800 X@@ -307,7 +307,7 @@ X PTLIB_LIBS=`$PKG_CONFIG ptlib --libs` X X RELEASE_LIBS=`$PKG_CONFIG ptlib --libs` X- DEBUG_LIBS=`$PKG_CONFIG ptlib --define-variable=suffix=_d --libs` X+ DEBUG_LIBS=`$PKG_CONFIG ptlib --libs` X X export PKG_CONFIG_LIBDIR="${old_PKG_CONFIG_LIBDIR}" X X@@ -321,7 +321,7 @@ X X PTLIB_VERSION=`$PKG_CONFIG ptlib --modversion` X PTLIB_CXXFLAGS=`$PKG_CONFIG ptlib --variable=cxxflags` X- DEBUG_LIBS=`$PKG_CONFIG ptlib --define-variable=suffix=_d --libs` X+ DEBUG_LIBS=`$PKG_CONFIG ptlib --libs` X RELEASE_LIBS="$PTLIB_LIBS" X fi X 9a6d5f49ea82b8096923c70ec4c1063f echo c - net/ekiga mkdir -p net/ekiga > /dev/null 2>&1 echo x - net/ekiga/Makefile sed 's/^X//' >net/ekiga/Makefile << '01411839c840a47b11bc4520bd2dba26' X# Ports collection Makefile for: gnomemeeting X# Date created: 24/07/2001 X# Whom: roger@FreeBSD.org X# X# $FreeBSD: ports/net/ekiga/Makefile,v 1.78 2008/06/06 13:49:57 edwin Exp $ X# X XPORTNAME= ekiga XPORTVERSION= 3.0.0 XCATEGORIES= net gnome XMASTER_SITES= ${MASTER_SITE_GNOME} XMASTER_SITE_SUBDIR= sources/${PORTNAME}/3.0 X XMAINTAINER= mi@aldan.algebra.com XCOMMENT= VoIP phone for GNOME X XOPTIONS= AVAHI "Support Avahi for service discovery on LAN" on \ X DBUS "Use D-BUS for interprocess communication" on \ X LDAP "Support LDAP for interprocess communication" on X XLIB_DEPENDS= opal:${PORTSDIR}/net/opal XONLY_FOR_ARCHS= i386 X XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_SDL= sdl XINSTALLS_OMF= yes XUSE_GNOME= libgnomeui gnomeprefix gnomehack gnomedocutils \ X evolutiondataserver intlhack XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ X SDL_CONFIG="${SDL_CONFIG}" X#CONFIGURE_ARGS= --with-pwlib-dir=${LOCALBASE} \ X# --with-opal-dir=${LOCALBASE} X XALL_TARGET= -j`${SYSCTL} -n hw.ncpu` X XGCONF_SCHEMAS= ekiga.schemas XMAN1= ekiga.1 X X.include X X.ifndef (WITHOUT_AVAHI) XLIB_DEPENDS+= avahi-core:${PORTSDIR}/net/avahi-app XCONFIGURE_ARGS+=--enable-avahi X.else XCONFIGURE_ARGS+=--disable-avahi X.endif X X.ifndef (WITHOUT_DBUS) XLIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus XCONFIGURE_ARGS+=--enable-dbus XPLIST_SUB+= DBUS:="" X.else XCONFIGURE_ARGS+=--disable-dbus XPLIST_SUB+= DBUS:="@comment " X.endif X X.ifndef (WITHOUT_LDAP) XUSE_OPENLDAP= yes XCONFIGURE_ARGS+=--enable-ldap --with-ldap-dir=${LOCALBASE} X.else XCONFIGURE_ARGS+=--disable-ldap X.endif X X.include 01411839c840a47b11bc4520bd2dba26 echo x - net/ekiga/distinfo sed 's/^X//' >net/ekiga/distinfo << '40a097fb62ef7d91c69ffc37c75499c9' XMD5 (ekiga-3.0.0.tar.bz2) = a774e89a5812eb7d03be29502ee99620 XSHA256 (ekiga-3.0.0.tar.bz2) = ca04b9988c8de582dda9d8597a38f1c1ec415548f1463cb60c668c16987e93d0 XSIZE (ekiga-3.0.0.tar.bz2) = 7767165 40a097fb62ef7d91c69ffc37c75499c9 echo x - net/ekiga/pkg-descr sed 's/^X//' >net/ekiga/pkg-descr << 'bb0ee8615545afdfd94e0962f4321254' XEkiga is a free Voice over IP phone allowing you to do free calls over the XInternet. X XEkiga is the first Open Source application to support both H.323 and SIP, as Xwell as audio and video. Ekiga was formerly known as GnomeMeeting. X XWWW: http://www.ekiga.org/ bb0ee8615545afdfd94e0962f4321254 echo x - net/ekiga/pkg-plist sed 's/^X//' >net/ekiga/pkg-plist << '9bb94e7916ac39d8f9524979534d335d' Xbin/ekiga Xbin/ekiga-config-tool X%%DBUS:%%bin/ekiga-helper Xshare/sounds/ekiga/ring.wav Xshare/sounds/ekiga/busytone.wav Xshare/sounds/ekiga/newmessage.wav Xshare/sounds/ekiga/dialtone.wav Xshare/sounds/ekiga/voicemail.wav X@dirrm share/sounds/ekiga Xshare/icons/hicolor/16x16/apps/ekiga.png Xshare/icons/hicolor/22x22/apps/ekiga.png Xshare/icons/hicolor/32x32/apps/ekiga.png Xshare/icons/hicolor/48x48/apps/ekiga.png Xshare/icons/hicolor/64x64/apps/ekiga.png Xshare/icons/hicolor/72x72/apps/ekiga.png Xshare/icons/hicolor/128x128/apps/ekiga.png Xshare/pixmaps/ekiga/ekiga-logo.png X@dirrm share/pixmaps/ekiga X%%DBUS:%%share/dbus-1/services/org.ekiga.Ekiga.service X%%DBUS:%%share/dbus-1/services/org.ekiga.Helper.service Xshare/locale/am/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/am/LC_MESSAGES X@dirrmtry share/locale/am Xshare/locale/ar/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/ar/LC_MESSAGES X@dirrmtry share/locale/ar Xshare/locale/az/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/az/LC_MESSAGES X@dirrmtry share/locale/az Xshare/locale/be/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/be/LC_MESSAGES X@dirrmtry share/locale/be Xshare/locale/bg/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/bg/LC_MESSAGES X@dirrmtry share/locale/bg Xshare/locale/bn/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/bn/LC_MESSAGES X@dirrmtry share/locale/bn Xshare/locale/bs/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/bs/LC_MESSAGES X@dirrmtry share/locale/bs Xshare/locale/ca/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/ca/LC_MESSAGES X@dirrmtry share/locale/ca Xshare/locale/cs/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/cs/LC_MESSAGES X@dirrmtry share/locale/cs Xshare/locale/cy/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/cy/LC_MESSAGES X@dirrmtry share/locale/cy Xshare/locale/da/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/da/LC_MESSAGES X@dirrmtry share/locale/da Xshare/locale/de/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/de/LC_MESSAGES X@dirrmtry share/locale/de Xshare/locale/el/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/el/LC_MESSAGES X@dirrmtry share/locale/el Xshare/locale/en_CA/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/en_CA/LC_MESSAGES X@dirrmtry share/locale/en_CA Xshare/locale/en_GB/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/en_GB/LC_MESSAGES X@dirrmtry share/locale/en_GB Xshare/locale/eo/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/eo/LC_MESSAGES X@dirrmtry share/locale/eo Xshare/locale/es/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/es/LC_MESSAGES X@dirrmtry share/locale/es Xshare/locale/et/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/et/LC_MESSAGES X@dirrmtry share/locale/et Xshare/locale/eu/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/eu/LC_MESSAGES X@dirrmtry share/locale/eu Xshare/locale/fa/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/fa/LC_MESSAGES X@dirrmtry share/locale/fa Xshare/locale/fi/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/fi/LC_MESSAGES X@dirrmtry share/locale/fi Xshare/locale/fr/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/fr/LC_MESSAGES X@dirrmtry share/locale/fr Xshare/locale/ga/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/ga/LC_MESSAGES X@dirrmtry share/locale/ga Xshare/locale/gl/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/gl/LC_MESSAGES X@dirrmtry share/locale/gl Xshare/locale/gu/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/gu/LC_MESSAGES X@dirrmtry share/locale/gu Xshare/locale/he/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/he/LC_MESSAGES X@dirrmtry share/locale/he Xshare/locale/hi/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/hi/LC_MESSAGES X@dirrmtry share/locale/hi Xshare/locale/hr/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/hr/LC_MESSAGES X@dirrmtry share/locale/hr Xshare/locale/hu/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/hu/LC_MESSAGES X@dirrmtry share/locale/hu Xshare/locale/id/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/id/LC_MESSAGES X@dirrmtry share/locale/id Xshare/locale/is/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/is/LC_MESSAGES X@dirrmtry share/locale/is Xshare/locale/it/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/it/LC_MESSAGES X@dirrmtry share/locale/it Xshare/locale/ja/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/ja/LC_MESSAGES X@dirrmtry share/locale/ja Xshare/locale/ka/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/ka/LC_MESSAGES X@dirrmtry share/locale/ka Xshare/locale/kn/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/kn/LC_MESSAGES X@dirrmtry share/locale/kn Xshare/locale/ko/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/ko/LC_MESSAGES X@dirrmtry share/locale/ko Xshare/locale/lt/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/lt/LC_MESSAGES X@dirrmtry share/locale/lt Xshare/locale/lv/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/lv/LC_MESSAGES X@dirrmtry share/locale/lv Xshare/locale/mk/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/mk/LC_MESSAGES X@dirrmtry share/locale/mk Xshare/locale/ml/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/ml/LC_MESSAGES X@dirrmtry share/locale/ml Xshare/locale/mn/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/mn/LC_MESSAGES X@dirrmtry share/locale/mn Xshare/locale/ms/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/ms/LC_MESSAGES X@dirrmtry share/locale/ms Xshare/locale/nb/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/nb/LC_MESSAGES X@dirrmtry share/locale/nb Xshare/locale/ne/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/ne/LC_MESSAGES X@dirrmtry share/locale/ne Xshare/locale/nl/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/nl/LC_MESSAGES X@dirrmtry share/locale/nl Xshare/locale/nn/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/nn/LC_MESSAGES X@dirrmtry share/locale/nn Xshare/locale/pa/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/pa/LC_MESSAGES X@dirrmtry share/locale/pa Xshare/locale/pl/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/pl/LC_MESSAGES X@dirrmtry share/locale/pl Xshare/locale/pt/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/pt/LC_MESSAGES X@dirrmtry share/locale/pt Xshare/locale/pt_BR/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/pt_BR/LC_MESSAGES X@dirrmtry share/locale/pt_BR Xshare/locale/ro/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/ro/LC_MESSAGES X@dirrmtry share/locale/ro Xshare/locale/ru/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/ru/LC_MESSAGES X@dirrmtry share/locale/ru Xshare/locale/sk/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/sk/LC_MESSAGES X@dirrmtry share/locale/sk Xshare/locale/sl/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/sl/LC_MESSAGES X@dirrmtry share/locale/sl Xshare/locale/sq/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/sq/LC_MESSAGES X@dirrmtry share/locale/sq Xshare/locale/sr/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/sr/LC_MESSAGES X@dirrmtry share/locale/sr Xshare/locale/sv/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/sv/LC_MESSAGES X@dirrmtry share/locale/sv Xshare/locale/ta/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/ta/LC_MESSAGES X@dirrmtry share/locale/ta Xshare/locale/th/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/th/LC_MESSAGES X@dirrmtry share/locale/th Xshare/locale/tr/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/tr/LC_MESSAGES X@dirrmtry share/locale/tr Xshare/locale/uk/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/uk/LC_MESSAGES X@dirrmtry share/locale/uk Xshare/locale/vi/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/vi/LC_MESSAGES X@dirrmtry share/locale/vi Xshare/locale/wa/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/wa/LC_MESSAGES X@dirrmtry share/locale/wa Xshare/locale/zh_CN/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/zh_CN/LC_MESSAGES X@dirrmtry share/locale/zh_CN Xshare/locale/zh_TW/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/zh_TW/LC_MESSAGES X@dirrmtry share/locale/zh_TW Xshare/locale/zh_HK/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/zh_HK/LC_MESSAGES X@dirrmtry share/locale/zh_HK Xshare/locale/rw/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/rw/LC_MESSAGES X@dirrmtry share/locale/rw Xshare/locale/bn_IN/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/bn_IN/LC_MESSAGES X@dirrmtry share/locale/bn_IN Xshare/locale/dz/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/dz/LC_MESSAGES X@dirrmtry share/locale/dz Xshare/locale/ku/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/ku/LC_MESSAGES X@dirrmtry share/locale/ku Xshare/locale/te/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/te/LC_MESSAGES X@dirrmtry share/locale/te Xshare/locale/xh/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/xh/LC_MESSAGES X@dirrmtry share/locale/xh Xshare/locale/mr/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/mr/LC_MESSAGES X@dirrmtry share/locale/mr Xshare/locale/as/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/as/LC_MESSAGES X@dirrmtry share/locale/as Xshare/locale/si/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/si/LC_MESSAGES X@dirrmtry share/locale/si Xshare/locale/oc/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/oc/LC_MESSAGES X@dirrmtry share/locale/oc Xshare/locale/mai/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/mai/LC_MESSAGES X@dirrmtry share/locale/mai Xshare/locale/sr@latin/LC_MESSAGES/ekiga.mo X@dirrmtry share/locale/sr@latin/LC_MESSAGES X@dirrmtry share/locale/sr@latin Xshare/gnome/help/ekiga/C/ekiga.xml Xshare/gnome/help/ekiga/C/figures/lumi.png Xshare/gnome/help/ekiga/C/figures/config_d1.png Xshare/gnome/help/ekiga/C/figures/config_d2.png Xshare/gnome/help/ekiga/C/figures/config_d3.png Xshare/gnome/help/ekiga/C/figures/config_d4.png Xshare/gnome/help/ekiga/C/figures/config_d5.png Xshare/gnome/help/ekiga/C/figures/config_d6.png Xshare/gnome/help/ekiga/C/figures/config_d7.png Xshare/gnome/help/ekiga/C/figures/call_d1.png Xshare/gnome/help/ekiga/C/figures/accounts_d1.png Xshare/gnome/help/ekiga/C/figures/accounts_sip.png Xshare/gnome/help/ekiga/C/figures/accounts_h323.png Xshare/gnome/help/ekiga/C/figures/audio_codecs.png X@dirrm share/gnome/help/ekiga/C/figures X@dirrm share/gnome/help/ekiga/C Xshare/gnome/help/ekiga/bg/ekiga.xml Xshare/gnome/help/ekiga/bg/figures/lumi.png Xshare/gnome/help/ekiga/bg/figures/config_d1.png Xshare/gnome/help/ekiga/bg/figures/config_d2.png Xshare/gnome/help/ekiga/bg/figures/config_d3.png Xshare/gnome/help/ekiga/bg/figures/config_d4.png Xshare/gnome/help/ekiga/bg/figures/config_d5.png Xshare/gnome/help/ekiga/bg/figures/config_d6.png Xshare/gnome/help/ekiga/bg/figures/config_d7.png Xshare/gnome/help/ekiga/bg/figures/config_d8.png Xshare/gnome/help/ekiga/bg/figures/config_d9.png Xshare/gnome/help/ekiga/bg/figures/config_d10.png Xshare/gnome/help/ekiga/bg/figures/call_d1.png Xshare/gnome/help/ekiga/bg/figures/stats.png Xshare/gnome/help/ekiga/bg/figures/accounts_d1.png Xshare/gnome/help/ekiga/bg/figures/accounts_sip.png Xshare/gnome/help/ekiga/bg/figures/accounts_h323.png Xshare/gnome/help/ekiga/bg/figures/audio_codecs.png X@dirrm share/gnome/help/ekiga/bg/figures X@dirrm share/gnome/help/ekiga/bg Xshare/gnome/help/ekiga/de/ekiga.xml Xshare/gnome/help/ekiga/de/figures/lumi.png Xshare/gnome/help/ekiga/de/figures/config_d1.png Xshare/gnome/help/ekiga/de/figures/config_d2.png Xshare/gnome/help/ekiga/de/figures/config_d3.png Xshare/gnome/help/ekiga/de/figures/config_d4.png Xshare/gnome/help/ekiga/de/figures/config_d5.png Xshare/gnome/help/ekiga/de/figures/config_d6.png Xshare/gnome/help/ekiga/de/figures/config_d7.png Xshare/gnome/help/ekiga/de/figures/call_d1.png Xshare/gnome/help/ekiga/de/figures/accounts_d1.png Xshare/gnome/help/ekiga/de/figures/accounts_sip.png Xshare/gnome/help/ekiga/de/figures/accounts_h323.png Xshare/gnome/help/ekiga/de/figures/audio_codecs.png X@dirrm share/gnome/help/ekiga/de/figures X@dirrm share/gnome/help/ekiga/de Xshare/gnome/help/ekiga/el/ekiga.xml Xshare/gnome/help/ekiga/el/figures/lumi.png Xshare/gnome/help/ekiga/el/figures/config_d1.png Xshare/gnome/help/ekiga/el/figures/config_d2.png Xshare/gnome/help/ekiga/el/figures/config_d3.png Xshare/gnome/help/ekiga/el/figures/config_d4.png Xshare/gnome/help/ekiga/el/figures/config_d5.png Xshare/gnome/help/ekiga/el/figures/config_d6.png Xshare/gnome/help/ekiga/el/figures/config_d7.png Xshare/gnome/help/ekiga/el/figures/call_d1.png Xshare/gnome/help/ekiga/el/figures/accounts_d1.png Xshare/gnome/help/ekiga/el/figures/accounts_sip.png Xshare/gnome/help/ekiga/el/figures/accounts_h323.png Xshare/gnome/help/ekiga/el/figures/audio_codecs.png X@dirrm share/gnome/help/ekiga/el/figures X@dirrm share/gnome/help/ekiga/el Xshare/gnome/help/ekiga/es/ekiga.xml Xshare/gnome/help/ekiga/es/figures/lumi.png Xshare/gnome/help/ekiga/es/figures/config_d1.png Xshare/gnome/help/ekiga/es/figures/config_d2.png Xshare/gnome/help/ekiga/es/figures/config_d3.png Xshare/gnome/help/ekiga/es/figures/config_d4.png Xshare/gnome/help/ekiga/es/figures/config_d5.png Xshare/gnome/help/ekiga/es/figures/config_d6.png Xshare/gnome/help/ekiga/es/figures/config_d7.png Xshare/gnome/help/ekiga/es/figures/config_d8.png Xshare/gnome/help/ekiga/es/figures/config_d9.png Xshare/gnome/help/ekiga/es/figures/config_d10.png Xshare/gnome/help/ekiga/es/figures/call_d1.png Xshare/gnome/help/ekiga/es/figures/stats.png Xshare/gnome/help/ekiga/es/figures/accounts_d1.png Xshare/gnome/help/ekiga/es/figures/accounts_sip.png Xshare/gnome/help/ekiga/es/figures/accounts_h323.png Xshare/gnome/help/ekiga/es/figures/audio_codecs.png X@dirrm share/gnome/help/ekiga/es/figures X@dirrm share/gnome/help/ekiga/es Xshare/gnome/help/ekiga/fi/ekiga.xml Xshare/gnome/help/ekiga/fi/figures/lumi.png Xshare/gnome/help/ekiga/fi/figures/config_d1.png Xshare/gnome/help/ekiga/fi/figures/config_d2.png Xshare/gnome/help/ekiga/fi/figures/config_d3.png Xshare/gnome/help/ekiga/fi/figures/config_d4.png Xshare/gnome/help/ekiga/fi/figures/config_d5.png Xshare/gnome/help/ekiga/fi/figures/config_d6.png Xshare/gnome/help/ekiga/fi/figures/config_d7.png Xshare/gnome/help/ekiga/fi/figures/config_d8.png Xshare/gnome/help/ekiga/fi/figures/config_d9.png Xshare/gnome/help/ekiga/fi/figures/config_d10.png Xshare/gnome/help/ekiga/fi/figures/call_d1.png Xshare/gnome/help/ekiga/fi/figures/stats.png Xshare/gnome/help/ekiga/fi/figures/accounts_d1.png Xshare/gnome/help/ekiga/fi/figures/accounts_sip.png Xshare/gnome/help/ekiga/fi/figures/accounts_h323.png Xshare/gnome/help/ekiga/fi/figures/audio_codecs.png X@dirrm share/gnome/help/ekiga/fi/figures X@dirrm share/gnome/help/ekiga/fi Xshare/gnome/help/ekiga/fr/ekiga.xml Xshare/gnome/help/ekiga/fr/figures/lumi.png Xshare/gnome/help/ekiga/fr/figures/config_d1.png Xshare/gnome/help/ekiga/fr/figures/config_d2.png Xshare/gnome/help/ekiga/fr/figures/config_d3.png Xshare/gnome/help/ekiga/fr/figures/config_d4.png Xshare/gnome/help/ekiga/fr/figures/config_d5.png Xshare/gnome/help/ekiga/fr/figures/config_d6.png Xshare/gnome/help/ekiga/fr/figures/config_d7.png Xshare/gnome/help/ekiga/fr/figures/config_d8.png Xshare/gnome/help/ekiga/fr/figures/call_d1.png Xshare/gnome/help/ekiga/fr/figures/accounts_d1.png Xshare/gnome/help/ekiga/fr/figures/accounts_sip.png Xshare/gnome/help/ekiga/fr/figures/accounts_h323.png Xshare/gnome/help/ekiga/fr/figures/audio_codecs.png X@dirrm share/gnome/help/ekiga/fr/figures X@dirrm share/gnome/help/ekiga/fr Xshare/gnome/help/ekiga/oc/ekiga.xml Xshare/gnome/help/ekiga/oc/figures/lumi.png Xshare/gnome/help/ekiga/oc/figures/config_d1.png Xshare/gnome/help/ekiga/oc/figures/config_d2.png Xshare/gnome/help/ekiga/oc/figures/config_d3.png Xshare/gnome/help/ekiga/oc/figures/config_d4.png Xshare/gnome/help/ekiga/oc/figures/config_d5.png Xshare/gnome/help/ekiga/oc/figures/config_d6.png Xshare/gnome/help/ekiga/oc/figures/config_d7.png Xshare/gnome/help/ekiga/oc/figures/call_d1.png Xshare/gnome/help/ekiga/oc/figures/accounts_d1.png Xshare/gnome/help/ekiga/oc/figures/accounts_sip.png Xshare/gnome/help/ekiga/oc/figures/accounts_h323.png Xshare/gnome/help/ekiga/oc/figures/audio_codecs.png X@dirrm share/gnome/help/ekiga/oc/figures X@dirrm share/gnome/help/ekiga/oc Xshare/gnome/help/ekiga/pt_BR/ekiga.xml Xshare/gnome/help/ekiga/pt_BR/figures/lumi.png Xshare/gnome/help/ekiga/pt_BR/figures/config_d1.png Xshare/gnome/help/ekiga/pt_BR/figures/config_d2.png Xshare/gnome/help/ekiga/pt_BR/figures/config_d3.png Xshare/gnome/help/ekiga/pt_BR/figures/config_d4.png Xshare/gnome/help/ekiga/pt_BR/figures/config_d5.png Xshare/gnome/help/ekiga/pt_BR/figures/config_d6.png Xshare/gnome/help/ekiga/pt_BR/figures/config_d7.png Xshare/gnome/help/ekiga/pt_BR/figures/config_d8.png Xshare/gnome/help/ekiga/pt_BR/figures/config_d9.png Xshare/gnome/help/ekiga/pt_BR/figures/config_d10.png Xshare/gnome/help/ekiga/pt_BR/figures/call_d1.png Xshare/gnome/help/ekiga/pt_BR/figures/stats.png Xshare/gnome/help/ekiga/pt_BR/figures/accounts_d1.png Xshare/gnome/help/ekiga/pt_BR/figures/accounts_sip.png Xshare/gnome/help/ekiga/pt_BR/figures/accounts_h323.png Xshare/gnome/help/ekiga/pt_BR/figures/audio_codecs.png X@dirrm share/gnome/help/ekiga/pt_BR/figures X@dirrm share/gnome/help/ekiga/pt_BR Xshare/gnome/help/ekiga/ru/ekiga.xml Xshare/gnome/help/ekiga/ru/figures/lumi.png Xshare/gnome/help/ekiga/ru/figures/config_d1.png Xshare/gnome/help/ekiga/ru/figures/config_d2.png Xshare/gnome/help/ekiga/ru/figures/config_d3.png Xshare/gnome/help/ekiga/ru/figures/config_d4.png Xshare/gnome/help/ekiga/ru/figures/config_d5.png Xshare/gnome/help/ekiga/ru/figures/config_d6.png Xshare/gnome/help/ekiga/ru/figures/config_d7.png Xshare/gnome/help/ekiga/ru/figures/call_d1.png Xshare/gnome/help/ekiga/ru/figures/accounts_d1.png Xshare/gnome/help/ekiga/ru/figures/accounts_sip.png Xshare/gnome/help/ekiga/ru/figures/accounts_h323.png Xshare/gnome/help/ekiga/ru/figures/audio_codecs.png X@dirrm share/gnome/help/ekiga/ru/figures X@dirrm share/gnome/help/ekiga/ru Xshare/gnome/help/ekiga/sv/ekiga.xml Xshare/gnome/help/ekiga/sv/figures/lumi.png Xshare/gnome/help/ekiga/sv/figures/config_d1.png Xshare/gnome/help/ekiga/sv/figures/config_d2.png Xshare/gnome/help/ekiga/sv/figures/config_d3.png Xshare/gnome/help/ekiga/sv/figures/config_d4.png Xshare/gnome/help/ekiga/sv/figures/config_d5.png Xshare/gnome/help/ekiga/sv/figures/config_d6.png Xshare/gnome/help/ekiga/sv/figures/config_d7.png Xshare/gnome/help/ekiga/sv/figures/config_d8.png Xshare/gnome/help/ekiga/sv/figures/config_d9.png Xshare/gnome/help/ekiga/sv/figures/config_d10.png Xshare/gnome/help/ekiga/sv/figures/call_d1.png Xshare/gnome/help/ekiga/sv/figures/stats.png Xshare/gnome/help/ekiga/sv/figures/accounts_d1.png Xshare/gnome/help/ekiga/sv/figures/accounts_sip.png Xshare/gnome/help/ekiga/sv/figures/accounts_h323.png Xshare/gnome/help/ekiga/sv/figures/audio_codecs.png X@dirrm share/gnome/help/ekiga/sv/figures X@dirrm share/gnome/help/ekiga/sv Xshare/gnome/help/ekiga/uk/ekiga.xml Xshare/gnome/help/ekiga/uk/figures/lumi.png Xshare/gnome/help/ekiga/uk/figures/config_d1.png Xshare/gnome/help/ekiga/uk/figures/config_d2.png Xshare/gnome/help/ekiga/uk/figures/config_d3.png Xshare/gnome/help/ekiga/uk/figures/config_d4.png Xshare/gnome/help/ekiga/uk/figures/config_d5.png Xshare/gnome/help/ekiga/uk/figures/config_d6.png Xshare/gnome/help/ekiga/uk/figures/config_d7.png Xshare/gnome/help/ekiga/uk/figures/config_d8.png Xshare/gnome/help/ekiga/uk/figures/config_d9.png Xshare/gnome/help/ekiga/uk/figures/config_d10.png Xshare/gnome/help/ekiga/uk/figures/call_d1.png Xshare/gnome/help/ekiga/uk/figures/stats.png Xshare/gnome/help/ekiga/uk/figures/accounts_d1.png Xshare/gnome/help/ekiga/uk/figures/accounts_sip.png Xshare/gnome/help/ekiga/uk/figures/accounts_h323.png Xshare/gnome/help/ekiga/uk/figures/audio_codecs.png X@dirrm share/gnome/help/ekiga/uk/figures X@dirrm share/gnome/help/ekiga/uk X@dirrm share/gnome/help/ekiga Xshare/omf/ekiga/ekiga-C.omf Xshare/omf/ekiga/ekiga-bg.omf Xshare/omf/ekiga/ekiga-de.omf Xshare/omf/ekiga/ekiga-el.omf Xshare/omf/ekiga/ekiga-es.omf Xshare/omf/ekiga/ekiga-fi.omf Xshare/omf/ekiga/ekiga-fr.omf Xshare/omf/ekiga/ekiga-oc.omf Xshare/omf/ekiga/ekiga-pt_BR.omf Xshare/omf/ekiga/ekiga-ru.omf Xshare/omf/ekiga/ekiga-sv.omf Xshare/omf/ekiga/ekiga-uk.omf X@dirrm share/omf/ekiga X@dirrmtry share/omf Xshare/applications/ekiga.desktop X@dirrmtry share/applications 9bb94e7916ac39d8f9524979534d335d echo c - net/ekiga/files mkdir -p net/ekiga/files > /dev/null 2>&1 echo x - net/ekiga/files/patch-lib_engine_hal_dbus_hal-v4l-helper.c sed 's/^X//' >net/ekiga/files/patch-lib_engine_hal_dbus_hal-v4l-helper.c << 'daa35f89098592e574c70d36e2e53d85' X--- lib/engine/hal/dbus/hal-v4l-helper.c.orig 2008-09-25 21:13:13.000000000 +0800 X+++ lib/engine/hal/dbus/hal-v4l-helper.c 2008-09-25 21:14:17.000000000 +0800 X@@ -63,6 +63,7 @@ X strcpy (*v4l1_name, v4l1_caps.name); X } X X+#if !defined(__FreeBSD__) X struct v4l2_capability v4l2_caps; X if ( (ioctl(fp, VIDIOC_QUERYCAP, &v4l2_caps) >= 0) && X (v4l2_caps.capabilities & V4L2_CAP_VIDEO_CAPTURE) ) { X@@ -70,6 +71,7 @@ X *v4l2_name = (char*) malloc (strlen((const char*) v4l2_caps.card) + 1); X strcpy (*v4l2_name, (const char*) v4l2_caps.card); X } X+#endif X X if (fp > 0) X close(fp); daa35f89098592e574c70d36e2e53d85 exit >Release-Note: >Audit-Trail: State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Sep 30 06:10:14 UTC 2008 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127743 From: Edwin Groothuis To: steve@energistic.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/127743: Update devel/pwlib net/opal net/ekiga to GNOME 2.24.0 Date: Tue, 30 Sep 2008 06:10:13 UT Maintainer of devel/pwlib, Please note that PR ports/127743 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127743 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From: Stefan Walter To: "Eric L. Chen" Cc: GNATS , steve@energistic.com, mi@aldan.algebra.com Subject: Re: ports/127743: Update devel/pwlib net/opal net/ekiga to GNOME 2.24.0 Date: Thu, 16 Oct 2008 09:20:22 +0200 Hi Eric, please note that it might be a better idea to send a problem report for every single port to be updated, not a single PR updating multiple ports. That makes it easier to track feedback for every update, especially since multiple port maintainers are involved. Furthermore, the preferred form of an update of an existing port is a patch in unified diff format, not a shar archive, since that makes it easier to see what exactly changed. I'd recommend that you resend the updates as patches in separate PRs. If the update of one port depends on the update of another one, just send the PRs in the appropriate order and make a note in the description field which PRs have to be processed first. I have cc'd the two port maintainers involved here, anyway, just to raise their attention to what's currently in [1]. Regards, Stefan [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127743 From: "Eric L. Chen" To: "Stefan Walter" Cc: GNATS , steve@energistic.com, mi@aldan.algebra.com Subject: Re: ports/127743: Update devel/pwlib net/opal net/ekiga to GNOME 2.24.0 Date: Thu, 16 Oct 2008 16:07:07 +0800 On Thu, Oct 16, 2008 at 3:20 PM, Stefan Walter wrote: > Hi Eric, > > please note that it might be a better idea to send a problem report for > every single port to be updated, not a single PR updating multiple ports. > That makes it easier to track feedback for every update, especially since > multiple port maintainers are involved. > > Furthermore, the preferred form of an update of an existing port is a > patch in unified diff format, not a shar archive, since that makes it > easier to see what exactly changed. > > I'd recommend that you resend the updates as patches in separate PRs. If > the update of one port depends on the update of another one, just send the > PRs in the appropriate order and make a note in the description field > which PRs have to be processed first. > > I have cc'd the two port maintainers involved here, anyway, just to raise > their attention to what's currently in [1]. > > Regards, > Stefan > > [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127743 > Sorry for inconveniences. These ports work very tightly, this why I put them together. I'll re-send pr with unified diff format. /Eric From: "Eric L. Chen" To: "Stefan Walter" Cc: GNATS , steve@energistic.com, mi@aldan.algebra.com Subject: Re: ports/127743: Update devel/pwlib net/opal net/ekiga to GNOME 2.24.0 Date: Thu, 16 Oct 2008 16:38:12 +0800 On Thu, Oct 16, 2008 at 4:07 PM, Eric L. Chen wrote: > On Thu, Oct 16, 2008 at 3:20 PM, Stefan Walter wrote: >> Hi Eric, >> >> please note that it might be a better idea to send a problem report for >> every single port to be updated, not a single PR updating multiple ports. >> That makes it easier to track feedback for every update, especially since >> multiple port maintainers are involved. >> >> Furthermore, the preferred form of an update of an existing port is a >> patch in unified diff format, not a shar archive, since that makes it >> easier to see what exactly changed. >> >> I'd recommend that you resend the updates as patches in separate PRs. If >> the update of one port depends on the update of another one, just send the >> PRs in the appropriate order and make a note in the description field >> which PRs have to be processed first. >> >> I have cc'd the two port maintainers involved here, anyway, just to raise >> their attention to what's currently in [1]. >> >> Regards, >> Stefan >> >> [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127743 >> > Sorry for inconveniences. > These ports work very tightly, this why I put them together. > I'll re-send pr with unified diff format. > > /Eric > Re-sent pr: ports/128140: update devel/pwlib to 2.4.1 to fit GNOME 2.24 ports/128141: update net/opal to 3.4.1 to fit GNOME 2.24 ports/128142: update net/ekiga to 3.0.0 to fit GNOME 2.24 State-Changed-From-To: feedback->closed State-Changed-By: stefan State-Changed-When: Thu Oct 16 08:58:14 UTC 2008 State-Changed-Why: Originator has submitted new, separate PRs for the ports involved. http://www.freebsd.org/cgi/query-pr.cgi?pr=127743 >Unformatted: