summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-10 17:16:45 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-10 17:16:45 +0200
commitbf81366f4c91ed6ce38b825a4beb49367a1d2eb4 (patch)
treebd69df6b939a96035408891495926828b3f3a5b0
parentbc312b8f9a9b89a4208c339a79df0b2355a4c6e2 (diff)
downloadembtoolkit-bf81366f4c91ed6ce38b825a4beb49367a1d2eb4.tar.gz
embtoolkit-bf81366f4c91ed6ce38b825a4beb49367a1d2eb4.tar.bz2
embtoolkit-bf81366f4c91ed6ce38b825a4beb49367a1d2eb4.tar.xz
Packages: X11/videoproto: add videoproto-2.3.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--packages/x11/videoproto/videoproto.kconfig35
-rw-r--r--packages/x11/videoproto/videoproto.mk6
2 files changed, 22 insertions, 19 deletions
diff --git a/packages/x11/videoproto/videoproto.kconfig b/packages/x11/videoproto/videoproto.kconfig
index 5712cac..99056b3 100644
--- a/packages/x11/videoproto/videoproto.kconfig
+++ b/packages/x11/videoproto/videoproto.kconfig
@@ -1,24 +1,25 @@
################################################################################
-# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2010 GAYE Abdoulaye Walsimou. All rights reserved.
+# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# Copyright(C) 2010 Abdoulaye Walsimou GAYE. All rights reserved.
#
-# This program is free software; you can distribute it and/or modify it
-# under the terms of the GNU General Public License
-# (Version 2 or later) published by the Free Software Foundation.
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
################################################################################
#
# \file videoproto.kconfig
# \brief videoproto.kconfig of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date March 2010
################################################################################
@@ -30,13 +31,15 @@ choice
prompt "videoproto version you wish"
depends on EMBTK_HAVE_VIDEOPROTO
help
- Here you can choose which version of videoproto you want to use.
+ Here you can choose which version of videoproto you want to use.
+ config EMBTK_VIDEOPROTO_VERSION_2_3_1
+ bool "videoproto-2.3.1"
config EMBTK_VIDEOPROTO_VERSION_2_3_0
bool "videoproto-2.3.0"
endchoice
config EMBTK_VIDEOPROTO_VERSION_STRING
string
- default "2.3.0" if EMBTK_VIDEOPROTO_VERSION_2_3_0
-
+ default "2.3.1" if EMBTK_VIDEOPROTO_VERSION_2_3_1
+ default "2.3.0" if EMBTK_VIDEOPROTO_VERSION_2_3_0
diff --git a/packages/x11/videoproto/videoproto.mk b/packages/x11/videoproto/videoproto.mk
index c9ae87c..86c2351 100644
--- a/packages/x11/videoproto/videoproto.mk
+++ b/packages/x11/videoproto/videoproto.mk
@@ -1,6 +1,6 @@
################################################################################
-# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2010 GAYE Abdoulaye Walsimou. All rights reserved.
+# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# Copyright(C) 2010 Abdoulaye Walsimou GAYE. All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
#
# \file videoproto.mk
# \brief videoproto.mk of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date March 2010
################################################################################