Magellan Linux

Diff of /trunk/extras/freerdp/freerdp-1.0.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12044 by niro, Wed May 2 15:12:02 2012 UTC revision 12045 by niro, Wed May 2 15:13:44 2012 UTC
# Line 11  HOMEPAGE="http://www.freerdp.com/" Line 11  HOMEPAGE="http://www.freerdp.com/"
11    
12  DEPEND=">= dev-libs/openssl-1.0.1g  DEPEND=">= dev-libs/openssl-1.0.1g
13   >= media-sound/libpulse-1.1   >= media-sound/libpulse-1.1
  >= sys-apps/pcsc-lite-1.8  
14   >= net-print/libcups-1.5   >= net-print/libcups-1.5
15   >= media-video/ffmpeg-0.10   >= media-video/ffmpeg-0.10
16   >= media-libs/alsa-lib-1.0.25   >= media-libs/alsa-lib-1.0.25
# Line 21  DEPEND=">= dev-libs/openssl-1.0.1g Line 20  DEPEND=">= dev-libs/openssl-1.0.1g
20   >= x11-libs/libxkbfile-1   >= x11-libs/libxkbfile-1
21   >= x11-libs/libXinerama-1.1   >= x11-libs/libXinerama-1.1
22   >= x11-libs/libXv-1"   >= x11-libs/libXv-1"
23     #>= sys-apps/pcsc-lite-1.8
24    
25  SDEPEND=">= x11-proto/xproto-7  SDEPEND=">= x11-proto/xproto-7
26   >= x11-proto/xineramaproto-1.2   >= x11-proto/xineramaproto-1.2
# Line 46  src_compile() Line 46  src_compile()
46   cmake_configure \   cmake_configure \
47   $(cmake_with OpenSSL) \   $(cmake_with OpenSSL) \
48   $(cmake_with PULSEAUDIO) \   $(cmake_with PULSEAUDIO) \
  $(cmake_with PCSC) \  
49   $(cmake_with CUPS) \   $(cmake_with CUPS) \
50   $(cmake_with FFMPEG) \   $(cmake_with FFMPEG) \
51   $(cmake_with ALSA) \   $(cmake_with ALSA) \
# Line 56  src_compile() Line 55  src_compile()
55   $(cmake_with XEXT) \   $(cmake_with XEXT) \
56   $(cmake_with XCURSOR) \   $(cmake_with XCURSOR) \
57   $(cmake_with XV) \   $(cmake_with XV) \
58     $(cmake_without PCSC) \
59   $(cmake_without CUNIT) \   $(cmake_without CUNIT) \
60   $(cmake_without DIRECTFB) \   $(cmake_without DIRECTFB) \
61   || die   || die

Legend:
Removed from v.12044  
changed lines
  Added in v.12045