Browse Source

Mathieu Doidy:

updated openh323 (pwlib-1.6.3, openh323-1.13.2) 
added openldap and plugins support to openh323
updated gnomemeeting (1.00)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2530 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Mathieu 21 years ago
parent
commit
23bbd03375
5 changed files with 29 additions and 14 deletions
  1. +7
    -6
      package/gnome24/gnomemeeting/gnomemeeting.conf
  2. +2
    -2
      package/gnome24/gnomemeeting/gnomemeeting.desc
  3. +0
    -0
      package/gnome24/gnomemeeting/xml-version-hotfix.patch.disabled
  4. +16
    -2
      package/kasc/openh323/openh323.conf
  5. +4
    -4
      package/kasc/openh323/openh323.desc

+ 7
- 6
package/gnome24/gnomemeeting/gnomemeeting.conf

@ -28,9 +28,10 @@
# --enable-ipv6 enable IPv6 experimental support
# --disable-install-schemas Disable installation of the gconf schemas
if pkgcheck openldap X; then
var_append confopt " " \
"--with-openldap-includes=/$pkg_openldap_prefix/include"
var_append confopt " " \
"--with-openldap-libs=/$pkg_openldap_prefix/lib"
fi
pkginstalled openldap && \
var_append confopt " " "--with-ldap-dir=${pkg_openldap_prefix}"
var_append configprefix ' ' 'LDFLAGS="-L${pkg_openldap_prefix}/lib -lldap"'
pkginstalled openldap && \
var_append makeopt ' ' 'CFLAGS="-I${pkg_openldap_prefix}/include"'

+ 2
- 2
package/gnome24/gnomemeeting/gnomemeeting.desc

@ -40,8 +40,8 @@
[L] GPL
[S] Beta
[V] 0.98.5
[V] 1.00
[P] X -----5---9 886.000
[D] 3782451356 gnomemeeting-0.98.5.tar.gz http://www.gnomemeeting.org/downloads/latest/sources/
[D] 905024622 gnomemeeting-1.00.tar.gz http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/

package/gnome24/gnomemeeting/xml-version-hotfix.patch → package/gnome24/gnomemeeting/xml-version-hotfix.patch.disabled


+ 16
- 2
package/kasc/openh323/openh323.conf

@ -29,11 +29,24 @@ var_append makeinstopt " " "PREFIX=$root/$prefix"
openh323_preconf() {
export PWLIBDIR=$builddir/pwlib
export OPENH323DIR=$builddir/openh323
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWLIBDIR/lib:OPENH323DIR/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWLIBDIR/lib:$OPENH323DIR/lib
if [[ $xsrctar = *pwlib* ]] ; then
if pkginstalled openldap; then
var_append configprefix ' ' \
'CPPFLAGS="-I${pkg_openldap_prefix}/include"'
var_append configprefix ' ' \
'LDFLAGS="-L${pkg_openldap_prefix}/lib"'
fi
var_append confopt ' ' '--enable-plugins'
var_append confopt ' ' '--enable-openldap'
patch -p 1 < $confdir/pwlib.patch
fi
rm -rf include/CVS include/*/CVS make/CVS unix/CVS unix/*/CVS
}
openh323_premake() {
if [[ $xsrctar = *pwlib* ]] ; then
pkginstalled openldap && var_append makeopt ' ' 'CFLAGS="-I${pkg_openldap_prefix}/include"'
fi
}
openh323_inmake() {
@ -49,5 +62,6 @@ openh323_inmake() {
}
hook_add preconf 3 openh323_preconf
hook_add premake 3 openh323_premake
hook_add inmake 3 openh323_inmake

+ 4
- 4
package/kasc/openh323/openh323.desc

@ -55,11 +55,11 @@
[L] MPL
[S] Stable
[V] 1.5.0 1.12.0
[V] 1.6.3 1.13.2
[P] X -----5---9 853.000
[D] 1545357566 pwlib_1.5.0.tar.gz http://www.openh323.org/bin/
[D] 605161812 openh323_1.12.0.tar.gz http://www.openh323.org/bin/
[D] 799935628 pwlib-1.6.3.tar.gz http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/
[D] 1864871504 openh323-1.13.2.tar.gz http://www.gnomemeeting.org/admin/downloads/latest/sources/sources/
[SRC] pwlib_1.5.0 openh323_1.12.0
[SRC] pwlib openh323

Loading…
Cancel
Save