You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jitsi/resources/install
Ingo Bauersachs ac28b5888a
Properly set the file version attribute for jitsi.exe
11 years ago
..
debian Updates changelog with entry for the uploaded version to debian ftp new queue. 11 years ago
doc Use a precompiled pattern to escape chars in messages 15 years ago
generic Removes unused bcprovider.jar references. 12 years ago
lib Preparation for dmg delta updates. 15 years ago
linux Removes unused bcprovider.jar references. 12 years ago
macosx Updates signatures to satisfy new gatekeeper and to verify app. Removes wrong folders in growl framework archive, we create symlinks for them after extraction. 11 years ago
resources Adds splash screen. 12 years ago
rpm Fixes changelog message. 12 years ago
windows Adds option to disable check for updates on startup in windows installer. 12 years ago
README.Debian Adds building irc-api and its dependencies to debian src package. Adds dependency to libphonenumber6-java package that is now available in the repository. 12 years ago
ant-build-config.properties Adds option to embed jre into dmg and enables it. 12 years ago
build.xml Properly set the file version attribute for jitsi.exe 11 years ago
installers.properties Updates the bundled Java Runtime Environment (JRE) on macosx to 8u31. Build now uses directly the extracted jre archive. 11 years ago
logging.properties Ask user for REFERS with unknown calls and decline them or ignore if not specified. 15 years ago

README.Debian

To create debian source package you need some other projects sources that
jitsi depends on. In the same folder where jitsi is checked out do:
git clone https://github.com/jitsi/otr4j.git
git clone https://github.com/jitsi/libsrc.git
svn checkout http://irc-api.googlecode.com/svn/trunk/ irc-api
And then in jitsi do: ant deb-src -Dlabel=4444
This will create orig.tar.gz debian sources that can be used to debuild
debian package.