All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH v1] freerdp: update to 2011-05-16 snapshot
Date: Tue, 17 May 2011 08:40:20 +0200	[thread overview]
Message-ID: <iqt58k$59d$2@dough.gmane.org> (raw)
In-Reply-To: <1305578605-17041-1-git-send-email-otavio@ossystems.com.br>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 16-05-11 22:43, Otavio Salvador wrote:
> This version includes major improvements since last version
> packages. It also had the plugins packages redone so they can be
> choosen depending on the environment needs.
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

This one doesn't have the colourbug you mentioned earlier? And it
doesn't need xprop anymore, right?


> ---
>  meta-oe/recipes-support/freerdp/freerdp.inc    |   40 +++++++++++++++++++----
>  meta-oe/recipes-support/freerdp/freerdp_git.bb |    4 +-
>  2 files changed, 35 insertions(+), 9 deletions(-)
> 
> diff --git a/meta-oe/recipes-support/freerdp/freerdp.inc b/meta-oe/recipes-support/freerdp/freerdp.inc
> index f8402c7..71dab97 100644
> --- a/meta-oe/recipes-support/freerdp/freerdp.inc
> +++ b/meta-oe/recipes-support/freerdp/freerdp.inc
> @@ -3,22 +3,48 @@
>  
>  DESCRIPTION = "FreeRDP RDP client"
>  HOMEPAGE = "http://freerdp.sourceforge.net"
> -DEPENDS = "virtual/libx11 openssl libxcursor cups alsa-lib"
> +DEPENDS = "virtual/libx11 openssl libxcursor libxv cups alsa-lib pulseaudio pcsc-lite"
>  SECTION = "x11/network"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>  
> -INC_PR = "r0"
> +INC_PR = "r1"
>  
>  inherit pkgconfig autotools
>  
> -do_configure_prepend() {
> -	# workaround gcc linking bug
> -	find ${S} -name 'Makefile.am' | xargs -n 1 sed 's,-pthread,-lpthread -D_REENTRANT,g' -i
> -}
> +EXTRA_OECONF += "--with-smartcard --with-xvideo"
>  
>  do_install_append() {
>  	rm ${D}${libdir}/freerdp/*.a ${D}${libdir}/freerdp/*.la
>  }
>  
> -RDEPENDS_${PN} += "xprop"
> +PACKAGES =+ "libfreerdp"
> +
> +LEAD_SONAME = "libfreerdp.so"
> +FILES_libfreerdp = "${libdir}/lib*${SOLIBS}"
> +
> +PACKAGES_DYNAMIC = "libfreerdp-plugin-*"
> +
> +python populate_packages_prepend () {
> +        freerdp_root = bb.data.expand('${libdir}/freerdp', d)
> +
> +        do_split_packages(d, freerdp_root, '^(audin_.*)\.so$',
> +                output_pattern='libfreerdp-plugin-%s',
> +                description='FreeRDP plugin %s',
> +                prepend=True, extra_depends='libfreerdp-plugin-audin')
> +
> +        do_split_packages(d, freerdp_root, '^(rdpsnd_.*)\.so$',
> +                output_pattern='libfreerdp-plugin-%s',
> +                description='FreeRDP plugin %s',
> +                prepend=True, extra_depends='libfreerdp-plugin-rdpsnd')
> +
> +        do_split_packages(d, freerdp_root, '^(tsmf_.*)\.so$',
> +                output_pattern='libfreerdp-plugin-%s',
> +                description='FreeRDP plugin %s',
> +                prepend=True, extra_depends='libfreerdp-plugin-tsmf')
> +
> +        do_split_packages(d, freerdp_root, '^([^-]*)\.so$',
> +                output_pattern='libfreerdp-plugin-%s',
> +                description='FreeRDP plugin %s',
> +                prepend=True, extra_depends='')
> +}
> diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support/freerdp/freerdp_git.bb
> index fa4ba9a..e135902 100644
> --- a/meta-oe/recipes-support/freerdp/freerdp_git.bb
> +++ b/meta-oe/recipes-support/freerdp/freerdp_git.bb
> @@ -7,9 +7,9 @@ inherit gitpkgv
>  
>  PV = "gitr${SRCPV}"
>  PKGV = "${GITPKGVTAG}"
> -PR = "${INC_PR}.0"
> +PR = "${INC_PR}.1"
>  
> -SRCREV = "7bbde4fb3bc3a781364d0a626c49bc165cc507fd"
> +SRCREV = "f5aef3be8fac9a02b0c7bbb5424831a7b285e7bb"
>  SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;protocol=git"
>  
>  S = "${WORKDIR}/git"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFN0hhUMkyGM64RGpERAldWAJ4klXnI/UCCepTMCPEGHuUiRu/4QgCgsg4q
Im7pc9nkpsoXCtHT3lzsIRs=
=GtPm
-----END PGP SIGNATURE-----




  reply	other threads:[~2011-05-17  6:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-16 20:43 [meta-oe][PATCH v1] freerdp: update to 2011-05-16 snapshot Otavio Salvador
2011-05-17  6:40 ` Koen Kooi [this message]
2011-05-17 12:10   ` Otavio Salvador
2011-05-17 12:25     ` Koen Kooi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='iqt58k$59d$2@dough.gmane.org' \
    --to=koen@dominion.thruhere.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.