* [meta-oe][PATCH 1/3] utouch-evemu: Add initial recipe
@ 2013-09-18 13:06 Samuel Stirtzel
2013-09-18 13:06 ` [meta-oe][PATCH 2/3] utouch-frame: " Samuel Stirtzel
2013-09-18 13:06 ` [meta-oe][PATCH 3/3] utouch-mtview: " Samuel Stirtzel
0 siblings, 2 replies; 5+ messages in thread
From: Samuel Stirtzel @ 2013-09-18 13:06 UTC (permalink / raw)
To: openembedded-devel
used by utouch-mtview, a visual multitouch test application for X
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
---
meta-oe/recipes-support/utouch/utouch-evemu_git.bb | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 meta-oe/recipes-support/utouch/utouch-evemu_git.bb
diff --git a/meta-oe/recipes-support/utouch/utouch-evemu_git.bb b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
new file mode 100644
index 0000000..ec98ae4
--- /dev/null
+++ b/meta-oe/recipes-support/utouch/utouch-evemu_git.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Kernel evdev device emulation"
+DESCRIPTION = "The evemu library and tools are used to describe devices, record data, create devices and replay data from kernel evdev devices. "
+HOMEPAGE = "http://bitmath.org/code/frame/"
+
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
+
+inherit autotools
+
+SRC_URI = "git://bitmath.org/git/evemu.git;protocol=http"
+SRCREV = "9752b50e922572e4cd214ac45ed95e4ee410fe24"
+
+PV = "1.0.5+git${SRCPV}"
+
+S = "${WORKDIR}/git/"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [meta-oe][PATCH 2/3] utouch-frame: Add initial recipe
2013-09-18 13:06 [meta-oe][PATCH 1/3] utouch-evemu: Add initial recipe Samuel Stirtzel
@ 2013-09-18 13:06 ` Samuel Stirtzel
2013-09-20 21:18 ` Martin Jansa
2013-09-18 13:06 ` [meta-oe][PATCH 3/3] utouch-mtview: " Samuel Stirtzel
1 sibling, 1 reply; 5+ messages in thread
From: Samuel Stirtzel @ 2013-09-18 13:06 UTC (permalink / raw)
To: openembedded-devel
used by utouch-mtview, a visual multitouch test application for X
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
---
meta-oe/recipes-support/utouch/utouch-frame_git.bb | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 meta-oe/recipes-support/utouch/utouch-frame_git.bb
diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
new file mode 100644
index 0000000..83a4e25
--- /dev/null
+++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Touch Frame Library"
+DESCRIPTION = "The frame library and tools are used to handle touch frames, i.e., collections of tracked contacts. Bindings for mtdev and XI2.1."
+HOMEPAGE = "http://bitmath.org/code/evemu/"
+
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
+
+inherit autotools
+
+SRC_URI = "git://bitmath.org/git/frame.git;protocol=http"
+SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc"
+
+PV = "1.1.2+git${SRCPV}"
+
+S = "${WORKDIR}/git/"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [meta-oe][PATCH 3/3] utouch-mtview: Add initial recipe
2013-09-18 13:06 [meta-oe][PATCH 1/3] utouch-evemu: Add initial recipe Samuel Stirtzel
2013-09-18 13:06 ` [meta-oe][PATCH 2/3] utouch-frame: " Samuel Stirtzel
@ 2013-09-18 13:06 ` Samuel Stirtzel
1 sibling, 0 replies; 5+ messages in thread
From: Samuel Stirtzel @ 2013-09-18 13:06 UTC (permalink / raw)
To: openembedded-devel
testing multitouch hardware under X11 will be much easier with this visual tool
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
---
.../recipes-support/utouch/utouch-mtview_git.bb | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 meta-oe/recipes-support/utouch/utouch-mtview_git.bb
diff --git a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
new file mode 100644
index 0000000..0f72479
--- /dev/null
+++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
@@ -0,0 +1,17 @@
+SUMMARY = "Multitouch viewer"
+DESCRIPTION = "mtview is a small X application that shows a graphical view of your MT-enabled hardware. It uses mtdev."
+HOMEPAGE = "http://bitmath.org/code/mtview/"
+
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3"
+
+inherit autotools
+
+SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http"
+SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b"
+
+DEPENDS += "mtdev utouch-frame utouch-evemu"
+
+PV = "1.1.7+git${SRCPV}"
+
+S = "${WORKDIR}/git/"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH 2/3] utouch-frame: Add initial recipe
2013-09-18 13:06 ` [meta-oe][PATCH 2/3] utouch-frame: " Samuel Stirtzel
@ 2013-09-20 21:18 ` Martin Jansa
2013-09-23 7:25 ` Samuel Stirtzel
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2013-09-20 21:18 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1671 bytes --]
On Wed, Sep 18, 2013 at 03:06:23PM +0200, Samuel Stirtzel wrote:
> used by utouch-mtview, a visual multitouch test application for X
>
> Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
> ---
> meta-oe/recipes-support/utouch/utouch-frame_git.bb | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
> create mode 100644 meta-oe/recipes-support/utouch/utouch-frame_git.bb
>
> diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
> new file mode 100644
> index 0000000..83a4e25
> --- /dev/null
> +++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
> @@ -0,0 +1,15 @@
> +SUMMARY = "Touch Frame Library"
> +DESCRIPTION = "The frame library and tools are used to handle touch frames, i.e., collections of tracked contacts. Bindings for mtdev and XI2.1."
> +HOMEPAGE = "http://bitmath.org/code/evemu/"
> +
> +LICENSE = "GPLv3"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
> +
> +inherit autotools
> +
> +SRC_URI = "git://bitmath.org/git/frame.git;protocol=http"
> +SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc"
> +
> +PV = "1.1.2+git${SRCPV}"
> +
> +S = "${WORKDIR}/git/"
Missing dependency on utouch-evemu
| configure:12204: error: Package requirements (utouch-evemu >= 1.0.5) were not met:
| No package 'utouch-evemu' found
> --
> 1.7.9.5
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-oe][PATCH 2/3] utouch-frame: Add initial recipe
2013-09-20 21:18 ` Martin Jansa
@ 2013-09-23 7:25 ` Samuel Stirtzel
0 siblings, 0 replies; 5+ messages in thread
From: Samuel Stirtzel @ 2013-09-23 7:25 UTC (permalink / raw)
To: openembedded-devel
2013/9/20 Martin Jansa <martin.jansa@gmail.com>:
> On Wed, Sep 18, 2013 at 03:06:23PM +0200, Samuel Stirtzel wrote:
>> used by utouch-mtview, a visual multitouch test application for X
>>
>> Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
>> ---
>> meta-oe/recipes-support/utouch/utouch-frame_git.bb | 15 +++++++++++++++
>> 1 file changed, 15 insertions(+)
>> create mode 100644 meta-oe/recipes-support/utouch/utouch-frame_git.bb
>>
>> diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
>> new file mode 100644
>> index 0000000..83a4e25
>> --- /dev/null
>> +++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
>> @@ -0,0 +1,15 @@
>> +SUMMARY = "Touch Frame Library"
>> +DESCRIPTION = "The frame library and tools are used to handle touch frames, i.e., collections of tracked contacts. Bindings for mtdev and XI2.1."
>> +HOMEPAGE = "http://bitmath.org/code/evemu/"
>> +
>> +LICENSE = "GPLv3"
>> +LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
>> +
>> +inherit autotools
>> +
>> +SRC_URI = "git://bitmath.org/git/frame.git;protocol=http"
>> +SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc"
>> +
>> +PV = "1.1.2+git${SRCPV}"
>> +
>> +S = "${WORKDIR}/git/"
>
> Missing dependency on utouch-evemu
>
> | configure:12204: error: Package requirements (utouch-evemu >= 1.0.5) were not met:
> | No package 'utouch-evemu' found
>
Hi,
fixed in v2.
Thanks for testing.
--
Regards
Samuel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-09-23 7:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-18 13:06 [meta-oe][PATCH 1/3] utouch-evemu: Add initial recipe Samuel Stirtzel
2013-09-18 13:06 ` [meta-oe][PATCH 2/3] utouch-frame: " Samuel Stirtzel
2013-09-20 21:18 ` Martin Jansa
2013-09-23 7:25 ` Samuel Stirtzel
2013-09-18 13:06 ` [meta-oe][PATCH 3/3] utouch-mtview: " Samuel Stirtzel
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.