mirror of https://github.com/sipwise/jitsi.git
Provides fixes fo several issues with the package build from debian source package. Fixes starting libjitsi. Removes missing package in bundle import due to older bouncycastle. Removes jmork dependency. Fixes missing build dependencies. Fixes irc manifest file.
parent
67911f6421
commit
15fbe1a1e0
@ -0,0 +1,13 @@
|
||||
Description: Removes import that is only available in bouncycastle 1.51.
|
||||
Index: jitsi/src/net/java/sip/communicator/impl/libjitsi/libjitsi.manifest.mf
|
||||
===================================================================
|
||||
--- jitsi.orig/src/net/java/sip/communicator/impl/libjitsi/libjitsi.manifest.mf
|
||||
+++ jitsi/src/net/java/sip/communicator/impl/libjitsi/libjitsi.manifest.mf
|
||||
@@ -56,7 +56,6 @@ Import-Package: apple.awt,
|
||||
javax.xml.transform.dom,
|
||||
javax.xml.transform.stream,
|
||||
org.bouncycastle.asn1,
|
||||
- org.bouncycastle.asn1.bsi,
|
||||
org.bouncycastle.asn1.cryptopro,
|
||||
org.bouncycastle.asn1.eac,
|
||||
org.bouncycastle.asn1.nist,
|
||||
@ -0,0 +1,35 @@
|
||||
Description: Removes thunderbird contacts plugin.
|
||||
Index: jitsi/build.xml
|
||||
===================================================================
|
||||
--- jitsi.orig/build.xml
|
||||
+++ jitsi/build.xml
|
||||
@@ -1090,7 +1090,6 @@
|
||||
bundle-plugin-loggingutils,
|
||||
bundle-provdisc,bundle-provdisc-dhcp,bundle-provdisc-mdns,
|
||||
bundle-provisioning,bundle-addrbook,bundle-plugin-ldap,
|
||||
- bundle-thunderbird,
|
||||
bundle-plugin-contactsourceconfig,bundle-plugin-certconfig,
|
||||
bundle-globalshortcut,bundle-plugin-msofficecomm,bundle-libjitsi,
|
||||
bundle-customcontactactions, bundle-phonenumbercontactsource,
|
||||
Index: jitsi/lib/felix.client.run.properties
|
||||
===================================================================
|
||||
--- jitsi.orig/lib/felix.client.run.properties
|
||||
+++ jitsi/lib/felix.client.run.properties
|
||||
@@ -157,8 +157,7 @@ felix.auto.start.66= \
|
||||
reference:file:sc-bundles/systray-service.jar \
|
||||
reference:file:sc-bundles/osdependent.jar \
|
||||
reference:file:sc-bundles/ldap.jar \
|
||||
- reference:file:sc-bundles/replacement.jar \
|
||||
- reference:file:sc-bundles/jmork.jar
|
||||
+ reference:file:sc-bundles/replacement.jar
|
||||
|
||||
felix.auto.start.67= \
|
||||
reference:file:sc-bundles/globalshortcut.jar \
|
||||
@@ -201,7 +200,6 @@ felix.auto.start.67= \
|
||||
reference:file:sc-bundles/plugin-nimbuzzavatars.jar \
|
||||
reference:file:sc-bundles/chatconfig.jar \
|
||||
reference:file:sc-bundles/addrbook.jar \
|
||||
- reference:file:sc-bundles/thunderbook.jar \
|
||||
reference:file:sc-bundles/plugin-msofficecomm.jar \
|
||||
reference:file:sc-bundles/plugin-ldap.jar \
|
||||
reference:file:sc-bundles/plugin-contactsourceconfig.jar \
|
||||
Loading…
Reference in new issue