From 20cc3f0577d7f39055fcfc0c0f630fcfe5ab45b8 Mon Sep 17 00:00:00 2001 From: Rodrigo Vivi Date: Fri, 29 Feb 2008 15:52:25 -0300 Subject: [PATCH 082/118] x11-proto and xsp: included as maemo-mplayer dependencies Signed-off-by: Ricardo Salveti de Araujo --- recipes/maemo/x11proto-xsp_1.2-1.bb | 16 ++++++++++++++++ recipes/maemo/xsp_1.2.3-4.bb | 16 ++++++++++++++++ 2 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 recipes/maemo/x11proto-xsp_1.2-1.bb create mode 100644 recipes/maemo/xsp_1.2.3-4.bb diff --git a/recipes/maemo/x11proto-xsp_1.2-1.bb b/recipes/maemo/x11proto-xsp_1.2-1.bb new file mode 100644 index 0000000..43ef924 --- /dev/null +++ b/recipes/maemo/x11proto-xsp_1.2-1.bb @@ -0,0 +1,16 @@ +LICENSE= "MIT" +DESCRIPTION = "X11 XSP extension wire protocol" +SECTION = "x11/libs" +PRIORITY = "optional" +DEPENDS = "virtual/libx11" +PR = "r0" + +SRC_URI = "http://repository.maemo.org/pool/chinook/free/x/x11proto-xsp/x11proto-xsp_1.2-1.tar.gz" + +S = "${WORKDIR}/x11proto-xsp-1.2" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} diff --git a/recipes/maemo/xsp_1.2.3-4.bb b/recipes/maemo/xsp_1.2.3-4.bb new file mode 100644 index 0000000..78974df --- /dev/null +++ b/recipes/maemo/xsp_1.2.3-4.bb @@ -0,0 +1,16 @@ +LICENSE= "MIT" +DESCRIPTION = "X Server Nokia 770 extensions library" +SECTION = "x11/libs" +PRIORITY = "optional" +DEPENDS = "virtual/libx11 libxext xpext x11proto-xsp" +PR = "r0" + +SRC_URI = "http://repository.maemo.org/pool/chinook/free/libx/libxsp/libxsp_${PV}.tar.gz" + +S = "${WORKDIR}/libxsp-1.2.3" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} -- 1.6.3.3