M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions

View File

@ -0,0 +1,20 @@
Upstream-Status: Inappropriate [configuration]
---
cmake/OpenSyncInternal.cmake.in | 1 -
1 file changed, 1 deletion(-)
--- libopensync-0.36.orig/cmake/OpenSyncInternal.cmake.in
+++ libopensync-0.36/cmake/OpenSyncInternal.cmake.in
@@ -5,11 +5,10 @@ INCLUDE( OpenSyncTesting )
INCLUDE( OpenSyncPackaging )
INCLUDE( OpenSyncPlugin )
INCLUDE( OpenSyncPlatforms )
INCLUDE( MacroEnsureOutOfSourceBuild )
-MACRO_ENSURE_OUT_OF_SOURCE_BUILD("${CMAKE_PROJECT_NAME} doesn't allow to build within the source directory. Please, create a seperate build directory and run 'cmake ${PROJECT_SOURCE_DIR} [options]'!")
SET( OPENSYNC_PLUGINDIR "@OPENSYNC_PLUGINDIR@" )
SET( OPENSYNC_FORMATSDIR "@OPENSYNC_FORMATSDIR@" )
SET( OPENSYNC_PYTHON_PLUGINDIR "@OPENSYNC_PYTHON_PLUGINDIR@" )

View File

@ -0,0 +1,19 @@
Upstream-Status: Inappropriate [configuration]
---
opensync/CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
Index: libopensync-0.37/opensync/CMakeLists.txt
===================================================================
--- libopensync-0.37.orig/opensync/CMakeLists.txt 2008-10-15 13:56:45.000000000 +0100
+++ libopensync-0.37/opensync/CMakeLists.txt 2008-10-15 13:59:03.000000000 +0100
@@ -67,8 +67,6 @@
SET_TARGET_PROPERTIES( opensync PROPERTIES VERSION ${OPENSYNC_LIBVERSION_VERSION} )
SET_TARGET_PROPERTIES( opensync PROPERTIES SOVERSION ${OPENSYNC_LIBVERSION_SOVERSION} )
-SET_TARGET_PROPERTIES( opensync PROPERTIES COMPILE_FLAGS ${SYMBOLS_VISIBILITY} )
-
IF ( OPENSYNC_UNITTESTS )
ADD_LIBRARY( opensync-testing SHARED ${libopensync_LIB_SRCS} )
TARGET_LINK_LIBRARIES( opensync-testing ${GLIB2_LIBRARIES} ${GTHREAD2_LIBRARIES} ${GMODULE2_LIBRARIES} ${LIBXML2_LIBRARIES} ${LIBXSLT_LIBRARIES} ${LIBEXSLT_LIBRARIES} ${SQLITE3_LIBRARIES} )

View File

@ -0,0 +1,18 @@
Upstream-Status: Inappropriate [configuration]
---
CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
Index: libopensync-0.37/CMakeLists.txt
===================================================================
--- libopensync-0.37.orig/CMakeLists.txt 2008-08-18 16:14:24.000000000 +0100
+++ libopensync-0.37/CMakeLists.txt 2008-10-15 14:00:12.000000000 +0100
@@ -65,7 +65,6 @@
FIND_PACKAGE( LibXslt REQUIRED )
FIND_PACKAGE( LibExslt REQUIRED )
FIND_PACKAGE( SWIG )
-FIND_PACKAGE( PythonLibs )
FIND_PACKAGE( Check )
ADD_SUBDIRECTORY( opensync )

View File

@ -0,0 +1,25 @@
Upstream-Status: Inappropriate [configuration]
Index: libopensync-plugin-evolution2-0.36/cmake/modules/FindOpenSync.cmake
===================================================================
--- libopensync-plugin-evolution2-0.36.orig/cmake/modules/FindOpenSync.cmake 2008-10-20 13:07:14.000000000 +0100
+++ libopensync-plugin-evolution2-0.36/cmake/modules/FindOpenSync.cmake 2008-10-20 13:08:09.000000000 +0100
@@ -23,15 +23,15 @@
ENDIF ( OpenSync_FIND_REQUIRED )
IF ( OPENSYNC_MIN_VERSION )
- PKG_SEARCH_MODULE( OPENSYNC ${_pkgconfig_REQUIRED} opensync-1.0>=${OPENSYNC_MIN_VERSION} )
+ PKG_SEARCH_MODULE( OPENSYNC ${_pkgconfig_REQUIRED} libopensync>=${OPENSYNC_MIN_VERSION} )
ELSE ( OPENSYNC_MIN_VERSION )
- PKG_SEARCH_MODULE( OPENSYNC ${_pkgconfig_REQUIRED} opensync-1.0 )
+ PKG_SEARCH_MODULE( OPENSYNC ${_pkgconfig_REQUIRED} libopensync )
ENDIF ( OPENSYNC_MIN_VERSION )
FIND_PROGRAM( PKGCONFIG_EXECUTABLE NAMES pkg-config )
IF ( PKGCONFIG_EXECUTABLE )
- EXEC_PROGRAM( ${PKGCONFIG_EXECUTABLE} ARGS opensync-1.0 --variable=datadir OUTPUT_VARIABLE _opensync_data_DIR )
+ EXEC_PROGRAM( ${PKGCONFIG_EXECUTABLE} ARGS libopensync --variable=datadir OUTPUT_VARIABLE _opensync_data_DIR )
STRING( REGEX REPLACE "[\r\n]" " " _opensync_data_DIR "${_opensync_data_DIR}" )
ENDIF ( PKGCONFIG_EXECUTABLE )

View File

@ -0,0 +1,8 @@
require libopensync-plugin_0.36.inc
LICENSE = "LGPL"
DEPENDS += " eds-dbus"
SRC_URI += "file://0.37-fixes.patch;patch=1"
PR = "r1"

View File

@ -0,0 +1,2 @@
require libopensync-plugin_0.36.inc
LICENSE = "LGPL"

View File

@ -0,0 +1,2 @@
require libopensync-plugin_0.36.inc
LICENSE = "GPLv2"

View File

@ -0,0 +1,4 @@
require libopensync-plugin_0.36.inc
LICENSE = "GPLv2"
DEPENDS += "openobex bluez4"

View File

@ -0,0 +1,15 @@
Upstream-Status: Inappropriate [others]
Index: libopensync-plugin-syncml-0.38/src/syncml_callbacks.c
===================================================================
--- libopensync-plugin-syncml-0.38.orig/src/syncml_callbacks.c 2009-07-31 10:30:33.000000000 +0100
+++ libopensync-plugin-syncml-0.38/src/syncml_callbacks.c 2009-07-31 10:30:39.000000000 +0100
@@ -405,7 +405,7 @@
} else {
/* This problem should be fixed with the next SLOW-SYNC. */
osync_trace(TRACE_EXIT_ERROR, "%s - unexpected Add or Replace command", __func__);
- smlErrorSet(error, SML_ERROR_TEMPORARY, "Unwanted Add or Replace command on second OMA DS session.");
+ smlErrorSet(error, SML_ERROR_GENERIC, "Unwanted Add or Replace command on second OMA DS session.");
return FALSE;
}
}

View File

@ -0,0 +1,8 @@
require libopensync-plugin_0.36.inc
LICENSE = "LGPL"
DEPENDS += " libsyncml (>= 0.4.7)"
SRC_URI += "file://fixerror.patch;patch=1"
PR = "r1"

View File

@ -0,0 +1,4 @@
require libopensync-plugin_0.36.inc
LICENSE = "LGPL"
DEPENDS += "libcheck"

View File

@ -0,0 +1,11 @@
DEPENDS = "libopensync (>= 0.36)"
DESCRIPTION ?= "OpenSync plugin"
SRC_URI = "http://opensync.org/download/releases/${PV}/${BPN}-${PV}.tar.bz2"
inherit cmake
FILES_${PN} += "${libdir}/opensync*/plugins/*.so \
${libdir}/opensync*/formats/*.so \
${datadir}/opensync*/defaults/"

View File

@ -0,0 +1,26 @@
LICENSE = "LGPL"
HOMEPAGE = "http://www.opensync.org/"
SUMMARY = "Synchronization framwork"
DESCRIPTION = "The OpenSync project is an ongoing effort to create a synchronization framework that will be a platform independent, general purpose synchronization engine utilizing modular plugins for content formats and different kind of connection types. OpenSync's modularity should allow it to be extended easily to new devices and purposes without radically changing the architecture itself, allowing it to support wide variety of devices used today and in the future."
DEPENDS = "sqlite3 libxml2 glib-2.0 libcheck zlib libxslt"
PR = "r1"
SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\
file://cmake.patch;patch=1 \
file://build-in-src.patch;patch=1 \
file://no-python-check.patch;patch=1"
inherit cmake pkgconfig
LEAD_SONAME = "libopensync.so"
FILES_${PN} += " ${libdir}/opensync*/formats/*.so \
${libdir}/opensync*/osplugin \
${datadir}/opensync*/schemas \
${datadir}/opensync*/capabilities \
${datadir}/opensync*/descriptions \
"
FILES_${PN}-dbg += " ${libdir}/opensync*/formats/.debug/*.so \
${libdir}/opensync*/.debug/osplugin "

View File

@ -0,0 +1,22 @@
SUMMARY = "GObject-based sync library"
DESCRIPTION = "LibSync is a GObject-based framework for more convenient use of \
OpenSync in GLib applications."
LICENSE = "LGPLv2"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi"
RRECOMMENDS_${PN} = "\
libopensync-plugin-file \
"
SRCREV = "3f375969d56028505db97cd25ef1679a167cfc59"
PV = "0.0+gitr${SRCPV}"
PR = "r2"
SRC_URI = "git://git.yoctoproject.org/sync;protocol=git"
inherit autotools pkgconfig
S = "${WORKDIR}/sync"
PACKAGES += "synctool"
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_synctool = "${bindir} ${datadir}"

View File

@ -0,0 +1,21 @@
Upstream-Status: Inappropriate [configuration]
---
CMakeLists.txt | 4 ----
1 file changed, 4 deletions(-)
Index: libsyncml-0.5.4/CMakeLists.txt
===================================================================
--- libsyncml-0.5.4.orig/CMakeLists.txt 2009-07-31 09:56:16.000000000 +0100
+++ libsyncml-0.5.4/CMakeLists.txt 2009-07-31 09:57:33.000000000 +0100
@@ -72,10 +72,6 @@
CHECK_TYPE_SIZE( uint32_t UINT32_T )
CHECK_TYPE_SIZE( uint8_t UINT8_T )
-# ensure out od source build
-INCLUDE( MacroEnsureOutOfSourceBuild )
-MACRO_ENSURE_OUT_OF_SOURCE_BUILD("${CMAKE_PROJECT_NAME} doesn't allow to build within the source directory. Please, create a seperate build directory and run 'cmake ${PROJECT_SOURCE_DIR} [options]'!")
-
# find requirements
SET ( GLIB2_MIN_VERSION "2.12" )
SET ( OPENOBEX_MIN_VERSION "1.1" )

View File

@ -0,0 +1,17 @@
DESCRIPTION = "Libsyncml is a implementation of the SyncML protocol."
HOMEPAGE = "http://libsyncml.opensync.org/"
LICENSE = "LGPL"
DEPENDS = "sed-native wbxml2 libsoup libxml2 bluez4 openobex libcheck"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/0.5.4/libsyncml-0.5.4.tar.bz2 \
file://build-in-src.patch;patch=1"
inherit cmake pkgconfig
PACKAGES += "${PN}-tools"
FILES_${PN}-tools = "${bindir}"
FILES_${PN} = "${libdir}/*.so.*"
export VERBOSE=1

View File

@ -0,0 +1,20 @@
SUMMARY = "Calendar (and other PIM data) synchronization program"
DESCRIPTION = "msynctool is a program to synchronize calendars, \
addressbooks and other PIM data between programs on your computer and \
other computers, mobile devices, PDAs or cell phones. It uses the \
OpenSync plugins when synchronizing data."
HOMEPAGE = "http://www.opensync.org/"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://tools/msynctool.c;beginline=1;endline=20;md5=0b71ef245b75c74bff7d7ec58b9b4527"
DEPENDS = "libopensync glib-2.0"
SRC_URI = "http://www.opensync.org/download/releases/${PV}/msynctool-${PV}.tar.bz2"
inherit cmake pkgconfig
PR = "r0"
SRC_URI[md5sum] = "495c45d6f12d3523a736864b0ced6ce5"
SRC_URI[sha256sum] = "4a903d4db05bf2f677a675ec47e9791da9b1752c9feda0026157e82aa97e372b"