diff -u wengophone-2.1.2.dfsg0/debian/rules wengophone-2.1.2.dfsg0/debian/rules --- wengophone-2.1.2.dfsg0/debian/rules +++ wengophone-2.1.2.dfsg0/debian/rules @@ -17,8 +17,10 @@ -DFFMPEG_INTERNAL=OFF \ -DSPEEX_INTERNAL=OFF \ -DSAMPLERATE_INTERNAL=OFF \ - -DCURL_INTERNAL=OFF \ - -DPHAPI_VIDEO_SUPPORT=ON + -DCURL_INTERNAL=ON \ + -DPHAPI_VIDEO_SUPPORT=ON \ + -DCMAKE_C_COMPILER=$(shell which gcc-3.4) \ + -DCMAKE_CXX_COMPILER=$(shell which g++-3.4) ifeq ($(DEB_HOST_ARCH), i386) diff -u wengophone-2.1.2.dfsg0/debian/changelog wengophone-2.1.2.dfsg0/debian/changelog --- wengophone-2.1.2.dfsg0/debian/changelog +++ wengophone-2.1.2.dfsg0/debian/changelog @@ -1,3 +1,10 @@ +wengophone (2.1.2.dfsg0-1~feisty1) feisty; urgency=low + + * Enable internal cURL lib (feisty libcurl is too old) + * Compile with gcc/g++ 3.4 (4.1 would produce bad code with boost 1.33) + + -- Ludovico Cavedon Wed, 7 Nov 2007 19:03:46 +0000 + wengophone (2.1.2.dfsg0-1) unstable; urgency=low * New upstream release diff -u wengophone-2.1.2.dfsg0/debian/control wengophone-2.1.2.dfsg0/debian/control --- wengophone-2.1.2.dfsg0/debian/control +++ wengophone-2.1.2.dfsg0/debian/control @@ -8,12 +8,12 @@ patchutils (>= 0.2.25), cmake (>= 2.4.4), libqt4-dev (>= 4.1.4), libglib2.0-dev (>= 2.10.3), libavcodec-dev (>= 0.cvs20060823-3.1), libavformat-dev (>= 0.cvs20060823-3.1), libgnutls-dev (>= 1.2.9), - libboost-serialization-dev (>= 1.34.0-1), libboost-thread-dev (>= 1.34.0-1), - libboost-regex-dev (>= 1.34.0-1), libboost-signals-dev (>= 1.34.0-1), - libboost-program-options-dev (>= 1.34.0-1), uuid-dev, + libboost-serialization-dev (>= 1.33), libboost-thread-dev (>= 1.33), + libboost-regex-dev (>= 1.33), libboost-signals-dev (>= 1.33), + libboost-program-options-dev (>= 1.33), uuid-dev, libasound2-dev (>= 1.0.11), libspeex-dev (>= 1.1.12), libssl-dev (>= 0.9.8a), libxml2-dev (>= 2.6.24), libsamplerate0-dev (>= 0.1.2), - libsndfile1-dev (>= 1.0.12), libcurl4-openssl-dev (>= 7.16.1), + libsndfile1-dev (>= 1.0.12), g++-3.4, dpkg-dev (>= 1.13.19) Standards-Version: 3.7.2 Homepage: http://www.openwengo.org/