Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting9.git;a=commitdiff;h=3572f5710979d5a901e20bd1a40bc641698e3c70
commit 3572f5710979d5a901e20bd1a40bc641698e3c70 Author: James Buren <[email protected]> Date: Mon Dec 31 05:30:43 2012 -0600 eiskaltdc-2.2.7-2-x86_64 * rebuild with boost diff --git a/source/xapps-extra/eiskaltdc/FrugalBuild b/source/xapps-extra/eiskaltdc/FrugalBuild index 86cf4bf..a8f3077 100644 --- a/source/xapps-extra/eiskaltdc/FrugalBuild +++ b/source/xapps-extra/eiskaltdc/FrugalBuild @@ -4,20 +4,21 @@ pkgname=eiskaltdc pkgver=2.2.7 -pkgrel=1 +pkgrel=2 pkgdesc="EiskaltDC++ is a cross-platform program that uses the Direct Connect and ADC protocol" -depends=('openssl' 'libqtgui' 'libqtdbus' 'qt4-linguist' 'aspell' 'libuuid' 'libqtxml') -makedepends=('boost>=1.49.0') +depends=('openssl' 'libqtgui' 'libqtdbus' 'qt4-linguist' 'aspell' 'libuuid' 'libqtxml' 'libboost>=1.50.0' 'miniupnpc' 'lua') +makedepends=('boost>=1.50.0') _F_googlecode_name=$pkgname"pp" _F_googlecode_dirname=$pkgname _F_googlecode_ext=".tar.xz" -_F_cmake_confopts=" -DLOCAL_MINIUPNP=ON -DUSE_MINIUPNP=ON " -groups=(xapps-extra) +_F_cmake_confopts="-DUSE_MINIUPNP=ON -DPERL_REGEX=ON -DLUA_SCRIPT=ON -DUSE_ASPELL=ON" +groups=('xapps-extra') archs=('i686' 'x86_64') Finclude googlecode cmake _F_gnome_iconcache="yes" replaces=('valknut') -sha1sums=('ced990e57764983397c62972f1d2a3841ce4df9c') - +source=(${source[@]} boost.patch) +sha1sums=('ced990e57764983397c62972f1d2a3841ce4df9c' \ + '111b3e9e83f41ff8229c99fd5c69df7b49d540af') # optimization OK diff --git a/source/xapps-extra/eiskaltdc/boost.patch b/source/xapps-extra/eiskaltdc/boost.patch new file mode 100644 index 0000000..ba5dd53 --- /dev/null +++ b/source/xapps-extra/eiskaltdc/boost.patch @@ -0,0 +1,11 @@ +diff -ur a/CMakeLists.txt b/CMakeLists.txt +--- a/CMakeLists.txt 2012-05-29 13:55:25.000000000 -0500 ++++ b/CMakeLists.txt 2012-12-31 05:23:22.483943380 -0600 +@@ -170,6 +170,7 @@ + if (Boost_VERSION VERSION_LESS 104200) + add_definitions(-DTIMER_OLD_BOOST) + endif() ++ set (Boost_LIBRARIES "/usr/lib64/libboost_system.so") + endif(LOCAL_BOOST) + + if (LIB_INSTALL_DIR) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
