Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] New package: xinput-calibrator
@ 2011-10-14 15:02 Yegor Yefremov
  2011-10-14 15:06 ` Yegor Yefremov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Yegor Yefremov @ 2011-10-14 15:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/x11r7/Config.in                                        |    1 
 package/x11r7/xapp_xinput_calibrator/Config.in                 |    9 ++++++
 package/x11r7/xapp_xinput_calibrator/xapp_xinput-calibrator.mk |   13 ++++++++++
 3 files changed, 23 insertions(+)

Index: b/package/x11r7/Config.in
===================================================================
--- a/package/x11r7/Config.in
+++ b/package/x11r7/Config.in
@@ -129,6 +129,7 @@
 		source package/x11r7/xapp_xhost/Config.in
 		source package/x11r7/xapp_xinit/Config.in
 		source package/x11r7/xapp_xinput/Config.in
+		source package/x11r7/xapp_xinput_calibrator/Config.in
 		source package/x11r7/xapp_xkbcomp/Config.in
 		source package/x11r7/xapp_xkbevd/Config.in
 		source package/x11r7/xapp_xkbprint/Config.in
Index: b/package/x11r7/xapp_xinput_calibrator/Config.in
===================================================================
--- /dev/null
+++ b/package/x11r7/xapp_xinput_calibrator/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_XAPP_XINPUT_CALIBRATOR
+	bool "xinput-calibrator"
+	select BR2_PACKAGE_XLIB_LIBX11
+	select BR2_PACKAGE_XLIB_LIBXI
+	help
+	  A generic touchscreen calibration program for X.Org.
+
+	  http://www.freedesktop.org/wiki/Software/xinput_calibrator
+
Index: b/package/x11r7/xapp_xinput_calibrator/xapp_xinput-calibrator.mk
===================================================================
--- /dev/null
+++ b/package/x11r7/xapp_xinput_calibrator/xapp_xinput-calibrator.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# xapp_xinput-calibrator
+#
+################################################################################
+
+XAPP_XINPUT_CALIBRATOR_VERSION = 0.7.5
+XAPP_XINPUT_CALIBRATOR_SOURCE = xinput_calibrator-$(XAPP_XINPUT_CALIBRATOR_VERSION).tar.gz
+XAPP_XINPUT_CALIBRATOR_SITE = http://github.com/downloads/tias/xinput_calibrator
+XAPP_XINPUT_CALIBRATOR_DEPENDENCIES = xlib_libX11 xlib_libXi
+
+$(eval $(call AUTOTARGETS))
+

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] New package: xinput-calibrator
  2011-10-14 15:02 [Buildroot] [PATCH] New package: xinput-calibrator Yegor Yefremov
@ 2011-10-14 15:06 ` Yegor Yefremov
  2011-10-14 15:12   ` Malte Starostik
  2011-12-08  8:37 ` Yegor Yefremov
  2011-12-11 22:24 ` Peter Korsgaard
  2 siblings, 1 reply; 7+ messages in thread
From: Yegor Yefremov @ 2011-10-14 15:06 UTC (permalink / raw)
  To: buildroot

> +XAPP_XINPUT_CALIBRATOR_SITE = http://github.com/downloads/tias/xinput_calibrator

this package has one little problem:

wget complains over certificate so I can only download it via wget --no-check-certificate http://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-0.7.5.tar.gz

Any idea?

Yegor

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] New package: xinput-calibrator
  2011-10-14 15:06 ` Yegor Yefremov
@ 2011-10-14 15:12   ` Malte Starostik
  2011-10-14 15:18     ` Yegor Yefremov
  0 siblings, 1 reply; 7+ messages in thread
From: Malte Starostik @ 2011-10-14 15:12 UTC (permalink / raw)
  To: buildroot

Am Freitag, 14. Oktober 2011, 17:06:18 schrieb Yegor Yefremov:
> > +XAPP_XINPUT_CALIBRATOR_SITE =
> > http://github.com/downloads/tias/xinput_calibrator
> 
> this package has one little problem:
> 
> wget complains over certificate so I can only download it via wget
> --no-check-certificate
> http://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-0.7.5
> .tar.gz
> 
> Any idea?

What error do you get?  Maybe it's just your OpenSSL/CA-Certificates config?  
Validates fine here:
Gentoo Linux on x86_64
wget 1.12
openssl 1.0.0e
ca-certificates 20110502

and according to firefox 7.0.1 it's also good.

Regards,
Malte

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] New package: xinput-calibrator
  2011-10-14 15:12   ` Malte Starostik
@ 2011-10-14 15:18     ` Yegor Yefremov
  2011-10-14 15:20       ` Yegor Yefremov
  0 siblings, 1 reply; 7+ messages in thread
From: Yegor Yefremov @ 2011-10-14 15:18 UTC (permalink / raw)
  To: buildroot

Am 14.10.2011 17:12, schrieb Malte Starostik:
> Am Freitag, 14. Oktober 2011, 17:06:18 schrieb Yegor Yefremov:
>>> +XAPP_XINPUT_CALIBRATOR_SITE =
>>> http://github.com/downloads/tias/xinput_calibrator
>> this package has one little problem:
>>
>> wget complains over certificate so I can only download it via wget
>> --no-check-certificate
>> http://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-0.7.5
>> .tar.gz
>>
>> Any idea?
> What error do you get?  Maybe it's just your OpenSSL/CA-Certificates config?  
> Validates fine here:
> Gentoo Linux on x86_64
> wget 1.12
> openssl 1.0.0e
> ca-certificates 20110502
>
> and according to firefox 7.0.1 it's also good.

Thanks for checking. Then it is probably my old build system openSUSE10.3 with openssl 0.9.8e, wget 1.10.2

Yegor

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] New package: xinput-calibrator
  2011-10-14 15:18     ` Yegor Yefremov
@ 2011-10-14 15:20       ` Yegor Yefremov
  0 siblings, 0 replies; 7+ messages in thread
From: Yegor Yefremov @ 2011-10-14 15:20 UTC (permalink / raw)
  To: buildroot

On Fri, Oct 14, 2011 at 5:18 PM, Yegor Yefremov
<yegor_sub1@visionsystems.de> wrote:
> Am 14.10.2011 17:12, schrieb Malte Starostik:
>> Am Freitag, 14. Oktober 2011, 17:06:18 schrieb Yegor Yefremov:
>>>> +XAPP_XINPUT_CALIBRATOR_SITE =
>>>> http://github.com/downloads/tias/xinput_calibrator
>>> this package has one little problem:
>>>
>>> wget complains over certificate so I can only download it via wget
>>> --no-check-certificate
>>> http://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-0.7.5
>>> .tar.gz
>>>
>>> Any idea?
>> What error do you get? ?Maybe it's just your OpenSSL/CA-Certificates config?
>> Validates fine here:
>> Gentoo Linux on x86_64
>> wget 1.12
>> openssl 1.0.0e
>> ca-certificates 20110502
>>
>> and according to firefox 7.0.1 it's also good.
>
> Thanks for checking. Then it is probably my old build system openSUSE10.3 with openssl 0.9.8e, wget 1.10.2

On my other system with Ubuntu 11.10 I have no problem.

Yegor

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] New package: xinput-calibrator
  2011-10-14 15:02 [Buildroot] [PATCH] New package: xinput-calibrator Yegor Yefremov
  2011-10-14 15:06 ` Yegor Yefremov
@ 2011-12-08  8:37 ` Yegor Yefremov
  2011-12-11 22:24 ` Peter Korsgaard
  2 siblings, 0 replies; 7+ messages in thread
From: Yegor Yefremov @ 2011-12-08  8:37 UTC (permalink / raw)
  To: buildroot

Am 14.10.2011 17:02, schrieb Yegor Yefremov:
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  package/x11r7/Config.in                                        |    1 
>  package/x11r7/xapp_xinput_calibrator/Config.in                 |    9 ++++++
>  package/x11r7/xapp_xinput_calibrator/xapp_xinput-calibrator.mk |   13 ++++++++++
>  3 files changed, 23 insertions(+)
> 
> Index: b/package/x11r7/Config.in
> ===================================================================
> --- a/package/x11r7/Config.in
> +++ b/package/x11r7/Config.in
> @@ -129,6 +129,7 @@
>  		source package/x11r7/xapp_xhost/Config.in
>  		source package/x11r7/xapp_xinit/Config.in
>  		source package/x11r7/xapp_xinput/Config.in
> +		source package/x11r7/xapp_xinput_calibrator/Config.in
>  		source package/x11r7/xapp_xkbcomp/Config.in
>  		source package/x11r7/xapp_xkbevd/Config.in
>  		source package/x11r7/xapp_xkbprint/Config.in
> Index: b/package/x11r7/xapp_xinput_calibrator/Config.in
> ===================================================================
> --- /dev/null
> +++ b/package/x11r7/xapp_xinput_calibrator/Config.in
> @@ -0,0 +1,9 @@
> +config BR2_PACKAGE_XAPP_XINPUT_CALIBRATOR
> +	bool "xinput-calibrator"
> +	select BR2_PACKAGE_XLIB_LIBX11
> +	select BR2_PACKAGE_XLIB_LIBXI
> +	help
> +	  A generic touchscreen calibration program for X.Org.
> +
> +	  http://www.freedesktop.org/wiki/Software/xinput_calibrator
> +
> Index: b/package/x11r7/xapp_xinput_calibrator/xapp_xinput-calibrator.mk
> ===================================================================
> --- /dev/null
> +++ b/package/x11r7/xapp_xinput_calibrator/xapp_xinput-calibrator.mk
> @@ -0,0 +1,13 @@
> +################################################################################
> +#
> +# xapp_xinput-calibrator
> +#
> +################################################################################
> +
> +XAPP_XINPUT_CALIBRATOR_VERSION = 0.7.5
> +XAPP_XINPUT_CALIBRATOR_SOURCE = xinput_calibrator-$(XAPP_XINPUT_CALIBRATOR_VERSION).tar.gz
> +XAPP_XINPUT_CALIBRATOR_SITE = http://github.com/downloads/tias/xinput_calibrator
> +XAPP_XINPUT_CALIBRATOR_DEPENDENCIES = xlib_libX11 xlib_libXi
> +
> +$(eval $(call AUTOTARGETS))
> +
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 

ping

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [PATCH] New package: xinput-calibrator
  2011-10-14 15:02 [Buildroot] [PATCH] New package: xinput-calibrator Yegor Yefremov
  2011-10-14 15:06 ` Yegor Yefremov
  2011-12-08  8:37 ` Yegor Yefremov
@ 2011-12-11 22:24 ` Peter Korsgaard
  2 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2011-12-11 22:24 UTC (permalink / raw)
  To: buildroot

>>>>> "Yegor" == Yegor Yefremov <yegor_sub1@visionsystems.de> writes:

 Yegor> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Commmitted, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-12-11 22:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-14 15:02 [Buildroot] [PATCH] New package: xinput-calibrator Yegor Yefremov
2011-10-14 15:06 ` Yegor Yefremov
2011-10-14 15:12   ` Malte Starostik
2011-10-14 15:18     ` Yegor Yefremov
2011-10-14 15:20       ` Yegor Yefremov
2011-12-08  8:37 ` Yegor Yefremov
2011-12-11 22:24 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox