mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
multimedia/ekiga: Removed from 12.2 repository
This commit is contained in:
parent
7fd114dfe4
commit
a7b41953a6
6 changed files with 0 additions and 133 deletions
|
@ -1,10 +0,0 @@
|
|||
Ekiga (formely known as GnomeMeeting) is an open source VoIP and video
|
||||
conferencing application. Ekiga uses both the H.323 and SIP protocols.
|
||||
It supports many audio and video codecs, and is interoperable with other
|
||||
SIP compliant software and also with Microsoft NetMeeting.
|
||||
|
||||
This package will be built without gnome (nor avahi) support. This will
|
||||
break the Help button (probably because it requires the gnome help system)
|
||||
but it is not otherwise very useful.
|
||||
|
||||
This requires pwlib and opal (both available at SlackBuilds.org).
|
|
@ -1,13 +0,0 @@
|
|||
*** configure.orig 2008-06-19 01:04:37.000000000 +0200
|
||||
--- configure 2008-06-19 01:05:22.000000000 +0200
|
||||
***************
|
||||
*** 2970,2975 ****
|
||||
--- 2970,2977 ----
|
||||
else
|
||||
ENABLE_SK_TRUE="#"
|
||||
ENABLE_SK_FALSE=""
|
||||
+ HAVE_GNOME_DOC_UTILS_TRUE='#'
|
||||
+ HAVE_GNOME_DOC_UTILS_FALSE=
|
||||
fi
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
|
||||
if [ -x usr/bin/update-desktop-database ]; then
|
||||
usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
|
@ -1,78 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for Ekiga
|
||||
|
||||
# Written by Olivier Esser (olive001@tele2allin.be), based on
|
||||
# the template available at slackbuilds.org (public domain)
|
||||
# Modified by Robby Workman <rworkman@slackbuilds.org>
|
||||
|
||||
PRGNAM=ekiga
|
||||
VERSION=2.0.12
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
# Fix a bug in the configure script that does not complete when
|
||||
# Gnome is disabled. This is a ugly hack; the proper way
|
||||
# would be to fix configure.in, but I am uncomfortable with autoconf.
|
||||
patch -p0 < $CWD/configure_fix.diff
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-gnome \
|
||||
--disable-avahi \
|
||||
--disable-static \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
( cd $PKG/usr/man
|
||||
find . -type f -exec gzip -9 {} \;
|
||||
for i in $(find . -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE \
|
||||
MAINTAINERS NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
|
@ -1,8 +0,0 @@
|
|||
PRGNAM="ekiga"
|
||||
VERSION="2.0.12"
|
||||
HOMEPAGE="http://ekiga.org"
|
||||
DOWNLOAD="http://www.ekiga.org/admin/downloads/latest/sources/sources/ekiga-2.0.12.tar.gz"
|
||||
MD5SUM="4df27d7715233984013fb9728db15ce8"
|
||||
MAINTAINER="Olivier Esser"
|
||||
EMAIL="olive001@tele2allin.be"
|
||||
APPROVED="rworkman"
|
|
@ -1,19 +0,0 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
ekiga: Ekiga (VoIP and video conferencing application)
|
||||
ekiga:
|
||||
ekiga: Ekiga (formely known as GnomeMeeting) is an open source VoIP and
|
||||
ekiga: video conferencing application. Ekiga uses both the H.323 and SIP
|
||||
ekiga: protocols.
|
||||
ekiga:
|
||||
ekiga: It supports many audio and video codecs, and is interoperable with
|
||||
ekiga: other SIP compliant software and also with Microsoft NetMeeting.
|
||||
ekiga:
|
||||
ekiga:
|
||||
ekiga:
|
Loading…
Reference in a new issue