From 6e0fdf7f064a781bf06e2847e98b0611035eab19 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Thu, 13 Dec 2012 17:09:24 +0100 Subject: [PATCH] xap/ekiga: Upgraded to ekiga-4.0.0. --- xap/ekiga/ekiga-3.2.7.tar.bz2.sha1 | 1 - xap/ekiga/ekiga-4.0.0.tar.xz.sha1 | 1 + xap/ekiga/ekiga.SlackBuild | 17 ++++++++--------- 3 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 xap/ekiga/ekiga-3.2.7.tar.bz2.sha1 create mode 100644 xap/ekiga/ekiga-4.0.0.tar.xz.sha1 diff --git a/xap/ekiga/ekiga-3.2.7.tar.bz2.sha1 b/xap/ekiga/ekiga-3.2.7.tar.bz2.sha1 deleted file mode 100644 index 6f8637e1..00000000 --- a/xap/ekiga/ekiga-3.2.7.tar.bz2.sha1 +++ /dev/null @@ -1 +0,0 @@ -c2ed571a5f5f058b6d80c091dd69dfe557c17df2 ekiga-3.2.7.tar.bz2 diff --git a/xap/ekiga/ekiga-4.0.0.tar.xz.sha1 b/xap/ekiga/ekiga-4.0.0.tar.xz.sha1 new file mode 100644 index 00000000..54078144 --- /dev/null +++ b/xap/ekiga/ekiga-4.0.0.tar.xz.sha1 @@ -0,0 +1 @@ +e4320dce57aad470d5fe1aa104d3c1a2c02d6aaa ekiga-4.0.0.tar.xz diff --git a/xap/ekiga/ekiga.SlackBuild b/xap/ekiga/ekiga.SlackBuild index 289df80a..949c97fa 100755 --- a/xap/ekiga/ekiga.SlackBuild +++ b/xap/ekiga/ekiga.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2011 Damien Goutte-Gattat +# Copyright (C) 2011,2012 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -25,13 +25,13 @@ # Latest ekiga sourcecode is available at: . # # Depends: l/opal -# Recommends: gnome/gconf, gnome/evolution-data-server +# Recommends: gnome/evolution-data-server # Source package infos NAMESRC=${NAMESRC:-ekiga} -VERSION=${VERSION:-3.2.7} -ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2} -WGET=${WGET:-http://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/$ARCHIVE} +VERSION=${VERSION:-4.0.0} +ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.xz} +WGET=${WGET:-http://ftp.gnome.org/pub/gnome/sources/ekiga/4.0/$ARCHIVE} # Build infos NAMEPKG=${NAMEPKG:-ekiga} @@ -90,11 +90,10 @@ CXXFLAGS=$CPUOPT \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/man \ - --disable-static \ - --disable-gnome \ + --disable-eds \ + --enable-gstreamer \ --disable-scrollkeeper \ - --disable-gdu \ - --disable-avahi + --disable-gdu make -j $JOBS make install-strip DESTDIR=$PKG