[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2019-05-04 Thread Antonio Rojas via arch-commits
Date: Saturday, May 4, 2019 @ 18:56:09
  Author: arojas
Revision: 352486

https

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-04 18:55:32 UTC (rev 352485)
+++ PKGBUILD2019-05-04 18:56:09 UTC (rev 352486)
@@ -5,7 +5,7 @@
 pkgver=4.0.1
 pkgrel=33
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
-url="http://www.ekiga.org;
+url="https://www.ekiga.org;
 license=(GPL)
 arch=(x86_64)
 depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'avahi' 'gtk2' 'gconf' 
'gnome-icon-theme')


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 17:18:51
  Author: heftig
Revision: 348200

4.0.1-33

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 17:18:21 UTC (rev 348199)
+++ PKGBUILD2019-03-15 17:18:51 UTC (rev 348200)
@@ -3,7 +3,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=32
+pkgrel=33
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2019-01-15 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 19:11:56
  Author: felixonmars
Revision: 344158

boost 1.69.0 rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 19:08:48 UTC (rev 344157)
+++ PKGBUILD2019-01-15 19:11:56 UTC (rev 344158)
@@ -3,7 +3,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=31
+pkgrel=32
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD ekiga-4.0.1-boost-signals2.patch)

2019-01-15 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 15, 2019 @ 19:08:48
  Author: foutrelis
Revision: 344157

Backport changes to use boost::signals2

Added:
  ekiga/trunk/ekiga-4.0.1-boost-signals2.patch
Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |3 
 ekiga-4.0.1-boost-signals2.patch | 2738 +
 2 files changed, 2741 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 18:51:35 UTC (rev 344156)
+++ PKGBUILD2019-01-15 19:08:48 UTC (rev 344157)
@@ -13,12 +13,15 @@
 optdepends=('evolution-data-server: Evolution integration')
 options=(!emptydirs)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+ekiga-4.0.1-boost-signals2.patch
 ekiga-4.0.1-libresolv.patch)
 sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b'
+'940da15bd16f2ca32637033e91138048b3d1bb4e02a0033a9096f93d0f3b6d7a'
 '5b0e4a8fd7d575f620ff1cbaaf126fcb5d9a48da948b032526084911ed41b63f')
 
 prepare() {
   cd $pkgname-$pkgver
+  patch -Np1 -i ../ekiga-4.0.1-boost-signals2.patch
   patch -Np1 -i ../ekiga-4.0.1-libresolv.patch
   autoreconf -fi
 }

Added: ekiga-4.0.1-boost-signals2.patch
===
--- ekiga-4.0.1-boost-signals2.patch(rev 0)
+++ ekiga-4.0.1-boost-signals2.patch2019-01-15 19:08:48 UTC (rev 344157)
@@ -0,0 +1,2738 @@
+From caecbf81d7c5c9464882d9b730b44497e83f06b9 Mon Sep 17 00:00:00 2001
+From: Julien Puydt 
+Date: Sat, 14 Sep 2013 16:59:46 +0200
+Subject: [PATCH 1/2] Made the autotools files use BOOST signals2
+
+---
+ configure.ac  | 15 ---
+ lib/Makefile.am   | 16 +++-
+ plugins/avahi/Makefile.am |  7 +++
+ plugins/evolution/Makefile.am |  7 +++
+ plugins/gstreamer/Makefile.am |  7 +++
+ plugins/kab/Makefile.am   |  7 +++
+ plugins/kde/Makefile.am   |  7 +++
+ plugins/ldap/Makefile.am  |  8 
+ plugins/libnotify/Makefile.am |  7 +++
+ plugins/loudmouth/Makefile.am |  7 +++
+ plugins/resource-list/Makefile.am |  9 -
+ plugins/xcap/Makefile.am  |  7 +++
+ src/Makefile.am   | 10 +-
+ 13 files changed, 52 insertions(+), 62 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 45b7ea454..e0de8fc4c 100644
+--- a/configure.ac
 b/configure.ac
+@@ -173,15 +173,16 @@ AC_SUBST(GLIB_LIBS)
+ dnl ###
+ dnl   Mandatory BOOST support
+ dnl ###
+-AX_BOOST_BASE([1.34])
+-AX_BOOST_SIGNALS
++AX_BOOST_BASE([1.53])
+ 
+-if test "x${ax_cv_boost_signals}" == "xno"; then
+-   AC_MSG_ERROR([You need the boost signals library to compile Ekiga])
+-fi
++CPPFLAGS_save="$CPPFLAGS"
++CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
++AC_CHECK_HEADER(boost/signals2.hpp,, found_signals2=no)
++CPPFLAGS="$CPPFLAGS_save"
+ 
+-BOOST_LIBS="${BOOST_SIGNALS_LIB}"
+-AC_SUBST(BOOST_LIBS)
++if test "x$found_signals2" = "xno"; then
++   AC_MSG_ERROR([Could not find BOOST signals2 headers])
++fi
+ 
+ 
+ dnl ###
+diff --git a/lib/Makefile.am b/lib/Makefile.am
+index 43324c92c..21e538b43 100644
+--- a/lib/Makefile.am
 b/lib/Makefile.am
+@@ -2,7 +2,7 @@ stacklib_LTLIBRARIES = libekiga.la
+ stacklib_dir = $(stacklibdir)
+ 
+ libekiga_la_SOURCES =
+-libekiga_la_LDFLAGS = $(STACKLIB_LDFLAGS) $(BOOST_LIBS) $(GLIB_LIBS) 
$(XML_LIBS) $(GTK_LIBS)
++libekiga_la_LDFLAGS = $(STACKLIB_LDFLAGS) $(GLIB_LIBS) $(XML_LIBS) $(GTK_LIBS)
+ 
+ if !WIN32
+ libekiga_la_LDFLAGS += -lX11
+@@ -10,7 +10,9 @@ endif
+ 
+ CLEANFILES =
+ 
+-INCLUDES = \
++AM_CPPFLAGS = \
++  $(BOOST_CPPFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) $(GTK_CFLAGS) \
++  $(DBUS_CFLAGS) $(PTLIB_CFLAGS) $(OPAL_CFLAGS) \
+   -DSYSCONFDIR=\""$(sysconfdir)"\" \
+   -DEKIGA_PLUGIN_DIR=\"$(PLUGIN_DIR)\" \
+   -I$(top_srcdir) \
+@@ -50,11 +52,7 @@ INCLUDES = \
+ AM_CFLAGS = \
+   $(GLIB_CFLAGS) $(GTK_CFLAGS) $(GCONF_CFLAGS) $(DBUS_CFLAGS)
+ 
+-AM_CPPFLAGS = \
+-  $(BOOST_CPPFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) $(GTK_CFLAGS) \
+-  $(DBUS_CFLAGS) $(PTLIB_CFLAGS) $(OPAL_CFLAGS)
+-AM_LIBS = \
+-  $(BOOST_LIBS) $(GLIB_LIBS) $(XML_LIBS) $(GTK_LIBS)
++AM_LIBS = $(GLIB_LIBS) $(XML_LIBS) $(GTK_LIBS)
+ 
+ engine_dir = $(top_srcdir)/lib/engine
+ components_dir = $(top_srcdir)/lib/engine/components
+@@ -99,7 +97,7 @@ endif
+ ##
+ if !WIN32
+ 
+-INCLUDES += -I$(top_srcdir)/lib/pixops
++AM_CPPFLAGS += -I$(top_srcdir)/lib/pixops
+ EXTRA_DIST += $(top_srcdir)/lib/pixops/README
+ 
+ libekiga_la_SOURCES += \
+@@ -669,7 +667,7 @@ libekiga_la_SOURCES += \
+ 
+ if !WIN32
+ 
+-INCLUDES += \
++AM_CPPFLAGS += \
+   -I$(top_srcdir)/lib/engine/components/x-videooutput
+ 
+ libekiga_la_SOURCES += \
+diff --git 

[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 02:15:54
  Author: foutrelis
Revision: 334831

boost 1.68.0 rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 02:08:05 UTC (rev 334830)
+++ PKGBUILD2018-09-18 02:15:54 UTC (rev 334831)
@@ -3,7 +3,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=30
+pkgrel=31
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2018-06-02 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 3, 2018 @ 01:49:54
  Author: foutrelis
Revision: 325561

boost 1.67.0 rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-02 21:57:05 UTC (rev 325560)
+++ PKGBUILD2018-06-03 01:49:54 UTC (rev 325561)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=29
+pkgrel=30
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2018-03-15 Thread Jan Steffens via arch-commits
Date: Thursday, March 15, 2018 @ 17:19:40
  Author: heftig
Revision: 319330

4.0.1-29

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 17:18:50 UTC (rev 319329)
+++ PKGBUILD2018-03-15 17:19:40 UTC (rev 319330)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=28
+pkgrel=29
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2017-12-30 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, December 30, 2017 @ 23:42:34
  Author: bpiotrowski
Revision: 313820

4.0.1-28: rebuild against boost 1.66

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-30 23:25:26 UTC (rev 313819)
+++ PKGBUILD2017-12-30 23:42:34 UTC (rev 313820)
@@ -4,13 +4,13 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=27
+pkgrel=28
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)
 arch=(x86_64)
 depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'avahi' 'gtk2' 'gconf' 
'gnome-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'python')
 optdepends=('evolution-data-server: Evolution integration')
 options=(!emptydirs)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2017-09-13 Thread Bartłomiej Piotrowski
Date: Wednesday, September 13, 2017 @ 19:05:44
  Author: bpiotrowski
Revision: 305432

4.0.1-27: rebuild against boost 1.65.1

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-13 19:05:17 UTC (rev 305431)
+++ PKGBUILD2017-09-13 19:05:44 UTC (rev 305432)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=26
+pkgrel=27
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2017-05-20 Thread Antonio Rojas
Date: Saturday, May 20, 2017 @ 19:09:39
  Author: arojas
Revision: 296332

boost 1.64 rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 16:12:59 UTC (rev 296331)
+++ PKGBUILD2017-05-20 19:09:39 UTC (rev 296332)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=25
+pkgrel=26
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD ekiga-4.0.1-libresolv.patch)

2017-04-14 Thread Jan de Groot
Date: Friday, April 14, 2017 @ 10:15:24
  Author: jgc
Revision: 292915

upgpkg: ekiga 4.0.1-25

Added:
  ekiga/trunk/ekiga-4.0.1-libresolv.patch
Modified:
  ekiga/trunk/PKGBUILD

-+
 PKGBUILD|   14 +++---
 ekiga-4.0.1-libresolv.patch |   13 +
 2 files changed, 24 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-14 09:15:54 UTC (rev 292914)
+++ PKGBUILD2017-04-14 10:15:24 UTC (rev 292915)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=24
+pkgrel=25
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)
@@ -13,9 +13,17 @@
 makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
 optdepends=('evolution-data-server: Evolution integration')
 options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+ekiga-4.0.1-libresolv.patch)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b'
+'5b0e4a8fd7d575f620ff1cbaaf126fcb5d9a48da948b032526084911ed41b63f')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../ekiga-4.0.1-libresolv.patch
+  autoreconf -fi
+}
+
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \

Added: ekiga-4.0.1-libresolv.patch
===
--- ekiga-4.0.1-libresolv.patch (rev 0)
+++ ekiga-4.0.1-libresolv.patch 2017-04-14 10:15:24 UTC (rev 292915)
@@ -0,0 +1,13 @@
+diff -up ekiga-4.0.1/configure.ac.libresolv ekiga-4.0.1/configure.ac
+--- ekiga-4.0.1/configure.ac.libresolv 2017-02-23 02:30:42.051227852 -0600
 ekiga-4.0.1/configure.ac   2017-02-23 02:32:04.609519837 -0600
+@@ -324,7 +324,8 @@ if test "x$enable_ldap" = "xyes"; then
+ 
+   dnl Checking for libresolv
+   if test ${gm_platform} = "linux" ; then
+-  AC_CHECK_LIB(resolv, res_gethostbyaddr, [LIBS="-lresolv $LIBS"], 
AC_MSG_ERROR([You need the libresolv library to compile Ekiga]), -lresolv)
++  # AC_CHECK_LIB(resolv, res_gethostbyaddr, [LIBS="-lresolv $LIBS"], 
AC_MSG_ERROR([You need the libresolv library to compile Ekiga]), -lresolv)
++  AC_WARNING([Just adding libresolv to LDAP_LIBS, without checking 
anything])
+   LDAP_LIBS="${LDAP_LIBS} -lresolv"
+   fi
+   found_ldap="yes"


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2017-02-13 Thread Jan de Groot
Date: Monday, February 13, 2017 @ 10:41:12
  Author: jgc
Revision: 288867

upgpkg: ekiga 4.0.1-24

Move gnome-icon-theme to depends instead of makedepends (FS#52729)

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-13 10:31:31 UTC (rev 288866)
+++ PKGBUILD2017-02-13 10:41:12 UTC (rev 288867)
@@ -4,13 +4,13 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=23
+pkgrel=24
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)
 arch=(i686 x86_64)
-depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'avahi' 'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'gnome-icon-theme')
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'avahi' 'gtk2' 'gconf' 
'gnome-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
 optdepends=('evolution-data-server: Evolution integration')
 options=(!emptydirs)
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2017-01-01 Thread Bartłomiej Piotrowski
Date: Monday, January 2, 2017 @ 06:38:12
  Author: bpiotrowski
Revision: 285192

upgpkg: ekiga 4.0.1-23

rebuild against boost 1.63.0

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-02 06:34:37 UTC (rev 285191)
+++ PKGBUILD2017-01-02 06:38:12 UTC (rev 285192)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=22
+pkgrel=23
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2016-10-07 Thread Bartłomiej Piotrowski
Date: Friday, October 7, 2016 @ 19:11:50
  Author: bpiotrowski
Revision: 277892

upgpkg: ekiga 4.0.1-22

rebuild against boost 1.62.0

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-07 19:08:40 UTC (rev 277891)
+++ PKGBUILD2016-10-07 19:11:50 UTC (rev 277892)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=21
+pkgrel=22
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2016-09-28 Thread Jan de Groot
Date: Wednesday, September 28, 2016 @ 10:53:39
  Author: jgc
Revision: 277240

upgpkg: ekiga 4.0.1-21

Evolution rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-28 10:15:02 UTC (rev 277239)
+++ PKGBUILD2016-09-28 10:53:39 UTC (rev 277240)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=20
+pkgrel=21
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2016-08-19 Thread Jan de Groot
Date: Friday, August 19, 2016 @ 10:02:45
  Author: jgc
Revision: 273939

upgpkg: ekiga 4.0.1-20

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-19 09:54:12 UTC (rev 273938)
+++ PKGBUILD2016-08-19 10:02:45 UTC (rev 273939)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=19
+pkgrel=20
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD ekiga.install)

2016-08-07 Thread Antonio Rojas
Date: Sunday, August 7, 2016 @ 19:53:25
  Author: arojas
Revision: 273463

Hooks

Modified:
  ekiga/trunk/PKGBUILD
Deleted:
  ekiga/trunk/ekiga.install

---+
 PKGBUILD  |3 +--
 ekiga.install |   22 --
 2 files changed, 1 insertion(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-07 19:46:36 UTC (rev 273462)
+++ PKGBUILD2016-08-07 19:53:25 UTC (rev 273463)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=18
+pkgrel=19
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)
@@ -13,7 +13,6 @@
 makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'gnome-icon-theme')
 optdepends=('evolution-data-server: Evolution integration')
 options=(!emptydirs)
-install=ekiga.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
 

Deleted: ekiga.install
===
--- ekiga.install   2016-08-07 19:46:36 UTC (rev 273462)
+++ ekiga.install   2016-08-07 19:53:25 UTC (rev 273463)
@@ -1,22 +0,0 @@
-pkgname=ekiga
-
-post_install() {
-  gconfpkg --install $pkgname
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2016-03-22 Thread Jan de Groot
Date: Tuesday, March 22, 2016 @ 22:00:40
  Author: jgc
Revision: 262430

upgpkg: ekiga 4.0.1-18

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-22 20:49:36 UTC (rev 262429)
+++ PKGBUILD2016-03-22 21:00:40 UTC (rev 262430)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=17
+pkgrel=18
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)
@@ -22,6 +22,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-schemas-install \
   --disable-scrollkeeper --enable-dbus --enable-avahi
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2015-12-21 Thread Felix Yan
Date: Monday, December 21, 2015 @ 19:16:11
  Author: fyan
Revision: 257081

boost 1.60.0 rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:11:49 UTC (rev 257080)
+++ PKGBUILD2015-12-21 18:16:11 UTC (rev 257081)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=16
+pkgrel=17
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2015-12-07 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 13:58:52
  Author: bpiotrowski
Revision: 253349

C++11 ABI rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 12:58:44 UTC (rev 253348)
+++ PKGBUILD2015-12-07 12:58:52 UTC (rev 253349)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=15
+pkgrel=16
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2015-10-15 Thread Evangelos Foutras
Date: Thursday, October 15, 2015 @ 13:37:15
  Author: foutrelis
Revision: 249362

boost 1.59.0 rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-15 11:36:21 UTC (rev 249361)
+++ PKGBUILD2015-10-15 11:37:15 UTC (rev 249362)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=14
+pkgrel=15
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2015-09-24 Thread Jan de Groot
Date: Thursday, September 24, 2015 @ 16:07:01
  Author: jgc
Revision: 247255

upgpkg: ekiga 4.0.1-14

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-24 13:50:42 UTC (rev 247254)
+++ PKGBUILD2015-09-24 14:07:01 UTC (rev 247255)
@@ -4,13 +4,13 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=13
+pkgrel=14
 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
 url="http://www.ekiga.org;
 license=(GPL)
 arch=(i686 x86_64)
-depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'gnome-icon-theme' 'avahi' 
'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'avahi' 'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'gnome-icon-theme')
 optdepends=('evolution-data-server: Evolution integration')
 options=(!emptydirs)
 install=ekiga.install


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2015-06-02 Thread Jan de Groot
Date: Tuesday, June 2, 2015 @ 10:11:27
  Author: jgc
Revision: 240181

upgpkg: ekiga 4.0.1-13

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-02 08:04:57 UTC (rev 240180)
+++ PKGBUILD2015-06-02 08:11:27 UTC (rev 240181)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=12
+pkgrel=13
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2015-04-22 Thread Evangelos Foutras
Date: Wednesday, April 22, 2015 @ 21:03:22
  Author: foutrelis
Revision: 237924

upgpkg: ekiga 4.0.1-12

boost 1.58.0 rebuild.

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-22 18:11:51 UTC (rev 237923)
+++ PKGBUILD2015-04-22 19:03:22 UTC (rev 237924)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=11
+pkgrel=12
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2015-03-18 Thread Jan de Groot
Date: Wednesday, March 18, 2015 @ 11:28:08
  Author: jgc
Revision: 234083

upgpkg: ekiga 4.0.1-11

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-18 10:18:48 UTC (rev 234082)
+++ PKGBUILD2015-03-18 10:28:08 UTC (rev 234083)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2014-11-04 Thread Felix Yan
Date: Wednesday, November 5, 2014 @ 03:01:20
  Author: fyan
Revision: 225623

upgpkg: ekiga 4.0.1-10

boost 1.57.0 rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-04 20:32:06 UTC (rev 225622)
+++ PKGBUILD2014-11-05 02:01:20 UTC (rev 225623)
@@ -4,12 +4,12 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=9
+pkgrel=10
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
 arch=(i686 x86_64)
-depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'gnome-icon-theme' 'avahi' 
'gtk2' 'gconf')
 makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
 optdepends=('evolution-data-server: Evolution integration')
 options=(!emptydirs)


[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2014-08-11 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 14:44:54
  Author: bpiotrowski
Revision: 219553

upgpkg: ekiga 4.0.1-9

rebuild against boost 1.56.0

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 12:39:54 UTC (rev 219552)
+++ PKGBUILD2014-08-11 12:44:54 UTC (rev 219553)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=8
+pkgrel=9
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2013-11-26 Thread Bartłomiej Piotrowski
Date: Tuesday, November 26, 2013 @ 15:16:40
  Author: bpiotrowski
Revision: 200330

upgpkg: ekiga 4.0.1-8

rebuild against boost 1.55.0

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-26 10:44:04 UTC (rev 200329)
+++ PKGBUILD2013-11-26 14:16:40 UTC (rev 200330)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=7
+pkgrel=8
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2013-10-21 Thread Jan de Groot
Date: Monday, October 21, 2013 @ 14:58:44
  Author: jgc
Revision: 197012

upgpkg: ekiga 4.0.1-7

Rebuild with opal/ptlib update, delete libtool files

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-21 12:51:03 UTC (rev 197011)
+++ PKGBUILD2013-10-21 12:58:44 UTC (rev 197012)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=6
+pkgrel=7
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
@@ -12,7 +12,7 @@
 depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
 makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
 optdepends=('evolution-data-server: Evolution integration')
-options=(!emptydirs)
+options=(!emptydirs !libtool)
 install=ekiga.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2013-09-24 Thread Jan de Groot
Date: Tuesday, September 24, 2013 @ 11:33:48
  Author: jgc
Revision: 194924

upgpkg: ekiga 4.0.1-6
GNOME 3.10 rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-24 09:20:35 UTC (rev 194923)
+++ PKGBUILD2013-09-24 09:33:48 UTC (rev 194924)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=5
+pkgrel=6
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 09:41:51
  Author: bpiotrowski
Revision: 189869

upgpkg: ekiga 4.0.1-5

- rebuild against boost 1.54.0

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 07:35:13 UTC (rev 189868)
+++ PKGBUILD2013-07-10 07:41:51 UTC (rev 189869)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2013-05-10 Thread Tom Gundersen
Date: Friday, May 10, 2013 @ 22:55:06
  Author: tomegun
Revision: 185076

upgpkg: ekiga 4.0.1-4

sasl/cyrus rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-10 20:53:15 UTC (rev 185075)
+++ PKGBUILD2013-05-10 20:55:06 UTC (rev 185076)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2013-04-03 Thread Jan de Groot
Date: Wednesday, April 3, 2013 @ 10:56:08
  Author: jgc
Revision: 181313

upgpkg: ekiga 4.0.1-2

Rebuild for e-d-s, remove from gnome-extra

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-03 08:55:39 UTC (rev 181312)
+++ PKGBUILD2013-04-03 08:56:08 UTC (rev 181313)
@@ -13,7 +13,6 @@
 makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
 optdepends=('evolution-data-server: Evolution integration')
 options=(!emptydirs)
-groups=('gnome-extra')
 install=ekiga.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2013-04-03 Thread Jan de Groot
Date: Wednesday, April 3, 2013 @ 15:17:23
  Author: jgc
Revision: 181358

upgpkg: ekiga 4.0.1-3

Increase pkgrel

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-03 12:48:36 UTC (rev 181357)
+++ PKGBUILD2013-04-03 13:17:23 UTC (rev 181358)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2013-03-28 Thread Allan McRae
Date: Friday, March 29, 2013 @ 00:51:06
  Author: allan
Revision: 180973

upgpkg: ekiga 4.0.1-2

boost-1.53 rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 23:05:30 UTC (rev 180972)
+++ PKGBUILD2013-03-28 23:51:06 UTC (rev 180973)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2013-02-20 Thread Jan Steffens
Date: Thursday, February 21, 2013 @ 06:26:00
  Author: heftig
Revision: 178387

4.0.1

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-21 05:19:16 UTC (rev 178386)
+++ PKGBUILD2013-02-21 05:26:00 UTC (rev 178387)
@@ -3,8 +3,8 @@
 # Contributor: Tom K t...@runbox.com
 
 pkgname=ekiga
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
@@ -16,7 +16,7 @@
 groups=('gnome-extra')
 install=ekiga.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('69c544fb0f2e9cb425b9dae131b01e256ad20fd597f1faf0c28f5930b0f1d998')
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2013-02-20 Thread Jan Steffens
Date: Thursday, February 21, 2013 @ 06:31:13
  Author: heftig
Revision: 178388

enable avahi plugin

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-21 05:26:00 UTC (rev 178387)
+++ PKGBUILD2013-02-21 05:31:13 UTC (rev 178388)
@@ -22,7 +22,7 @@
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-schemas-install \
-  --disable-scrollkeeper --enable-dbus
+  --disable-scrollkeeper --enable-dbus --enable-avahi
   make
 }
 



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2013-01-25 Thread Ionuț Mircea Bîru
Date: Friday, January 25, 2013 @ 19:06:42
  Author: ioni
Revision: 176008

boost 1.52 rebuilt

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 17:41:45 UTC (rev 176007)
+++ PKGBUILD2013-01-25 18:06:42 UTC (rev 176008)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



[arch-commits] Commit in ekiga/trunk (PKGBUILD gcc47.patch)

2012-11-27 Thread Jan de Groot
Date: Tuesday, November 27, 2012 @ 07:05:37
  Author: jgc
Revision: 172055

upgpkg: ekiga 4.0.0-1

Modified:
  ekiga/trunk/PKGBUILD
Deleted:
  ekiga/trunk/gcc47.patch

-+
 PKGBUILD|4 +-
 gcc47.patch |   99 --
 2 files changed, 2 insertions(+), 101 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-27 11:47:51 UTC (rev 172054)
+++ PKGBUILD2012-11-27 12:05:37 UTC (rev 172055)
@@ -3,7 +3,7 @@
 # Contributor: Tom K t...@runbox.com
 
 pkgname=ekiga
-pkgver=3.9.90
+pkgver=4.0.0
 pkgrel=1
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
@@ -16,7 +16,7 @@
 groups=('gnome-extra')
 install=ekiga.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d905169c257173196d235bad6501682cd07752a6a29577620cc4dfb91d8b77a9')
+sha256sums=('69c544fb0f2e9cb425b9dae131b01e256ad20fd597f1faf0c28f5930b0f1d998')
 
 build() {
   cd $pkgname-$pkgver

Deleted: gcc47.patch
===
--- gcc47.patch 2012-11-27 11:47:51 UTC (rev 172054)
+++ gcc47.patch 2012-11-27 12:05:37 UTC (rev 172055)
@@ -1,99 +0,0 @@
-From f81a43f2c4ed5e5083e3a850bc7164d11a910358 Mon Sep 17 00:00:00 2001
-From: Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr
-Date: Sat, 24 Mar 2012 09:17:40 +
-Subject: Fix compile error with gcc 4.7
-

-diff --git a/lib/engine/account/bank-impl.h b/lib/engine/account/bank-impl.h
-index e16848e..b0a8775 100644
 a/lib/engine/account/bank-impl.h
-+++ b/lib/engine/account/bank-impl.h
-@@ -203,7 +203,7 @@ templatetypename AccountType
- void
- Ekiga::BankImplAccountType::add_account (boost::shared_ptrAccountType 
account)
- {
--  add_object (account);
-+  this-add_object (account);
- 
-   account-questions.connect (boost::ref (questions));
- }
-@@ -213,7 +213,7 @@ templatetypename AccountType
- void
- Ekiga::BankImplAccountType::remove_account (boost::shared_ptrAccountType 
account)
- {
--  remove_object (account);
-+  this-remove_object (account);
- }
- 
- #endif
-diff --git a/lib/engine/addressbook/book-impl.h 
b/lib/engine/addressbook/book-impl.h
-index 711d8d9..4fea7d5 100644
 a/lib/engine/addressbook/book-impl.h
-+++ b/lib/engine/addressbook/book-impl.h
-@@ -204,7 +204,7 @@ void
- Ekiga::BookImplContactType::add_contact (boost::shared_ptrContactType 
contact)
- {
-   contact-questions.connect (boost::ref (questions));
--  add_object (contact);
-+  this-add_object (contact);
- }
- 
- 
-@@ -212,7 +212,7 @@ templatetypename ContactType
- void
- Ekiga::BookImplContactType::remove_contact (boost::shared_ptrContactType 
contact)
- {
--  remove_object (contact);
-+  this-remove_object (contact);
- }
- 
- #endif
-diff --git a/lib/engine/addressbook/source-impl.h 
b/lib/engine/addressbook/source-impl.h
-index a30cd03..630236f 100644
 a/lib/engine/addressbook/source-impl.h
-+++ b/lib/engine/addressbook/source-impl.h
-@@ -206,7 +206,7 @@ templatetypename BookType
- void
- Ekiga::SourceImplBookType::add_book (boost::shared_ptrBookType book)
- {
--  add_object (book);
-+  this-add_object (book);
- 
-   add_connection (book, book-contact_added.connect (boost::bind (boost::ref 
(contact_added), book, _1)));
- 
-diff --git a/lib/engine/presence/cluster-impl.h 
b/lib/engine/presence/cluster-impl.h
-index 245a7c6..92074a8 100644
 a/lib/engine/presence/cluster-impl.h
-+++ b/lib/engine/presence/cluster-impl.h
-@@ -147,7 +147,7 @@ Ekiga::ClusterImplHeapType::add_heap 
(boost::shared_ptrHeapType heap)
- 
-   add_connection (heap, heap-questions.connect (boost::ref (questions)));
- 
--  add_object (heap);
-+  this-add_object (heap);
- }
- 
- templatetypename HeapType
-diff --git a/lib/engine/presence/heap-impl.h b/lib/engine/presence/heap-impl.h
-index d63c491..15fe86f 100644
 a/lib/engine/presence/heap-impl.h
-+++ b/lib/engine/presence/heap-impl.h
-@@ -160,14 +160,14 @@ Ekiga::HeapImplPresentityType::add_presentity 
(boost::shared_ptrPresentityTyp
- {
-   presentity-questions.connect (boost::ref (questions));
- 
--  add_object (presentity);
-+  this-add_object (presentity);
- }
- 
- templatetypename PresentityType
- void
- Ekiga::HeapImplPresentityType::remove_presentity 
(boost::shared_ptrPresentityType presentity)
- {
--  remove_object (presentity);
-+  this-remove_object (presentity);
- }
- 
- #endif
---
-cgit v0.9.0.2



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2012-10-23 Thread Jan de Groot
Date: Tuesday, October 23, 2012 @ 08:34:55
  Author: jgc
Revision: 169548

upgpkg: ekiga 3.9.90-1

Update to 3.9.90

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-23 12:23:23 UTC (rev 169547)
+++ PKGBUILD2012-10-23 12:34:55 UTC (rev 169548)
@@ -3,8 +3,8 @@
 # Contributor: Tom K t...@runbox.com
 
 pkgname=ekiga
-pkgver=3.3.2
-pkgrel=6
+pkgver=3.9.90
+pkgrel=1
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
@@ -15,14 +15,11 @@
 options=(!emptydirs)
 groups=('gnome-extra')
 install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-gcc47.patch)
-sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a'
-'9e316e1174be5d6cc60c89abeaeb61a98eb163a38abf11f4af4f2d6363ec')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d905169c257173196d235bad6501682cd07752a6a29577620cc4dfb91d8b77a9')
 
 build() {
   cd $pkgname-$pkgver
-  patch -Np1 -i $srcdir/gcc47.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-schemas-install \
   --disable-scrollkeeper --enable-dbus



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2012-07-07 Thread Ionut Biru
Date: Saturday, July 7, 2012 @ 11:34:30
  Author: ibiru
Revision: 163116

boost 1.50 rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-07 11:31:50 UTC (rev 163115)
+++ PKGBUILD2012-07-07 15:34:30 UTC (rev 163116)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=3.3.2
-pkgrel=5
+pkgrel=6
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2012-06-10 Thread Jan de Groot
Date: Sunday, June 10, 2012 @ 12:19:17
  Author: jgc
Revision: 161383

upgpkg: ekiga 3.3.2-5

Rebuild for new opal/ptlib

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-10 15:56:57 UTC (rev 161382)
+++ PKGBUILD2012-06-10 16:19:17 UTC (rev 161383)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=3.3.2
-pkgrel=4
+pkgrel=5
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



[arch-commits] Commit in ekiga/trunk (PKGBUILD ekiga.install gcc47.patch)

2012-04-09 Thread Ionut Biru
Date: Monday, April 9, 2012 @ 09:37:17
  Author: ibiru
Revision: 155922

e-d-s 3.4.0 rebuild

Added:
  ekiga/trunk/gcc47.patch
Modified:
  ekiga/trunk/PKGBUILD
  ekiga/trunk/ekiga.install

---+
 PKGBUILD  |   21 ++-
 ekiga.install |8 ++--
 gcc47.patch   |   99 
 3 files changed, 115 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-09 13:26:49 UTC (rev 155921)
+++ PKGBUILD2012-04-09 13:37:17 UTC (rev 155922)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=3.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
@@ -15,11 +15,14 @@
 options=(!emptydirs)
 groups=('gnome-extra')
 install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+gcc47.patch)
+sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a'
+'9e316e1174be5d6cc60c89abeaeb61a98eb163a38abf11f4af4f2d6363ec')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
+  patch -Np1 -i $srcdir/gcc47.patch
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-schemas-install \
   --disable-scrollkeeper --enable-dbus
@@ -27,10 +30,10 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
 
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain ekiga ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
 }

Modified: ekiga.install
===
--- ekiga.install   2012-04-09 13:26:49 UTC (rev 155921)
+++ ekiga.install   2012-04-09 13:37:17 UTC (rev 155922)
@@ -1,8 +1,8 @@
 pkgname=ekiga
 
 post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  gconfpkg --install $pkgname
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
 pre_upgrade() {
@@ -14,9 +14,9 @@
 }
 
 pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
+  gconfpkg --uninstall $pkgname
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }

Added: gcc47.patch
===
--- gcc47.patch (rev 0)
+++ gcc47.patch 2012-04-09 13:37:17 UTC (rev 155922)
@@ -0,0 +1,99 @@
+From f81a43f2c4ed5e5083e3a850bc7164d11a910358 Mon Sep 17 00:00:00 2001
+From: Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr
+Date: Sat, 24 Mar 2012 09:17:40 +
+Subject: Fix compile error with gcc 4.7
+
+---
+diff --git a/lib/engine/account/bank-impl.h b/lib/engine/account/bank-impl.h
+index e16848e..b0a8775 100644
+--- a/lib/engine/account/bank-impl.h
 b/lib/engine/account/bank-impl.h
+@@ -203,7 +203,7 @@ templatetypename AccountType
+ void
+ Ekiga::BankImplAccountType::add_account (boost::shared_ptrAccountType 
account)
+ {
+-  add_object (account);
++  this-add_object (account);
+ 
+   account-questions.connect (boost::ref (questions));
+ }
+@@ -213,7 +213,7 @@ templatetypename AccountType
+ void
+ Ekiga::BankImplAccountType::remove_account (boost::shared_ptrAccountType 
account)
+ {
+-  remove_object (account);
++  this-remove_object (account);
+ }
+ 
+ #endif
+diff --git a/lib/engine/addressbook/book-impl.h 
b/lib/engine/addressbook/book-impl.h
+index 711d8d9..4fea7d5 100644
+--- a/lib/engine/addressbook/book-impl.h
 b/lib/engine/addressbook/book-impl.h
+@@ -204,7 +204,7 @@ void
+ Ekiga::BookImplContactType::add_contact (boost::shared_ptrContactType 
contact)
+ {
+   contact-questions.connect (boost::ref (questions));
+-  add_object (contact);
++  this-add_object (contact);
+ }
+ 
+ 
+@@ -212,7 +212,7 @@ templatetypename ContactType
+ void
+ Ekiga::BookImplContactType::remove_contact (boost::shared_ptrContactType 
contact)
+ {
+-  remove_object (contact);
++  this-remove_object (contact);
+ }
+ 
+ #endif
+diff --git a/lib/engine/addressbook/source-impl.h 
b/lib/engine/addressbook/source-impl.h
+index a30cd03..630236f 100644
+--- a/lib/engine/addressbook/source-impl.h
 

[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2012-02-27 Thread Ionut Biru
Date: Monday, February 27, 2012 @ 14:11:19
  Author: ibiru
Revision: 151594

boost 1.49.0 rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-27 19:04:37 UTC (rev 151593)
+++ PKGBUILD2012-02-27 19:11:19 UTC (rev 151594)
@@ -4,13 +4,13 @@
 
 pkgname=ekiga
 pkgver=3.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
 arch=(i686 x86_64)
 depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'gnome-common')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
 optdepends=('evolution-data-server: Evolution integration')
 options=(!emptydirs)
 groups=('gnome-extra')



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2011-11-26 Thread Ionut Biru
Date: Saturday, November 26, 2011 @ 17:27:18
  Author: ibiru
Revision: 143590

boost 1.48 rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-26 21:44:46 UTC (rev 143589)
+++ PKGBUILD2011-11-26 22:27:18 UTC (rev 143590)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=3.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



[arch-commits] Commit in ekiga/trunk (PKGBUILD fix-generation-po.patch)

2011-08-22 Thread Jan Steffens
Date: Monday, August 22, 2011 @ 21:56:59
  Author: heftig
Revision: 136097

upgpkg: ekiga 3.3.2-1

3.3.2 update

Modified:
  ekiga/trunk/PKGBUILD
Deleted:
  ekiga/trunk/fix-generation-po.patch

-+
 PKGBUILD|   12 
 fix-generation-po.patch |   24 
 2 files changed, 4 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-23 01:52:22 UTC (rev 136096)
+++ PKGBUILD2011-08-23 01:56:59 UTC (rev 136097)
@@ -3,8 +3,8 @@
 # Contributor: Tom K t...@runbox.com
 
 pkgname=ekiga
-pkgver=3.3.1
-pkgrel=2
+pkgver=3.3.2
+pkgrel=1
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
@@ -15,15 +15,11 @@
 options=(!emptydirs)
 groups=('gnome-extra')
 install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
-fix-generation-po.patch)
-sha256sums=('4776834810f213a93cd6c307108c505970fe22e4803935134dd9f6b0bc834e06'
-'b87a3a044253f96631dd13453034e14ce4698a9106acf39e5816b8776d0de529')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d4dd47a47696c53e6f3839eef6e0e896dd3d07babb2e68ff8fe994d67ba8807a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/fix-generation-po.patch
-  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-schemas-install \
   --disable-scrollkeeper --enable-dbus

Deleted: fix-generation-po.patch
===
--- fix-generation-po.patch 2011-08-23 01:52:22 UTC (rev 136096)
+++ fix-generation-po.patch 2011-08-23 01:56:59 UTC (rev 136097)
@@ -1,24 +0,0 @@
-From ebd9de96878c224145c0b1d7bf21c7151c0563bf Mon Sep 17 00:00:00 2001
-From: Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr
-Date: Tue, 19 Jul 2011 08:15:52 +
-Subject: Fix generation of po translation files
-
-Bug introduced by commit 2bfaf29.

-diff --git a/configure.ac b/configure.ac
-index 63d8685..eefae22 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -770,7 +770,9 @@ AM_CONDITIONAL(DEBUG, test x$has_debug = xyes)
- dnl #
- dnl  Support for internationalization
- dnl 
--AC_DEFINE(GETTEXT_PACKAGE, [AC_PACKAGE_NAME],[fix])
-+GETTEXT_PACKAGE=AC_PACKAGE_NAME
-+AC_SUBST(GETTEXT_PACKAGE)  # needed by gettext in po directory
-+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, $GETTEXT_PACKAGE,[fix])
- AM_GLIB_GNU_GETTEXT
- 
- 
---
-cgit v0.9



[arch-commits] Commit in ekiga/trunk (PKGBUILD fix-generation-po.patch)

2011-08-08 Thread Ionut Biru
Date: Monday, August 8, 2011 @ 05:42:48
  Author: ibiru
Revision: 134880

fix generation of translations

Added:
  ekiga/trunk/fix-generation-po.patch
Modified:
  ekiga/trunk/PKGBUILD

-+
 PKGBUILD|   12 
 fix-generation-po.patch |   24 
 2 files changed, 32 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 08:40:41 UTC (rev 134879)
+++ PKGBUILD2011-08-08 09:42:48 UTC (rev 134880)
@@ -4,22 +4,26 @@
 
 pkgname=ekiga
 pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
 arch=(i686 x86_64)
 depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost' 
'gnome-common')
 optdepends=('evolution-data-server: Evolution integration')
 options=(!emptydirs)
 groups=('gnome-extra')
 install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4776834810f213a93cd6c307108c505970fe22e4803935134dd9f6b0bc834e06')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+fix-generation-po.patch)
+sha256sums=('4776834810f213a93cd6c307108c505970fe22e4803935134dd9f6b0bc834e06'
+'b87a3a044253f96631dd13453034e14ce4698a9106acf39e5816b8776d0de529')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/fix-generation-po.patch
+  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-schemas-install \
   --disable-scrollkeeper --enable-dbus

Added: fix-generation-po.patch
===
--- fix-generation-po.patch (rev 0)
+++ fix-generation-po.patch 2011-08-08 09:42:48 UTC (rev 134880)
@@ -0,0 +1,24 @@
+From ebd9de96878c224145c0b1d7bf21c7151c0563bf Mon Sep 17 00:00:00 2001
+From: Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr
+Date: Tue, 19 Jul 2011 08:15:52 +
+Subject: Fix generation of po translation files
+
+Bug introduced by commit 2bfaf29.
+---
+diff --git a/configure.ac b/configure.ac
+index 63d8685..eefae22 100644
+--- a/configure.ac
 b/configure.ac
+@@ -770,7 +770,9 @@ AM_CONDITIONAL(DEBUG, test x$has_debug = xyes)
+ dnl #
+ dnl  Support for internationalization
+ dnl 
+-AC_DEFINE(GETTEXT_PACKAGE, [AC_PACKAGE_NAME],[fix])
++GETTEXT_PACKAGE=AC_PACKAGE_NAME
++AC_SUBST(GETTEXT_PACKAGE)  # needed by gettext in po directory
++AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, $GETTEXT_PACKAGE,[fix])
+ AM_GLIB_GNU_GETTEXT
+ 
+ 
+--
+cgit v0.9



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2011-07-25 Thread Ionut Biru
Date: Monday, July 25, 2011 @ 16:58:05
  Author: ibiru
Revision: 132764

update to 3.3.1, rebuild against boost 1.47.0

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-25 20:48:47 UTC (rev 132763)
+++ PKGBUILD2011-07-25 20:58:05 UTC (rev 132764)
@@ -3,8 +3,8 @@
 # Contributor: Tom K t...@runbox.com
 
 pkgname=ekiga
-pkgver=3.3.0
-pkgrel=4
+pkgver=3.3.1
+pkgrel=1
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
@@ -12,13 +12,11 @@
 depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
 makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
 optdepends=('evolution-data-server: Evolution integration')
-provides=('gnomemeeting')
-replaces=('gnomemeeting')
 options=(!emptydirs)
 groups=('gnome-extra')
 install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('3fb22704e44afebf4294632505fb7a13f3eccb152fcb5878e97aa556d9486d2c')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('4776834810f213a93cd6c307108c505970fe22e4803935134dd9f6b0bc834e06')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2011-05-24 Thread Jan Steffens
Date: Tuesday, May 24, 2011 @ 11:39:18
  Author: heftig
Revision: 124817

upgpkg: ekiga 3.3.0-4
boost rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-24 15:30:36 UTC (rev 124816)
+++ PKGBUILD2011-05-24 15:39:18 UTC (rev 124817)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=3.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2011-05-02 Thread Jan Steffens
Date: Monday, May 2, 2011 @ 05:20:52
  Author: heftig
Revision: 122127

upgpkg: ekiga 3.3.0-3
Add gconf dependency

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-02 08:56:22 UTC (rev 122126)
+++ PKGBUILD2011-05-02 09:20:52 UTC (rev 122127)
@@ -4,12 +4,12 @@
 
 pkgname=ekiga
 pkgver=3.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
 arch=(i686 x86_64)
-depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2')
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
 makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
 optdepends=('evolution-data-server: Evolution integration')
 provides=('gnomemeeting')



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2011-03-04 Thread Jan Steffens
Date: Friday, March 4, 2011 @ 05:45:51
  Author: heftig
Revision: 112176

upgpkg: ekiga 3.3.0-2
boost 1.46 rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-04 10:09:28 UTC (rev 112175)
+++ PKGBUILD2011-03-04 10:45:51 UTC (rev 112176)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2011-02-28 Thread Jan Steffens
Date: Monday, February 28, 2011 @ 13:30:44
  Author: heftig
Revision: 111698

upgpkg: ekiga 3.3.0-1
Update for gnome-unstable

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |   17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-28 18:27:02 UTC (rev 111697)
+++ PKGBUILD2011-02-28 18:30:44 UTC (rev 111698)
@@ -3,21 +3,22 @@
 # Contributor: Tom K t...@runbox.com
 
 pkgname=ekiga
-pkgver=3.2.7
-pkgrel=3
+pkgver=3.3.0
+pkgrel=1
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
 arch=(i686 x86_64)
-depends=('opal=3.6.8' 'evolution-data-server=2.32.0' 'libsigc++=2.2.8' 
'libxv' 'libnotify=0.4.5' 'hicolor-icon-theme' 'avahi=0.6.27')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.20.0')
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
 provides=('gnomemeeting')
 replaces=('gnomemeeting')
 options=(!emptydirs)
 groups=('gnome-extra')
 install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f25a1309b68eafe69f0d7aed461bc9a8196939060543d09bd2f19e0bb1e3fd8f')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3fb22704e44afebf4294632505fb7a13f3eccb152fcb5878e97aa556d9486d2c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -25,6 +26,10 @@
   --localstatedir=/var --disable-schemas-install \
   --disable-scrollkeeper --enable-dbus
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
 
   install -m755 -d ${pkgdir}/usr/share/gconf/schemas



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2010-10-04 Thread Ionut Biru
Date: Monday, October 4, 2010 @ 15:47:37
  Author: ibiru
Revision: 94137

upgpkg: ekiga 3.2.7-3
evolution-data-center rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-04 18:52:28 UTC (rev 94136)
+++ PKGBUILD2010-10-04 19:47:37 UTC (rev 94137)
@@ -4,12 +4,12 @@
 
 pkgname=ekiga
 pkgver=3.2.7
-pkgrel=2
+pkgrel=3
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
 arch=(i686 x86_64)
-depends=('opal=3.6.8' 'evolution-data-server=2.30.2.1' 'libsigc++=2.2.8' 
'libxv' 'libnotify=0.4.5' 'hicolor-icon-theme' 'avahi=0.6.25')
+depends=('opal=3.6.8' 'evolution-data-server=2.32.0' 'libsigc++=2.2.8' 
'libxv' 'libnotify=0.4.5' 'hicolor-icon-theme' 'avahi=0.6.27')
 makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.20.0')
 provides=('gnomemeeting')
 replaces=('gnomemeeting')
@@ -23,11 +23,11 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-schemas-install \
-  --disable-scrollkeeper --enable-dbus || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install || 
return 1
+  --disable-scrollkeeper --enable-dbus
+  make
+  make DESTDIR=${pkgdir} GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
 
   install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain ekiga ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain ekiga ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2010-06-21 Thread Ionut Biru
Date: Monday, June 21, 2010 @ 17:16:45
  Author: ibiru
Revision: 83476

upgpkg: ekiga 3.2.7-2
evolution-data-server 2.30.2 rebuild

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-21 19:37:16 UTC (rev 83475)
+++ PKGBUILD2010-06-21 21:16:45 UTC (rev 83476)
@@ -4,12 +4,12 @@
 
 pkgname=ekiga
 pkgver=3.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
 arch=(i686 x86_64)
-depends=('opal=3.6.8' 'evolution-data-server=2.30.0' 'libsigc++=2.2.8' 
'libxv' 'libnotify=0.4.5' 'hicolor-icon-theme' 'avahi=0.6.25')
+depends=('opal=3.6.8' 'evolution-data-server=2.30.2.1' 'libsigc++=2.2.8' 
'libxv' 'libnotify=0.4.5' 'hicolor-icon-theme' 'avahi=0.6.25')
 makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.20.0')
 provides=('gnomemeeting')
 replaces=('gnomemeeting')



[arch-commits] Commit in ekiga/trunk (PKGBUILD)

2010-06-07 Thread Jan de Groot
Date: Monday, June 7, 2010 @ 08:49:47
  Author: jgc
Revision: 81965

upgpkg: ekiga 3.2.7-1
Update to 3.2.7

Modified:
  ekiga/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-07 12:40:29 UTC (rev 81964)
+++ PKGBUILD2010-06-07 12:49:47 UTC (rev 81965)
@@ -3,21 +3,21 @@
 # Contributor: Tom K t...@runbox.com
 
 pkgname=ekiga
-pkgver=3.2.6
+pkgver=3.2.7
 pkgrel=1
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)
 arch=(i686 x86_64)
-depends=('opal=3.6.6' 'evolution-data-server=2.28.0' 'libsigc++2.0=2.2.4.2' 
'libxv' 'libnotify=0.4.5' 'hicolor-icon-theme' 'avahi=0.6.25')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.18.0')
+depends=('opal=3.6.8' 'evolution-data-server=2.30.0' 'libsigc++=2.2.8' 
'libxv' 'libnotify=0.4.5' 'hicolor-icon-theme' 'avahi=0.6.25')
+makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils=0.20.0')
 provides=('gnomemeeting')
 replaces=('gnomemeeting')
 options=(!emptydirs)
 groups=('gnome-extra')
 install=ekiga.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e3c14dae2f5c891657939735f82287eccdb461faeec18ba50f81d7eeefc59586')
+sha256sums=('f25a1309b68eafe69f0d7aed461bc9a8196939060543d09bd2f19e0bb1e3fd8f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}