summaryrefslogtreecommitdiff
path: root/packages/libxcomp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libxcomp')
-rw-r--r--packages/libxcomp/files/sa_restorer.patch25
-rw-r--r--packages/libxcomp/libxcomp_3.2.0-7.bb28
-rw-r--r--packages/libxcomp/libxcomp_3.3.0-3.bb27
3 files changed, 0 insertions, 80 deletions
diff --git a/packages/libxcomp/files/sa_restorer.patch b/packages/libxcomp/files/sa_restorer.patch
deleted file mode 100644
index 570b302dd3..0000000000
--- a/packages/libxcomp/files/sa_restorer.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Patch taken from the debian unstable package
-
-
-Index: nxcomp/Loop.cpp
-===================================================================
---- nxcomp/Loop.cpp 2008-06-16 18:49:56.330011773 +0100
-+++ nxcomp/Loop.cpp 2008-06-16 18:50:18.093320515 +0100
-@@ -5888,7 +5888,7 @@
-
- #if defined(__linux__)
-
-- newAction.sa_restorer = NULL;
-+ memset(&newAction, NULL, sizeof(newAction));
-
- #endif
-
-@@ -6506,7 +6506,7 @@
-
- #if defined(__linux__)
-
-- action.sa_restorer = NULL;
-+ memset(&action, NULL, sizeof(action));
-
- #endif
-
diff --git a/packages/libxcomp/libxcomp_3.2.0-7.bb b/packages/libxcomp/libxcomp_3.2.0-7.bb
deleted file mode 100644
index 84ab8d2396..0000000000
--- a/packages/libxcomp/libxcomp_3.2.0-7.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "Compression library for x-protocol from nomachine"
-HOMEPAGE = "http://www.nomachine.com/"
-SECTION = "libs"
-LICENSE = "GPL"
-PR = "r0"
-
-DEPENDS = "virtual/libx11 zlib jpeg libpng"
-
-SRC_URI = "http://64.34.161.181/download/3.2.0/sources/nxcomp-${PV}.tar.gz \
- file://sa_restorer.patch;patch=1 \
- "
-
-
-inherit autotools
-
-S = "${WORKDIR}/nxcomp"
-
-do_install () {
- oe_libinstall -a -so libXcomp ${D}${libdir}
- install -d ${D}${includedir}/
- install -m 0644 NX.h ${D}${includedir}/
-}
-
-
-do_stage () {
- oe_libinstall -a -so libXcomp ${STAGING_LIBDIR}
- install -m 0644 NX.h ${STAGING_INCDIR}/
-}
diff --git a/packages/libxcomp/libxcomp_3.3.0-3.bb b/packages/libxcomp/libxcomp_3.3.0-3.bb
deleted file mode 100644
index fc4352627f..0000000000
--- a/packages/libxcomp/libxcomp_3.3.0-3.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-DESCRIPTION = "Compression library for x-protocol from nomachine"
-HOMEPAGE = "http://www.nomachine.com/"
-SECTION = "libs"
-LICENSE = "GPL"
-PR = "r0"
-
-DEPENDS = "virtual/libx11 zlib jpeg libpng"
-
-SRC_URI = "http://64.34.161.181/download/3.3.0/sources/nxcomp-${PV}.tar.gz \
- "
-
-
-inherit autotools
-
-S = "${WORKDIR}/nxcomp"
-
-do_install () {
- oe_libinstall -a -so libXcomp ${D}${libdir}
- install -d ${D}${includedir}/
- install -m 0644 NX.h ${D}${includedir}/
-}
-
-
-do_stage () {
- oe_libinstall -a -so libXcomp ${STAGING_LIBDIR}
- install -m 0644 NX.h ${STAGING_INCDIR}/
-}