All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Andrew F. Davis" <afd@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [master/thud][PATCH] screenshot: Remove this screenshot tool in favor of fbgrab
Date: Mon, 10 Feb 2020 20:41:13 -0500	[thread overview]
Message-ID: <20200211014113.GF17543@beryl> (raw)
In-Reply-To: <20200127194555.GW3658@beryl>

On Mon, Jan 27, 2020 at 02:45:55PM -0500, Denys Dmytriyenko wrote:
> On Mon, Jan 27, 2020 at 11:26:16AM -0500, Andrew F. Davis wrote:
> > This takes a screenshot of the current framebuffer only. There are tools
> > for taking screenshots of the current window system which is usually what
> > a user wants. If the user really wants the conent of the framebuffer then
> > they can use fbgrab which is already in meta-oe.
> 
> I'm not 100% sure, but I believe there's some use of screeshot tool in Matrix 
> demos. I guess we would need to update that too for this change.
> 
> Jake, any comments from OOBE perspective?

Ping


> Denys
> 
> 
> > Signed-off-by: Andrew F. Davis <afd@ti.com>
> > ---
> >  .../packagegroup-arago-tisdk-amsdk.bb         |  5 ----
> >  .../screenshot/screenshot_1.0.bb              | 27 -------------------
> >  2 files changed, 32 deletions(-)
> >  delete mode 100644 meta-arago-extras/recipes-graphics/screenshot/screenshot_1.0.bb
> > 
> > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk.bb
> > index 42c6aefa..c9a17c5e 100644
> > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk.bb
> > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk.bb
> > @@ -17,11 +17,6 @@ OOBE_ti43x += "\
> >      parse-ip \
> >  "
> >  
> > -EXTRA_APPLICATIONS = "\
> > -    screenshot \
> > -"
> > -
> >  RDEPENDS_${PN} = "\
> >      ${OOBE} \
> > -    ${EXTRA_APPLICATIONS} \
> >  "
> > diff --git a/meta-arago-extras/recipes-graphics/screenshot/screenshot_1.0.bb b/meta-arago-extras/recipes-graphics/screenshot/screenshot_1.0.bb
> > deleted file mode 100644
> > index 08a3040b..00000000
> > --- a/meta-arago-extras/recipes-graphics/screenshot/screenshot_1.0.bb
> > +++ /dev/null
> > @@ -1,27 +0,0 @@
> > -SUMMARY = "Screenshot"
> > -HOMEPAGE = "https://gitorious.org/screenshot"
> > -LICENSE = "BSD"
> > -LIC_FILES_CHKSUM = "file://COPYING;md5=5cad16cc3f514a15adb1d710b82d5fc4"
> > -SECTION = "graphics"
> > -
> > -PR = "r2"
> > -
> > -BRANCH ?= "master"
> > -SRCREV = "169242aa7a265d5c94755d74601ad4a3f1828c96"
> > -
> > -SRC_URI = "git://git.ti.com/apps/screenshot.git;protocol=git;branch=${BRANCH}"
> > -
> > -S = "${WORKDIR}/git"
> > -
> > -do_compile() {
> > -    export CROSS_COMPILE=${TARGET_PREFIX}
> > -    export CFLAGS='${TARGET_CC_ARCH}'
> > -    # build the release version
> > -    make release CC="${CC}"
> > -}
> > -
> > -do_install() {
> > -    make DESTDIR=${D} install
> > -}
> > -
> > -INSANE_SKIP_${PN} = "ldflags"
> > -- 
> > 2.17.1
> > 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2020-02-11  1:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-27 16:26 [master/thud][PATCH] screenshot: Remove this screenshot tool in favor of fbgrab Andrew F. Davis
2020-01-27 19:45 ` Denys Dmytriyenko
2020-02-11  1:41   ` Denys Dmytriyenko [this message]
2020-02-11 13:53     ` [EXTERNAL] " Jacob Stiffler
2020-02-11 15:25       ` Denys Dmytriyenko

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=20200211014113.GF17543@beryl \
    --to=denys@ti.com \
    --cc=afd@ti.com \
    --cc=meta-arago@arago-project.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.